一. 安装 操作系统:centos 7 ,nginx版本1.12.2,windows server 2008 iis 1.1 确认nginx所依赖的工具 Zlib: nginx提供gzip模块,需要zlib库支持,Openssl: nginx提供ssl功能, Pcre: 支持地址重写rewrite功 ...
分类:
系统相关 时间:
2018-10-14 13:52:43
阅读次数:
193
题记:有能力还是建议购买正版授权! 01、pycharm下载 https://www.jetbrains.com/pycharm/download/ https://download.jetbrains.8686c.com/python/pycharm-professional-2018.2.4.e ...
分类:
其他好文 时间:
2018-10-14 11:27:37
阅读次数:
4266
题目描述 输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。例如输入前序遍历序列{1,2,4,7,3,5,6,8}和中序遍历序列{4,7,2,1,5,3,8,6},则重建二叉树并返回。 前序:{1,2,4,7,3,5,6,8},前序的第一 ...
分类:
其他好文 时间:
2018-10-12 14:00:29
阅读次数:
168
前提:vs配置过登录后 进入命令行后执行: git push --set-upstream origin master ...
分类:
其他好文 时间:
2018-10-12 01:18:45
阅读次数:
869
函数原型:BOOLWINAPIWTSQuerySessionInformationW( IN HANDLE hServer, IN DWORD SessionId, IN WTS_INFO_CLASS WTSInfoClass, __deref_out_bcount(*pBytesReturned) ...
分类:
Windows程序 时间:
2018-10-08 18:04:18
阅读次数:
1667
精选Excel之Ctrl+26字母快捷键,职场办公人员必会! ...
分类:
其他好文 时间:
2018-10-08 14:00:47
阅读次数:
127
Description Memory is performing a walk on the two-dimensional plane, starting at the origin. He is given a string s with his directions for motion: A ...
分类:
其他好文 时间:
2018-10-05 19:02:01
阅读次数:
124
A. Thickest Burger 1000ms 262144K ACM ICPC is launching a thick burger. The thickness (or the height) of a piece of club steak is AAA (1≤A≤100)(1 \le ...
分类:
其他好文 时间:
2018-10-05 18:48:24
阅读次数:
149
Git的基本使用 git bash操作 0.git流程 上图包含常用6个命令 专用名词译名 Workspace: 工作区 Index/Stage:暂存区 Repository:仓库区(或者本地仓库) Remote:远程仓库 1.git基本配置 git config list 可以查看已经配置的参数 ...
分类:
其他好文 时间:
2018-10-04 14:33:24
阅读次数:
198