logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

成功解决:ubuntu安装nginx时报错Failed to start A high performance web server and a reverse proxy server.

原因是因为之前卸载ngnix时没卸载干净,导致此错误,执行以下指令清除干净后安装即可sudo apt-get remove nginx nginx-commonsudo apt-get purge nginx nginx-commonsudo apt-get autoremovesudo apt-get remove nginx-full nginx-commonsudo apt-get inst

#ubuntu#nginx
IDEA连接MySQL数据库的流程

点击IDEA右侧菜单栏上的Database,点击+号,选择Data Source里的MySQL输入主机IP、用户名、密码,端口号后测试连接,成功后点击Apply即可在Database中选择数据库表即可访问数据库表中的数据欢迎小伙伴讨论,文章内容如有错误请在评论区评论或发私聊消息,谢谢你。...

#mysql#数据库#intellij idea
window系统怎么解压tar.bz2文件

window系统下通过7zip工具解压解压rat.bz2文件

linux停止或删除docker容器命令 docker stop | rm

报错内容:Error response from daemon: You cannot remove a running container 84b3cc69085f074ac956a013218d100ff1763fa2e3a887b25bd8cf1dd2e5ce85. Stop the container before attempting removal or force removeERR

#docker#linux
成功解决gyp ERR! build error gyp ERR! stack Error: not found: make

使用npm安装caliper-cli的时候报错gyp ERR! build error gyp ERR! stack Error: not found: make安装了make还是报同样的错误npm install --only=prod @hyperledger/caliper-cli@0.4.0解决方案:提升和降低nodejs的版本即可随后重新执行npm install xxx指令即可成功解决

#npm#linux
成功解决gpg: 找不到有效的 OpenPGP 数据

在Ubuntu系统上安装docker时出现gpg: 找不到有效的 OpenPGP 数据的报错解决方案:wget https://download.docker.com/linux/ubuntu/gpgsudo apt-key add gpg随后再次执行下载指令,解决报错成功解决gpg: 找不到有效的 OpenPGP 数据的报错欢迎小伙伴讨论,文章内容如有错误请在评论区评论或发私聊消息,谢谢你。..

#ubuntu#linux#docker
到底了