码迷,mamicode.com
首页 >  
搜索关键字:path mtu    ( 30140个结果
文件查找
1、which 根据$PATH相关目录进行查找2、whereis 根据$PATH或者库目录进行查找3、locate 通slocate,从自己的locatedb查找相关文件目录,如文件或目录为新添加,执行时无法查找,执行updatedb即可 locate -r 'regexpression'4...
分类:其他好文   时间:2014-06-19 00:17:50    阅读次数:172
转:XPath路径表达式
XPath 使用路径表达式来选取 XML 文档中的节点或节点集。节点是通过沿着路径 (path) 或者步 (steps) 来选取的。XML 实例文档我们将在下面的例子中使用这个 XML 文档。 Harry Potter 29.99 Learning XML 39.95选取节点XPath 使用...
分类:其他好文   时间:2014-06-19 00:02:17    阅读次数:382
Ubuntu下 Android NDK安装
method 1.1.google上直接下载NDK源码解压即可,目前版本为 android-ndk-r9d配置$NDK_HOME 和 $PATHexport NDK_HOME=/XXX/android-ndk-r9dexport PATH=$NDK_HOME:$PATH2.提取toolchain参考...
分类:移动开发   时间:2014-06-17 00:59:19    阅读次数:461
There is no Action mapped for namespace [/] and action name [Login] associated with context path [/e
近期学习web开发时,就遇到这个令人头疼的问题。百度谷歌了N遍,最终在博客http://blog.csdn.net/liu578182160/article/details/17266879中找到了问题的根源。开发环境:win7 32位旗舰版,jdk1.7_45,jre7,eclipse4.3.1 ...
分类:移动开发   时间:2014-06-17 00:44:50    阅读次数:371
windows下,java环境变量的设置,设置点击startup.bat启动tomcat
1、首先,安装好java jdk以后设置环境变量:CLASSPATH:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar JAVA_HOME:C:\Program Files\Java\jdk1.7.0_51 Path:%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin 这个我觉得就不用详细介绍了,基础。 ...
分类:编程语言   时间:2014-06-15 15:11:56    阅读次数:263
LeetCode:Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. F...
分类:其他好文   时间:2014-06-15 14:51:02    阅读次数:167
linux中的一些主要的环境变量
$HOME 当前用户的家目录$PATH 以冒号分隔的用来搜索命令的目录列表$PS1 命令提示符,通常为$符,但在blash中,你可以使用一些更复杂的值$PS2 二级提示符,用来提示后续的输入,通常为->字符$IFS 输入域分隔符。当shell读取输入时,他给出哟该来分隔单词的一组字符,通常是空格、制...
分类:系统相关   时间:2014-06-15 14:34:16    阅读次数:263
felayman——细学PHP
1.    文件复制 bool copy (string $source , string $dest ) PHP 4, PHP 5)    header("content-type:text/html;charset=utf-8");    $source_path = "index.php";    $dest_path = "copy_content.php"...
分类:Web程序   时间:2014-06-15 14:32:14    阅读次数:207
LINUX ant安装
1、下载 http://ant.apache.org/bindownload.cgi2、linux 下解压,tar -zxvf apache-ant...3、设置环境变量 ANT_HOME=... 添加ANT_HOME/bin进入PATH里面。4、source /etc/profile5、查看...
分类:系统相关   时间:2014-06-15 13:45:38    阅读次数:268
cocos2d-x 3.0 rapidJson 操作应该注意的细节
Size visibleSize = Director::getInstance()->getVisibleSize(); Point origin = Director::getInstance()->getVisibleOrigin(); std::string path = FileUtils::getInstance()->fullPathForFilename("story.js...
分类:Windows程序   时间:2014-06-15 13:43:01    阅读次数:423
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!