摘要:
近日,Persistence4j 1.1版本发布了,它是一个小型、轻量级的Java 对象持久层类库,实现关系数据库和Java 对象之间的持久化。此版本主要是对bug的修复,点击查看更新详情:http://code.google.com/p/persistence4j/ Persistence4j的目标就是开发一款操作简单使用方便的Java ORM框架,秉承这一设计理念设计出的Persistenc... 阅读全文
摘要:
JavaScript is the world's most misunderstood programming language. Some believe that it lacks the property of information hiding because objects cannot have private instance variables and methods. But this is a misunderstanding. JavaScript objects can have private members. Here's how.Objects 阅读全文