上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
  2019年10月28日
摘要: 一、前言 最近在学习docker,顺便把之前学习的spring cloud 部署到Docker 中。至于什么是SpringCloud的服务注册与发现,什么是docker,我这里就不作赘述了。可以先去学习这两部分内容,再来看这篇文章,废话不多说了。直接开始!二、环境准备 JDK 8 MAVEN 3.3 阅读全文
posted @ 2019-10-28 16:29 肖建锋 阅读(4858) 评论(0) 推荐(0) 编辑
  2019年10月24日
摘要: #retry #该参数用来开启重试机制 spring.cloud.loadbalancer.retry.enabled=true #断路器的超时时间,断路器的超时时间需要大于ribbon的超时时间,不然不会触发重试。 hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000 #ribbon请求连接的 阅读全文
posted @ 2019-10-24 16:17 肖建锋 阅读(128) 评论(0) 推荐(0) 编辑
  2019年10月21日
摘要: 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 肖建锋 阅读(2482) 评论(0) 推荐(0) 编辑
  2019年10月20日
摘要: 此教程是介绍于 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 肖建锋 阅读(552) 评论(0) 推荐(0) 编辑
  2019年10月15日
摘要: 解决方式是配置文件增加: proxy_ssl_session_reuse off; 阅读全文
posted @ 2019-10-15 20:10 肖建锋 阅读(10324) 评论(1) 推荐(0) 编辑
  2019年10月6日
摘要: 修改配置文件 文件目录 阅读全文
posted @ 2019-10-06 09:27 肖建锋 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: 安装nginx 从阿里云服务器下载 nginx版本的ssl证书,防止再 /etc/nginx/ssl 下 停止 nginx 服务 修改配置文件 /etc/nginx/conf.d 重启服务 访问域名 阅读全文
posted @ 2019-10-06 09:07 肖建锋 阅读(5158) 评论(0) 推荐(0) 编辑
摘要: yum 安装 开机启动 启动服务 访问首页 安装完成 阅读全文
posted @ 2019-10-06 08:33 肖建锋 阅读(308) 评论(0) 推荐(0) 编辑
  2019年8月15日
摘要: 工程目录 主要关注store 文件夹下的文件 store/index.js store/modules/users.js /components/test.vue /components/test.vue 阅读全文
posted @ 2019-08-15 17:28 肖建锋 阅读(186) 评论(0) 推荐(0) 编辑
  2019年8月12日
摘要: 我们需要把element-ui加入到.electron-vue/webpack.renderer.config.js文件中的白名单里面 再运行项目,便能够成功构建出el-table表格了 阅读全文
posted @ 2019-08-12 19:48 肖建锋 阅读(3872) 评论(1) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页