Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1783022
  • 博文数量: 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)

发布时间:2019-03-16 13:55:14

python的getattr 用于normal attribute lookup fails的情况, 例如某 attribute不存在而getattribute 会拦截所有的atttribute lookup 操作,不论这个attribute 存在与否代码更清楚点击(此处)折叠或打开class P:    x = 'a'  &n.........【阅读全文】

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

发布时间:2019-03-02 15:47:50

我这里大部分代码出自The Python Master一书。1. 在python的class里面,允许同名的方法存在。但是后定义的方法会覆盖掉先定义的方法.例如:点击(此处)折叠或打开class Dod1:        def method1(self):&nb.........【阅读全文】

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

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

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

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

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

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

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

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

fireboyz20052010-11-10 18:27

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

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

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

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

登录 注册