Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1741778
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间: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.........【阅读全文】

阅读(1591) | 评论(0) | 转发(0)

发布时间:2018-08-28 21:18:12

最近在看豪斯医生,但是下载的文件名都不一致,有些视频后面多出了`(xxxxx.com)`这个字符串,我想用这个bulk rename一次搞定,所以看了看这个软件: 官方网站如下: http://docs.xfce.org/xfce/thunar/bulk-renamer/start使用直接看截图: 效果不错. 11个字符(两个括号,一个dot,8个字母)刚好是从后面11-0. .........【阅读全文】

阅读(1316) | 评论(0) | 转发(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.点击(此处)折叠.........【阅读全文】

阅读(1927) | 评论(0) | 转发(0)

发布时间:2018-08-23 09:34:14

这个实现的代码在这里: }http://sulami.github.io/posts/pipes-in-python/代码我在这里也照样给抄过来了点击(此处)折叠或打开def pype(x, *fs):.........【阅读全文】

阅读(982) | 评论(0) | 转发(0)

发布时间: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 - .........【阅读全文】

阅读(1035) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册