会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冬天之歌
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
8
下一页
2020年7月10日
nuxt 部署笔记
摘要: 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 冬天之歌
阅读(177)
评论(0)
推荐(0)
2020年7月6日
Docker 部署es,redis,rabbitmq,postgres, mysql
摘要: 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 冬天之歌
阅读(336)
评论(0)
推荐(0)
2020年7月1日
tesseract 安装
摘要: Windows 安装教程 Ubuntu 安装教程
阅读全文
posted @ 2020-07-01 14:49 冬天之歌
阅读(101)
评论(0)
推荐(0)
2020年6月29日
Windows10 Pillow7 安装失败解决方案
摘要: 参考 python -m pip install -U --force-reinstall pip
阅读全文
posted @ 2020-06-29 14:46 冬天之歌
阅读(260)
评论(0)
推荐(0)
2020年6月23日
Minikube 国内安装教程
摘要: 国内推荐使用阿里云版minikube可以解决代理问题。 安装文档
阅读全文
posted @ 2020-06-23 13:57 冬天之歌
阅读(348)
评论(0)
推荐(0)
2020年6月14日
解决macos 10.15 pillow安装失败问题,提示the headers or library files could not be found for zlib
摘要: 问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将
阅读全文
posted @ 2020-06-14 19:04 冬天之歌
阅读(4716)
评论(0)
推荐(0)
2020年6月9日
Debian10 搜狗输入法无法输入汉字异常
摘要: 正常安装搜狗输入法后无法正常输入汉字,期间提示搜狗输入法异常!请删除.config/SogouPY 并重启,经过百度后发现缺少包。 apt-get install libqt4-declarative TIPS: 可以通过输入sogou-qimpanel命令来发现问题 参考博客
阅读全文
posted @ 2020-06-09 13:57 冬天之歌
阅读(882)
评论(0)
推荐(0)
2020年4月6日
VScode 实时代码不提示配置解决
摘要: 问题描述: 当使用vscode进行编码时,会遇到输入的新代码不会进行提示,此时打开对应的设置即可! "github issue" 详细配置: "editor.suggest.snippetsPreventQuickSuggestions": false
阅读全文
posted @ 2020-04-06 22:01 冬天之歌
阅读(2653)
评论(0)
推荐(0)
2020年4月5日
tailwindcss 使用总结
摘要: 安装tailwindcss 安装 npm install tailwindcss 引入 在scss文件引入,并导入main.js生效 引入如下: // 注入 @tailwind base; @tailwind components; @tailwind utilities; // 正常导入 @imp
阅读全文
posted @ 2020-04-05 18:09 冬天之歌
阅读(5759)
评论(0)
推荐(0)
2020年4月4日
nodejs nvm 包管理
摘要: "nvm包管理"
阅读全文
posted @ 2020-04-04 11:00 冬天之歌
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告