07 2007 档案

摘要:
function createInheritance(parent,child)
{
var pro;
for (pro in parnet)
{
if(!child[pro])
{
child[pro]=parent[pro];
}
}
}阅读全文
posted @ 2007-07-30 12:02 roboth 阅读(33) | 评论 (0) 编辑
posted @ 2007-07-30 11:05 roboth 阅读(681) | 评论 (2) 编辑
posted @ 2007-07-27 17:40 roboth 阅读(585) | 评论 (0) 编辑
posted @ 2007-07-27 16:14 roboth 阅读(91) | 评论 (0) 编辑
摘要: 个人的小总结




JSDoc is a documentation tool for Object-Oriented Javascript code, working in a similar fashion to Sun's JavaDoc for Java.

阅读全文
posted @ 2007-07-27 11:04 roboth 阅读(153) | 评论 (0) 编辑
摘要: eventvwr阅读全文
posted @ 2007-07-25 17:58 roboth 阅读(44) | 评论 (0) 编辑
摘要: clientWidth,offsetWidth等等,您知道吗?阅读全文
posted @ 2007-07-17 09:47 roboth 阅读(207) | 评论 (0) 编辑
posted @ 2007-07-16 11:59 roboth 阅读(118) | 评论 (0) 编辑
摘要: 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阅读全文
posted @ 2007-07-05 10:32 roboth 阅读(1040) | 评论 (0) 编辑
摘要: 对Meta迷惑者可以一瞥,阅读全文
posted @ 2007-07-05 09:49 roboth 阅读(75) | 评论 (0) 编辑
摘要: JSON你知道吗?阅读全文
posted @ 2007-07-04 15:57 roboth 阅读(190) | 评论 (0) 编辑
摘要: o(∩_∩)o.dotNet几个函数的"重写"阅读全文
posted @ 2007-07-03 16:02 roboth 阅读(57) | 评论 (0) 编辑
摘要: 获取 源码又发现新招阅读全文
posted @ 2007-07-03 11:17 roboth 阅读(148) | 评论 (0) 编辑