UI framework
Mail from team mate : Just wanted to share something with you. In case you have some interest in UI development. Here below a I list of UI frameworks/tools that I am using for personal projects and which I believe represent (together) a very strong set-up...
Publicité
HQL-hibernate 管理
使用请注明出处:http://alex2012-c.j.overblog.com/ 使用hibernate用java对数据库进行操作,通常在一个DAO中会有很多很多HQL的查询语句,长期下去语句越来越多,不断的修改,导致有些语句已经不用了,但是还是依然在代码中。对代码的维护造成了很大的麻烦。 在这里提出一个建议,可以把每一个语句建为一个class,这样非常有利于维护。建议文档,以airport IT application为例: Context When you are working with...