上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 58 下一页
摘要: ``` package com.wujiangpo.test.util; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import ... 阅读全文
posted @ 2019-01-03 12:21 栖息地 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Git常见命令整理 + 注释 阅读全文
posted @ 2019-01-03 12:20 栖息地 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 插入排序、选择排序、冒泡排序、希尔排序、堆排序、快速排序、归并排序、基数排序 阅读全文
posted @ 2019-01-03 12:19 栖息地 阅读(213) 评论(0) 推荐(0) 编辑
摘要: ValidUtils.java 阅读全文
posted @ 2019-01-03 12:18 栖息地 阅读(365) 评论(0) 推荐(0) 编辑
摘要: ``` function newforEach(obj,fn) { var key; if(obj instanceof Array){ obj.forEach(function(item,index){ fn(item,index); }) }else { for(key in obj){ ... 阅读全文
posted @ 2019-01-02 12:16 栖息地 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 雨滴特效 阅读全文
posted @ 2019-01-02 12:15 栖息地 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 常用js整理 阅读全文
posted @ 2019-01-02 12:14 栖息地 阅读(294) 评论(0) 推荐(0) 编辑
摘要: canvas 视频音乐播放器 阅读全文
posted @ 2019-01-02 12:13 栖息地 阅读(342) 评论(0) 推荐(0) 编辑
摘要: ``` (function flexible (window, document) { var docEl = document.documentElement var dpr = window.devicePixelRatio || 1 // adjust body font size function setBodyFontSize () { if (documen... 阅读全文
posted @ 2019-01-02 12:10 栖息地 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ``` ``` 阅读全文
posted @ 2019-01-02 12:10 栖息地 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 58 下一页