上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
摘要: 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) 编辑
摘要: 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 田坤坤 阅读(2977) 评论(0) 推荐(0) 编辑
摘要: 安装以下: 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) 编辑
摘要: 第一步:进入到/lib/systemd/system/目录 第二步:创建nginx.service文件,并编辑 内容如下: [Unit] Description=nginx service After=network.target [Service] Type=forking ExecStart=/ 阅读全文
posted @ 2020-07-16 15:44 田坤坤 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 1、安装node(通过安装包进行安装) 安装成功之后 node -v npm -v 2、安装vue-cli npm install @vue/cli -g 3、创建vue空项目 进入项目根目录 执行命令进行项目创建 vue init webpack 项目名称 等待执行完成 4、安装view-desi 阅读全文
posted @ 2020-06-30 17:09 田坤坤 阅读(3811) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/HuangsTing/article/details/102364800 阅读全文
posted @ 2020-06-30 13:20 田坤坤 阅读(355) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fan_lulu/article/details/82011994 阅读全文
posted @ 2020-06-23 15:04 田坤坤 阅读(193) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/leisure_life/article/details/82078233 阅读全文
posted @ 2020-06-19 19:09 田坤坤 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://downloads.mysql.com/archives/community/ 阅读全文
posted @ 2020-06-19 18:39 田坤坤 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 新增类CorsFilter 然后加入以下代码: import org.springframework.context.annotation.Configuration;import javax.servlet.*;import javax.servlet.annotation.WebFilter;i 阅读全文
posted @ 2020-06-16 09:25 田坤坤 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页