题目链接:点这 我的github地址:点这 Problem Description Zero and One are good friends who always have fun with each other. This time, they decide to do something on ...
分类:
其他好文 时间:
2018-05-01 15:28:59
阅读次数:
225
Problem Description There are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How ...
分类:
编程语言 时间:
2018-04-30 18:03:26
阅读次数:
183
corral 的翻译 corral 的翻译 corral 的翻译 名词 栈 warehouse, repository, storehouse, pen, poundage, corral 动词 关进畜栏 corral finicky 的翻译 finicky 的翻译 finicky 的翻译 形容词 ...
分类:
其他好文 时间:
2018-04-28 23:37:59
阅读次数:
164
使用容器安装Nexus3 1.下载nexus3的镜像: docker pull sonatype/nexus3 2.使用镜像启动一个容器: docker run -d --name nexus --restart=always -p 5000:5000 -p 8081:8081 sonatype/n ...
分类:
其他好文 时间:
2018-04-28 19:35:58
阅读次数:
194
Waca loves maths,.. a lot. He always think that 1 is an unique number. After playing in hours, Waca suddenly realize that every integer can be represe ...
分类:
其他好文 时间:
2018-04-24 21:51:07
阅读次数:
189
1. 自反性. reflexive . for non null value. x.equals(x) always be true. 2. 对称性. symmetric. for non null value x and y. if x.equals(y) = true, y.equals(x) ...
分类:
编程语言 时间:
2018-04-24 17:31:52
阅读次数:
146
0503-Hystrix保护应用-feign的hystrix支持 ...
分类:
其他好文 时间:
2018-04-23 00:15:08
阅读次数:
476
[抄题]: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as m ...
分类:
其他好文 时间:
2018-04-22 10:48:54
阅读次数:
188
先导入 然后在 info.plist 文件中添加 Privacy - Location Always and When In Use Usage Description 和 Privacy - Location When In Use Usage Description 两个就可以了。 Locati ...
分类:
其他好文 时间:
2018-04-19 17:01:31
阅读次数:
215
序言篇: 之前工作环境一直使用Centos6版本,脚本一直在使用/etc/init.d/xxx;系统升级到Cento7后,虽然之前的启动脚本也可以使用,但一直没有使用systemctl 的自定义脚本。 本篇文章用于总结下,具体的使用方式。Centos7 开机第一程序从init完全换成了systemd ...
分类:
其他好文 时间:
2018-04-18 18:59:18
阅读次数:
5087