Nginx的配置文件位于Nginx安装目录下的conf目录下,nginx.conf为其主要的配置文件,Nginx的主要功能都在该文件中进行配置。 1、main和event部分详解 我们先来看下nginx.conf中这一部分的内容: #user nobody; worker_processes 1; ... ...
分类:
系统相关 时间:
2019-01-02 12:36:05
阅读次数:
242
说明:我安装后的版本号分别是: apache : Apache/2.4.6 (CentOS)mysql:5.6.42php:5.6.39 一、配置网络。 我们首先需要让我们的虚拟机能够连接上外网,这样才能方便我们使用yum进行安装。 1、如果只是自己开发用的话,最简洁的配置,我们只需要配置一个IP和 ...
分类:
其他好文 时间:
2018-12-24 14:33:25
阅读次数:
194
pip安装: pip install locust 检查locust是否安装成功 2、安装 pyzmq If you intend to run Locust distributed across multiple processes/machines, we recommend you to al ...
分类:
编程语言 时间:
2018-12-24 12:04:10
阅读次数:
219
多进程简介 一个进程就是个一个程序, 运行一个脚本文件, 跑多个程序 为什么学习多线程 提升爬虫效率 多进程和多线程的区别 工厂 ==> 车间 ==> 工人 多进程的使用方法 1 from multiprocessing import Pool 2 pool = Pool(processes=4) ...
分类:
系统相关 时间:
2018-12-24 10:29:16
阅读次数:
171
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacen ...
分类:
其他好文 时间:
2018-12-23 22:07:46
阅读次数:
146
nginx.conf #linux下出现nginx 403,取消注释改成 use root user root;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs ...
分类:
其他好文 时间:
2018-12-23 16:55:42
阅读次数:
278
转自:http://blog.51cto.com/lee90/1788124 今天java开发在连接线上的oracle大量导数据,一会提示连接不上数据库了。我本地用sqldeveloper也连接不上。 登录到服务器,重启oracle,本地还是不能连接。 在xshell里面登录oracle # su ...
分类:
其他好文 时间:
2018-12-22 12:01:19
阅读次数:
372
介绍: https://www.linuxjournal.com/article/7356 摘要 man手册 http://man7.org/linux/man-pages/man7/netlink.7.html ...
分类:
Web程序 时间:
2018-12-21 15:20:24
阅读次数:
149
做项目,搞开发。开发环境配置时第一步。只有环境搭好了,以后的事情才能顺利进行! 这不需求来了,负一屏项目有新功能需要添加,临时接手,要进行服务器前端开发。这个项目是以前后台java人员进行开发的。都是jsp页面,那个叫心塞的啊,看的一脸不爽。但是,工作还得继续,没接触过的,就得去趟趟,试试水。 把项 ...
分类:
编程语言 时间:
2018-12-20 17:01:06
阅读次数:
244
AUTORESTART Valid For Manager Valid For Manager Description Use the AUTORESTART parameter to start one or more Extract and Replicat processes automati ...
分类:
其他好文 时间:
2018-12-14 13:04:17
阅读次数:
193