01 2018 档案
摘要:避免用户修改系统时间可以用如下代码: {php}echo strtotime('now');{/php}
阅读全文
摘要:1.cmd命令 安装命令: redis-server.exe --service-install redis.windows.conf --loglevel verbose 卸载命令: redis-server --service-uninstall 原链接:http://blog.csdn.net
阅读全文
摘要:1.jsonView jsonViewer json formatter 格式化 2.JSON-handle百度下载下来,再拉入到扩展里面,感觉这个挺好用又好看 3.HTML TAG CHECKER/HTML 查找HTML标签中的闭合问题 4.Lighthouse(帮助)是一个Google开源的自动
阅读全文
摘要:官方网址: https://clipboardjs.com/ 不能一打开就直接触发复制粘贴: 参考博客: http://blog.csdn.net/twoByte/article/details/52250205 https://caniuse.com/#search=paste
阅读全文
摘要:$("#formBtn").click(function () { // var regName =/^[\u4e00-\u9fa5]{2,10}$/;//姓名只能是汉字切2-10字 var pattern = new RegExp("[`~!@#$^&*()=|{}':;',\\[\\]./?~!@#¥……&*();—|{}【】‘...
阅读全文