上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 66 下一页
摘要: html 定义和用法 test() 方法用于检测一个字符串是否匹配某个模式. 如果字符串中有匹配的值返回 true ,否则返回 false。 语法 RegExpObject.test(string) RegExpObject.test(string) 阅读全文
posted @ 2018-02-01 09:01 Mr_伍先生 阅读(1397) 评论(0) 推荐(0) 编辑
摘要: 介绍一个HTML5的新特性 a标签的download属性; 目前市场上面支持的浏览器有限; html: 参考链接: http://www.zhangxinxu.com/wordpress/2016/04/know-about-html-download-attribute/ http://www.r 阅读全文
posted @ 2018-01-25 23:04 Mr_伍先生 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 通过 ps -ef | grep redis 查看当前Redis 的进程情况。 阅读全文
posted @ 2018-01-25 22:22 Mr_伍先生 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: // 方法一: public String listToString(List list, char separator) { StringBuilder sb = new StringBuilder(); for (int i = 0; i < list.size(); i++) { sb.app 阅读全文
posted @ 2018-01-08 21:38 Mr_伍先生 阅读(800) 评论(0) 推荐(0) 编辑
摘要: LOCATE(substr,str) 返回子串substr在字符串str第一个出现的位置,如果substr不是在str里面,返回0. 阅读全文
posted @ 2018-01-08 21:29 Mr_伍先生 阅读(6387) 评论(0) 推荐(0) 编辑
摘要: js文件: 阅读全文
posted @ 2018-01-01 13:38 Mr_伍先生 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 总结一下,关于Java下载zip文件并导出的方法,浏览器导出。 //获取下载zip文件流 阅读全文
posted @ 2018-01-01 13:18 Mr_伍先生 阅读(24054) 评论(0) 推荐(0) 编辑
摘要: 将一个list集合转换成json文件并导出: 当然其中涉及到转义字符处理的问题。 阅读全文
posted @ 2018-01-01 12:53 Mr_伍先生 阅读(29937) 评论(1) 推荐(4) 编辑
摘要: html文件: js文件: 普通 满屏 转载于:http://runjs.cn/code/2fjkfkuo 阅读全文
posted @ 2018-01-01 12:14 Mr_伍先生 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: Json数据: { "ret": "0", "Weathers": "[{\"date\":\"2017-03-20\",\"weatherType\":\"阴,大部分地区有零星小雨或小雨,上午能见度2-5km转阴天间多云\",\"temperature_min\":\"6\",\"wind_for 阅读全文
posted @ 2018-01-01 12:06 Mr_伍先生 阅读(8280) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 66 下一页