07 2007 档案
摘要:
function createInheritance(parent,child)
{
var pro;
for (pro in parnet)
{
if(!child[pro])
{
child[pro]=parent[pro];
}
}
}
阅读全文
摘要:http://hometown.aol.de/_ht_a/memtronic/ MemTronic's FREEWARE HTML/JavaScript Cruncher-Compressor General Notes:============= NEW in v1.0 [Jul-2006]:- Improved the whole compressor-part again w...
阅读全文
摘要:show toc 欢迎来到 MSDN > 体系结构 > 提高 Web 应用程序安全性:威胁和对策 保护 ASP.NET 应用程序的安全 发布日期: 1/21/2005 | 更新日期: 1/21/2005 ...
阅读全文
摘要:Tips for ASP.NET Application Performance Enhancement Hi All,Though I have written about this some time back, Performance and Scalability stand next to Security in the case of Applications and is t...
阅读全文
摘要:个人的小总结
JSDoc is a documentation tool for Object-Oriented Javascript code, working in a similar fashion to Sun's JavaDoc for Java.
阅读全文
摘要:clientWidth,offsetWidth等等,您知道吗?
阅读全文
摘要:如果2007年是不寻常的一年,那么7月份是这不寻常一年中重要的一个月,在这个月自己明白了婚姻是2个人的事,也只是2个人的事。。。7月里,我经历了生死边界线。头晕,呕吐,心慌三重大山深深压在我的头上。 使我的精神几乎崩溃,总于"有幸"品尝到胆汁的苦。。工作狂的我只好放下手里的工作回家养病了。在老婆苦心劝说下,就到上地医院检查了一下,结果是得了颈椎病。哎!,做IT的我不要再透支自己的生命...
阅读全文
摘要:SYMPTOMS
When you view a Microsoft ASP.NET Application in a Web browser, you may receive the following error messages:
For the Microsoft .NET Framework version 1.1, the error message is the following:
CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\application1\c11b43f6\cf3ec03\rizcntet.dll' . The directory name is invalid.
For the .NET Framework 1.0, the error message is the following:
CS0013: Unexpected erro
阅读全文
摘要:o(∩_∩)o.dotNet几个函数的"重写"
阅读全文