我们知道查阅文件属性的指令 ls
完整文件名为:/bin/ls(这是绝对路径),那为什么可以在任何地方执行/bin/ls 这个指令呢? 为什么在任何目录下输入 ls
就一定可以显示出一些讯息而不会说找不到该 /bin/ls 指令呢? 这是因为环境变量 PATH ! 当我们在执行一个指令的时候,比.....
分类:
系统相关 时间:
2014-05-29 05:06:54
阅读次数:
386
adt22.6.3的bug当adt更新到22.6.3,其编辑器中最低支持api7,即android
2.1,这里可能是google故意这么做的,也可能是其bug.其target sdk 和compile sdk最低都为14,即anroid
4.0,这里建议都设为最高的api 19,即android ...
分类:
移动开发 时间:
2014-05-29 02:43:25
阅读次数:
607
1.在进行qt creator编译qt工程时,报出错误:error while building
deploying project。还可能出现如下提示qt creator needs a tool chain set up to build.
configure a tool chain in p...
分类:
其他好文 时间:
2014-05-29 02:25:59
阅读次数:
532
都是考查DFS。经典回溯算法,问题在于我对该类型的代码不熟悉,目前以参考别人的代码,然后加上自己的实现为主,通过类似的题目加强理解。一、给定一棵二叉树,判断是否存在从root到leaf的路径和等于给定值sum,存在返回true,否则返回false。思路:DFS。代码:
1 private b...
分类:
其他好文 时间:
2014-05-28 23:51:25
阅读次数:
389
出错:An internal error occurred during: "Launching
New_configuration".Path for project must have only one
segment.【解决过程】1.很明显,此处没有设置对应的AVD,即用于运行程序的andro...
分类:
移动开发 时间:
2014-05-28 23:45:20
阅读次数:
707
转:(1)安装Nginx1.1 下载nginx-1.0.5.tar.gz并解压1.2
./configure (也可以增加--prefix= path指定安装路径)此时有可能会提示缺少pcre支持,如果要安装pcre的话可以通过 yum
install pcre-devel 来实现安装1.3 mak...
分类:
Web程序 时间:
2014-05-28 03:04:41
阅读次数:
281
Situations in Which Direct Path Load Is Not UsedIf
any of the following conditions exist for a table, then Data Pump uses external
tables rather than ...
分类:
数据库 时间:
2014-05-28 03:03:56
阅读次数:
361
原题地址:https://oj.leetcode.com/problems/minimum-path-sum/题意:Given
amxngrid filled with non-negative numbers, find a path from top left to bottom
right w...
分类:
编程语言 时间:
2014-05-28 03:03:13
阅读次数:
320
转自:http://blog.csdn.net/jakee304/article/details/1792830(一)Get
Start最简单的find用法莫过于如此:$find.查找当前目录下的所有文件。find命令的一般格式为:find[-H][-L][-P][path...][expressi...
分类:
系统相关 时间:
2014-05-28 02:18:45
阅读次数:
376
为啥要自定义build?一般来说我们都会直接在官网下,但它只包含默认几个的模块,对于移动开发,这些模块有些是需要的,有些则可以不用。所以我们可以根据自己的需要来定制。下图为zepto包含的模块,其中画勾的是官网下载自带的模块。在线buildhttp://github.e-sites.nl/zepto...
分类:
其他好文 时间:
2014-05-28 01:17:51
阅读次数:
240