会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码码浒浒
不知也!
博客园
首页
新随笔
联系
订阅
管理
2011年7月11日
.NET FrameWork 小记 (Value Types,Refrence Types, difference)
摘要: 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)
2011年4月26日
符号“∑”的用法
摘要: “∑”和“Π”分别用来表示求和与求积。 ∑: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)
2010年12月2日
Credit Card Validation
摘要: 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)
2010年7月21日
回归C
摘要: 靠工具吃饭---->靠语言吃饭..net 快3年了 太累了。。。慢慢学,提提神.
阅读全文
posted @ 2010-07-21 16:44 码码浒浒
阅读(242)
评论(0)
推荐(0)
2010年7月12日
XPath
摘要: 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)
2010年7月3日
msf2.0 sql to sql
摘要: 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)
2010年7月2日
Microsoft Synchronization Framework 2.0
摘要: http://www.cnblogs.com/liangyiming/articles/1281678.html
阅读全文
posted @ 2010-07-02 10:46 码码浒浒
阅读(262)
评论(0)
推荐(1)
2010年6月11日
NHapi
摘要: http://sourceforge.net/projects/nhapi/develop
阅读全文
posted @ 2010-06-11 12:49 码码浒浒
阅读(570)
评论(0)
推荐(0)
2010年6月9日
HL7 Figure 2-1. Delimiter values(分隔符值)
摘要: Figure 2-1. Delimiter values(分隔符值) Delimiter 分隔符 Suggested Value 假定值 Encoding Character Position 编码字符位置 Usage 用法 S...
阅读全文
posted @ 2010-06-09 15:08 码码浒浒
阅读(848)
评论(0)
推荐(0)
HL7 fields
摘要: 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)
下一页
公告