摘要:
"scrapy redis" "redis deploy" 阅读全文
摘要:
#!/usr/local/python # -*- coding:utf-8 -*-user_dict = {'python': 23, 'Python': 51, '机器':10, 'PYTHON': 12, '机器人': 14, 'py':8, 'Py':9} req_dict, tmp_dic 阅读全文
摘要:
`show variables like '%secure%';` 将文件导出路径更改为查询到的secure file priv路径下 "reference" 阅读全文
摘要:
"doc link" "uwsgi link" "video link" 阅读全文
摘要:
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... 阅读全文
摘要:
1、Nginx(refercence:https://zhuanlan.zhihu.com/p/24382606) summary: usage:reverse proxy and load balancingreverse proxy 阅读全文
摘要:
# 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) ... 阅读全文
摘要:
import unittest from test_temp2 import TestUnit if __name__ == '__main__': suite = unittest.TestSuite() tests = [TestUnit("test_add"), TestUnit("test_minus"), TestUnit("test_divide")] ... 阅读全文
摘要:
referce: "python interview questions top 50" refercence: "python interview questions top 15" summary Q: what is python? A: 1. Python is an interpreted 阅读全文
摘要:
"proxy website" "proxy ip video" "reference example" "unblock methods" "hide ip" "jianshu Anti reptile" "jianshu dynamic proxy" "requests" 阅读全文