参考此http://blog.chinaunix.net/uid-23842323-id-2656572.html然后makefile中要加上:define Package/apcp SECTION:=net CATEGORY:=Network DEPENDS:=+libpthreadTARG...
分类:
编程语言 时间:
2015-04-22 20:04:31
阅读次数:
1335
在ant安装目录的manual目录是ant的说明文档,打开index.xml,点击Using Apache ant有使用说明。
相关命令说明
指定配置文件
执行ant命令,默认使用当前目录下的build.xml,可以通过-f指定配置文件。
示例:ant -f 配置文件
project
属性:
name:工程名称
default:默认执行的target
target
是一个容器,指令集合。
属性:
depends:依赖项,执行该target之前需要先执行的target。
...
分类:
其他好文 时间:
2015-04-15 13:35:18
阅读次数:
151
安装apt-getinstallpython-pip遇到以下问题。root@saltstackminion:~#apt-getinstallpython-pipReadingpackagelists...DoneBuildingdependencytreeReadingstateinformation...DoneSomepackagescouldnotbeinstalled.Thismaymeanthatyouhaverequestedanimpossiblesituationorifyo..
分类:
编程语言 时间:
2015-04-07 20:02:36
阅读次数:
157
1.Syntax error: "(" unexpected 改动 tools/depends下的makefile.include 将NDK_VER=0x9d
分类:
其他好文 时间:
2015-04-04 15:09:10
阅读次数:
162
120down voteacceptedI would say, it depends on kind of dev team you are and your application needs.For example if there are morequeryingrequired, it m...
分类:
数据库 时间:
2015-04-03 10:57:11
阅读次数:
155
Similar to the sorted array. But we have to remember, the position of node not depends on the index. So we need do two more things:1. Ensure the point...
分类:
其他好文 时间:
2015-03-19 06:20:30
阅读次数:
132
Same with add binary. You can also skip delete the result pointer. But just return result->next. Depends on the interviewer. 1 /** 2 * Definition for....
分类:
其他好文 时间:
2015-03-18 07:47:51
阅读次数:
114
每个模块在编译时(假设模块名为xxx),会自动生成一个xxx.mod.c的文件,该文件会链接到xxx模块中去。
xxx.mod.c中定义了一个变量struct module __this_module以及此模块依赖的模块列表__module_depends。
__module_depends的定义如下,可见其内容是在加载时动态生成。
static const char __module_de...
分类:
其他好文 时间:
2015-03-16 16:32:28
阅读次数:
793
应用程序并行配置不正确,depends来帮忙定位!
分类:
其他好文 时间:
2015-03-16 12:49:57
阅读次数:
129
jboss.jca:name=/MySqlDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=/MySqlD
将persistence.xml java://MySqlDS 改为java:/MySqlDS...
分类:
数据库 时间:
2015-03-13 14:27:25
阅读次数:
282