摘要:VS 2008 mOUSE MID KEY DOWN 在vs中打开一个文档,鼠标中键,标签。。。。。 相当于close操作。 阅读全文
Page_LoadComplete
2010-03-31 13:52 by 蜡笔小旧, 506 阅读, 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 蜡笔小旧, 174 阅读, 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 蜡笔小旧, 176 阅读, 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 蜡笔小旧, 193 阅读, 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 蜡笔小旧, 173 阅读, 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 蜡笔小旧, 180 阅读, 0 推荐, 收藏,
摘要:PublicResXFileCodeGenerator 阅读全文
Asp.net Profile - SetPropertyValues
2009-12-18 14:43 by 蜡笔小旧, 218 阅读, 0 推荐, 收藏,
摘要:SqlProfileProvider p = (SqlProfileProvider)this.Context.Profile.Providers["SqlProvider"]; SettingsContext settingsContext = new SettingsContext(); settingsContext.Add("UserName", u... 阅读全文
sql笛卡尔积
2009-12-16 13:03 by 蜡笔小旧, 346 阅读, 0 推荐, 收藏,
摘要:DECLARE @set1 table ( UserName nvarchar(256) ) DECLARE @set2 table ( UserName nvarchar(256) ) INSERT INTO @set1 VALUES('1') INSERT INTO @set1 VALUES('2') INSERT I... 阅读全文
浙公网安备 33010602011771号