会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ainiuniu
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
26
下一页
2020年7月28日
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)
编辑
2020年7月22日
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 田坤坤
阅读(2977)
评论(0)
推荐(0)
编辑
2020年7月16日
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 田坤坤
阅读(506)
评论(0)
推荐(0)
编辑
2020年6月30日
vue引用view-design插件
摘要: 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)
编辑
iView 运行iview-project项目时npm run init,报错
摘要: https://blog.csdn.net/HuangsTing/article/details/102364800
阅读全文
posted @ 2020-06-30 13:20 田坤坤
阅读(355)
评论(0)
推荐(0)
编辑
2020年6月23日
【错误解决】本地计算机上的mysql服务启动停止后,某些服务在未由其他服务或程序使用时将自动停止
摘要: https://blog.csdn.net/fan_lulu/article/details/82011994
阅读全文
posted @ 2020-06-23 15:04 田坤坤
阅读(193)
评论(0)
推荐(0)
编辑
2020年6月19日
Rediswindows版本下载
摘要: https://blog.csdn.net/leisure_life/article/details/82078233
阅读全文
posted @ 2020-06-19 19:09 田坤坤
阅读(198)
评论(0)
推荐(0)
编辑
mysql各种版本下载
摘要: https://downloads.mysql.com/archives/community/
阅读全文
posted @ 2020-06-19 18:39 田坤坤
阅读(503)
评论(0)
推荐(0)
编辑
2020年6月16日
Springboot跨域问题
摘要: 新增类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
下一页