docker tag 详解 docker tag 用于给镜像打标签,语法如下: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] ① 比如我现在有一个 centos 镜像: [root@localhost ~]$ docker images REPOS ...
分类:
其他好文 时间:
2021-02-22 11:46:10
阅读次数:
0
https://titanwolf.org/Network/Articles/Article?AID=6d260d47-8ba6-4fa6-ba2f-4dc4c2dd6800#gsc.tab=0 Calculation of RTO in tcp and related open source im ...
分类:
系统相关 时间:
2021-02-20 12:07:41
阅读次数:
0
参考资料 grpc name resolver原理及实践: https://mp.weixin.qq.com/s?__biz=MzA4ODg0NDkzOA==&mid=2247487040&idx=1&sn=35e54214535da2f2203de2b7f09010d1&source=41#wec ...
分类:
其他好文 时间:
2021-02-19 13:41:22
阅读次数:
0
异常处理 1、设置默认错误页面 默认情况下,Spring Boot提供/error处理所有错误的映射,所有我们平时程序出错会弹出如下第二张图页面 对于机器客户端,它将生成JSON响应,其中包含错误,HTTP状态和异常消息的详细信息。对于浏览器客户端,响应一个“ whitelabel”错误视图,以HT ...
分类:
编程语言 时间:
2021-02-18 13:30:23
阅读次数:
0
自动装配 springboot的启动注解是@SpringBootApplication,它是一个组合注解,是由@SpringBootConfiguration、@EnableAutoConfiguration、@ComponentScan组成的。而自动配置就是由@EnableAutoConfigur ...
分类:
编程语言 时间:
2021-02-18 13:20:23
阅读次数:
0
T4模板 <#@ template debug="false" hostspecific="false" language="C#" #> <#@ output extension=".cs" #> <#@ assembly name="System.Data" #> <#@ assembly na ...
分类:
移动开发 时间:
2021-02-17 14:41:02
阅读次数:
0
目录结构 引用路径 <link rel="stylesheet" href="../static/layui/css/layui.css" type="text/css"/> application.properties spring.mvc.static-path-pattern=/static/ ...
分类:
编程语言 时间:
2021-02-17 14:04:34
阅读次数:
0
在/home/用户名/.bashrc 最后一行添加如下代码: alias chrome='google-chrome --proxy-server="127.0.0.1:8889" '#打开代理chrome 在终端运行:source ~/.bashrc 打开谷歌浏览器 ...
分类:
系统相关 时间:
2021-02-16 12:39:11
阅读次数:
0
https://blog.csdn.net/xizanni8476/article/details/80323846?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.contr ...
分类:
系统相关 时间:
2021-02-16 12:37:52
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-02-16 12:27:04
阅读次数:
0