I am using the Spring
SimpleFormControllerexampleto illustrate the build process. The figure below
shows the structure of the web application.All the ...
分类:
其他好文 时间:
2014-05-16 22:32:09
阅读次数:
402
转:http://esoftmobile.com/2014/01/14/build-ios6-ios7-apps/前言前段时间,苹果在它的开发者网站上放出了iOS系统安装比例,其中iOS7占到78%,iOS6占18%,剩余4%是iOS6以下版本。我们也借此机会将手上正在进行的两个项目都升级到支持iO...
分类:
移动开发 时间:
2014-05-16 08:08:34
阅读次数:
439
f(Build.VERSION.SDK_INT >10) builder
=newAlertDialog.Builder(getActivity(), R.style.Theme.Sherlock.Dialog);else
builder =newAlertDialog.Builder(...
分类:
移动开发 时间:
2014-05-16 07:49:31
阅读次数:
606
转自:http://blog.csdn.net/callchunli/article/details/8929813(2013/9/2)build.xml:939:
java.lang.ArrayIndexOutofBoundsExcption:1at com.android.ant.Depende...
分类:
移动开发 时间:
2014-05-16 05:10:27
阅读次数:
1029
BUILD FAILEDG:\android\SDK\android-sdk-windows\tools\ant\build.xml:645: The following erroroccurred while executing this line:G:\android\SDK\android-sdk-windows\tools\ant\build.xml:683: null returned:...
分类:
移动开发 时间:
2014-05-15 04:48:27
阅读次数:
647
在静态库建立好了之后呢,于是应用程序就引用它,加上拷贝的h文件,但是引用之后Build之后提示很多sybmbol
重复于是进行检查,确实由于是从其他工程修改过来的,很多基础库都引用了,删除之,最后就只剩下xxx.h,死活就是报重复符号,我看来看去都没有不得其解,后面突然想不过,使用了下definit...
分类:
移动开发 时间:
2014-05-14 02:12:05
阅读次数:
334
1.安装jansson ./configure Make Make install2.生成帮助文档
Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install
-U Sphinx生成_build文件夹...
分类:
系统相关 时间:
2014-05-14 00:08:12
阅读次数:
1794
在linux下使用ant出现无法编译。在环境变量中添加Aspectj环境。结果原有的CLASSPATH环境变量被覆盖。修改LINUX操作系统exportCLASSPATH=.:$JAVA_HOME/lib/*.jar
分类:
其他好文 时间:
2014-05-13 01:58:47
阅读次数:
300
本文记录Ant编译MapReduce程序的过程。程序使用《Hadoop MapReduce
Cookbook》中的示例代码。1、安装AntAnt项目主页:http://ant.apache.org/下载二进制安装包,例如apache-ant-1.9.4-bin.tar.gz,上传到Hadoop集群环...
分类:
其他好文 时间:
2014-05-12 20:44:36
阅读次数:
398