写此文目的:利用搭建禅道环境联系Docker基本使用方法,加深对Docker容器的理解,Ubuntu下面才能原生运行Docker,因此选择了Ubuntu 1、下载禅道开源版 2、解压缩安装包 3、构建Docker镜像,这个过程时间有点长,等得蛋疼 这个过程很漫长,等了将近2小时 [sudo] wil ...
分类:
系统相关 时间:
2019-01-13 11:02:22
阅读次数:
328
Second Order Statistics (CF22A) 题解 这是一道CF的题目(Code Forces 22A) 题目(英文): Once Bob needed to find the second order statistics of a sequence of integer num ...
分类:
其他好文 时间:
2019-01-02 20:44:42
阅读次数:
165
officer:a person in a position of command in the armed forces,a person who has a position of authority in an organization,a form of address for a memb ...
分类:
其他好文 时间:
2018-10-23 10:45:05
阅读次数:
476
編按:1979年, 《哈佛商業評論》 刊出〈競爭作用 力如何形塑策略〉 (How Competitive Forces Shape Strategy ),這篇文章的作者是當時擔任副教授的年輕經 濟學家麥可.波特 (Michael E. Porter )。那是他在本 刊發表的第一篇文章,為 「策略」這 ...
分类:
其他好文 时间:
2018-10-12 01:26:42
阅读次数:
188
题目大意: 给你n个数,你可以交换一个数的任意二进制位,问你可以选出多少区间经过操作后异或和是0。 思路分析: 根据题目,很容易知道,对于每个数,我们可以无视它的1在那些位置,只要关注它有几个1即可,如果它的1的数量可以通过加减为0,那么这个区间就是合法的。 可以看到,两个数(分别有x,y个1,且x ...
分类:
其他好文 时间:
2018-10-01 20:41:27
阅读次数:
140
看的这个题解:http://www.cnblogs.com/tobyw/p/9685639.html 写的比较清楚。 矩阵类型的计数题 比赛时感觉就像是个dp,然后就跳过了。 现在看着题解写一下,感觉还算可以理解。但是没有dp的思维啊,肯定想不出来的。。 ...
分类:
其他好文 时间:
2018-09-24 11:19:23
阅读次数:
195
环境变量是我们常常要用到的,下面来介绍一下环境变量(environment variable) 参考维基百科: An environment variable is a dynamic-named value that can affect the way running processes wil ...
分类:
其他好文 时间:
2018-08-04 21:38:04
阅读次数:
149
Problem Description Suppose that you are an admiral of a famous naval troop. Our naval forces have got 21 battleships. There are 6 types of battleship ...
分类:
其他好文 时间:
2018-08-01 14:07:31
阅读次数:
121
该题code forces链接:http://codeforces.com/problemset/problem/631/C VJ暑期训练链接:https://vjudge.net/contest/238680#problem/H 参考博客链接:https://blog.csdn.net/yhyyx ...
分类:
其他好文 时间:
2018-07-20 15:21:12
阅读次数:
201
Use can use colour and styles to make it easy to spot errors and group common functionality into blocks when viewing a NodeJS console. This lesson wil ...
分类:
Web程序 时间:
2018-07-10 19:12:47
阅读次数:
170