Cluster Platform redhat/centos7, docker, mesos, cloudera manager(cdh) Checklist 1 check user & password & network reachability, make sure everything i ...
分类:
其他好文 时间:
2019-02-23 01:35:21
阅读次数:
137
android 动画分为两类,View Animation(视图动画)和property Animation(属性动画),View Animation(视图动画)包含了Tween Animation和Frame Animation, property Animation包含Value Animati ...
分类:
移动开发 时间:
2019-02-21 17:31:43
阅读次数:
206
一、安装zookeeper 此处省略 二、安装dubbo-admin 可以去https://github.com/alibaba/dubbo/releases下载源码用Eclipse将dubbo-admin项目打成War包或网络下载War包 将dubbo-admin.war包放到Tomcat的Web ...
分类:
其他好文 时间:
2019-02-17 00:21:49
阅读次数:
134
百度云及其他网盘下载地址:点我 作者简介 Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide. ...
分类:
编程语言 时间:
2019-02-16 20:51:25
阅读次数:
221
Docker的网络机制 Docker的网络有三种类型(driver): bridge, host 和 null. birdge: 就如同桥接的switch/hub, 使用bridge网络的container会分配一个当前bridge配置的子网IP, 在通过run创建container时通过 --ip ...
分类:
其他好文 时间:
2019-02-15 23:52:32
阅读次数:
298
Is There A Second Way Left? Description: Nasa, being the most talented programmer of his time, can’t think things to be so simple. Recently all his ne ...
分类:
其他好文 时间:
2019-02-14 00:15:02
阅读次数:
147
CMPUT 379, Assignment 1, Winter 2019University of Alberta / Department of Computing ScienceInstructor: Ioanis Nikolaidis (nikolaidis@ualberta.ca)(UNIX ...
分类:
其他好文 时间:
2019-02-09 21:07:46
阅读次数:
166
The set [1,2,3,...,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, we get the following seque ...
分类:
其他好文 时间:
2019-02-09 16:27:35
阅读次数:
170
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in th ...
分类:
其他好文 时间:
2019-02-09 15:15:29
阅读次数:
169