码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
Linux基本功杂记——[020]——『Linux Capability』
『Linux Capability』 For the purpose of performing permission checks, traditional UNIX implementations distinguish two categories of processes: privileg ...
分类:系统相关   时间:2016-09-02 12:55:40    阅读次数:332
nginx.conf
#user nobody;worker_processes 4; #nginx进程数,建议设置为等于CPU总核心数 #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; # ...
分类:其他好文   时间:2016-09-01 18:15:19    阅读次数:128
Nginx配置文件详细说明(转)
在此记录下Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络. #运行用户user www-data; #启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件error_log /var/log/nginx/error.log ...
分类:其他好文   时间:2016-09-01 18:08:47    阅读次数:138
Spring MVC框架理解
原文链接:ITeye SpringMVC深度探险专栏 基本要素 1. 指定SpringMVC的入口程序(在web.xml中) <!-- Processes application requests --> <servlet> <servlet-name>dispatcher</servlet-nam ...
分类:编程语言   时间:2016-09-01 16:12:05    阅读次数:349
linux无法umount解决方案
[root@995120-master ~]# umount /drbd/ umount: /drbd: device is busy.(In some cases useful info about processes that use the device is found by lsof(8) ...
分类:系统相关   时间:2016-08-31 12:00:21    阅读次数:471
ReportViewer 不预览,直接导出 PDF文件
作为笔记记着,以免以后再到处找资料 1. 在不预览的情况下导出文件 先看一个方法说明,想知道ReportViewer支持导出哪些文件类型,在Render方法说明中就有描述 // // Summary: // Processes the report and renders it in the spe ...
分类:其他好文   时间:2016-08-30 21:03:36    阅读次数:2770
安装完Oracle之后的注意事项
1.修改密码过期问题。ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; 2.修改最大连接数问题。 alter system set processes=1000 scope=spfile; alter system set sessi ...
分类:数据库   时间:2016-08-24 17:09:52    阅读次数:176
Linux下查看进程和线程
在linux中查看线程数的三种方法 1、top -H 手册中说:-H : Threads toggle 加上这个选项启动top,top一行显示一个线程。否则,它一行显示一个进程。 2、ps xH 手册中说:H Show threads as if they were processes 这样可以查看 ...
分类:编程语言   时间:2016-08-24 11:10:49    阅读次数:123
执行non-Java processes命令行的工具ExecHelper
在Java程序里执行操作命令行工具类: 输出结果: ExecHelper代码实现: ...
分类:编程语言   时间:2016-08-23 15:06:06    阅读次数:196
LNMP_nginx和php配置
一. nginx.conf vim /usr/local/nginx/conf/nginx.conf //清空原来的配置,加入如下内容: user nobody nobody;worker_processes 2;error_log /usr/local/nginx/logs/nginx_error ...
分类:Web程序   时间:2016-08-23 01:15:19    阅读次数:213
1265条   上一页 1 ... 77 78 79 80 81 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!