如果myeclipse 报如下错误A cycle was detected in the
build path of
project如果我们的项目包含多个工程(project),而它们之间又是循环引用的关系,那么Eclipse在编译时会抛出如下一个错误信息:“A cycle
was detected...
分类:
编程语言 时间:
2014-06-20 08:57:36
阅读次数:
525
Jenkins的job->build 支持Ant,maven,windows
batch和Shell,
但是我们知道python,perl,ruby等脚本其实也是shell脚本,所以这里的Shell可以扩展为python,perl,ruby等。例如:
下面执行windows batch 和pytho...
分类:
编程语言 时间:
2014-06-11 10:03:49
阅读次数:
296
下载到开源项目后,我们还是希望导入到eclipse中还看,这样要方便点,一般的步骤是这样的打开源代码目录,如果看到里面有.calsspath
.project文件,那么说明这个项目本来就是eclipse开发的,那么在eclipse中->文件->导入->已存在的项目如果看到你们有build.xml,
...
分类:
系统相关 时间:
2014-06-11 07:21:39
阅读次数:
333
1. 将开源项目的.xcodeproj拖入项目frameworks2. Build Phases下
Links Binary With Libraries 引入.a文件。Target Dependencies里引入开源项目文件3. Build
Setting下的 Search Paths 里 Hea...
分类:
移动开发 时间:
2014-06-07 20:06:34
阅读次数:
287
Spring 提供 Android
下HTTP请求方法http://projects.spring.io/spring-android/api
:http://docs.spring.io/spring-android/docs/1.0.2.BUILD-SNAPSHOT/api/postpostFo...
分类:
移动开发 时间:
2014-06-07 09:03:16
阅读次数:
209
全称为苹果全球开发者大会的WWDC,每年的这个时候,都会如这段时间前后所举行的Google
I/O
和微软的BUILD开发者会议一样,吸引全球科技媒体的目光。近几年来,因为在会上爆的猛料越来越多,“开发者大会”主要并不是让苹果的开发者们兴奋,而是让普通的消费者激动。不过,在今天凌晨刚刚结束的2014...
分类:
其他好文 时间:
2014-06-07 08:46:44
阅读次数:
228
/** linux/zBoot/xtract.c** Copyright (C) 1993
Hannu Savolainen** Extracts the system image and writes it to the stdout.* based
on tools/build.c by Lin...
分类:
其他好文 时间:
2014-06-06 15:10:37
阅读次数:
235
旧工程配置arc方案:1,直接在targets->build
phases中修改compiler
Flags,是否支持arc。添加:-fobjc-arc,就可以让旧项目支持arc。如果想让原来支持arc的不使用arc则添加-fno-objc-arc2,因为在build
phases中可以改变是否支持...
分类:
其他好文 时间:
2014-06-06 11:04:27
阅读次数:
250
http_build_query函数http_build_query--生成 url-encoded
之后的请求字符串描述string http_build_query ( array formdata [, string
numeric_prefix])根据数组产生一个urlencode之后的请求...
分类:
其他好文 时间:
2014-06-06 06:43:40
阅读次数:
376
##1.
查看android当前版本号在build/core/version_defaults.mk文件中查看PLATFORM_VERSION即可; grep
PLATFORM_VERSION build/core/version_defaults.mk##2. 查看android分支版本号 ...
分类:
移动开发 时间:
2014-06-05 19:49:14
阅读次数:
292