1.3.1、编译前的准备1.3.1.1、/build/build.properties修改需要修改的参数如下:flexsdk = D:/Program Files/Adobe/Adobe Flash Builder 4.7/sdks/4.6.0execextension =.exe(windows环...
分类:
其他好文 时间:
2014-07-15 00:32:36
阅读次数:
504
1.4.1、编译过程在编译环境配置完成后就可以在CMD中进行编译编译命令:ant –buildfile build.xml如图上所示编译成功(备注,编译过程中,get-revision:[exec]Result:1与编译结果没多大影响,可以忽略)1.4.2、编译是否成功验证Test.html(不能放...
分类:
其他好文 时间:
2014-07-15 00:26:49
阅读次数:
263
脚本语言:C#1、在Unity工程中新建两个物体:Cube和Sphere2、分别为Cube和Sphere添加脚本CubeScript和SphereScript:在SphereScript这两个定义一个函数DoSomething(),脚本具体代码如下:using UnityEngine;using S...
分类:
其他好文 时间:
2014-07-14 23:00:14
阅读次数:
219
模板原型:解决零散数点在已知线段上的出现次数。思想是将线段用长线覆盖,将长线转化成线段树。用权值记录各个数点出现的次数,最后进行查询。代码解释见注释。 1 #include 2 using namespace std; 3 4 const int MAXN = 3e4 + 10; 5 int n.....
分类:
其他好文 时间:
2014-07-14 21:47:46
阅读次数:
173
rpm build errorerror message:/usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/RPMS find: invalid predicate `' error: Bad exit status from /var/tmp...
分类:
其他好文 时间:
2014-07-14 21:28:46
阅读次数:
791
最近又有几个朋友看了俺的文章询问,如何让Jenkins能做到分布式。我解释了很久,发现这也是个很好的topic,就来博客继续念叨念叨。...
分类:
其他好文 时间:
2014-07-14 20:32:40
阅读次数:
373
xcode 真机调试 failed to get the task for process xxx此错误原因是,使用 in house profile 签名了真机调试的证书;在 target---build settings----code sign把 in house profile 改成 dev...
分类:
其他好文 时间:
2014-07-14 19:08:50
阅读次数:
257
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Introduction
译者:google推出了全新的Android Studio集成开发环境,其中Android项目的结构与Eclipse的Android项目结构有很大的区别,原因就在于两开发环境使用的构建工具不同。Android Studi...
分类:
移动开发 时间:
2014-07-14 17:33:45
阅读次数:
204
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Basic-Project
3、Basic Project(基本项目)
一个Gradle项目的构建过程定义在build.gradle文件中,位于项目的根目录下。
3.1 Simple build files(简单的构建文件)
...
分类:
移动开发 时间:
2014-07-14 17:24:31
阅读次数:
374
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Dependencies-Android-Libraries-and-Multi-project-setup
4、Dependencies,Android Libraries and Multi-project setup(依赖关系,Androi...
分类:
移动开发 时间:
2014-07-14 16:50:41
阅读次数:
385