Dict.CN 在线词典, 英语学习, 在线翻译

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 Robot·H 阅读(23) | 评论 (0)  编辑
posted @ 2007-07-30 11:05 Robot·H 阅读(74) | 评论 (2)  编辑
posted @ 2007-07-27 17:40 Robot·H 阅读(148) | 评论 (0)  编辑
posted @ 2007-07-27 16:14 Robot·H 阅读(12) | 评论 (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 Robot·H 阅读(73) | 评论 (0)  编辑
     摘要: eventvwr  阅读全文
posted @ 2007-07-25 17:58 Robot·H 阅读(32) | 评论 (0)  编辑
     摘要: clientWidth,offsetWidth等等,您知道吗?  阅读全文
posted @ 2007-07-17 09:47 Robot·H 阅读(171) | 评论 (0)  编辑
posted @ 2007-07-16 11:59 Robot·H 阅读(83) | 评论 (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 Robot·H 阅读(340) | 评论 (0)  编辑
     摘要: 对Meta迷惑者可以一瞥,  阅读全文
posted @ 2007-07-05 09:49 Robot·H 阅读(48) | 评论 (0)  编辑
     摘要: JSON你知道吗?  阅读全文
posted @ 2007-07-04 15:57 Robot·H 阅读(90) | 评论 (0)  编辑
     摘要: o(∩_∩)o.dotNet几个函数的"重写"  阅读全文
posted @ 2007-07-03 16:02 Robot·H 阅读(17) | 评论 (0)  编辑
     摘要: 获取 源码又发现新招  阅读全文
posted @ 2007-07-03 11:17 Robot·H 阅读(65) | 评论 (0)  编辑