摘要: two golden rules: A Reference Type always goes on the Heap . Value Types and Pointers always go where they were declared.(stack--->pointer-->heap... 阅读全文
posted @ 2011-07-11 15:37 码码浒浒 阅读(268) 评论(0) 推荐(0)
摘要: “∑”和“Π”分别用来表示求和与求积。 ∑:Sigma. ∑X 将X中的值全部相加.∑XF XF,X表示的是产量,这个没有错;F表示有同样产量X的人数,数学上称为频数,就是英语的Frequency.XF的意思,不是人均产量×人数,而是产量X×产量为X的人数例如,产量2的人有3个,产量4的人有5个,产... 阅读全文
posted @ 2011-04-26 17:01 码码浒浒 阅读(4859) 评论(0) 推荐(0)
摘要: function isValidCreditCard(type, ccnum){ var re = /\\/; switch (type) { case 'AmericanExpress': re =/^[34|37][0-9]{14}$/; ... 阅读全文
posted @ 2010-12-02 18:47 码码浒浒 阅读(399) 评论(1) 推荐(1)
摘要: 靠工具吃饭---->靠语言吃饭..net 快3年了 太累了。。。慢慢学,提提神. 阅读全文
posted @ 2010-07-21 16:44 码码浒浒 阅读(242) 评论(0) 推荐(0)
摘要: doc.DocumentElement http://msdn.microsoft.com/zh-cn/vstudio/hcebdtae.aspx http://msdn.microsoft.com/zh-cn/vstudio/d271ytdx.aspx http://blog.csdn.net/g... 阅读全文
posted @ 2010-07-12 19:38 码码浒浒 阅读(312) 评论(0) 推荐(0)
摘要: Ch 用例:http://msdn.microsoft.com/zh-cn/library/dd918848.aspx En 用例:http://msdn.microsoft.com/en-us/library/dd918848(SQL.105).aspx cs demo:http://ith... 阅读全文
posted @ 2010-07-03 15:44 码码浒浒 阅读(258) 评论(0) 推荐(1)
摘要: http://www.cnblogs.com/liangyiming/articles/1281678.html 阅读全文
posted @ 2010-07-02 10:46 码码浒浒 阅读(262) 评论(0) 推荐(1)
摘要: http://sourceforge.net/projects/nhapi/develop 阅读全文
posted @ 2010-06-11 12:49 码码浒浒 阅读(570) 评论(0) 推荐(0)
摘要: Figure 2-1. Delimiter values(分隔符值) Delimiter 分隔符 Suggested Value 假定值 Encoding Character Position 编码字符位置 Usage 用法 S... 阅读全文
posted @ 2010-06-09 15:08 码码浒浒 阅读(848) 评论(0) 推荐(0)
摘要: HL7 fields ACC - Accident SegmentACC 1 acc-accident-date-time tsACC 2 acc-accident-code idACC 3 acc-accident-location ... 阅读全文
posted @ 2010-06-09 14:01 码码浒浒 阅读(2675) 评论(0) 推荐(0)