码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
linux命令之-pstree使用说明
pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees r...
分类:系统相关   时间:2014-06-11 07:46:47    阅读次数:522
fork() in linux
About fork() in linux:parent/child processes created by fork() share the same file table (linux file descriptor or called `open file descriptor`)Which...
分类:系统相关   时间:2014-06-07 21:47:58    阅读次数:443
通过Ibinder类Bind service
Binder is like RPC in java. It enables multi-processes communication. Now we will talking about how to bind service using IBinder class.总共有3种bind serv...
分类:其他好文   时间:2014-06-07 06:29:37    阅读次数:232
查?看?和?设?置?o?r?a?c?l?e?数?据?库?的?最?大?连?接?数
当数据库最大连接数不够时会出现客户端连接间歇性失败,报错ORA-12519,修改最大连接数:alter system set processes = 300 scope = spfile;
分类:其他好文   时间:2014-06-03 11:26:45    阅读次数:202
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错 [root@localhost~]#su-oracle -bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted 经查看结果是忘记修改/etc/security/limits.conf 关于/etc/security/limits.conf解释及应用,看我转载..
分类:其他好文   时间:2014-06-02 04:11:33    阅读次数:264
oracle 32位导64位
oracle 32位导64位SQL>SHUTDOWN IMMEDIATE;SQL>STARTUP MOUNT;SQL>ALTER SYSTEM ENABLE RESTRICTED SESSION;SQL>ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;SQL>ALT.....
分类:数据库   时间:2014-05-26 09:15:19    阅读次数:345
用ps 查看线程状态
ps -eLo pid,tid,class,rtprio,ni,pri,psr,pcpu,pmem,stat,wchan:30,comm线程相关选项:THREAD DISPLAYH Show threads as if they were processes-L Show threads, poss...
分类:编程语言   时间:2014-05-26 07:33:08    阅读次数:668
linux下常用简写命令的全称
/bin = BINaries/dev = DEVices/etc = ETCetera 附加物或 EdiTable Configure file 配置文件/proc = PROCesses/sbin = Superuser BINaries/usr = Unix Shared Resourcesa...
分类:系统相关   时间:2014-05-23 11:13:38    阅读次数:453
linux操作系统下完全删除oracle数据库
1.关掉oracle server 和 background processes ps -ef | grep ora 关掉数据库 shutdown immediate 2.关掉监听 lsnrctl status 如果开启的话就执行lsnrctl stop 关掉3.把$ORACLE_HOME下面的文件...
分类:数据库   时间:2014-05-17 04:31:36    阅读次数:469
配置nginx的图片服务器
user nginx; worker_processes 8;error_log /usr/local/webserver/nginx/logs/nginx_error.log crit;pid /usr/local/webserver/nginx/nginx.pid;#Spe...
分类:其他好文   时间:2014-05-15 14:24:31    阅读次数:313
1265条   上一页 1 ... 124 125 126 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!