会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
suck
博客园
首页
新随笔
联系
订阅
管理
2016年1月12日
sqlserver查询数据的所有表名和行数
摘要: //查询所有表明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 来之
阅读(319)
评论(0)
推荐(0)
2015年7月24日
autocad的扩展应用---鼠标右键菜单的制作
摘要: 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 来之
阅读(765)
评论(0)
推荐(0)
2015年3月18日
C#动态创建工具栏 需引入com类库
摘要: 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 来之
阅读(460)
评论(0)
推荐(0)
2014年6月9日
C#预览(GOCAD)DWG文件方法
摘要: C#读取DWG文件方法(一)直接读取文件结构struct BITMAPFILEHEADER { public short bfType; public int bfSize; public short bfReserve...
阅读全文
posted @ 2014-06-09 13:54 来之
阅读(2288)
评论(0)
推荐(0)
2013年11月1日
session过期跳转到登陆页面并跳出iframe框架
摘要: 把如下代码放到你的登录页面即可:
阅读全文
posted @ 2013-11-01 17:12 来之
阅读(230)
评论(0)
推荐(0)
公告
点击右上角即可分享