Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2016-04-26 11:52:17
set is an unordered collection of elements,is a map in which keys do not have associated values. python have builtins frozenset and set.frozenset is an immutable form. these are implemented using hash table.点击(此处)折叠或打开from collections import MutableSet&nbs.........【阅读全文】
发布时间:2016-04-26 11:46:23
这到底是为什么会出错,我实在是想不明白。点击(此处)折叠或打开def request_func1(): url="https://www.python.org" #url=urllib.request.Request("https://python.org") try:.........【阅读全文】
发布时间:2016-04-22 13:43:25
多线程真是太复杂了,C语言里面,就是不返回任何值的void *的函数。但是当我看到那一本a little book of semaphore. 就想死更别说还有mutex, spinlock, condition ,复杂啊。看python 的threading module 好像要简单一些,但是毕竟也不知道Cpython是怎么实现的。anyway,先存点代码留待以后慢慢看。1. 这个代码我注.........【阅读全文】
发布时间:2016-04-19 20:19:53
深感自己实现的够丑陋,照着伪代码写下来的。点击(此处)折叠或打开#http://rosettacode.org/wiki/Sorting_algorithms/Heapsortdef heapSort(seq,count): #first place a in max-heap order heapify(s.........【阅读全文】
发布时间:2016-04-17 20:15:20
shopt -s -o nounset: 开启变量检查,如果一个使用的变量没有值,则会报错。unbound variable......【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com