查看日志 查看Java Build Path - Maven Dependencies C:\Documents and Settings\Administrator\.m2\repository\org\slf4j\slf4j-log4j12\1.7.2\slf4j-log4j12-1.7.2.j ...
分类:
编程语言 时间:
2016-08-06 08:14:20
阅读次数:
211
今天遇到一个gradle的类重复问题,学习到一个命令 gradle -q dependencies,可以查看项目里包的依赖关系,发生这个错误是因为我用了一个相册的项目,这个项目里用到了v4包,我自己的项目也用到了v4包, 然后我把这个项目 compile 'cn.finalteam:galleryf ...
分类:
其他好文 时间:
2016-08-05 15:32:01
阅读次数:
1665
1,当出现无法创建bean,( Error creating bean with name 'fileUploadService': Injection of resource dependencies failed; nested exception is org.springframework. ...
分类:
编程语言 时间:
2016-08-05 10:00:24
阅读次数:
132
#composer installLoading composer repositories with package informationUpdating dependencies (including require-dev) - Installing zgldh/workerboy (v0. ...
分类:
其他好文 时间:
2016-08-04 17:43:29
阅读次数:
1041
Realm是一个轻量级的数据库,在Android开发中,它可以替代 SQLite 和 ORM 框架。相比SQLite,Realm更快并且具有很多现代数据库的特性,比如支持JSON,流式api,数据变更通知,以及加密支持。
工程配置
1、在工程根目录的build.gradle中添加dependencies
classpath "io.realm:realm-gradle-plugin:1.1.0"
2、在app的build.gradle中添加plugin
apply plugin: 'realm-andro...
分类:
其他好文 时间:
2016-08-02 21:09:26
阅读次数:
181
(1)POM(Project Object Model) An xml file(pom.xml) Contains information dependencies,developers,organizations,licenses... (2)Dependency Management (3)C ...
分类:
其他好文 时间:
2016-07-31 20:43:27
阅读次数:
113
installation: searching.. update db & upgrade.. install dependencies.. remove single pkg.. remove pkg and its deps.. remove pkg without removing the p ...
分类:
系统相关 时间:
2016-07-31 12:53:33
阅读次数:
185
Maven搭建springMVC开发环境 Maven是一个构建依赖的管理工具 (1)POM(Project Object Model) POM仅仅是一个xml文件(pom.xml),通过配置来完成很多需要的功能.其中包含了有多的信息:dependencies,developers,organizat ...
分类:
其他好文 时间:
2016-07-30 10:36:50
阅读次数:
154
创建bitbucket的私有maven仓库,把aar (library)上传到bitbucket的maven仓库
转载请标注原文地址:
当我们使用android studio的开发的时候,我们可以很方面的使用compile " "命令很方便的使用别人的第三方aar库
比如我们引用okhttp的时候就可以在gradle中:
dependencies {...
分类:
Web程序 时间:
2016-07-30 00:33:16
阅读次数:
769
1, dependencies {compile 'org.mybatis.generator:mybatis-generator-core:1.3.2'} 参照Marven配置文件,可知上面两个:号隔开的字符表示的意义 ...
分类:
其他好文 时间:
2016-07-29 19:01:06
阅读次数:
106