会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xc-suibainjilu
上一页
1
2
3
2017年1月22日
python正则表达式
摘要: 匹配字符 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)
2017年1月19日
python字符串匹配规则
摘要: 闲来无事,总结下python的字符串匹配
阅读全文
posted @ 2017-01-19 16:07 xc-suibijilu
阅读(262)
评论(0)
推荐(0)
2017年1月16日
git 免密码提交代码
摘要: 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
阅读(145)
评论(0)
推荐(0)
python 从windows上传文件到linux脚本
摘要: 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)
2016年11月19日
git使用
摘要: 进入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
阅读(96)
评论(0)
推荐(0)
上一页
1
2
3
导航
博客园
首页
新随笔
联系
订阅
管理
公告