上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: "scrapy redis" "redis deploy" 阅读全文
posted @ 2018-03-18 00:04 随便了888 阅读(138) 评论(0) 推荐(0) 编辑
摘要: #!/usr/local/python # -*- coding:utf-8 -*-user_dict = {'python': 23, 'Python': 51, '机器':10, 'PYTHON': 12, '机器人': 14, 'py':8, 'Py':9} req_dict, tmp_dic 阅读全文
posted @ 2018-03-13 18:16 随便了888 阅读(141) 评论(0) 推荐(0) 编辑
摘要: `show variables like '%secure%';` 将文件导出路径更改为查询到的secure file priv路径下 "reference" 阅读全文
posted @ 2018-03-09 10:02 随便了888 阅读(526) 评论(0) 推荐(0) 编辑
摘要: "doc link" "uwsgi link" "video link" 阅读全文
posted @ 2018-03-08 17:54 随便了888 阅读(101) 评论(0) 推荐(0) 编辑
摘要: cd /usr/local wget http://repo.mysql.com//mysql57-community-release-el7-7.noarch.rpm rpm -ivh mysql57-community-release-el7-7.noarch.rpm yum install -y mysql-server systemctl start mysqld.service sys... 阅读全文
posted @ 2018-03-05 17:07 随便了888 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1、Nginx(refercence:https://zhuanlan.zhihu.com/p/24382606) summary: usage:reverse proxy and load balancingreverse proxy 阅读全文
posted @ 2018-03-05 09:23 随便了888 阅读(234) 评论(0) 推荐(0) 编辑
摘要: # version 1.0def connect_mysql(sql, oper_type="select", data_l=None): conn = pymysql.connect(host='localhost', user="root", password="123", database="work", port=3306) ... 阅读全文
posted @ 2018-02-27 18:00 随便了888 阅读(746) 评论(0) 推荐(0) 编辑
摘要: import unittest from test_temp2 import TestUnit if __name__ == '__main__': suite = unittest.TestSuite() tests = [TestUnit("test_add"), TestUnit("test_minus"), TestUnit("test_divide")] ... 阅读全文
posted @ 2018-02-23 17:47 随便了888 阅读(121) 评论(0) 推荐(0) 编辑
摘要: referce: "python interview questions top 50" refercence: "python interview questions top 15" summary Q: what is python? A: 1. Python is an interpreted 阅读全文
posted @ 2018-02-22 16:34 随便了888 阅读(332) 评论(0) 推荐(0) 编辑
摘要: "proxy website" "proxy ip video" "reference example" "unblock methods" "hide ip" "jianshu Anti reptile" "jianshu dynamic proxy" "requests" 阅读全文
posted @ 2018-02-11 15:45 随便了888 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页