user www www;worker_processes 1;error_log logs/error.log;pid logs/nginx.pid;worker_rlimit_nofile 65535;events { use epoll; worker_connections 65535;}h ...
分类:
其他好文 时间:
2019-01-25 22:46:17
阅读次数:
256
一:重启zabbix-server 结合定时任务 service zabbix-server restart crontab -e 新加一个定时任务: @daily service zabbix-server restart > /dev/null 2>&1 二:编辑Zabbix Server的配置 ...
分类:
其他好文 时间:
2019-01-24 18:59:31
阅读次数:
401
环境 虚拟机 系统:centos 7 IP:192.168.168.8 目录:/opt 代理:nginx 数据库:mysql 版本大于等于 5.6 mariadb 版本大于等于 5.5.6 更新yum yum update -y关闭防火墙与selinux firewall-cmd --state s ...
分类:
其他好文 时间:
2019-01-23 17:25:49
阅读次数:
163
后台运行脚本执行脚本test.sh:./test.sh中断脚本test.sh:ctrl+c在1的基础上将运行中的test.sh,切换到后台并暂停:ctrl+z执行ctrl+z后,test.sh在后台是暂停状态(stopped),使用命令:bg number让其在后台开始运行(“number”是使用j ...
分类:
系统相关 时间:
2019-01-22 21:44:20
阅读次数:
249
windows环境下用multiprocessing报如下异常信息: RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrap ...
分类:
系统相关 时间:
2019-01-21 15:52:20
阅读次数:
416
[root@bogon ~]# cd /etc/ansible/roles/webservs/ [root@bogon webservs]# ls handlers README.md tasks templates vars [root@bogon webservs]# ls templates/... ...
分类:
其他好文 时间:
2019-01-17 21:20:13
阅读次数:
144
user www www; worker_processes auto; error_log /home/wwwlogs/nginx_error.log crit; pid /usr/local/nginx/logs/nginx.pid; #Specifies the value for maxim... ...
分类:
其他好文 时间:
2019-01-13 21:13:46
阅读次数:
148
SQL> startup 报错:ORA-00444: background process DBRM failed while startingORA-00020:maximum number of processes () exceeded 解决:startup pfile= FILENAME 其 ...
分类:
数据库 时间:
2019-01-13 10:22:45
阅读次数:
239
#运行用户user nobody;#启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error ...
分类:
其他好文 时间:
2019-01-08 23:32:00
阅读次数:
205
let ctx = canvas.getContext('2d') export default class Main { constructor() { this.startpic() } startpic(){ var img = new Image(100, 100) img.src = BG ...
分类:
微信 时间:
2019-01-08 19:21:19
阅读次数:
371