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
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
Windows消息分类 Windows消息分为系统消息和用户自定义消息。Windows系统消息有三种: 1.标准Windows消息。除WM_COMMAND外以WM_开头的消息是标准消息。例如,WM_CREATE、WM_CLOSE。 CWnd的派生类都可以接收到标准Windows消息、通知消息...
分类:
其他好文 时间:
2014-10-09 01:32:07
阅读次数:
241
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
使用Add-WindowsFeature 照成的问题I get the failure below.. If I pick the Server 2012 R2 image from 8/15/2014 the same command works fine.Name[0]: PS C:\Users...
分类:
Web程序 时间:
2014-10-08 12:31:05
阅读次数:
480