上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
  2009年9月3日
摘要: 备忘网站:1. C#: http://www.itgrass.com/a/csharp/C-jc/index_86_1.html 阅读全文
posted @ 2009-09-03 10:53 Simon Han 阅读(153) 评论(0) 推荐(0) 编辑
摘要: You know that you should initialize static member variables in a type before you create any instances of that type. C# lets you use static initializers and a static constructor for this purpose. A sta... 阅读全文
posted @ 2009-09-03 10:48 Simon Han 阅读(535) 评论(0) 推荐(0) 编辑
  2009年8月31日
摘要: SQL Row_Number()函数备忘with Employee_Tempas(select s.*, ROW_NUMBER() OVER(ORDER BY s.order ) AS rownum from Employee s) select * from Employee_Temp where rownum between 10 and 20 阅读全文
posted @ 2009-08-31 09:16 Simon Han 阅读(178) 评论(0) 推荐(0) 编辑
  2009年8月25日
摘要: //type:0: nearest // 1: rounding down // 2: rounding up // amountOld: money 数值; //type: 0 为靠近进位, 1:为下进位; 2:向上取//return: 处理后的数值 function GetNearAmount(amountOld, type) { var curChange = amountOld * 100... 阅读全文
posted @ 2009-08-25 12:45 Simon Han 阅读(540) 评论(0) 推荐(0) 编辑
  2009年8月19日
摘要: 备忘: 独立存储物理位置Windows NT 4.0 <SYSTEMROOT>\Profiles\<用户>\Application Data Windows NT 4.0 - Service Pack 4 支持漫游的存储区 = <SYSTEMROOT>\Profiles\<用户>\Application Data 非漫游存储区 = <SYS... 阅读全文
posted @ 2009-08-19 09:15 Simon Han 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页