lmgsanm

每天学习一点,每天进步一点点…… Tomorrow is another beatifull day

导航

2018年1月25日

GIT基本使用

摘要: 本地创建工程:git init 添加文件到git工程:git add XXXX 注释添加的文件:git commit XXXX 创建分支:git branch limugen 注释分支:git commit -m "limugen" 切换分支:git checkout limugen 将分支添加到远 阅读全文

posted @ 2018-01-25 21:48 lmgsanm 阅读(117) 评论(0) 推荐(0) 编辑

python:OS模块

摘要: 1 r"""OS routines for NT or Posix depending on what system we're on. 2 3 This exports: 4 - all functions from posix or nt, e.g. unlink, stat, etc. 5 - 阅读全文

posted @ 2018-01-25 08:43 lmgsanm 阅读(584) 评论(0) 推荐(0) 编辑