代码改变世界

Array Reserve

2010-04-23 18:55 by 蜡笔小旧, 332 阅读, 0 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceSurfaceQuesti... 阅读全文

Microsoft Visual Studio 2010 Install

2010-04-19 07:06 by 蜡笔小旧, 239 阅读, 0 推荐, 收藏, 编辑
摘要:Microsoft Visual Studio 2010Supported Operating Systems Service Levels:Windows XP Service Pack 3Windows Server 2003 Service Pack 2Windows Vista Service Pack 2Windows Server 2008 Service Pack 2Windows ... 阅读全文

[转]最为奇怪的程序语言的特性

2010-04-12 10:27 by 蜡笔小旧, 157 阅读, 0 推荐, 收藏, 编辑
摘要:2、在Javascript中 ’5′ + 3 的结果是:’53′ ’5′ – 3 的结果是:2 4、JavaScript 的条件表 看到下面这个表,不难理解为什么Javascript程序员为什么痛苦了 1 '' ==   '0' //false 2 0         == ... 阅读全文

VS 2008 mOUSE MID KEY DOWN

2010-04-01 16:04 by 蜡笔小旧, 190 阅读, 0 推荐, 收藏, 编辑
摘要:VS 2008 mOUSE MID KEY DOWN 在vs中打开一个文档,鼠标中键,标签。。。。。 相当于close操作。 阅读全文

Page_LoadComplete

2010-03-31 13:52 by 蜡笔小旧, 501 阅读, 0 推荐, 收藏, 编辑
摘要: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 蜡笔小旧, 170 阅读, 0 推荐, 收藏, 编辑
摘要:[代码]为什么会这样子?看看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 蜡笔小旧, 173 阅读, 0 推荐, 收藏, 编辑
摘要:(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 蜡笔小旧, 192 阅读, 0 推荐, 收藏, 编辑
摘要:大型表:数据量巨大的表。访问模式:因目的不同,需访问的不同的数据行集,每种目的的访问可以称之为一种访问模式。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 蜡笔小旧, 166 阅读, 0 推荐, 收藏, 编辑
摘要:var func = function(){ return {      a: “a1” } // try it. //return { // a: “a2” //} }();   alert(func.a) 阅读全文

Resource File Custom Tool

2010-01-08 12:55 by 蜡笔小旧, 172 阅读, 0 推荐, 收藏, 编辑
摘要:PublicResXFileCodeGenerator 阅读全文
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页