爷的眼睛闪亮
insideDotNet En_summerGarden
随笔 - 670,  文章 - 0,  评论 - 53,  阅读 - 191万
09 2016 档案
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) 推荐(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) 推荐(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) 推荐(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) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示