会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
986428528
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2018年11月8日
re 方法
摘要: ['cd', 'bv']['cd', 'n', 'v'] AA hAAa ha['ab', 'ab', 'ab', 'annb'] > wes@@@hehe@ww ['12']23 123['3']
阅读全文
posted @ 2018-11-08 05:53 986428528
阅读(199)
评论(0)
推荐(0)
2018年11月7日
re
摘要: hslslo wse2 ['b']['b', 'b', 'ab', 'b', 'b', 'ab']['b'] []['ab', 'aaab'][] ['companies', 'company'] #整体['ies', 'y'] #个体
阅读全文
posted @ 2018-11-07 21:54 986428528
阅读(125)
评论(0)
推荐(0)
2018年11月6日
paramiko示例测试
摘要: import paramiko#远程执行命令 ssh=paramiko.SSHClient() #创建一个sshclient对象 ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())#允许将信任的主机自动加入到host_allow列表,必须在connect之前设置 ssh.connect('192.168.159.129',22,'...
阅读全文
posted @ 2018-11-06 12:21 986428528
阅读(426)
评论(0)
推荐(0)
paramiko
摘要: 最近在测试服务器那块,看了下Paramiko模块,一直都是用FileZilla工具,想了想,持续集成,更新代码可以用Parmmiko完成,还是不错的 Paramiko是用python语言写的一个模块,远程连接到Linux服务器,查看上面的日志状态,批量配置远程服务器,文件上传,文件下载等 初始化一些
阅读全文
posted @ 2018-11-06 10:34 986428528
阅读(184)
评论(0)
推荐(0)
subprocess
摘要: [root@wesley ~]# python Python 2.7.14 (default, Sep 10 2018, 23:42:00) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>>...
阅读全文
posted @ 2018-11-06 03:55 986428528
阅读(467)
评论(0)
推荐(0)
2018年11月5日
hashlib
摘要: a09f91f8be77e65b371a64bf1d8305c9afaf40213159c96c1133c4710e20455aafaf40213159c96c1133c4710e20455a22bd78d959d8e990afa8c4970154e776 #有key同一个字符串,结果不一样
阅读全文
posted @ 2018-11-05 21:59 986428528
阅读(126)
评论(0)
推荐(0)
json 示例
摘要: import json dic={'name':'wesley','age':12} res=json.dumps(dic) #序列化dict print(res) print(json.loads(res)) #反序列化json数据 fp=open('pjs.txt','w') #'w' json.dump(dic,fp) #序列化dict,并f....
阅读全文
posted @ 2018-11-05 12:47 986428528
阅读(106)
评论(0)
推荐(0)
json,json扩展
摘要: 扩展json可以序列化的类型: 扩展的实质就是扩展JSONEncoder 的 default 方法
阅读全文
posted @ 2018-11-05 12:17 986428528
阅读(337)
评论(0)
推荐(0)
tecent
摘要: def drink_beer(money): count=0 beer,bottle,cap=0,0,0 while money>=2 or bottle>=2 or cap>=4: beer+=money//2+bottle//2+cap//4 money%=2 bottle=bottle%2+beer c...
阅读全文
posted @ 2018-11-05 10:53 986428528
阅读(437)
评论(0)
推荐(0)
print 参数
摘要: 参考print的官方文档 在python中,print默认向屏幕输出指定的文字,例如: >>>print('hello,world')hello world print的完整格式为print(objects,sep,end,file,flush),其中后面4个为可选参数 sep在输出字符串之间插入指
阅读全文
posted @ 2018-11-05 10:01 986428528
阅读(418)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告