上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 132 下一页
摘要: maven项目打包配置对于maven管理的的项目,如果想要通过maven命令来生成一个可执行的jar包,pom.xml中需要有如下配置: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
posted @ 2021-10-22 14:38 China Soft 阅读(504) 评论(0) 推荐(0)
摘要: http://request.uml.com.cn/ 阅读全文
posted @ 2021-10-20 13:39 China Soft 阅读(80) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/RookiexiaoMu_a/article/details/120610006 阅读全文
posted @ 2021-10-19 17:19 China Soft 阅读(634) 评论(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 阅读(703) 评论(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 阅读(325) 评论(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 阅读(1813) 评论(0) 推荐(0)
摘要: 1000W用户的问题分解 如何支撑1000W用户其实是一个非常抽象的问题,对于技术开发来说,我们需要一个非常明确的对于执行关键业务上的性能指标数据,比如,高峰时段下对于事务的响应时间、并发用户数、QPS、成功率、以及基本指标要求等,这些都 必须要非常明确,只有这样才能够指导整个架构的改造和优化。所以 阅读全文
posted @ 2021-10-18 12:10 China Soft 阅读(287) 评论(0) 推荐(0)
摘要: Proxmox VE (Proxmox Virtual Environment)是基于QEMU/KVM和LXC的开放源码服务器虚拟化管理解决方案。可以使用集成的、易于使用的Web接口或CLI管理虚拟机、容器、集群、存储和网络。 Proxmox VE (Proxmox Virtual Environm 阅读全文
posted @ 2021-10-17 22:38 China Soft 阅读(1322) 评论(0) 推荐(0)
摘要: Proxmox VE(Proxmox Virtual Environment) 介绍Proxmox VE(Proxmox Virtual Environment)是基于QEMU/KVM和LXC的开放源码服务器虚拟化管理解决方案。可以使用集成的、易于使用的Web接口或CLI管理虚拟机、容器、集群、存储 阅读全文
posted @ 2021-10-17 22:33 China Soft 阅读(1204) 评论(0) 推荐(0)
摘要: https://codechina_dev.gitcode.host/learn-git-branching/?locale=zh_CN 阅读全文
posted @ 2021-10-17 21:59 China Soft 阅读(249) 评论(0) 推荐(0)
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 132 下一页