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的含义解释:变量说明:$$Shell本身的PID(ProcessID)$!Shell最后运行的后台Process的PID$?最后运行的命令的结束代码(返回值)$-使用Set命令设定的Flag一览$*所有参数列表。如"$*"用「"」括起来的情况、以...
分类:
系统相关 时间:
2014-06-27 16:32:52
阅读次数:
423
--1调用存储过程exec 存储过程名 参数openrowset方法使用:select * from openrowset('sqlncli', 'server=192.168.247.64;uid=sa;pwd=123;', 'exec dbo.process ''参数值''') as tmp;-...
分类:
数据库 时间:
2014-06-27 14:49:43
阅读次数:
248
在nagios中可以实现性能图形展示,利用的是PNP4Nagios,check_mk当然也可以,而且很简单。这篇文章在前一篇文章《check_mk自定义监控实践之powershell》的基础之前,脚本稍作修改1、客户端process_top5.ps1$dp = (Get-Process) | sel...
分类:
其他好文 时间:
2014-06-27 12:14:00
阅读次数:
254
1、如何控制某一控件在父控件中的相对位置呢? 在Android系统中提供了layout_margin,用来控制某一控件边缘相对于父控件的边距。 其中, android:layout_marginTop表示某一控件相对于父控件顶部的距离。 android:layout_ma...
分类:
移动开发 时间:
2014-06-27 00:03:46
阅读次数:
324
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
1.Binder(IPC)Linux进程之间要能够互相通信,从而共享资源和信息。所以,操作系统内核必须提供进程间的通信机制(IPC,Inter-Process Communication)。IPC机制种类:采用命名管道(name pipe),消息队列(message queue),信号(signal...
分类:
其他好文 时间:
2014-06-26 20:48:54
阅读次数:
329
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
继上一章,使用CoreLocation框架获取了当前设备的位置,这一章介绍地图的使用.
首先,导入框架
#import
@main代码示例
main.h
#import
#import
// 引用地图协议
@interface HMTMainViewController : UIViewController
@end
ma...
分类:
其他好文 时间:
2014-06-25 19:46:54
阅读次数:
149
在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