20. Dog,Man's Best Friend 狗,人类最好的朋友①The dogs has always been considered man's best friend.Always noted for being particularly faithful in watching ove... ...
分类:
其他好文 时间:
2019-03-02 13:37:46
阅读次数:
423
对镜像重启设置:docker restart imageid 在运行docker容器时可以加如下参数来保证每次docker服务重启后容器也自动重启: docker run ****** --restart=always 如果已经启动了则可以使用如下命令: docker update --restar ...
分类:
其他好文 时间:
2019-02-28 11:47:04
阅读次数:
672
On a broken keyboard, some of the keys are always stucked. So when you type some sentences, the characters corresponding to those keys will appear rep ...
分类:
其他好文 时间:
2019-02-26 16:57:24
阅读次数:
163
有return的情况下try catch finally的执行顺序 1. 在遇到Exception 并且没有catch的情况下 语句块没有执行 2. ,终止了 Java 虚拟机的运行, 语句块没有执行 理解一下finally The finally Block The finally block a ...
分类:
其他好文 时间:
2019-02-25 18:54:19
阅读次数:
131
在nginx 中nginx.conf开启反向代理 1 location ^~ /wechat_image/ { 2 add_header 'Access-Control-Allow-Origin' "$http_origin" always; 3 add_header 'Access-Control ...
分类:
其他好文 时间:
2019-02-25 18:36:30
阅读次数:
380
一、英语句子按照用途可以分为4类 种类、用途、例句 陈述句 用于说明事实或说话人的看法(事实不就是别人发起并被同意的看法) My name is Jennt Green. I like him because he always plays games with us. Hamburgers are ...
分类:
其他好文 时间:
2019-02-21 21:41:32
阅读次数:
209
1、使用镜像加速拉取nginx [root@192 ~]# $ docker pull registry.docker-cn.com/library/nginx:1.15 2、通过docker run命令启动容器,运行镜像 [root@192 ~]# docker run -p 80:8080 -- ...
分类:
其他好文 时间:
2019-02-21 09:41:39
阅读次数:
182
openssl详解 摘自:https://blog.csdn.net/liguangxianbin/article/details/79665100 目录 目录 第一章 前言 第二章 证书 第三章 加密算法 第四章 协议 第五章 入门 第六章 指令 verify 第七章 指令asn1parse 第八 ...
分类:
其他好文 时间:
2019-02-20 13:09:13
阅读次数:
580
Warm up Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 9073 Accepted Submission(s): 2120 题目链接:h ...
分类:
其他好文 时间:
2019-02-18 01:24:57
阅读次数:
175
恢复内容开始 事件标志组,顾名思义,就是若干个事件标志的组合,代表若干个事件是否发生,通常用于集合两个或两个以上事件的状态。 如果想要使用事件标志组,就必须事先使能事件标志组。消息队列的使能位于“os_cfg.h” /* EVENT FLAGS */ #define OS_CFG_FLAG_EN 1 ...
分类:
其他好文 时间:
2019-02-14 20:51:14
阅读次数:
254