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 ...
分类:
其他好文 时间:
2018-08-19 18:26:26
阅读次数:
222
When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A socia ...
分类:
其他好文 时间:
2018-08-19 18:01:23
阅读次数:
165
1.什么是NoSql,都包括哪些 2.传统数据库与NoSql数据库 2.1传统数据库ACID 2.2NoSql数据库 CAP(三个最多满足二个条件) 3.redis.conf常用配置 参数说明redis.conf 配置项说明如下:1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使 ...
分类:
数据库 时间:
2018-08-19 00:52:40
阅读次数:
183
Docker 启动 RabbitMQ docker run -d --hostname localhost --name rabbit-management --restart=always -p 15672:15672 -p 5672:5672 rabbitmq:3.6-management-al ...
分类:
其他好文 时间:
2018-08-18 17:39:39
阅读次数:
663
题意:判断一个整系数多项式除以一个常数结果是否一定是一个整数 大白p123例题。可以随机代入一些n的值,判断一下。不过只要代入1到k+1(k为多项式最高项的次数)即可。通过数学归纳法证明,先讨论k为0 1 2的情况。 然后字符串的处理就很遍历然后判断吧。。要是py来个eval()就好了(滑稽) 代码 ...
分类:
其他好文 时间:
2018-08-16 16:34:07
阅读次数:
202
A - Max Sum Plus Plus A - Max Sum Plus Plus I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge our ...
分类:
其他好文 时间:
2018-08-15 18:31:09
阅读次数:
110
晚上下班时九点了,给你发了一个不太搞笑的笑话。我该怎么联系你? 想知道你今天工作怎么样,尽管每天可能都是同样的always块。 想知道你遇到了什么开心事,如果没有我希望明天你可以遇到那种哈哈大笑一整天的事, 更想知道你有没有遇到不开心的事,可以和你分担,好像很希望你每天都会遇到一点点不开心的事,然后 ...
分类:
其他好文 时间:
2018-08-13 22:33:49
阅读次数:
178
New Cisco Routers and Switches come with a dedicated Ethernet port which unique purpose is to provide management access to the device via SSH or Telnet.?This interface is isolated in its own VRF
分类:
Web程序 时间:
2018-08-13 19:38:38
阅读次数:
404
ps:今天真是石乐志,改了一下午bug,结果是忘了排序。。。。。。。。。。这题姿势较多,坑点就一个。 题解:有个结论,任意两点之间如果至多存在两条不相交路径,那么每一条边至多出现在一个环中(very important !)。如果一个s - t割要割掉某个环中的边,那么割掉的边顶多只能是两条,且这个 ...
分类:
其他好文 时间:
2018-08-11 01:18:04
阅读次数:
125
镜像的命名规则: 1.【冷数据】/【base镜像】例如:ansible,centos 2. lastest{最新的意思} 不是真的(随便命名) 3. [image name]=[repository]:[tag] 4【私有仓库ip】/【冷数据】/【base-images】:192.168.56.20 ...
分类:
其他好文 时间:
2018-08-10 17:12:17
阅读次数:
206