07 2007 档案
摘要:
function createInheritance(parent,child)
{
var pro;
for (pro in parnet)
{
if(!child[pro])
{
child[pro]=parent[pro];
}
}
}阅读全文
function createInheritance(parent,child)
{
var pro;
for (pro in parnet)
{
if(!child[pro])
{
child[pro]=parent[pro];
}
}
}阅读全文
摘要: 个人的小总结
JSDoc is a documentation tool for Object-Oriented Javascript code, working in a similar fashion to Sun's JavaDoc for Java.
阅读全文
JSDoc is a documentation tool for Object-Oriented Javascript code, working in a similar fashion to Sun's JavaDoc for Java.
阅读全文
摘要: clientWidth,offsetWidth等等,您知道吗?阅读全文
摘要: 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阅读全文
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几个函数的"重写"阅读全文
