上一页 1 ··· 7 8 9 10 11 12 13 14 下一页

2018年11月7日

aviary 图片编辑器

摘要: 文档地址: https://developers.aviary.com/docs/web/setup-guide 阅读全文

posted @ 2018-11-07 18:37 春分夏至 阅读(181) 评论(0) 推荐(0) 编辑

2018年10月27日

API bluePrint 文档编写

摘要: https://apiblueprint.org/ https://www.npmjs.com/package/drakov https://github.com/apiaryio/api-blueprint/blob/master/examples/01.%20Simplest%20API.md 阅读全文

posted @ 2018-10-27 10:08 春分夏至 阅读(238) 评论(0) 推荐(0) 编辑

2018年10月22日

js正则表达式中replace的$0,$1是什么?

摘要: js正则表达式中replace的$0,$1是什么? x详解:https://segmentfault.com/q/1010000005727586 阅读全文

posted @ 2018-10-22 16:17 春分夏至 阅读(15983) 评论(0) 推荐(0) 编辑

使用js让数字的千分位用,分隔,并保留两个小数点

摘要: <script> var data = 42542335434.45334; //使用正则替换,每隔三个数加一个','var b = data .toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, '$1,'); </script> (不处理小数点)方法二: func 阅读全文

posted @ 2018-10-22 16:08 春分夏至 阅读(3230) 评论(0) 推荐(0) 编辑

2018年10月13日

Window安装Redis并设置为开机启动

摘要: https://blog.csdn.net/blick__winkel/article/details/77986481 https://www.cnblogs.com/jaign/articles/7920588.html 阅读全文

posted @ 2018-10-13 16:47 春分夏至 阅读(237) 评论(0) 推荐(0) 编辑

PHP.ini 中的session 相关设置

摘要: php.ini设置参考项://处理session存取的模式session.save_handler = files//session档案存放路径session.save_path = /tmp//session使用cookie的功能,启动: 1session.use_cookies = 1//ses 阅读全文

posted @ 2018-10-13 14:21 春分夏至 阅读(1844) 评论(0) 推荐(0) 编辑

2018年10月10日

The Icons

摘要: https://fontawesome.com/v4.7.0/icons/ 阅读全文

posted @ 2018-10-10 18:44 春分夏至 阅读(157) 评论(0) 推荐(0) 编辑

2018年10月9日

php 解决json_encode中文UNICODE转码问题

摘要: https://blog.csdn.net/hanzengyi/article/details/78294762 阅读全文

posted @ 2018-10-09 18:12 春分夏至 阅读(217) 评论(0) 推荐(0) 编辑

2018年10月4日

正则匹配制定字符

摘要: 匹配字符: 阅读全文

posted @ 2018-10-04 10:28 春分夏至 阅读(205) 评论(0) 推荐(0) 编辑

2018年9月20日

laravel实现于多语言整站点完美切换

摘要: 参考地址“”: laravel实现于语言包的完美切换 https://blog.csdn.net/chen529834149/article/details/77504335 https://laravelacademy.org/post/1947.html https://blog.csdn.ne 阅读全文

posted @ 2018-09-20 09:38 春分夏至 阅读(3175) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 下一页

导航