摘要: //查询所有表明select name from sysobjects where xtype='u'select * from sys.tables//查询数据库中所有的表名及行数SELECT a.name, b.rowsFROM sysobjects AS a INNER JOIN sysind... 阅读全文
posted @ 2016-01-12 10:09 来之 阅读(317) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Autodesk.AutoCAD.Runtime;using Autodesk.AutoCAD.Windows;using ... 阅读全文
posted @ 2015-07-24 09:43 来之 阅读(744) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using cadApp = Autodesk.AutoCAD.ApplicationServices;using A... 阅读全文
posted @ 2015-03-18 10:15 来之 阅读(449) 评论(0) 推荐(0) 编辑
摘要: C#读取DWG文件方法(一)直接读取文件结构struct BITMAPFILEHEADER { public short bfType; public int bfSize; public short bfReserve... 阅读全文
posted @ 2014-06-09 13:54 来之 阅读(2058) 评论(0) 推荐(0) 编辑
摘要: 把如下代码放到你的登录页面即可: 阅读全文
posted @ 2013-11-01 17:12 来之 阅读(227) 评论(0) 推荐(0) 编辑