码迷,mamicode.com
首页 >  
搜索关键字:process monitor    ( 12703个结果
解决本地tomcat服务器内存不足问题
2014-6-25 9:47:48 org.apache.coyote.http11.Http11Processor process严重: Error processing requestjava.lang.OutOfMemoryError: PermGen space在server窗口,双击配好的...
分类:其他好文   时间:2014-06-27 21:53:11    阅读次数:215
linux中shell变量$#,$@,$0,$1,$2的含义解释
linux中shell变量$#,$@,$0,$1,$2的含义解释:变量说明:$$Shell本身的PID(ProcessID)$!Shell最后运行的后台Process的PID$?最后运行的命令的结束代码(返回值)$-使用Set命令设定的Flag一览$*所有参数列表。如"$*"用「"」括起来的情况、以...
分类:系统相关   时间:2014-06-27 16:32:52    阅读次数:423
linux使用
1.dpkg: error: dpkg status database is locked by another process 解决办法:sudo rm -rf /var/lib/dpkg/lock2.在64位系统上安装ia32-libs后(Ubuntu执行:sudo apt-get instal...
分类:系统相关   时间:2014-06-26 23:10:00    阅读次数:438
June 26,2014---->Binder(IPC),Dalvik ,DEX/ODEX
1.Binder(IPC)Linux进程之间要能够互相通信,从而共享资源和信息。所以,操作系统内核必须提供进程间的通信机制(IPC,Inter-Process Communication)。IPC机制种类:采用命名管道(name pipe),消息队列(message queue),信号(signal...
分类:其他好文   时间:2014-06-26 20:48:54    阅读次数:329
foreach -begin -process -end
gc d:\vm.txt|foreach -begin {write-host "It's beginning."} -process {$_ +"aa"} -end {write-host "The end"}
分类:其他好文   时间:2014-06-25 22:50:17    阅读次数:243
【ubuntu firefox】 Firefox is already running, but is not responding
在ubuntu下启动firefox报错 Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. 解决: 终端输入 killall firefox...
分类:其他好文   时间:2014-06-24 17:08:34    阅读次数:203
Oracle backgroup processes
PMON: Process Monitor 用自动注册动态监听,处理异常进程。 SMON: System Monitor 用于instance recovery。 LCKn:仅使用于RAC数据库,用于instance之间的封锁。 RECO:用于分布式数据库的恢复,全称是Distributed Database Recovery。 CKPT: Check Point 由ORACLE的FAST...
分类:数据库   时间:2014-06-22 12:22:00    阅读次数:232
Java解惑八:更多库之谜
本文是根据JAVA解惑这本书,做的笔记。 电子书见:http://download.csdn.net/detail/u010378705/7527721 谜题76 将线程的启动方法start(),写成了run(); PS:管程(monitor)锁有待进一步理解。 谜题77 线程中锁的问题。 理解不深刻。 谜题78 反射会造成访问...
分类:编程语言   时间:2014-06-22 08:45:22    阅读次数:333
Starting Threads and Using Anonymous Classes
As we all know,a thread is a separate process on your computer.you can run multiple threads all at the same time. multi-threaded code has the disadvantage of becoming quite complex very quickly,altho...
分类:其他好文   时间:2014-06-22 07:25:06    阅读次数:244
virt-install:ERROR internal error process exited while connecting to monitor
转载请注明出处:http://www.openext.org/2014/06/virt-install-erro1使用virt-install安装vm的时候出现了一下错误,解决方法如下:$sudo ./create-vm-demo.shStarting install…ERROR internal error process exited while connecting to monitor: ...
分类:其他好文   时间:2014-06-22 06:34:56    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!