Say thanks to the past 2006
I really want to say thanks to the past 2006 Thanks my colleagues give me a lots of help and supporting me. Thanks my manager give me many opportunities. Thanks my company give me the golden impro...
I really want to say thanks to the past 2006 Thanks my colleagues give me a lots of help and supporting me. Thanks my manager give me many opportunities. Thanks my company give me the golden impro...
花样加班 :) 1、美特斯邦威:不加寻常班。 2、特步: 加班,死一般的感觉。 3、百事:加班无极限。 4、森马:上什么公司,加什么班。 5、脑白金:今年过节不加班,加班只加节假日。 6、汇仁肾宝:他加我也加。 7、李宁:加班,一切皆有可能。 8、旺旺:你加,我加,大家加,加加。 9、农夫山泉:加班确实有点烦。 10、好迪:大家加,才是真的加。 11、白加黑:白天加白班,不瞌睡;晚上加晚班,...
好用的 Application.ThreadException,在编写Windows程序中,在VS2005下都会用下面的代码来启动主 Form [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefa...
Some Web Model Dialog Tips 原始信息来在公司的 Community Server,经过自己补充和整理。 用 Javascript 打开一个 modalDialog 时,IE常常会缓存这个 Page。同时用XMLHttpRequest 的Send进行请求的时候,IE也会缓存这个 Page。如何解决? (1) 在要打开或要请求的Url后面多加一个随机参数,来避免页面被...
this.Page.Response.Clear(); this.Page.Response.BufferOutput = true; //Define Chareset this.Page.Response.Charset = "GB2312"; //For download. //Define type. this.Page.Response.AppendHeader(...
Office使用的图标
本文转载自公司的 Community Server 今天有人问了一下 Redirect 和 Transfer 的区别,想了半天没想起来,Google 到这个文章,讲的挺细致,关心的人可以了解一下。 ASP.NET四种页面导航方式之比较与选择 1 超级链接 从一个表单进入另一个表单最简单的方式是使用HTML超级链接控件。在Web表单中,使用超级链接的HTML代码类如: <a hr...
11月北京 7月河南云台山 4月成都 3月划船 2月汉中
1) The typeof prefix operator returns a string identifying the type of a value。 2) calculateOffset() 方法,计算div应该放置的位置。 function setOffests() { var left = calculateOffsetLeft(<element>)...
在一个页面上有很多 Button 或者可以提交的 Html Dom 对象,如何区分服务器端收到的 PostBack 是用户点击的 FromSubmit 还是 F5 页面刷新。在 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/BedrockASPNET.asp 这篇文章的 Trap th...