摘要: 实现效果: Html 1 <html> 2 3 <head> 4 <script type="text/javascript" src="js/jquery.min.js"></script> 5 <script type="text/javascript" src="js/index.js"></ 阅读全文
posted @ 2018-03-20 13:24 路边一草鞋 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 数据库中查询到的数据为List<Report>,将数据处理再返回 public Map<String, List<Report>> findAllReport(String projectId) throws FindAllReportException { //根据ID找到项目编号 Project 阅读全文
posted @ 2018-03-16 10:49 路边一草鞋 阅读(613) 评论(0) 推荐(0) 编辑
摘要: public class ConnectionDataBaseTest { public static final String driver="com.mysql.jdbc.Driver";//驱动 public static final String url="jdbc:mysql://loca 阅读全文
posted @ 2018-03-15 10:58 路边一草鞋 阅读(1351) 评论(0) 推荐(0) 编辑