buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.7.+' }}apply plugin...
分类:
移动开发 时间:
2014-09-30 17:43:59
阅读次数:
207
之前一直有接触源码里面的JNI体系,知道个大概,只管调进了哪个C/C++的接口,现在记录学习下。
NDK - Native Development Kit ,类似SDK性质,可以看作为一个编译工具的集合,
在android开发中常用于将C/C++代码打包编译成android 应用程序能够加载使用的模块,像动态静态库 .a ,.so....
分类:
其他好文 时间:
2014-09-29 19:52:08
阅读次数:
238
1. 永久修改,对所有用户有效(不建议这么使用,对Oracle 等用户都有影响)# vi /etc/profileexport JAVA_HOME = /home/myuser/jdk1.7.0_03export PATH = $JAVA_HOME/bin:$PATHexport CLASSPATH...
分类:
编程语言 时间:
2014-09-29 12:51:50
阅读次数:
150
commons-fileupload-1.3.1.jar工具包的依赖包是commons-io-2.2.jar(FileUploaddepends on Commons IO, so make sure you have the version mentioned on the
dependenciespage in your classpath before continuing.)...
分类:
其他好文 时间:
2014-09-28 18:04:33
阅读次数:
246
http://www.ikoding.com/build-android-project-with-maven/之前一直在做WEB前端项目,前段时间接手第一个Android项目,拿到代码之后,先试着run起来再说,导入eclipse,一堆错误,设置classpath依赖,折腾半天,还是编译错误,于是...
分类:
移动开发 时间:
2014-09-28 13:40:02
阅读次数:
340
项目错误列表中报 Unbound classpath container: 'JRE System Library [jdk17060]' in project **** 的错误,原因是我升级了JDK的版本,把之前配置使用的Installed JREs项给删除了,如下图:解决办法:在项目上单击鼠标右键》Build Path》Configure Build PathJava Build Path》L...
分类:
其他好文 时间:
2014-09-28 13:19:02
阅读次数:
186
六、springmvc的注解xml的配置→注解1、新建一个配置文件还是在config下新建springAnnotation-servlet.xmlweb.xml 修改初始化为classpath*:config/springAnnotation-servlet.xmlspringAnnotation-...
分类:
编程语言 时间:
2014-09-27 19:47:10
阅读次数:
183
web.xml: ssh addUser.jsp org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:applicationC...
分类:
其他好文 时间:
2014-09-26 19:26:58
阅读次数:
279
1.web.xml的配置 contextConfigLocation classpath:/config/jdbc.xml org.springframework.web.context.ContextLoaderListener encodingFilter ...
分类:
编程语言 时间:
2014-09-26 14:16:18
阅读次数:
6522
之前在跑一个任务的时候,那个任务需要使用第三方的jar,关于这个jar可以再打包的时候嵌入到包中也可以查看hadoop-env.sh脚本里面有加载classpath的脚本语句:forfin$HADOOP_HOME/contrib/capacity-scheduler/*.jar;doif["$HADOOP_CLASSPATH"];thenexportHADOOP_CLASSPATH=$HAD..
分类:
其他好文 时间:
2014-09-25 23:58:08
阅读次数:
610