上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 我遇到的使用场景是` 1. time():输出当前时间戳 2. date='Y m d', :格式化为日期形式 阅读全文
posted @ 2020-04-26 20:42 shellon 阅读(1315) 评论(0) 推荐(0) 编辑
摘要: 查看当前PHP版本 代码中添加 下载对应的redis扩展 下载链接:https://pecl.php.net/package/redis 因为我的PHP版本是5.6的,所以redis版本对应2.2.7。 下载redis扩展文件并解压 安装redis扩展 将解压后的php_redis.dll文件放到p 阅读全文
posted @ 2020-04-16 11:20 shellon 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 转载于:https://blog.csdn.net/qq_36772866/article/details/86934950 win10 在npm install时报错 解决方案 1. 删除node moudles 2. 命令行运行,清理缓存 3. 删除文件npmrc文件。 强调:不是nodejs安 阅读全文
posted @ 2020-04-13 12:54 shellon 阅读(2762) 评论(0) 推荐(0) 编辑
摘要: windows node官网下载,https://nodejs.org/en/ 阅读全文
posted @ 2020-04-11 20:44 shellon 阅读(284) 评论(0) 推荐(0) 编辑
摘要: linux mac 如果没有安装过命令行开发者工具,将会提示你安装。 windows git官网下载,https://git scm.com/downloads 如果下载过慢,可以使用https://npm.taobao.org/mirrors/git for windows/,选择想要的git版本 阅读全文
posted @ 2020-04-11 20:37 shellon 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1. Navicat for MySQL 2. xmind 3. vscode 4. typora 5. charlse 6. mamp 7. xampp 8. ps 9. sketch 10. markman 11. 向日葵 12. teamviewer 13. 有道云笔记 14. WPS 15. 阅读全文
posted @ 2020-04-11 15:19 shellon 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Beautify Atom One Dark Theme Auto close tag Auto rename tag css Modules Eslint git graph open in browser path intellisense popping and locking theme r 阅读全文
posted @ 2020-04-11 14:50 shellon 阅读(832) 评论(0) 推荐(0) 编辑
摘要: 1. 生成新的ssh key 命令行输入 默认,一直回车 2. 获取生成的ssh key 命令行输入 阅读全文
posted @ 2020-04-11 11:17 shellon 阅读(336) 评论(0) 推荐(0) 编辑
摘要: Chrome导出标签 1. 2. 3. Chrome导入书签 1. 阅读全文
posted @ 2020-04-11 11:06 shellon 阅读(220) 评论(0) 推荐(0) 编辑
摘要: ``` timerFun(); function timerFun() { console.log("实现操作部分") let timer = setTimeout(function () { timerFun(); clearTimeout(timer) }, 10000); } ``` 阅读全文
posted @ 2020-02-24 15:45 shellon 阅读(527) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页