原创 Java學習筆記2:當構造方法有多個參數時考慮使用Builder

http://www.oak.hk/blog/2014/09/16/consider-a-builder-when-faced-with-many-constructor-parameters/

原创 HTTP普及帖1:理解Web和網絡基礎

http://www.oak.hk/blog/2014/09/15/understanding-the-web-and-the-foundation-of-the-network/ 點贊 收藏 分享

原创 命名規則的力量

http://www.oak.hk/blog/2014/09/11/the-power-of-naming-conventions/ 點贊 收藏 分享 文章舉報 countybo

原创 TDD工具Junit4介紹

http://www.oak.hk/blog/2014/09/12/an-introduction-to-the-tdd-tools/ 點贊 收藏 分享 文章舉報 countyb

原创 選擇好變量名的注意事項

http://www.oak.hk/blog/2014/09/11/Considerations-in-Choosing-Good-Names/ 點贊 收藏 分享 文章舉報 co

原创 類和對象

http://www.oak.hk/blog/2014/09/12/the-class-and-object/ 點贊 收藏 分享 文章舉報 countyboy 發佈了28 篇原

原创 Restlet 中文版指南

關於Restlet指南,網上已經存在相關的中文翻譯了。現將原文格式重新整理排版並配圖後,上傳至有道雲筆記,方便與大家共享。API部分正在陸續翻譯中。 點擊打開Restlet的中文翻譯 點贊 收藏 分享

原创 如何從用戶體驗的角度去做一個網站的頁面設計

http://www.oak.hk/blog/2014/09/22/how-to-design-a-website-in-consideration-of-user-experience/

原创 構造器

http://www.oak.hk/blog/2014/09/29/the-constructor/

原创 Java中的修飾符

http://www.oak.hk/blog/2014/09/26/the-java-modifiers/

原创 Java學習筆記3:用私有構造器或者枚舉類型強化Singleton屬性

http://www.oak.hk/blog/2014/09/19/enforce-the-singleton-property-with-a-private-constructor-or-an-enum-type/

原创 Java中的修飾符

http://www.oak.hk/blog/2014/09/26/the-java-modifiers/

原创 多想一點,試着讓軟件更有韌性

http://www.oak.hk/blog/2014/09/30/builder-soft-better/

原创 嘗試讓代碼更好一點

http://www.oak.hk/blog/2014/09/27/try-to-make-the-code-a-little-better/

原创 異常

http://www.oak.hk/blog/2014/09/25/exceptions/