ghong6003的个人空间 https://blog.eetop.cn/1430538 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

分享 subline_command
2018-3-27 16:43
1、通用 ↑↓← → 上下左右移动光标 Alt 调出菜单 Ctrl + Shift + P 调出命令板(Command Palette) Ctrl + ` 调 ...
个人分类: STA|1100 次阅读|0 个评论
分享 【转】python 之fileinput模块
2018-3-25 14:15
fileinput模块可以对一个或多个文件中的内容进行迭代、遍历等操作。 该模块的input()函数有点类似文件 readlines()方法,区别在于: 前者是一个迭代对象,即每次只生成一行,需要用for循环迭代。 后者是一次性读取所有行。在碰到大文件的读取时,前者无疑效率更高效。 用fileinput 对文件进行循环遍历, ...
个人分类: Python|713 次阅读|0 个评论
分享 python 之re模块
2018-3-25 10:26
#!/usr/bin/env python # -*- coding: utf-8 -*- # ************************************************************ # File Name : reExe.py # Author : Hong Guo # Description : This file used to try to parse options from the command parameters # From &nb ...
个人分类: Python|822 次阅读|0 个评论
分享 【转】python 之time模块详解
2018-3-24 21:47
#!/usr/bin/env python # -*- coding: utf-8 -*- # ************************************************************ # File Name : genTimeString.py # Author : Hong Guo # Description : This file used to gen time string. # From : # **************** ...
个人分类: Python|1167 次阅读|0 个评论
分享 【转】python 之解析命令行参数
2018-3-24 12:31
#!/usr/bin/env python # -*- coding: utf-8 -*- # ************************************************************ # File Name : optParse.py # Author : Hong Guo # Description : This file used to try to parse options from the command parameters # From ...
个人分类: Python|1445 次阅读|0 个评论
分享 【转】python 之OS模块详解
2018-3-24 10:55
python之OS模块详解
个人分类: Python|649 次阅读|0 个评论

本页有 4 篇日志因作者的隐私设置或未通过审核而隐藏

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 1

    关注
  • 3

    粉丝
  • 0

    好友
  • 2

    获赞
  • 1

    评论
  • 1539

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-3-29 22:17 , Processed in 0.034822 second(s), 11 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部