1.创建一个toutiao目录 cd /home mkdir toutiao 2.将项目上传到toutiao目录 项目上传详细见安装的一二步 3.解压项目 unzip web.zip 4.编辑Nginx配置文件cd /home/nginx-1.17.5/conf/nginx.conf (注意:配置刚 ...
分类:
其他好文 时间:
2021-03-15 10:44:43
阅读次数:
0
本文分析什么情况会导致这些异常出现,提供示例代码的同时为您提供解决指南。Nikita Salnikov-TarnovskiPlumbr Co-Founder and VP of Engineering本文内容来源于Plumbr,对原文内容有删减和补充 这也许是目前最为完整的Java OOM异常的解决 ...
分类:
编程语言 时间:
2021-03-15 10:37:26
阅读次数:
0
MinIO服务器安装配置 docker启动MinIO服务器 # 创建minio目录用于存储数据文件 mkdir /srv/minio # 启动服务器,参数解析: # -d 后台启动 # -p 9000:9000 将宿主的9000端口指向容器的9000端口 # --restart always 开机自 ...
分类:
其他好文 时间:
2021-03-12 14:40:21
阅读次数:
0
配置加速器(最新版的配置方法) [root@ming2 containers]# vim registries.conf [root@ming2 containers]# cat registries.conf unqualified-search-registries = ["docker.io" ...
分类:
其他好文 时间:
2021-03-11 14:17:03
阅读次数:
0
Docker版本 docker-ce.x86_64 # 社区版 docker-ee # 企业版 docker镜像站:https://hub.docker.com/ Kubernetes:https://kubernetes.io/zh/ 阿里云镜像站:https://developer.aliyun ...
分类:
Web程序 时间:
2021-03-11 12:07:03
阅读次数:
0
拉取镜像 docker pull mysql:5.7.3 运行镜像 docker run -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7.32 # -e MYSQL_ROOT_PASSWORD=root意思是给root用户设置密码为root 启动一个mysql服务, ...
分类:
数据库 时间:
2021-03-10 13:25:55
阅读次数:
0
Some people hear their own inner voices with great clearness. And they live by what they hear.Such people become crazy,or they become legends ...... 有 ...
分类:
其他好文 时间:
2021-03-10 13:21:51
阅读次数:
0
问题 vscode使用chrome调试报错"无法访问您的文件"或者"localhost 拒绝了我们的连接请求"。 解决 ctrl+p 搜索launch.json文件 改为: { "version": "0.2.0", "configurations": [ { "name": "使用本机 Chrom ...
分类:
其他好文 时间:
2021-03-10 13:21:22
阅读次数:
0
1.下载安装 docker pull mongo:4.2.8 2.运行一个容器 mkdir -p /storage/data/mongodb/db #创建文件夹 docker run -itd --name mongo --restart=always -p 27017:27017 -e MONGO ...
分类:
数据库 时间:
2021-03-10 13:07:53
阅读次数:
0
安装podmen [root@localhostl ~]# yum -y remove docker-ce [root@localhostl ~]# yum -y install podman [root@localhostl ~]# cd /etc/containers/ [root@localh ...
分类:
其他好文 时间:
2021-03-10 13:05:54
阅读次数:
0