代码改变世界

阅读排行榜

Save one hour per day for the innovation

2013-04-11 13:28 by 小郝(Kaibo Hao), 227 阅读, 收藏,
摘要: Here is the my idea proposed on the Idea-fest activity of my company. I this can help you in some way. If you have any idea on saving time and resources in daily life please leave it in the comments. 阅读全文

JavaScript Patterns 6.2 Expected Outcome When Using Classical Inheritance

2014-07-16 17:05 by 小郝(Kaibo Hao), 221 阅读, 收藏,
摘要: This post introduces how to use the JavaScript feature to implement the Java style inheritance. 阅读全文

JavaScript Patterns 4.1 Functions Background

2014-06-06 20:13 by 小郝(Kaibo Hao), 208 阅读, 收藏,
摘要: This post introduces the top class objects Functions's Background with its functionality, variable scope and Names and Hoisting. 阅读全文

CLR via C# - 1. Type fundamentals

2012-12-09 21:19 by 小郝(Kaibo Hao), 190 阅读, 收藏,
摘要: The address structure of the type object and typeNote:Every object on the heap requires some additional members—called the type object pointer and the sync block index—used by the CLR to manage the object .System.Object’s GetType method simply returns the address stored in the specified object’s typ 阅读全文
上一页 1 ··· 17 18 19 20 21