一、安装nginx https://yq.aliyun.com/articles/101144?spm=5176.10695662.1996646101.searchclickresult.70af967bColksb 二、nginx.conf文件配置 /usr/local/nginx/conf/c ...
分类:
其他好文 时间:
2018-12-15 23:55:13
阅读次数:
266
#!/usr/bin/env python# -*- coding:utf-8 -*-import osimport reimport requestsfrom bs4 import NavigableStringfrom bs4 import BeautifulSoupres=requests.g ...
分类:
编程语言 时间:
2018-12-15 23:18:07
阅读次数:
241
If you receive this Windows Script Host access is disabled on this machine, Contact your administrator for details message box, on your Windows 10/8/7 ...
分类:
数据库 时间:
2018-12-15 22:55:51
阅读次数:
309
写在前面 对于数学中的一些符号的解释 整理自网络 持续更新 来源标注为主要来源,个人整理的部分很多 目录 Δ和δ ζ η Θ和θ λ μ Ο Π和π ∑和σ Φ和φ ψ Ω和ω MOD ≡ | ∫ ∮ n! !n Δ和δ ζ η Θ和θ λ μ Ο Π和π ∑和σ Φ和φ ψ Ω和ω MOD ≡ | ...
分类:
其他好文 时间:
2018-12-15 20:56:36
阅读次数:
233
nginx部署php程序实例 cat /etc/nginx/conf.d/test.conf server { listen 80; server_name 192.168.0.204; index index.html index.htm default.html index.php; root ... ...
分类:
Web程序 时间:
2018-12-15 17:57:11
阅读次数:
212
Implement a trie with insert, search, and startsWith methods. Notice You may assume that all inputs are consist of lowercase letters a-z. Implement a ...
分类:
其他好文 时间:
2018-12-15 10:27:01
阅读次数:
134
endswith()方法 描述 endswith() 方法用于判断字符串是否以指定后缀结尾,如果以指定后缀结尾返回True,否则返回False。可选参数"start"与"end"为检索字符串的开始与结束位置。 语法 endswith()方法语法: 参数 suffix -- 该参数可以是一个字符串或者 ...
分类:
其他好文 时间:
2018-12-14 21:14:43
阅读次数:
244
#编译 ./configure --prefix=/servyouapp/nginx --with-stream --with-http_stub_status_module#nginx.conf部分配置 stream { upstream backend { server 10.7.2.86:15... ...
分类:
其他好文 时间:
2018-12-14 12:46:04
阅读次数:
661
Hash校验工具http://www.nirsoft.net/utils/hash_my_files.html Windows自带MD5 SHA1 SHA256命令行工具 2018年03月07日 01:25:11 Sq-List 阅读数:6257 标签: SHA1MD5SHA256命令行Window ...
分类:
其他好文 时间:
2018-12-14 10:53:53
阅读次数:
569