码迷,mamicode.com
首页 >  
搜索关键字:help    ( 8786个结果
DNS(四)--DNS编译安装
Bind的编译安装大多以tar.gz和tar.bz2打包软件,大多是通过./configure;make;makeinstall来安装的;有的软件是直接make&&makeinstall,我们可以通过./configure——help来查看配置软件的功能;大多软件是提供./configure配置软件的功能的;少数的也没有,如果没有的..
分类:其他好文   时间:2014-08-15 02:46:48    阅读次数:293
xFire 开发web services
1、首先xfire 不能加紧MyEclipse10中 只能通过添加jar包的方式添加;2、给MyEclipse6.5 添加xfire 点击 help->software updates ->find and install ->选择 search for new features to instal...
分类:Web程序   时间:2014-08-14 16:33:08    阅读次数:257
poj 2488 A Knight's Journey(dfs)
DescriptionBackgroundOur knight lives on a chessboard that has a smaller area than a regular 8 * 8 board,but it is still rectangular.Can you help this...
分类:其他好文   时间:2014-08-14 03:46:57    阅读次数:305
Help & Manual 5 的破解
Help & Manual 5是非常好用的帮助文档制作工具,亮点有2个1、树形结构,便于展开、阅读2、内置搜索引擎,可以对标题、内容进行检索安装破解过程1、第一次安装,没有注意,打开了网络,提示即使输入了正确的破解码,也无法正确建立新文件2、卸载,重装,还没有输入破解码,就在启动面板中显示了破解码,...
分类:其他好文   时间:2014-08-13 21:52:27    阅读次数:216
libav(ffmpeg)简明教程(2)
距离上一次教程又过去了将近一个多月,相信大家已经都将我上节课所说的东西所完全消化掉了。这节课就来点轻松的,说说libav的命令使用吧。注:遇到不懂的或者本文没有提到的可以用例如命令后加 --help full或者man 命令(man avconv)查看全部参数细节,或者进libav.org网站查:h...
分类:其他好文   时间:2014-08-13 21:39:37    阅读次数:260
POJ 2907 Collecting Beepers (DFS+回溯)
Description Karel is a robot who lives in a rectangular coordinate system where each place is designated by a set of integer coordinates (x and y). Your job is to design a program that will help ...
分类:其他好文   时间:2014-08-13 01:17:24    阅读次数:312
两种查看eclipse或MyEclipse是64bit还是32bit的方法
方法一:对于:eclipse打开eclipse后:Help-->About Eclipse-->Installation Details-->Configuration如果看到x86字样说明eclipse是32bit的,反之如果看到x86_64或x64字样则说明eclipse是64bit的对于:My...
分类:系统相关   时间:2014-08-13 01:07:34    阅读次数:260
如何查看eclipse或Myeclipse的版本号
对于eclipse方法一:在eclipse安装路径下用记事本打开 .eclipseproduct文件,里面就有eclipse版本号。形如:name=Eclipse Platformid=org.eclipse.platformversion=4.2.0方法二:打开eclipse:help-->Abo...
分类:系统相关   时间:2014-08-13 01:07:04    阅读次数:237
chmod
指令名称 : chmod 使用权限 : 所有使用者 使用方式 : chmod [-cfvR] [--help] [--version] mode file... 说明 : Linux/Unix 的档案调用权限分为三级 : 档案拥有者、群组、其他。利用 chmod 可以藉以控制档案如何被他人所调用。 ...
分类:其他好文   时间:2014-08-12 16:36:14    阅读次数:174
cat
名称:cat 使用权限:所有使用者 使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName 说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案) 参数: -n 或 --number 由 1 开始对所有输出的行数编号 -.....
分类:其他好文   时间:2014-08-12 16:35:54    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!