http://www.oschina.net/translate/command-line-tools-to-monitor-linux-performance?cmp&p=1#1.Top-Linux进程监控Linux下的Top命令是一个性能监控程序,许多系统管理员常常用它来监控Linux性能,在许...
分类:
系统相关 时间:
2014-10-09 16:54:07
阅读次数:
490
最近项目中使用到Spring3,在感叹Spring3注解配置清爽的同时竟然出现了这个不和谐的事情,实在无法忍受问 题:部署项目后程序加载或用浏览器访问时出现类似的警告,2011-01-19 10:52:51,646 WARN [org.springframework.web.servlet.Page...
分类:
移动开发 时间:
2014-10-09 16:36:57
阅读次数:
157
Linux:-bash: ***: command not found,系统很多命令都用不了,均提示没有此命令。突然之间linux很多命令都用不了,均提示没有此命令。这应该是系统环境变量出现了问题导致的。解决办法:先用:echo $PATH 查看path是否含有:/usr/local/sbin:/u...
分类:
系统相关 时间:
2014-10-09 15:47:34
阅读次数:
199
#! /bin/sh
# chkconfig: 2345 55 25
# Description: Startup script for nginx webserver on Debian. Place in /etc/init.d and
# run 'update-rc.d -f nginx defaults', or use the appropriate command on your
#...
分类:
其他好文 时间:
2014-10-09 14:36:04
阅读次数:
322
近日由于在U3D项目中要使用到数据传递(C++ DLL的数据传递给U3D中的C#),其中涉及到需要使用C#的指针。直接编译会出现以下错误Unsafecode requires the 'unsafe' command line option to be specified。 下面是我总结的解决办法:...
分类:
其他好文 时间:
2014-10-09 13:53:43
阅读次数:
359
遇到这个错误的时候需要安装gcc和python-devel,执行以下命令: yum install gcc python-devel
分类:
其他好文 时间:
2014-10-09 13:28:38
阅读次数:
281
1、从XCode6开始,苹果不再提供自动生成的pch文件了,想使用的就要自己添加了,苹果的模板里有提供2、在工程里Command + N, 新建文件,选择iOS模板下的Other中的PCH File3、命名pch文件的时候我选择了跟XCode5中相同的命名方式,其中AnalyzerHD是我的项目名称...
分类:
其他好文 时间:
2014-10-09 12:36:03
阅读次数:
249
一、查看日志应用状态mysql>showprocesslist;
+----+------+---------------+-------+-------------+------+-----------------------------------------------------------------------+------------------+-----------+---------------+
|Id|User|Host|db|Command|Time|Sta..
分类:
数据库 时间:
2014-10-09 03:33:58
阅读次数:
286
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build PathJSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http...
分类:
编程语言 时间:
2014-10-09 01:33:07
阅读次数:
209
1 shell 的$! ,$?, $$,$@$n $1 the first parameter,$2 the second...$# The number of command-line parameters.$0 The name of current program.$? ...
分类:
其他好文 时间:
2014-10-09 01:07:27
阅读次数:
266