2019年9月2日
摘要: class MetaSingleton(type): def __init__(self,*args,**kwargs): self._instance = None super(MetaSingleton,self).__init__(*args,**kwargs) def __call__(se 阅读全文
posted @ 2019-09-02 01:08 燕山明月 阅读(60) 评论(0) 推荐(0) 编辑
  2019年8月30日
摘要: '''代码片段'''import bisectdef classify(s): g = 'FEDCBA' data = [50, 60, 70, 80, 90] i = bisect.bisect(data, s) return g[i] 阅读全文
posted @ 2019-08-30 17:01 燕山明月 阅读(109) 评论(0) 推荐(0) 编辑
  2017年12月13日
摘要: 所谓草稿功能,从本机上传 这一行是登录后加的 阅读全文
posted @ 2017-12-13 13:23 燕山明月 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 网络世界,要善于学会挖掘 阅读全文
posted @ 2017-12-13 13:04 燕山明月 阅读(89) 评论(0) 推荐(0) 编辑