posted @ 2008-08-05 22:35 chris 阅读(669) 评论(0) 推荐(0)
摘要:
http://www.conceptworld.com/Piky/piky_features.asp 一个复制文件的小工具,对我比较有用。 Runs on Windows XP, Vista, 2003 Server, 2000, ME, 98, 95 ... 阅读全文
摘要:
BlueScreen Screen Saver v3.2 http://technet.microsoft.com/en-us/sysinternals/bb897558.aspx 这个屏保有点意思的。 阅读全文
posted @ 2008-08-05 22:31 chris 阅读(222) 评论(0) 推荐(0)
摘要:
http://www.spket.com/ext-intellisense-visual-studio.html 阅读全文
posted @ 2008-08-05 22:12 chris 阅读(712) 评论(0) 推荐(0)
摘要:
上次发的SQL Prompt 3.6的破解,最近找到了3.8的破解. 有需要的朋友下载吧 原版下载 http://downloads.red-gate.com/SQLToolbelt.exe 破解下载 http://www.cnblogs.com/Files/chris1943/redgate.rar 此破解来自博客员的某位高人.在此谢过. 此补丁我已使用有一段时间.没有发现有什么大问题. ... 阅读全文
posted @ 2008-07-18 08:45 chris 阅读(1004) 评论(0) 推荐(0)
摘要:
http://soft.wmzhe.com/download/OFFICE12_SP1.ISO 阅读全文
posted @ 2008-05-05 16:33 chris 阅读(207) 评论(0) 推荐(0)
摘要:
string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + path + ";" + "Extended Properties=Excel 8.0;";OleDbConnection conn = new OleDbConnection(strConn);conn.Open();DataTable dt =conn... 阅读全文
posted @ 2008-04-22 21:40 chris 阅读(508) 评论(0) 推荐(0)
摘要:
UltraWebGrid的Viewtype: Flat 单一数据源Flat. The grid displays flat, or single-band data. Hierarchical 显示分类,多数据源Hierarchical. The grid displays hierarchical, or multi-band data. OutlookGroupBy 类似out... 阅读全文
posted @ 2008-03-13 11:25 chris 阅读(358) 评论(0) 推荐(0)