2017年1月22日

摘要: 匹配字符 re中的方法 1.match 2.search 3.sub subn 4.findall 5.split 6.compile python re 转义 正则分组 阅读全文
posted @ 2017-01-22 16:03 xc-suibijilu 阅读(144) 评论(0) 推荐(0) 编辑

2017年1月19日

摘要: 闲来无事,总结下python的字符串匹配 阅读全文
posted @ 2017-01-19 16:07 xc-suibijilu 阅读(247) 评论(0) 推荐(0) 编辑

2017年1月16日

摘要: Linux或者Mac下方法: 创建文件,进入文件,输入内容: cd ~ touch .git-credentials vim .git-credentials https://{username}:{password}@github.com 在终端下输入: git config --global credential.helper store 打开~/.gitconfig文件,会发现多了一... 阅读全文
posted @ 2017-01-16 17:25 xc-suibijilu 阅读(137) 评论(0) 推荐(0) 编辑
摘要: import paramiko import datetime import os hostname = '192.168.112.132' username = 'root' password = '123456' port = 22 def upload(local_dir, remote_dir): try: t = paramiko.Transport((... 阅读全文
posted @ 2017-01-16 15:38 xc-suibijilu 阅读(346) 评论(0) 推荐(0) 编辑

2016年11月19日

摘要: 进入https://coding.net/注册一个账号,安装git客户端 1.创建一个项目 2.在目录下右击 3.git命令行输入:git clone https://git.coding.net/xuleixu/xul-python.git(此网址为git中代码的网址,可以从下图中获取) 4.在生 阅读全文
posted @ 2016-11-19 22:47 xc-suibijilu 阅读(90) 评论(0) 推荐(0) 编辑

导航