`
幻无极
  • 浏览: 7196 次
  • 性别: Icon_minigender_1
  • 来自: 安徽
文章分类
社区版块
存档分类
最新评论
文章列表
  第一章   all unit testing frameworks should follow:   Each unit test must run independently of all other unit tests. .. The framework must detect and report errors test by test. .. It must be easy to define which unit tests will run.   第二章     Design patterns in action: Facade   JUnit ...
      个人真心喜欢flexjson,虽然在效率上比较不上一些以效率鼓吹的json序列化工具,但是它在json序列化的灵活上,整个软件的结构上和扩展的方便性上是无与伦比的。   flexjson的使用技巧:     flexjson在反序列化json时 如果是ArrayList<Bean> new JSONSerialize.use("values",Bean.class).deserialize(list);   如果只需要一个bean的个别属性,而不需要其它属性,不用一个个的去排除 可以使用 new JSONSerializer().i ...
Global site tag (gtag.js) - Google Analytics