- 博客(5)
- 收藏
- 关注
原创 解压war包和重新压缩war包
public class WarUtils { /** * 解压war包 * @param unWarPath war解压的路径 * @param warFile 解压的war包文件 */ public static void unWar(String unWarPath,File warFile) { try { //读取文件流 Buffered
2016-12-17 11:53:03 5467 1
转载 时间工具类
public class TimeUtil { /** * 格式化时间 * @param time * @return */ private static String formatDateTime(String time) { SimpleDateFormat sformat = new SimpleDat
2016-12-17 11:35:47 248
转载 代码执行sql脚本文件
public class AntExeSql { /** * 执行sql脚本文件 * @param username 数据库用户名称 * @param password 数据库用户密码 * @param url 数据库url * @param driverClassName 数据库驱动 * @param filepath 脚本文件路径 */ public stati
2016-12-17 11:04:55 1226 1
原创 三层可折叠table
table.js $(function() { $('img.img_css').click(function () { var id = $(this).closest("td").closest("tr").attr("id"); var value = $("#span_" + id).text(); if (value ==
2016-12-16 17:04:14 1581
原创 点击空白处可关闭的窗口
此代码实现弹窗,点击空白处可以关闭弹窗。 点击空白处可关闭的窗口 body{cursor:pointer;} $(function(){ jQuery.fn.extend({ center:
2016-12-16 15:53:48 846
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人