摘要: 提升查询速度的几点经验 阅读全文
posted @ 2007-08-17 10:47 三角猫 阅读(400) 评论(0) 推荐(0) 编辑
摘要: Searching the Source Code of Adding my Program Shortcut into Start Menu Now, I am searching the source code by C# of adding my program shortcut into Start Menu. I think its solution maybe is to modify... 阅读全文
posted @ 2007-04-21 21:05 三角猫 阅读(927) 评论(0) 推荐(0) 编辑
摘要: function dateDiff(interval, date1, date2) { var objInterval = {'D' : 1000 * 60 * 60 * 24, 'H' : 1000 * 60 * 60, 'M' : 1000 * 60, 'S' : 1000, 'T' : 1}; interval = interval.toUpperC... 阅读全文
posted @ 2007-04-19 16:47 三角猫 阅读(2132) 评论(0) 推荐(0) 编辑
摘要: public class Services{ public string ServiceNo = null; public string ServiceState = null;}private int _AppendService(Services serv){ return SqlHelper.ExecuteNoQuery("INSERT INTO wfServices([Servi... 阅读全文
posted @ 2007-02-25 21:21 三角猫 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 留下几个常用的连接,便于以后学习:JSON.ORG拥抱JSON,让XML走开使用JSON加速AJAX JSMin http://www.jslint.com/http://www.newtonsoft.com/products/json/http://del.icio.us/help/json/http://hi.baidu.com/flash_zb/blog/item/583a23d37352e... 阅读全文
posted @ 2007-02-24 11:35 三角猫 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Function strPad(strSource, destLength, padChar, L_or_R) Dim srcLength srcLength = Len(strSource) If(srcLength >= destLength) Then strPad = strSource Else ... 阅读全文
posted @ 2007-02-23 21:11 三角猫 阅读(235) 评论(0) 推荐(0) 编辑
摘要: mysql 的 .NET PROVIDER 方式, 在 CONNECTIONSTRING 里, 不能加入 CHARSET= 设置, 否则会报 “集合中不存在KEY ” 的错误。 阅读全文
posted @ 2007-02-23 19:10 三角猫 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 使用AJAX时,为了能保证在不同的客户端上都适用, 发现并不总是使用的 XMLHTTP 的版本越高越好。 搞不懂 M$ 的XML版本之间到底怎么过渡的。 希望能给使用 AJAX 的兄弟们提个醒, MSXML5 尽量不要用。 阅读全文
posted @ 2007-02-23 18:54 三角猫 阅读(1630) 评论(11) 推荐(0) 编辑
摘要: 采用 Microsoft.Jet.Oledb.4.0 连接 ACCESS 或 EXCEL 之类的时候, 提示 “该 JET 引擎未正确安装”、 “找不到提供者” 等错误的解决方法 阅读全文
posted @ 2007-02-23 15:15 三角猫 阅读(19122) 评论(1) 推荐(0) 编辑
摘要: SQL SERVER 热备份 阅读全文
posted @ 2006-07-13 17:32 三角猫 阅读(1043) 评论(0) 推荐(0) 编辑