Loading

11 2010 档案

摘要:<iframe src=”you page’s url” width=”750″ height=”30″ frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no” allowtransparency=”yes”></iframe> 阅读全文
posted @ 2010-11-20 21:17 .net's 阅读(312) 评论(0) 推荐(0)
摘要:  阅读全文
posted @ 2010-11-20 12:10 .net's 阅读(489) 评论(0) 推荐(0)
摘要:Format Description Code Snippet Output Short date pattern (d) DateTime.Now.ToString("d") 11/8/2010 Long date pattern (D) DateTime.Now.ToString("D") Monday, November 08, 2010 Full d... 阅读全文
posted @ 2010-11-18 16:57 .net's 阅读(590) 评论(0) 推荐(0)
摘要:Taking the Hint: Object Types Just as an argument variable can contain any primitive type, by default it can contain an object of any type. This flexibility has its uses but can present problems in th... 阅读全文
posted @ 2010-11-08 21:58 .net's 阅读(439) 评论(0) 推荐(0)