摘要: 转自:https://www.cnblogs.com/cielosun/articles/5752272.html 1. Controller/Service/DAO简介: Controller是管理业务(Service)调度和管理跳转的。 Service是管理具体的功能的。 Controller只 阅读全文
posted @ 2019-04-19 22:56 NemoWang 阅读(4452) 评论(1) 推荐(1) 编辑
摘要: 转自:https://blog.csdn.net/angus_17/article/details/7656631 经常遇到string和date之间的转换,把相关的内容总结在这里吧: 1.string格式转化为Date对象: 注意:引入的是:java.text.DateFormat 2.Date格 阅读全文
posted @ 2019-04-19 17:14 NemoWang 阅读(9606) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.open-open.com/lib/view/open1403403349127.html C3P0是一个开放源代码的JDBC连接池,它在lib目录中与Hibernate一起发布,包括了实现jdbc3和jdbc2扩展规范说明的Connection 和Statement 阅读全文
posted @ 2019-04-19 14:54 NemoWang 阅读(1897) 评论(0) 推荐(0) 编辑