最新回答 / 蜜桃泡泡
网址:https://github.com/gbirke/jquery_paginationgit clone 链接:https://github.com/gbirke/jquery_pagination.git
2019-04-01
最新回答 / sunbohan00
从页面到数据库。的顺序是 jsp-action/servlet-service-serviceImpl-dao-daoImpl。虽然Impl的可以不要,但是springMVC的分层,分离思想,最好这么做。service 连接dao。
2018-09-07
已采纳回答 / sunbohan00
InputStream is = JDBCUtil.class.getResourceAsStream("jdbc.properties");第二种需要引相对路径,要在jdbc.properties前面加一个/。
2018-08-18