会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Genesis2018
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
35
下一页
2016年9月15日
Docker镜像管理
摘要: 获取镜像[root@localhost ~]# docker pull centos查看镜像信息[root@localhost ~]# docker imagesREPOSITORY TAG IMAGE ID ...
阅读全文
posted @ 2016-09-15 09:44 Genesis2018
阅读(146)
评论(0)
推荐(0)
编辑
Docker镜像管理
摘要: 获取镜像[root@localhost ~]# docker pull centos查看镜像信息[root@localhost ~]# docker imagesREPOSITORY TAG IMAGE ID C...
阅读全文
posted @ 2016-09-15 09:43 Genesis2018
阅读(147)
评论(0)
推荐(0)
编辑
CentOS 6.7安装Docker
摘要: 实践环境[root@localhost ~]# cat /etc/issueCentOS release 6.7 (Final)Kernel \r on an \m[root@localhost ~]# uname -aLinux localhost.localdomain 2.6....
阅读全文
posted @ 2016-09-15 09:09 Genesis2018
阅读(116)
评论(0)
推荐(0)
编辑
CentOS 6.7安装Docker
摘要: 实践环境[root@localhost ~]# cat /etc/issueCentOS release 6.7 (Final)Kernel \r on an \m[root@localhost ~]# uname -aLinux localhost.localdom...
阅读全文
posted @ 2016-09-15 09:09 Genesis2018
阅读(206)
评论(0)
推荐(0)
编辑
2016年9月14日
数字三角形_递归_递推(动态规划)
摘要: 输入格式:5 // 三角形行数,下面是三角形 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5三角形的行数大于1小于等于100,数字为 0 – 99。 要求输出最大和,不必给出具体路径。思路D(r,j):第r行第j...
阅读全文
posted @ 2016-09-14 21:47 Genesis2018
阅读(187)
评论(0)
推荐(0)
编辑
数字三角形_递归_递推(动态规划)
摘要: 输入格式:5 // 三角形行数,下面是三角形 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5三角形的行数大于1小于等于100,数字为 0 – 99。 要求输出最大和,不必给出具体路径。思路D(r,j):第r行第j个数字(r,j从...
阅读全文
posted @ 2016-09-14 21:46 Genesis2018
阅读(250)
评论(0)
推荐(0)
编辑
2016年9月13日
由逻辑异或运算符而发现的PHP诡异运算符优先级
摘要: PHP的逻辑运算符中,xor表示逻辑异或$a xor $b结果如果 $a 和 $b 有且仅有一个为 true,则返回 true;如果都是true 或 false,则返回false。然而在测试xor运算符时,发现一点问题 错误情况1结果1boolean false情况2...
阅读全文
posted @ 2016-09-13 08:50 Genesis2018
阅读(204)
评论(0)
推荐(0)
编辑
由逻辑异或运算符而发现的PHP诡异运算符优先级
摘要: PHP的逻辑运算符中,xor表示逻辑异或$a xor $b结果如果 $a 和 $b 有且仅有一个为 true,则返回 true;如果都是true 或 false,则返回false。然而在测试xor运算符时,发现一点问题 错误情况1结果1boolean false情况2结果2boole...
阅读全文
posted @ 2016-09-13 08:49 Genesis2018
阅读(218)
评论(0)
推荐(0)
编辑
2016年9月2日
测试Hadoop2.7.1
摘要: 三台机器 CentOS7(机器名分别为master-CentOS7、slave1-CentOS7、slave2-CentOS7),每台机器内存2G(迫于无奈,刚换了内存条)之前写了一篇“CentOS 7 安装Hadoop 2.7.1”http://blog.csdn.net/noob...
阅读全文
posted @ 2016-09-02 17:34 Genesis2018
阅读(143)
评论(0)
推荐(0)
编辑
测试Hadoop2.7.1
摘要: 三台机器 CentOS7(机器名分别为master-CentOS7、slave1-CentOS7、slave2-CentOS7),每台机器内存2G(迫于无奈,刚换了内存条)之前写了一篇“CentOS 7 安装Hadoop 2.7.1”http://blog.csdn....
阅读全文
posted @ 2016-09-02 17:34 Genesis2018
阅读(132)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
35
下一页
公告