Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2016-04-13 16:42:24
办法太多。下面代码里面有4种办法。3种使用字典,一个办法使用list。点击(此处)折叠或打开def char_freq(sentence): frequencies={} for letter in sentence: &.........【阅读全文】
发布时间:2016-04-06 21:45:10
代码多是参照这里的:http://interactivepython.org/run ... dLadderProblem.html首先是Graph 和Vertex 类点击(此处)折叠或打开class Vertex: def __init__(self,key,distance=0,pred=None,color="white"): &nbs.........【阅读全文】
发布时间:2016-04-05 11:41:11
转载自:http://ju.outofmemory.cn/entry/245530点击(此处)折叠或打开apt-get install lxde-core lxde kali-defaults kali-root-login desktop-baseupdate-alternatives --config x-session-manager .........【阅读全文】
发布时间:2016-03-31 11:24:05
我的感觉是devstack 对ubuntu 的支持比较好。ubuntu 上一切都很简单,我使用的是Ubuntu 14.04 LTS 准备环境,查看防火墙。点击(此处)折叠或打开apt-get updateiptables -nvL开始安装:点击(此处)折叠或打开sudo git clone http.........【阅读全文】
发布时间:2016-03-28 15:50:18
Item 1:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not.很简单的stack的应用,代码如下:点击(此处)折叠或.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com