摘要: // Jdbc关闭数据库连接时,会隐含一个提交事务的操作 private final static String DB_DRIVER = "oracle.jdbc.driver.OracleDriver"; private final static String DB_CONNECTION = "jdbc:oracle:thin... 阅读全文
posted @ 2018-08-15 14:22 超神之巅 阅读(3281) 评论(0) 推荐(0) 编辑
摘要: form.on('submit(mySearch)', function(data){ table.reload('userTable', {//就会读取后台数据,重新加载; page: { curr: 1 //重新从第 1 页开始 },... 阅读全文
posted @ 2018-08-15 14:20 超神之巅 阅读(15293) 评论(0) 推荐(0) 编辑
摘要: -Xms256m -Xmx1024m -XX:PermSize=64M -XX:MaxNewSize=256m -XX:MaxPermSize=256m 阅读全文
posted @ 2018-07-16 16:42 超神之巅 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 解决方法:https://www.cnblogs.com/whatlonelytear/articles/5921978.html 阅读全文
posted @ 2018-07-16 16:35 超神之巅 阅读(381) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.InputStreamReader; impor... 阅读全文
posted @ 2018-05-17 13:40 超神之巅 阅读(784) 评论(0) 推荐(0) 编辑
摘要: $("#nextSubmit").click(function(){ $("#recovePasswordForm").submit(); }); $("#upCaptcha").click(function(){ changeImg(); }); $("#recovePasswordForm").validate({ ... 阅读全文
posted @ 2018-05-03 13:51 超神之巅 阅读(347) 评论(0) 推荐(0) 编辑
摘要: http://dun.163.com/trial/jigsaw 滑动拼图 http://dun.163.com/trial/picture-click 图中点选 http://dun.163.com/trial/sms 短信上行 阅读全文
posted @ 2018-05-03 13:48 超神之巅 阅读(224) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/whatlonelytear/p/8934738.html 阅读全文
posted @ 2018-04-25 10:08 超神之巅 阅读(1874) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/whatlonelytear/ 阅读全文
posted @ 2018-03-19 11:29 超神之巅 阅读(148) 评论(0) 推荐(0) 编辑
摘要: ---恢复内容开始--- // url(String):请求地址 // param(String):请求参数 // targetId(String):结果显示id function ajaxReq(url, param, targetId) { $.ajax({ type : "post", url : url, data : param... 阅读全文
posted @ 2018-03-19 11:18 超神之巅 阅读(145) 评论(0) 推荐(0) 编辑