#运行用户 #user www-data; #启动进程,通常设置成和cpu的数量相等 worker_processes 2; #全局错误日志及PID文件 error_log logs/error.log; error_log logs/error.log notice; error_log logs... ...
分类:
其他好文 时间:
2017-08-25 09:41:11
阅读次数:
223
nginx.conf配置详解: 全局配置: user nginx; #运行用户 worker_processes 4; #工作进程数,通常等于CPU数量或者核心数(-1) error_log /var/logs/nginx/error.log crit; #错误日志位置和级别 pid /var/ru ...
分类:
其他好文 时间:
2017-08-24 00:08:11
阅读次数:
207
查看oracle数据库的连接数以及用户 11、查询oracle的连接数2select count(*) from v$session;32、查询oracle的并发连接数4select count(*) from v$session where status='ACTIVE';53、查看不同用户的连接 ...
分类:
数据库 时间:
2017-08-23 19:15:03
阅读次数:
225
1.d:\xampp\php\php-cgi.exe -b 127.0.0.1:9000 -c d:\xampp\php\php.ini 2.nginx conf配置如下: #user nobody;worker_processes 1; #error_log logs/error.log;#err ...
Problem Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by ...
分类:
编程语言 时间:
2017-08-20 14:50:11
阅读次数:
209
调度作业 $ ps -ef | grep cjq SQL> show parameter job_queue_processes 后台预先设置的自动化管理作业: 自定义作业: SQL> create table session_history(snap_time timestamp with loc ...
分类:
其他好文 时间:
2017-08-19 09:23:08
阅读次数:
227
使用epel 下载nginx 1.6.3 安装前准备 安装pcre (安装pcre库是为了Nginx支持HTTP Rewrite 模块) 安装openssl gcc编译器 解压 创建nginx用户 配置、编译、安装 启动nginx 浏览器访问:http://192.168.161.134 关闭防火墙 ...
分类:
其他好文 时间:
2017-08-18 11:04:09
阅读次数:
245
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacen ...
分类:
其他好文 时间:
2017-08-16 10:01:55
阅读次数:
124
一、软件需求 1、nginx源码包 下载地址:http://nginx.org/ 2、pcre源码包 下载地址:https://ftp.pcre.org/pub/pcre/pcre-8.36.zip 3、nginx-rtmp-module源码包 下载地址:https://github.com/aru ...
分类:
其他好文 时间:
2017-08-15 21:21:17
阅读次数:
258
我们在上一篇文章中介绍Controller激活系统中所涉及到的一些类型,比如有关Controller类型的相关定义类型就包括了IController类型,IAsyncController类型,ControllerBase抽象类型和我们最终要使用的抽象类型Controller,这是ASP.NET MV ...
分类:
Web程序 时间:
2017-08-15 18:54:05
阅读次数:
227