Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2016-07-06 11:57:38
买了个神舟本,跟我的ThinkPad T450 配置差不多。Core i5 5200u , 8G 内存,256G SSD。 无独立显卡。 回来发现居然是Win 10,还有120G的空间,自己又装了个Kali Linux 。 记录下碰到的坑。 1. 因为是从USB安装的,所以中间提示CD-ROM 无法mount, 要进入shell ,mount可以看到 /media 已经mount 给USB,需要把.........【阅读全文】
发布时间:2016-07-03 21:33:30
Linux 居然也有spell check 的工具,请看如下的tutorial.http://www.computerhope.com/unix/aspell.htmGNU aspell 的官方文档:http://aspell.net/man-html/index.html脚本是我在wicked cool shell scripts 上看到的,原始脚本调用ispell 来对于单词来做拼写检查,我用了aspell 代替。 点击(此处).........【阅读全文】
发布时间:2016-06-23 09:41:59
感谢Vamei的matplotlib 的文章:http://www.cnblogs.com/vamei/archive/2013/01/30/2879700.html代码如下:首先用psutil 获得进程的CPU 使用率,然后再用matplotlib绘图。点击(此处)折叠或打开import psutilimport sysimport rell=[].........【阅读全文】
发布时间:2016-06-21 10:37:05
本文内容基本上出自: Grokking.Algorithms.An.illustrated.guide.for.programmers.and.other.curious.peopleBFS:解决什么问题?1. Is there a path from node A to node B?2. What is the shortest path from node A to node B?适用于无权重的图,以前的帖子里面的wordladder问题,也是BFS的应用。w.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com