Python
gswcfl
永不放弃,努力学习!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
通过python socket远程执行命令,并返回值
通过python socket远程执行命令,并返回值原创 2017-05-10 19:30:50 · 3900 阅读 · 0 评论 -
python list查询及所需时间
# -*-coding=utf-8 -*-#filename: list_query#date: 2018-03-25#author: guoswimport timedef cost_time(fun): def cost(*args,**kwargs): stime = time.time() x = fun(*args,**kwargs) et...原创 2018-03-29 10:13:10 · 609 阅读 · 0 评论
分享