摘要: 通常情况下大家生成密码都好困惑,一来复杂程度不够会不安全,复杂程度够了又不能手动随便敲击键盘打出一同字符(但通常情况下这些字符是有规律的), 使用1password 或者 keepass 这种软件生成也可以,不过貌似1password 要收费,既然这样我们就玩一下好玩的用 linux 来生成随机密码 阅读全文
posted @ 2016-05-29 11:18 李兴利 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 要求:检测myslq从库状态,跳过固定的错误号,每隔30秒检测一次,如果符合条件自动跳过或者是重启从库 1)取出mysql从库的关键字 [root@localhost scripts]# mysql -u root -p123qq.com3307 -S /data/3307/mysql.sock - 阅读全文
posted @ 2016-05-29 11:01 李兴利 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:55 李兴利 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:44 李兴利 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:36 李兴利 阅读(527) 评论(0) 推荐(0) 编辑
摘要: - 什么是性能调优?(what) - 为什么需要性能调优?(why) - 什么时候需要性能调优?(when) - 什么地方需要性能调优?(where) - 什么人来进行性能调优?(who) - 怎么样进行性能调优?(How) - 总结 # 什么是性能调优?(what) # ![](http://i. 阅读全文
posted @ 2016-05-25 10:50 李兴利 阅读(115) 评论(0) 推荐(0) 编辑
摘要: - 什么是性能调优?(what) - 为什么需要性能调优?(why) - 什么时候需要性能调优?(when) - 什么地方需要性能调优?(where) - 什么人来进行性能调优?(who) - 怎么样进行性能调优?(How) - 总结 # 什么是性能调优?(what) # ![](http://i. 阅读全文
posted @ 2016-05-25 10:46 李兴利 阅读(375) 评论(0) 推荐(0) 编辑
摘要: <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d2e56 阅读全文
posted @ 2016-02-29 11:20 李兴利 阅读(784) 评论(0) 推荐(0) 编辑
摘要: import time,os def showFilePROPERTIES(path): for root,dirs,files in os.walk(path,True): print('位置:' + root) for filename in files: state = os.stat(os. 阅读全文
posted @ 2016-02-29 10:22 李兴利 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Python之文件处理 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13f 阅读全文
posted @ 2016-02-29 10:18 李兴利 阅读(1102) 评论(2) 推荐(2) 编辑