摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2018-01-22 22:09 # @Author : hhj# @Site : # @File : def cash_money(amount): while amount>0 amo 阅读全文
posted @ 2018-01-22 22:37 hhjwqh 阅读(113) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2018-01-22 22:09 # @Author : hhj# @Site : # @File : yield单线程异步.pyimport timedef consumer(name) 阅读全文
posted @ 2018-01-22 22:29 hhjwqh 阅读(143) 评论(0) 推荐(0)