会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
随便了888
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
2018年3月18日
scrapy-redis
摘要: "scrapy redis" "redis deploy"
阅读全文
posted @ 2018-03-18 00:04 随便了888
阅读(144)
评论(0)
推荐(0)
2018年3月13日
merge dict key
摘要: #!/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
阅读(148)
评论(0)
推荐(0)
2018年3月9日
The MySQL server is running with the –secure-file-priv
摘要: `show variables like '%secure%';` 将文件导出路径更改为查询到的secure file priv路径下 "reference"
阅读全文
posted @ 2018-03-09 10:02 随便了888
阅读(531)
评论(0)
推荐(0)
2018年3月8日
centos nginx uwsgi django
摘要: "doc link" "uwsgi link" "video link"
阅读全文
posted @ 2018-03-08 17:54 随便了888
阅读(113)
评论(0)
推荐(0)
2018年3月5日
install mysql at linux
摘要: 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
阅读(129)
评论(0)
推荐(0)
devops issue
摘要: 1、Nginx(refercence:https://zhuanlan.zhihu.com/p/24382606) summary: usage:reverse proxy and load balancingreverse proxy
阅读全文
posted @ 2018-03-05 09:23 随便了888
阅读(241)
评论(0)
推荐(0)
2018年2月27日
process data
摘要: # 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
阅读(765)
评论(0)
推荐(0)
2018年2月23日
unittest
摘要: 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
阅读(127)
评论(0)
推荐(0)
2018年2月22日
python interview questions
摘要: 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
阅读(356)
评论(0)
推荐(0)
2018年2月11日
反爬虫代理
摘要: "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
阅读(132)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
公告