svn配置
摘要:help>>install new software...... subclipse http://download.eclipse.org/technology/subversive/3.0/update-site/ 等待安装完成! 右键>>Repository Location 然后将项目che
阅读全文
posted @
2016-09-30 16:43
爷的眼睛闪亮
阅读(158)
推荐(0) 编辑
时间转换(字符串转date 年月日时分秒 格式)
摘要:/** * 时间转换 * @param data * @return */ public String getValidDateStr(Date data) { String sDate = ""; SimpleDateFormat sdf1 = new SimpleDateFormat("EEE
阅读全文
posted @
2016-09-30 16:06
爷的眼睛闪亮
阅读(37899)
推荐(0) 编辑
用js 将long类型转换成日期格式
摘要://扩展Date的format方法 Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+":
阅读全文
posted @
2016-09-22 17:14
爷的眼睛闪亮
阅读(8656)
推荐(0) 编辑
递归解析任意层的json
摘要:package com.sun.test; import java.util.Iterator; import net.sf.json.JSONArray;import net.sf.json.JSONObject; /** * * @company * @author superboo * @ve
阅读全文
posted @
2016-09-01 09:41
爷的眼睛闪亮
阅读(659)
推荐(0) 编辑