上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页
  2018年7月5日
摘要: 转自:http://www.cnblogs.com/alex3714/articles/5230609.html def hello(): print("hello, world") t = Timer(30.0, hello) t.start() # after 30 seconds, "hell 阅读全文
posted @ 2018-07-05 21:03 邶风 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/chengd/articles/7770898.html 1. threading.Lock() 当多个线程同时执行lock.acquire()时,只有一个线程能成功地获取锁,然后继续执行代码,其他线程就继续等待直到获得锁为止。 获得锁的线程用完 阅读全文
posted @ 2018-07-05 20:04 邶风 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/weixin_38125866/article/details/76795462 https://www.cnblogs.com/lcchuguo/p/4687348.html Python GIL(Global Interpreter Lock) 阅读全文
posted @ 2018-07-05 13:26 邶风 阅读(76425) 评论(0) 推荐(3) 编辑
  2018年6月11日
摘要: 先做记录,后面有时间在仔细研究 https://www.cnblogs.com/jiangjh5/p/7209315.html?utm_source=itdadao&utm_medium=referral https://blog.csdn.net/stypace/article/details/8 阅读全文
posted @ 2018-06-11 14:54 邶风 阅读(1223) 评论(0) 推荐(0) 编辑
  2018年6月7日
摘要: https://www.cnblogs.com/feiyangqingyun/p/6035633.html 根据Qt的实现,在PyQt上面实现了滑动开关的控件 阅读全文
posted @ 2018-06-07 19:55 邶风 阅读(3336) 评论(0) 推荐(0) 编辑
  2018年5月10日
摘要: 转载:http://blog.sina.com.cn/s/blog_b0ed98070102v1tr.html 搜索关键字: OGG文件的数据结构以及读取其注释信息的代码 实例说明: "DATE=2015"即为文件的创作日期 阅读全文
posted @ 2018-05-10 14:04 邶风 阅读(289) 评论(0) 推荐(0) 编辑
  2018年5月8日
摘要: http://dev.gameres.com/Program/Visual/Other/PNGFormat.htmhttp://www.360doc.com/content/11/0428/12/1016783_112894280.shtmlhttps://www.cnblogs.com/lidab 阅读全文
posted @ 2018-05-08 17:18 邶风 阅读(2582) 评论(0) 推荐(0) 编辑
  2018年4月12日
摘要: 转自: https://blog.csdn.net/jay100500/article/details/52955232 https://blog.csdn.net/andyhuabing/article/details/40983423 https://blog.csdn.net/liukun32 阅读全文
posted @ 2018-04-12 17:40 邶风 阅读(8006) 评论(0) 推荐(0) 编辑
  2018年4月4日
摘要: 参考:https://www.zhihu.com/question/26432067https://baike.baidu.com/item/%E5%83%B5%E5%B0%B8%E8%BF%9B%E7%A8%8B/1036577?fr=aladdin由于子进程的结束和父进程的运行是一个异步过程,即 阅读全文
posted @ 2018-04-04 11:10 邶风 阅读(254) 评论(0) 推荐(0) 编辑
  2018年3月16日
摘要: AAC文件 资料: http://blog.csdn.net/u013427969/article/details/53091594 http://blog.chinaunix.net/uid-26084833-id-3416600.html http://blog.csdn.net/sunnylg 阅读全文
posted @ 2018-03-16 16:42 邶风 阅读(4470) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页