摘要: 使用方法:复制上面的代码生成JS文件,页面引入后,添加onclick="SetDate(this,'yyyy-MM-dd')属性即可使用; 阅读全文
posted @ 2017-10-16 17:32 齐齐木 阅读(4606) 评论(0) 推荐(0) 编辑
摘要: 1. 整合的配置文件如下 2. 测试代码如下 @Test public ... 阅读全文
posted @ 2017-10-16 17:26 齐齐木 阅读(5236) 评论(1) 推荐(0) 编辑
摘要: day68-crm index.html index.htm index.jsp default.html default.htm default.jsp org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:applicationContext.xml st... 阅读全文
posted @ 2017-10-16 17:20 齐齐木 阅读(172) 评论(0) 推荐(0) 编辑
摘要: /jsp/customer/add.jsp /jsp/customer/edit.jsp /jsp/customer/list.jsp customer_findAll /jsp/linkman/add.jsp /jsp/linkman/edit.jsp /jsp/linkman/list.jsp linkman_findAll 阅读全文
posted @ 2017-10-16 17:17 齐齐木 阅读(229) 评论(0) 推荐(0) 编辑
摘要: org.hibernate.dialect.MySQLDialect true true none org.springframework.orm.hibernate5.SpringSessionContext com --> 阅读全文
posted @ 2017-10-16 17:16 齐齐木 阅读(581) 评论(0) 推荐(0) 编辑
摘要: com.mysql.jdbc.Driver jdbc:mysql:///day67 root root org.hibernate.dialect.MySQLDialect true true update org.hibernate.c3p0.internal.C3P0ConnectionProvider org.springframework.orm.hibernat... 阅读全文
posted @ 2017-10-16 17:15 齐齐木 阅读(316) 评论(0) 推荐(0) 编辑
摘要: JedisPoolConfig config = new JedisPoolConfig(); //连接耗尽时是否阻塞, false报异常,ture阻塞直到超时, 默认true config.setBlockWhenExhausted(true); //设置的逐出策略类名, 默认DefaultEvictionPolicy(当连接超过最大空闲时间,或连接数超过最大空闲连接数) config.s... 阅读全文
posted @ 2017-10-16 15:52 齐齐木 阅读(1070) 评论(0) 推荐(0) 编辑