上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 129 下一页
摘要: windows nginx TCP代理 负载均衡 必须是 nginx-1.9.0 以上版本(包括1.9.0)。该版本之后,增加了 stream module,可以实现该功能。 下载地址:http://nginx.org/download/nginx-1.9.9.zip http://nginx.or 阅读全文
posted @ 2021-10-25 09:34 China Soft 阅读(407) 评论(0) 推荐(0)
摘要: nginx1.9之后直接使用Stream配置就可以了,当然需要先安装stream模块 1.nginx 增加tcp ./configure --with-stream --with-pcre=../pcre-8.38 ./configure --with-stream --without-http_r 阅读全文
posted @ 2021-10-25 09:29 China Soft 阅读(557) 评论(0) 推荐(0)
摘要: 在idea的设置中,存在下面几个标签页 Libraies是向idea中添加的jar或者文件夹进入。 module是添加具体的项目依赖,后面的选项为部署时是否忽略。 artifacts配置打包方式,需要是fix一下 必要时可添加到globe libraies中 阅读全文
posted @ 2021-10-22 17:29 China Soft 阅读(531) 评论(0) 推荐(0)
摘要: window下maven的环境搭建 一、下载 官网下载地址 二、maven的安装配置 1.环境变量的配置 1)新建环境变量MAVEN_HOME,值如下: D:\install\develop\apache-maven-3.5.3 2)修改环境变量path 在末尾添加: ;%MAVEN_HOME%\b 阅读全文
posted @ 2021-10-22 14:44 China Soft 阅读(135) 评论(0) 推荐(0)
摘要: maven项目打包配置对于maven管理的的项目,如果想要通过maven命令来生成一个可执行的jar包,pom.xml中需要有如下配置: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
posted @ 2021-10-22 14:38 China Soft 阅读(490) 评论(0) 推荐(0)
摘要: http://request.uml.com.cn/ 阅读全文
posted @ 2021-10-20 13:39 China Soft 阅读(71) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/RookiexiaoMu_a/article/details/120610006 阅读全文
posted @ 2021-10-19 17:19 China Soft 阅读(620) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/a6a0b5d07508 1)原因分析 因为 Docker 引擎默认通过 https 协议与 Docker Registry 通信,所以如果搭建的Docker 私有镜像库是 http 协议的话,就会输出上述日志。 (2)解决 在虚拟机中,修改 /u 阅读全文
posted @ 2021-10-19 14:56 China Soft 阅读(682) 评论(0) 推荐(0)
摘要: 1、export KKZONE=cn2、curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -3、chmod +x kk4、./kk create cluster --with-kubernetes v1.20.4 --with-ku 阅读全文
posted @ 2021-10-18 16:09 China Soft 阅读(292) 评论(0) 推荐(0)
摘要: 第一步:先备份下原始源: sudo cp /etc/apt/source.list /etc/apt/source.list.backup 第二步:修改文件 sudo vim /etc/apt/source.list 清除原有的,替换以下源 deb http://mirrors.aliyun.com 阅读全文
posted @ 2021-10-18 15:52 China Soft 阅读(1797) 评论(0) 推荐(0)
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 129 下一页