上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页
摘要: 今天发现导入数据时打开了很多的Excel进程,上网看了会,都说方法外垃圾回收和杀进程。详细试了试,我的代码似乎只需要Quit就行。代码WinForm程序,excel版本12.0.0.0 阅读全文
posted @ 2010-11-29 17:13 生命体验之kevin-Y 阅读(263) 评论(0) 推荐(0) 编辑
摘要: select text from syscomments where id =(select id from sysobjects where name='vw_orderitem'--vw_orderitem为视图的名称)可以查询表名,视图名,存储过程名等select * from sysobjects --where xtype='U' --表名--where xtype='V' --视图名-... 阅读全文
posted @ 2010-07-30 15:31 生命体验之kevin-Y 阅读(767) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/magazine/cc163634(en-us).aspx演示的donet2.0的设置器这也有一个不是没有图片http://www.divil.co.uk/net/articles/designers/hosting.asp 阅读全文
posted @ 2010-06-23 15:48 生命体验之kevin-Y 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 最近在学习Microsoft的chart控件代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--string[]titles=newstring[]{"2010-01","2010-03","2010-04"};int[]values=newint[]... 阅读全文
posted @ 2010-05-17 09:16 生命体验之kevin-Y 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 记得06年的时候的一个CRM项目我就想搞清楚office add-in 的开发。无奈项目安排过于紧迫,没有任何的技术储备时间。今天又想起这个方式了。先记录一些学习的网页 How to build an Office COM add-in by using Visual C# .NEThttp://support.microsoft.com/kb/302901http://support.... 阅读全文
posted @ 2010-05-04 17:21 生命体验之kevin-Y 阅读(717) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页