Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2019-03-16 13:55:14
python的getattr 用于normal attribute lookup fails的情况, 例如某 attribute不存在而getattribute 会拦截所有的atttribute lookup 操作,不论这个attribute 存在与否代码更清楚点击(此处)折叠或打开class P: x = 'a' &n.........【阅读全文】
发布时间:2019-03-02 15:47:50
我这里大部分代码出自The Python Master一书。1. 在python的class里面,允许同名的方法存在。但是后定义的方法会覆盖掉先定义的方法.例如:点击(此处)折叠或打开class Dod1: def method1(self):&nb.........【阅读全文】
发布时间:2019-02-23 17:39:19
使用python中的字典来模拟其他语言中的case,switch 语句。使用函数作为字典的value. 看代码很直观。该代码出自The Python Master一书.点击(此处)折叠或打开def labyrinth(position, alive): print('You are in a maze of twisty passages, all alike.........【阅读全文】
发布时间: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-23 09:34:14
这个实现的代码在这里: }http://sulami.github.io/posts/pipes-in-python/代码我在这里也照样给抄过来了点击(此处)折叠或打开def pype(x, *fs):.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com