学习路径 1. Docker学习 一般kubernetes的内部容器使用的是Docker,所以建议先学习docker之后再来学习 2. 学会安装k8s 1. 单机安装 安装过程中可能存在一些问题,请仔细观察日志输出,根据日志进行响应的处理 2. [单master单node安装](https://ww ...
分类:
其他 时间:
2021-06-07 16:28:22
收藏:
0 评论:
0 赞:
0 阅读:
26
var myChart = echarts.init(document.getElementById('chrats')); var color = [0, '#1E9FFF', '#009688', '#5FB878', '#FFB800', '#FF5722']; var yData = ['2 ...
分类:
其他 时间:
2021-06-07 16:27:50
收藏:
0 评论:
0 赞:
0 阅读:
29
<form> <label for="male">Male</label> <input type="radio" name="sex" id="male" /> <br /> <label for="female">Female</label> <input type="radio" name=" ...
分类:
其他 时间:
2021-06-07 16:27:32
收藏:
0 评论:
0 赞:
0 阅读:
19
在重启过程中,会有一段时间不能给用户提供正常服务;同时粗鲁关闭服务,也可能会对业务依赖的数据库等状态服务造成污染。
所以我们服务重启或者是重新发布过程中,要做到新旧服务无缝切换,同时可以保障变更服务 零宕机时间! ...
分类:
其他 时间:
2021-06-07 16:27:19
收藏:
0 评论:
0 赞:
0 阅读:
30
Jemeter 使用 jdbc 连接 Mysql 8.0.17, SQL Query: update info set iname = ? where inum = ? Parameter values: lilei2,0002 Parameter types: varchar, char 执行后出 ...
分类:
其他 时间:
2021-06-07 16:26:25
收藏:
0 评论:
0 赞:
0 阅读:
23
学习网络编程的目的 为了开发一个CS架构或者BS架构的软件 客户端/服务器架构 1.硬件C/S架构(打印机) 2.软件C/S架构 互联网中处处是C/S架构 如百度网站是服务端,你的浏览器是客户端(B/S架构也是C/S架构的一种) 腾讯作为服务端为你提供视频,你得下个腾讯视频客户端才能看它的视频) C ...
分类:
其他 时间:
2021-06-07 16:25:21
收藏:
0 评论:
0 赞:
0 阅读:
21
Harbor 简介 Harbor 是 VMware 公司开源的企业级 Docker Registry 项目,其目标是帮助用户迅速搭建一个企业级的 Docker Registry 服务。 它以 Docker 公司开源的 Registry 为基础,提供了管理 UI,基于角色的访问控制(Role Base ...
分类:
其他 时间:
2021-06-07 16:22:23
收藏:
0 评论:
0 赞:
0 阅读:
27
###三、docker安装nacos docker pull nacos/nacos-server:1.3.2 docker run --name nacos-test -e MODE=standalone -p 8848:8848 -d nacos/nacos-server:1.3.2 默认登录账 ...
分类:
其他 时间:
2021-06-07 16:22:02
收藏:
0 评论:
0 赞:
0 阅读:
17
#进程与状态相关 systemctl start firewalld.service #启动防火墙 systemctl stop firewalld.service #停止防火墙 systemctl status firewalld #查看防火墙状态 systemctl enable firewal ...
分类:
其他 时间:
2021-06-07 16:21:43
收藏:
0 评论:
0 赞:
0 阅读:
32
这个是针对某个项目提交代码的时候触发jenkins 1.把这个url拷贝下来(jenkins配置当中) 2.打开gitlab中的项目-设置-webhooks 记得添加完成后测试一下 https://www.cnblogs.com/chenglc/p/11174530.html 解决gitlab we ...
分类:
其他 时间:
2021-06-07 16:20:52
收藏:
0 评论:
0 赞:
0 阅读:
10
如何做到 ueditor批量上传word图片? 1、前端引用代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d ...
分类:
其他 时间:
2021-06-07 16:20:19
收藏:
0 评论:
0 赞:
0 阅读:
23
由于spring的RequestParam注解接收的参数是来自于requestHeader中,即请求头,也就是在url中,格式为xxx?username=123&password=456,而RequestBody注解接收的参数则是来自于requestBody中,即请求体中。 因此综上所述,如果为ge ...
分类:
其他 时间:
2021-06-07 16:19:44
收藏:
0 评论:
0 赞:
0 阅读:
15
简介 简单题, 但是挺考验java数据结构的 code class Solution { public int[][] merge(int[][] intervals) { if (intervals.length == 0) { return new int[0][2]; } Arrays.sor ...
分类:
其他 时间:
2021-06-07 16:18:07
收藏:
0 评论:
0 赞:
0 阅读:
27
JeecgBoot介绍 JeecgBoot是一款基于代码生成器的低代码开发平台,零代码开发!前端采用Ant Design&Vue,后端集成了SpringBoot2.x,Mybatis-plus,安全框架为Shiro,JWT。相对其他开源项目比较出色的是在线配置表单、在线配置报表、在线图表设计、在线设 ...
分类:
其他 时间:
2021-06-07 16:17:22
收藏:
0 评论:
0 赞:
0 阅读:
51
how to Produce More Brain Cells ...
分类:
其他 时间:
2021-06-07 16:17:06
收藏:
0 评论:
0 赞:
0 阅读:
28
例7对注册Module使用了配置命令。 见app.xaml.cs: 1 using Modules.Views; 2 using Prism.Ioc; 3 using Prism.Modularity; 4 using Prism.Unity; 5 using System.Windows; 6 7 ...
分类:
其他 时间:
2021-06-07 16:15:15
收藏:
0 评论:
0 赞:
0 阅读:
25
tesseract安装(CentOS) 1. 安装图片相关依赖 yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel 2. 下载 wget https://github.co ...
分类:
其他 时间:
2021-06-07 16:14:59
收藏:
0 评论:
0 赞:
0 阅读:
15
# # Django_静态文件夹的配置 # settings文件夹配置内容 # # STATIC_URL = '/static/' #别名,引用名 为了后端的更改不会影响前端的引入,避免造成前端大量修改 # STATICFILES_DIRS = ( # os.path.join(BASE_DIR," ...
分类:
其他 时间:
2021-06-07 16:14:27
收藏:
0 评论:
0 赞:
0 阅读:
12
git init git statsugit add ./add a.textgit commit -m '一定要添加注释'git checkout 版本号/git reset --hard 版本号git log git reset . 暂存拉回到寄存区 忽略文件指定某些文件或者文件夹不被git管理 ...
分类:
其他 时间:
2021-06-07 16:14:19
收藏:
0 评论:
0 赞:
0 阅读:
14
1. 获取一个log文件的前多少行: /** * Method to tail (a few last rows) of a file. * * @param $filename * @param int $lines * @param int $buffer * * @return string ...
分类:
其他 时间:
2021-06-07 16:12:26
收藏:
0 评论:
0 赞:
0 阅读:
12