`
giga_Zhang
  • 浏览: 153224 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
在本篇中我大量引用的源代码,所以篇幅似乎有些冗长,为了阅读方便,已经明确标出和本文要讨论内容相近的部分,如果读者没有耐心,大可挑黑体部分浏览。 有一普通的DAO类如下: public class BooksMapDao extends HibernateDaoSupport implements BooksDao {     public BooksMapDao(){}     public void addBook(Books book) {         this.getHibernateTemplate().save(book);     }     public void delet ...
Chart a new course with JFreeChart(JFreeChart Tutorial)    As a developer, I am often asked to demonstrate new applications. After doing many demos, I noticed that users are often initially more interested in what an application looks like than what it does. I have also noticed that one of the best ...
Global site tag (gtag.js) - Google Analytics