收藏的有用的链接

阅读14次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-11-22

Anatomy of the Linux file system A layered structure-based review http://www.ibm.com/developerworks/linux/library/l-linux-filesystem/index.html 类别:收集 查看评论

轻松理解Javascript闭包

阅读61次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-27

http://blog.morrisjohns.com/javascript_closures_for_dummies 反正我看了以后明白了什么是Javascript的闭包。 类别:脚本 查看评论

发个Javascript闭包的问题

阅读62次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-27

关键字: Javascript 闭包 说实话我还是不很理解这个闭包的概念,总的来说感觉闭包就是一个函数所要引用的执行环境~ 好,先不废话,出题(厄,也是从网上搜罗来的): var div = document.getElementById("testDiv 阅读全文 类别:脚本 查看评论

[转].NET Delegates: A C# Bedtime Story 2(.Net Delegates 趣解2)

阅读85次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-25

一篇难得的好文章,关于.Net的Delegates,写的很生动,很易理解。容许我稍后再把它翻译出来。 The following is an excerpt from Windows Forms 2.0 Programming, Chris Sells & Michael Weinhardt, Addison-Wesley, 2006. It's been updated from the original version for C# 2.0. Anonymous Delegates At this point, Peter is using delegates to notify interested parties in the proc 阅读全文 类别:.net dev tips 查看评论

[转].NET Delegates: A C# Bedtime Story 1(.Net Delegates 趣解1)

阅读53次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-25

.NET Delegates: A C# Bedtime Story 一篇难得的好文章,关于.Net的Delegates,写的很生动,很易理解。容许我稍后再把它翻译出来。 The following is an excerpt from Windows Forms 2.0 Programming, Chris Sells & Michael Weinhardt, Addison-Wesley, 2006. It's been updated from the original version for C# 2.0. Once upon a time, in a strange land south of 阅读全文 类别:.net dev tips 查看评论

[转]产品经理们,遇到Bug请别十万火急

阅读73次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-25

August 5, 2008 Tags: PM // product 如果你希望成为一个失败的产品经理,在遇到bug时,请立即动手修复它。如果bug可以立即被修复,为何要一拖再拖?PM应该是一位“执行者”, 阅读全文 类别:默认分类 查看评论

[转]StringTemplate.NET 文档(其它)

阅读79次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-23

模板继承(Template Inheritance) Recall that a StringTemplateGroup is a collection of related templates such as all templates associated with the look of a web site. If you want to design a similar look for that site (such as for premium users), you don't really want to cut-n-paste the original template files for use in the new look. Changes to the original will not be propogated to the new ...

[转]使用WebClient的时候如何处理Cookie

阅读82次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-21

WebClient: Handling Cookies WebClient class is very useful when you need to download or upload date from or to the Web. However, when you need to make a sequence of calls you find that WebClient does not preserve cookies set by the server between requests. Fortunately, WebClient gives you an opportunity to handle cookies by yourself. 在从Web服务器上下载文件或者往上传数据的时候,WebClient类是非常有用的。不过当你需要跟服...

[转]精简版XP如何安装微软IIS5.1安装文件

阅读97次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-18

首先在“开始”菜单的“运行”中输入“c:\Windows\inf\sysoc.inf”,系统会自动使用记事本打开sysoc.inf这个文件。在sysoc.inf中找到“[Components]”这一段,因为是XP简化版,所以里面东西很少,在里面加上这段:“iis=iis2.dll,OcEntry,iis2.inf,,7”。之后保存并关闭。 因为是XP简化版,所以在下载的安装文件里也一定没有IIS的安装文件了。你可以从本站点击下载IIS安装文件。下载完后,解压到任意盘符的根目录下(最好是根目录,便于后面打命令)。比如我把压缩包解压到 阅读全文 类别:默认分类 查看评论

[转]关于金钱和幸福

阅读79次,收藏0次,顶0次,踩0脚 | 订阅者:Colin | 来源: | 文章作者: anuiz | 发表时间: 2008-09-18

关于金钱和幸福 Life Hacks, Personal Develop 阅读全文 类别:默认分类 查看评论