代码改变世界

随笔档案-2010年03月

Page_LoadComplete

2010-03-31 13:52 by 蜡笔小旧, 504 阅读, 收藏, 编辑
摘要: public class Control { private System.ComponentModel.EventHandlerList m_events; protected System.ComponentModel.EventHandlerList Events { get { if (this.m_events == null) { this.m_events = new System.... 阅读全文

JavaScript_Funny ParseInt

2010-03-13 22:52 by 蜡笔小旧, 171 阅读, 收藏, 编辑
摘要: [代码]为什么会这样子?看看parseInt这个函数:parseInt(string, radix)ParameterDescriptionstringRequired. The string to be parsedradixOptional. A number (from 2 to 36) that represents the numeral system to be usedIf the ... 阅读全文

[translate]Silverlight Documentation(Silverlight 3)

2010-03-13 00:59 by 蜡笔小旧, 174 阅读, 收藏, 编辑
摘要: (1).NET Framework Class Library Silverlight The .NET Framework class library consists of classes, interfaces, and value types that are included with the .NET Framework for Silverlight.The class librar... 阅读全文

MS SQL SERVER:Partitioned Tables and Indexes

2010-03-12 23:20 by 蜡笔小旧, 193 阅读, 收藏, 编辑
摘要: 大型表:数据量巨大的表。访问模式:因目的不同,需访问的不同的数据行集,每种目的的访问可以称之为一种访问模式。URL:EN:http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspxCN:http://msdn.microsoft.com/zh-cn/library/ms345146(SQL.90).aspx 阅读全文

Code Styling isn’t you choice.

2010-03-11 15:11 by 蜡笔小旧, 167 阅读, 收藏, 编辑
摘要: var func = function(){ return {      a: “a1” } // try it. //return { // a: “a2” //} }();   alert(func.a) 阅读全文
点击右上角即可分享
微信分享提示