摘要: Node版本 node版本在v8运行失败,v12正常运行,先升级node版本至12后在进行安装npm install pm2 后台启动 npm install -g pm2 pm2 start npm -- run start 查看PM2列表 pm2 list 停止进程 pm2 stop 上面lis 阅读全文
posted @ 2020-07-10 15:44 冬天之歌 阅读(171) 评论(0) 推荐(0) 编辑
摘要: docker加速镜像源 elasticsearch部署 elasticsearch.yml 配置内容 http.host: 0.0.0.0 xpack.security.enabled: true docker run -d --restart=always --restart=always --p 阅读全文
posted @ 2020-07-06 14:35 冬天之歌 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Windows 安装教程 Ubuntu 安装教程 阅读全文
posted @ 2020-07-01 14:49 冬天之歌 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 参考 python -m pip install -U --force-reinstall pip 阅读全文
posted @ 2020-06-29 14:46 冬天之歌 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 国内推荐使用阿里云版minikube可以解决代理问题。 安装文档 阅读全文
posted @ 2020-06-23 13:57 冬天之歌 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将 阅读全文
posted @ 2020-06-14 19:04 冬天之歌 阅读(4473) 评论(0) 推荐(0) 编辑
摘要: 正常安装搜狗输入法后无法正常输入汉字,期间提示搜狗输入法异常!请删除.config/SogouPY 并重启,经过百度后发现缺少包。 apt-get install libqt4-declarative TIPS: 可以通过输入sogou-qimpanel命令来发现问题 参考博客 阅读全文
posted @ 2020-06-09 13:57 冬天之歌 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 当使用vscode进行编码时,会遇到输入的新代码不会进行提示,此时打开对应的设置即可! "github issue" 详细配置: "editor.suggest.snippetsPreventQuickSuggestions": false 阅读全文
posted @ 2020-04-06 22:01 冬天之歌 阅读(2567) 评论(0) 推荐(0) 编辑
摘要: 安装tailwindcss 安装 npm install tailwindcss 引入 在scss文件引入,并导入main.js生效 引入如下: // 注入 @tailwind base; @tailwind components; @tailwind utilities; // 正常导入 @imp 阅读全文
posted @ 2020-04-05 18:09 冬天之歌 阅读(5647) 评论(0) 推荐(0) 编辑
摘要: "nvm包管理" 阅读全文
posted @ 2020-04-04 11:00 冬天之歌 阅读(150) 评论(0) 推荐(0) 编辑