03 2018 档案
摘要:"reference"
阅读全文
摘要:"saltstack offical website" "reference blog" summary "install virtualbox" "install vagrant" "add vagrant box"
阅读全文
摘要:delete redundant path
阅读全文
摘要:```
import cProfile
import random
def f2(lIn): print("count run time")
lIn = [random.random() for i in range(100000)]
cProfile.run('f2(lIn)')
```
阅读全文
摘要:"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
阅读全文