Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2015-07-08 12:58:10
首先安装vim-pathogen.<br /><a href="https://github.com/tpope/vim-pathogen">https://github.com/tpope/vim-pathogen<br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code314')">此处</span>)折叠或打开</p></div><div id="code314" .........【阅读全文】
发布时间:2015-07-02 16:42:40
又是一些代码的集合。turtle 是个挺好玩的库。<br />用乌龟画一个螺旋楼梯,代码如下<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code273')">此处</span>)折叠或打开</p></div><div id="code273" class="codeText"><ol style="margin:0 .........【阅读全文】
发布时间:2015-07-01 14:05:49
到处搜罗了一些turtle 的画得图,有的还挺不错的。<br />多数出于此:<a href="http://michael0x2a.com/blog/turtle-examples">http://michael0x2a.com/blog/turtle-examples</a><br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code927')">此.........【阅读全文】
发布时间:2015-06-16 09:12:40
点击(此处)折叠或打开#selection sortdef select(seq,start): minIndex=start for j in range(start+1,len(seq)): if seq[minIndex] .........【阅读全文】
发布时间:2015-05-09 12:44:33
List of list presentation:点击(此处)折叠或打开def BinaryTree(r): return [r,[],[]]def insertLeft(root,newBranch): t=root.pop(1) &.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com