Docker — 从入门到实践 https://yeasy.gitbooks.io/docker_practice/content/ docker pull docker run docker stop xx docker rm xx docker container prune docker im ...
分类:
其他好文 时间:
2019-02-26 20:58:47
阅读次数:
126
1. network setup open up "network" -> manually set IP. To check -> ip address 2. proxy setup open up "network" set to lasproxy.is.ad.igt.com 9000 3. D ...
分类:
系统相关 时间:
2019-02-25 22:03:56
阅读次数:
158
题目 每天一道剑指offer-二叉树的下一个结点https://www.nowcoder.com/practice/ef068f602dde4d28aab2b210e859150a?tpId=13&tqId=11215&tPage=4&rp=3&ru=%2Fta%2Fcoding-interview ...
分类:
其他好文 时间:
2019-02-22 00:56:20
阅读次数:
164
题目 每天一道剑指offer 二叉树的下一个结点 https://www.nowcoder.com/practice/ef068f602dde4d28aab2b210e859150a?tpId=13&tqId=11215&tPage=4&rp=3&ru=%2Fta%2Fcoding intervie ...
分类:
其他好文 时间:
2019-02-22 00:39:39
阅读次数:
180
bin() 返回一个整数 int 或者长整数 long int 的二进制表示。 代码示例: F:\dev\python\python.exe F:/pyCharm/practice/config_dir/zip_demo.py0b1010 Process finished with exit cod ...
分类:
编程语言 时间:
2019-02-15 18:13:13
阅读次数:
134
enumerate() 函数用于将一个可遍历的数据对象(如列表、元组或字符串)组合为一个索引序列,同时列出数据和数据下标,一般用在 for 循环当中。在python 3中返回一个生成器,代码如下: F:\dev\python\python.exe F:/pyCharm/practice/config ...
分类:
编程语言 时间:
2019-02-15 18:12:35
阅读次数:
183
http://poj.openjudge.cn/practice/C18H 题目 算平均数用到公式\[\bar{x}=\frac{x_1+x_2+x_3+\cdots+x_n}{n}\] 但如果用int型计算,那么\(x_1+x_2+x_3+\cdots+x_n\)可能会超过\(2^{31}-1\) ...
分类:
其他好文 时间:
2019-02-13 12:27:18
阅读次数:
195
Your task is to Calculate a + b. Input Input contains multiple test cases. Each test case contains a pair of integers a and b, one pair of integers pe ...
分类:
其他好文 时间:
2019-02-08 15:54:37
阅读次数:
230
Machine Learning in Practice: kth-Nearest Neighbor ...
分类:
编程语言 时间:
2019-01-26 18:46:26
阅读次数:
234