上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: import randomimport timefrom datetime import *import pymongo client = pymongo.MongoClient('***.**.**.**', *****, username='*****', password='******') 阅读全文
posted @ 2018-10-12 11:25 ivon168 阅读(183) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-''' pymysql操作mysql实践,参考 http://www.cnblogs.com/wupeiqi/articles/5713330.html''' import pymysqlimport random # 创建连接conn = pymysql 阅读全文
posted @ 2018-09-07 21:10 ivon168 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wnfindbug/p/5719181.html 阅读全文
posted @ 2018-08-30 18:35 ivon168 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://www.centos.bz/2016/11/mysql-performance-tuning-15-config-item/ 阅读全文
posted @ 2018-08-26 17:09 ivon168 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.chinaz.com/web/2018/0531/895734.shtml 阅读全文
posted @ 2018-08-26 16:57 ivon168 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qmfsun/p/4929211.html 阅读全文
posted @ 2018-08-26 14:55 ivon168 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/orichisonic/article/details/48026031 阅读全文
posted @ 2018-08-26 14:23 ivon168 阅读(75) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash#安装编译工具及库文件#软件包准备PCRE和nginxpackage_dir="/data/app/Softpackage"install_dir="/usr/local"pcre_version="8.35"nginx_version="1.12.2"#下载安装包packag 阅读全文
posted @ 2018-08-26 13:04 ivon168 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/achang21/article/details/44041535 阅读全文
posted @ 2018-08-26 10:48 ivon168 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/JathamJ/article/details/53909614 阅读全文
posted @ 2018-08-25 11:30 ivon168 阅读(79) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页