会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
萧飞IDO
2016年12月23日
[python] 创建临时文件-tempfile模块
摘要: This module generates temporary files and directories. It works on all supported platforms.In version 2.3 of Python, this module was overhauled重写 for
阅读全文
posted @ 2016-12-23 22:03 萧飞IDO
阅读(1385)
评论(0)
推荐(0)
[linux] 结构化命令-for
摘要: 1 for命令 1.1 读取列表中的值 1.2 读取列表中复杂的值 1.3 从变量中读取列表 1.4 从命令读取值 1.5 更改字段分隔符 1.6 用通配符读取文件/目录
阅读全文
posted @ 2016-12-23 15:39 萧飞IDO
阅读(395)
评论(0)
推荐(0)
shell---变量自增
摘要: 我所知道的,bash中,目前有五种方法:1. i=`expr $i + 1`;2. let i+=1;3. (( i++ ));4. i=$[ $i+1 ];5. i=$(( $i + 1 ))
阅读全文
posted @ 2016-12-23 14:19 萧飞IDO
阅读(212)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告