会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
书山有路勤为径,学海无涯苦作舟(肖建锋)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
24
下一页
2019年10月28日
将SpringCloud Eureka 服务注册与发现部署到docker
摘要: 一、前言 最近在学习docker,顺便把之前学习的spring cloud 部署到Docker 中。至于什么是SpringCloud的服务注册与发现,什么是docker,我这里就不作赘述了。可以先去学习这两部分内容,再来看这篇文章,废话不多说了。直接开始!二、环境准备 JDK 8 MAVEN 3.3
阅读全文
posted @ 2019-10-28 16:29 肖建锋
阅读(4897)
评论(0)
推荐(0)
2019年10月24日
zuul重连配置
摘要: #retry #该参数用来开启重试机制 spring.cloud.loadbalancer.retry.enabled=true #断路器的超时时间,断路器的超时时间需要大于ribbon的超时时间,不然不会触发重试。 hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000 #ribbon请求连接的
阅读全文
posted @ 2019-10-24 16:17 肖建锋
阅读(132)
评论(0)
推荐(0)
2019年10月21日
将springboot打包成的jar文件做成windows服务
摘要: 1.在idea中用maven将程序打成jar,放到运行的目录中。 2.去github上面下载winsw: https://github.com/kohsuke/winsw/releases 3. 将WinSW.NET4.exe文件复制到java程序所在文件夹中 4.将java程序重命名,去掉名称中的
阅读全文
posted @ 2019-10-21 09:34 肖建锋
阅读(2510)
评论(0)
推荐(0)
2019年10月20日
centos7 intall nvidia driver
摘要: 此教程是介绍于 CentOS 7 以上的 Linux 系统中安装 NVIDIA 显卡驱动和 CUDA Toolkit 。此文中以 CentOS 7.4 64 bit 为例,显卡型号为 NVIDIA Tesla P4,CUDA 9.0,所有操作在终端以 root 身份运行 。1 先安装好 Linux
阅读全文
posted @ 2019-10-20 15:06 肖建锋
阅读(578)
评论(0)
推荐(0)
2019年10月15日
nginx做正向代理https遇到SSL_do_handshake()握手失败
摘要: 解决方式是配置文件增加: proxy_ssl_session_reuse off;
阅读全文
posted @ 2019-10-15 20:10 肖建锋
阅读(10785)
评论(1)
推荐(0)
2019年10月6日
springboot2 配置 https
摘要: 修改配置文件 文件目录
阅读全文
posted @ 2019-10-06 09:27 肖建锋
阅读(1350)
评论(0)
推荐(0)
centos7 nginx 配置 ssl证书
摘要: 安装nginx 从阿里云服务器下载 nginx版本的ssl证书,防止再 /etc/nginx/ssl 下 停止 nginx 服务 修改配置文件 /etc/nginx/conf.d 重启服务 访问域名
阅读全文
posted @ 2019-10-06 09:07 肖建锋
阅读(5176)
评论(0)
推荐(0)
centos7 安装 nginx
摘要: yum 安装 开机启动 启动服务 访问首页 安装完成
阅读全文
posted @ 2019-10-06 08:33 肖建锋
阅读(311)
评论(0)
推荐(0)
2019年8月15日
vuex 的基本使用
摘要: 工程目录 主要关注store 文件夹下的文件 store/index.js store/modules/users.js /components/test.vue /components/test.vue
阅读全文
posted @ 2019-08-15 17:28 肖建锋
阅读(190)
评论(0)
推荐(0)
2019年8月12日
Electron-Vue使用element-ui el-table不显示/卡死
摘要: 我们需要把element-ui加入到.electron-vue/webpack.renderer.config.js文件中的白名单里面 再运行项目,便能够成功构建出el-table表格了
阅读全文
posted @ 2019-08-12 19:48 肖建锋
阅读(3900)
评论(1)
推荐(1)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
24
下一页