Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2018-09-05 20:46:20
今天研究了一个以前的写的生产者-消费者的线程代码,这个代码会一直hang下去. 代码如下点击(此处)折叠或打开# two entities here that try to share a common resource, a queueimport threadingfrom threading import Thread,Eventfrom queue im.........【阅读全文】
发布时间:2018-08-28 21:18:12
最近在看豪斯医生,但是下载的文件名都不一致,有些视频后面多出了`(xxxxx.com)`这个字符串,我想用这个bulk rename一次搞定,所以看了看这个软件: 官方网站如下: http://docs.xfce.org/xfce/thunar/bulk-renamer/start使用直接看截图: 效果不错. 11个字符(两个括号,一个dot,8个字母)刚好是从后面11-0. .........【阅读全文】
发布时间:2018-08-25 14:52:36
参考资料: https://wiki.archlinux.org/index.php/Backlight1. 调整屏幕亮度第一种方法:xrandr ,优点是简单方便缺点是:However, this is a software only modification, if your hardware has support to actually change the brightness, you will probably prefer to use xbacklight.点击(此处)折叠.........【阅读全文】
发布时间:2018-08-23 09:34:14
这个实现的代码在这里: }http://sulami.github.io/posts/pipes-in-python/代码我在这里也照样给抄过来了点击(此处)折叠或打开def pype(x, *fs):.........【阅读全文】
发布时间:2018-08-21 20:24:08
#Bayesian Methods to create Anti-spammerWe can construct P(Spam | Word) for every (meaningful) word we encounter during training.Then multiply these together when analyzing a new mail to get the probability of it being spam.Assumes the presence of different words are independent of each other - .........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com