摘要: 在家用笔记本搞好的程序,到公司后添加了Microsoft Excel11 Object Libray之后,发现引用里面的” Microsoft.Office.Interop.Excel”不能用。重新引用也不行, 通过执行tlbimp excel.exe后可以得到excel.dll文件。 cd\到根目... 阅读全文
posted @ 2008-09-04 13:31 lhjhl 阅读(2690) 评论(4) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1:用正则表达式 ///判断一个字符串是否为合法整数(不限制长度) /// /... 阅读全文
posted @ 2008-08-08 09:07 lhjhl 阅读(365) 评论(2) 推荐(0) 编辑
摘要: C#对SQL server常见操作,便于以后开发 阅读全文
posted @ 2008-07-25 17:53 lhjhl 阅读(634) 评论(1) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 // 目的:存储与读取*.ini文件(函数) 2 // 存储和读取非值以及字符串,存储/... 阅读全文
posted @ 2008-07-14 10:26 lhjhl 阅读(830) 评论(5) 推荐(0) 编辑