码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
监控 Linux 性能的 18 个命令行工具(转)
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中js/css/jpg/gif等静态资源无法找到(No mapping found for HTTP request with URI)问题解决
最近项目中使用到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:-bash: ***: command not found,系统很多命令都用不了,均提示没有此命令。突然之间linux很多命令都用不了,均提示没有此命令。这应该是系统环境变量出现了问题导致的。解决办法:先用:echo $PATH 查看path是否含有:/usr/local/sbin:/u...
分类:系统相关   时间:2014-10-09 15:47:34    阅读次数:199
beanstalkd自动安装脚本
#! /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
Unity3d中C#使用指针(Unsafe)的办法(转)
近日由于在U3D项目中要使用到数据传递(C++ DLL的数据传递给U3D中的C#),其中涉及到需要使用C#的指针。直接编译会出现以下错误Unsafecode requires the 'unsafe' command line option to be specified。 下面是我总结的解决办法:...
分类:其他好文   时间:2014-10-09 13:53:43    阅读次数:359
error: command ‘gcc‘ failed with exit status 1
遇到这个错误的时候需要安装gcc和python-devel,执行以下命令: yum install gcc python-devel
分类:其他好文   时间:2014-10-09 13:28:38    阅读次数:281
XCode6自定义pch文件
1、从XCode6开始,苹果不再提供自动生成的pch文件了,想使用的就要自己添加了,苹果的模板里有提供2、在工程里Command + N, 新建文件,选择iOS模板下的Other中的PCH File3、命名pch文件的时候我选择了跟XCode5中相同的命名方式,其中AnalyzerHD是我的项目名称...
分类:其他好文   时间:2014-10-09 12:36:03    阅读次数:249
【从大坑中爬出】mysql 将 slave 转为 master
一、查看日志应用状态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 Path
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
shell 的判断与比较
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!