随笔 - 253,  文章 - 0,  评论 - 29,  阅读 - 25万
07 2020 档案
centos7下yum安装jdk1.8并配置环境变量
摘要:https://blog.csdn.net/jiao_mrswang/article/details/99315632 阅读全文
posted @ 2020-07-30 09:47 田坤坤 阅读(1590) 评论(0) 推荐(0) 编辑
Centos7 安装MySQL 5.7
摘要:https://www.cnblogs.com/zsh-blogs/p/11497720.html 阅读全文
posted @ 2020-07-30 09:30 田坤坤 阅读(89) 评论(0) 推荐(0) 编辑
nginx 两种路径
摘要:1、 server { listen 8079; server_name localhost; location / { try_files $uri $uri/ /index.html; alias E:/home/upload; } } 2、 server { listen 8050; serv 阅读全文
posted @ 2020-07-28 14:34 田坤坤 阅读(607) 评论(0) 推荐(0) 编辑
springboot集成consul
摘要:1 服务提供者 1.1 父级Pom <spring-cloud.version>Hoxton.SR6</spring-cloud.version> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring 阅读全文
posted @ 2020-07-22 09:37 田坤坤 阅读(2978) 评论(0) 推荐(0) 编辑
Centos 7 nginx 安装
摘要:安装以下: yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 安装以下: pcre: wget https://jaist.dl.sourceforge.net/project/pcre/pcre/8. 阅读全文
posted @ 2020-07-16 15:57 田坤坤 阅读(139) 评论(0) 推荐(0) 编辑
设置nginx开机自启动(centos7.x)
摘要:第一步:进入到/lib/systemd/system/目录 第二步:创建nginx.service文件,并编辑 内容如下: [Unit] Description=nginx service After=network.target [Service] Type=forking ExecStart=/ 阅读全文
posted @ 2020-07-16 15:44 田坤坤 阅读(510) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示