07 2017 档案

摘要:奇怪的是在没有安装xlwings,使用import也没有报错???然后调用提示 AttributeError: 'module' object has no attribute 'Book'。安装后还是一样。 然后在命令行里运行,看到提示不能import win32api,于是pip install 阅读全文
posted @ 2017-07-17 15:32 IT由零开始 阅读(792) 评论(0) 推荐(0)
摘要:TODO 阅读全文
posted @ 2017-07-17 09:45 IT由零开始 阅读(184) 评论(0) 推荐(0)
摘要:也就是说,如果condition构造函数lock参数为空的话,会自动创建可重入锁RLock。 可重入锁RLock,同一线程可以多次获取(the same thread may acquire it again without blocking)。 在stackOverflow上看到的,python 阅读全文
posted @ 2017-07-03 22:08 IT由零开始 阅读(210) 评论(0) 推荐(0)