python
fkzh2651
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python IDE比较与推荐
┌─────┬────┬────┬──┬────┬──┬─────┬─────┐ │IDE name │自动补全│智能感知│调试│语法检查│开源│特别注意 │ 推荐度 │ ├─────┼────┼────┼──┼────┼──┼─────┼─────┤ │IDLE │手动 │有(很差)│用库│无 │开源│ │★★ │ ├转载 2014-03-07 16:41:19 · 880 阅读 · 0 评论 -
Python定时运行脚本
源地址:http://www.oschina.net/code/snippet_16840_1589#coding=utf-8import sysimport osimport datetimeimport timeclass ArgsDealwith: def arg_environment(self, args): filepath = ('P转载 2014-03-07 16:48:25 · 1154 阅读 · 0 评论
分享