摘要:
Maintainable code means code that: is readable, consistent, predictable, Looks as if it was written by the same person and documented. 阅读全文
阅读排行榜
JavaScript Patterns 2.7 Avoiding Implied Typecasting
2014-05-22 23:29 by 小郝(Kaibo Hao), 274 阅读, 收藏,
摘要:
This post introduces how to use the ===, eval, Function() carefully. 阅读全文
AJAX相关知识
2010-12-05 19:22 by 小郝(Kaibo Hao), 270 阅读, 收藏,
摘要:
公司最近要做下客户端的技术的培训,作为主要支持人员,今日我从维基百科上看了下AJAX定义及相关历史等信息,现将自己理解的总结写下,以备后用。 阅读全文
Effective C# 学习笔记(二十一)为类型定义有限的职责
2011-07-13 16:04 by 小郝(Kaibo Hao), 266 阅读, 收藏,
摘要:
将类型或类型的方法对外暴露得越少,你将会获得更多的可扩展性,更容易修改其实现,将会减少更多的单元测试。 阅读全文
NHibernate Notes1_Creating Class Hierarchy mappings
2011-09-04 22:50 by 小郝(Kaibo Hao), 262 阅读, 收藏,
摘要:
This notes talks about how to Create Class Hierarchy mappings in NHibernate 阅读全文
Be careful with the "cache-control"
2012-11-16 17:56 by 小郝(Kaibo Hao), 259 阅读, 收藏,
摘要:
It has been a long time for me to develop the web application. Today I encountered the cache issue of the Internet explore. By default, the option of the "Check for newer versions of stored pages" of "Temporary Internet Files" is set to "Automatically" which will cause 阅读全文
NHibernate学习(7)—对于实现机理的猜测
2009-10-09 23:10 by 小郝(Kaibo Hao), 256 阅读, 收藏,
摘要:
这两天看了老赵的三篇关于NHibernate的文章,很受启发。首先,对于如下代码的思考,对于一个Model类的代理做到不覆盖父类属性的处理方法的方式[代码]其次,对于NHibernate对于集合属性管理方面,确实做只读和只写两套Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlig... 阅读全文
我的学习之路
2011-02-08 09:34 by 小郝(Kaibo Hao), 255 阅读, 收藏,
摘要:
一、原则有目的地学习学习知识的目的应是明确的,是为了解决当前或即将遇到的问题而去学习研究,这样既能解决问题,拥有成就感,又能将知识化为自己的知识,增强记忆力。不要因为追新求鲜盲目的学习。因为没有实践,就很难将其研究透彻,而实际中遇到的问题也许是致命的。而且也很容易忘记 ,得不偿失。抓主干、研细节对学习研究的对象,要抓其重点,不要盲目地陷入细枝末节。找准主干方向后,对细枝末节的研究要透彻,不要浅尝辄止,否则会影响实践的效果。不要忽略相关背景及相关知识背景及相关知识有可能在实践中起到决定性作用,不要忽略它。二、技巧与手段充分利用网络资源网络上几乎包含你所需的一切。学会使用搜索引擎、wiki、blo 阅读全文
Java Concurrency In Practice - Chapter 1 Introduction
2014-05-14 23:15 by 小郝(Kaibo Hao), 246 阅读, 收藏,
摘要:
A brief introduction on why to introduce Multiple treads application and its features. 阅读全文
Machine Learning Note - Note 1
2017-05-18 10:15 by 小郝(Kaibo Hao), 228 阅读, 收藏,
摘要:
I am working on the Andrew Ng's course on Machine Learing. I have a question on the week2 session. Is there anybody can tell me why there is a 1/2m in 阅读全文
浙公网安备 33010602011771号