码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
局域网内linux由ip反解析主机名
windows平台可用net view;nbtstat-a ip 找到mac及主机名(netbios);在POSIX-linux系统下要是想用nmblookup那么你需要安装samba-client软件包;nmblookup: command not foundgethostbyaddr getho...
分类:系统相关   时间:2014-05-10 00:09:13    阅读次数:1160
LINUX下查看CPU使用率的命令[Z]
1.top使用权限:所有使用者使用方式:top [-] [d delay] [q] [c] [S] [s] [i] [n] [b]说明:即时显示process的动态d :改变显示的更新速度,或是在交谈式指令列( interactive command)按sq :没有任何延迟的显示速度,如果使用者是有...
分类:系统相关   时间:2014-05-09 23:57:11    阅读次数:714
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
用cocos2d-android开发android游戏时调用box2d中的native本地函数问题
用cocos2d-android开发android游戏时调用box2d中的newWorld(Vector2,boolean)时,出现如下报错:“java.lang.UnsatisfiedLinkError:Nativemethodnotfound:com.badlogic.gdx.physics.box2d.World.newWorld:(FFZ)J”解决方法:在当前类中添加代码:static{ System.loadLibrary("g..
分类:移动开发   时间:2014-05-09 14:28:27    阅读次数:404
使用nagios监控指定的端口号
方法一:实验思路:第一步在commands.cfg文件中定义你要使用的检测命令:vi/usr/local/nagios/etc/objects/commands.cfgdefinecommand{command_nametcp60910#命令名command_line$USER1$/check_tcp-H$HOSTADDRESS$-p60910-t60#命令内容,该处调用到check_tcp这个脚本-P后面是端..
分类:移动开发   时间:2014-05-09 14:21:11    阅读次数:402
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
Linux命令行技巧
命令描述?apropos whatis显示和word相关的命令。 参见线程安全?man-t man | ps2pdf - > man.pdf生成一个PDF格式的帮助文件which command显示命令的完整路径名time command计算命令运行的时间?time cat开始计时. Ctrl-d停...
分类:系统相关   时间:2014-05-09 09:53:58    阅读次数:507
Fix invisible cursor issue in Ubuntu 13.10
Fix invisible cursor issue in Ubuntu 13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and use the following command:gsettings...
分类:其他好文   时间:2014-05-09 07:57:17    阅读次数:311
invoke-command
invoke-command -ComputerName $server -Credential $cred -ScriptBlock{param($server,$UserName,$serverpass,$starttime,$startdate) ...
分类:其他好文   时间:2014-05-09 04:17:04    阅读次数:417
Intellij idea subversion checkout error
Subversion 1.8 and IntelliJ IDEA 13Unlike its earlier versions, Subversion 1.8 support uses the native command line client instead of SVNKit to run co...
分类:其他好文   时间:2014-05-09 03:07:38    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!