01 2017 档案

摘要:匹配字符 re中的方法 1.match 2.search 3.sub subn 4.findall 5.split 6.compile python re 转义 正则分组 阅读全文

posted @ 2017-01-22 16:03 xc-suibijilu 阅读(149) 评论(0) 推荐(0)

摘要:闲来无事,总结下python的字符串匹配 阅读全文

posted @ 2017-01-19 16:07 xc-suibijilu 阅读(262) 评论(0) 推荐(0)

摘要: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 阅读(148) 评论(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 阅读(353) 评论(0) 推荐(0)

导航