Chinaunix首页 | 论坛 | 博客
  • 博客访问: 123578
  • 博文数量: 83
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 585
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-13 10:26
个人简介

- 毅力与勇气是事业的双飞翼; - 在尝试中成长,在失败中奋起。 - 概览 -> 细读 -> 概览 - 书不在多,在于精。

文章分类

全部博文(83)

文章存档

2016年(2)

2015年(6)

2014年(75)

我的朋友

发布时间:2014-07-14 16:17:37

转自:http://sdqali.in/blog/2012/07/09/understanding-pythons-with/Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make something happen. A very good example for this is the situation where you want to gain .........【阅读全文】

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

发布时间:2014-07-14 15:39:18

python with......【阅读全文】

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

发布时间:2014-07-14 15:27:18

转自: http://blog.csdn.net/seizef/article/details/5310107#referenceMRO Method resolution order是python用来解析方法调用顺序的。MRO对于多重继承中方法调用异常重要。python中有一个内建函数和MRO密切相关——super。顾名思义,super看上去应该是调用父类的方法,通常情况下也是如此。来看一段代码:.........【阅读全文】

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

发布时间:2014-07-14 15:25:20

Python、Unicode和中文, reload(sys)......【阅读全文】

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

发布时间:2014-07-08 15:35:14

http://blog.csdn.net/hguisu/article/details/74533901. 概念理解     在进行网络编程时,我们常常见到同步(Sync)/异步(Async),阻塞(Block)/非阻塞(Unblock)四种调用方式:同步:      所谓同步,就是在发出一个功能调用时,在没有得到结果之前,该调用.........【阅读全文】

阅读(383) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册