1 使用Maven 或 Gradle构建groovy 1.1 使用maven构建groovy pom.xml file. <dependencies> ... other dependencies <dependency> <groupId>org.codehaus.groovy</groupId> ...
分类:
其他好文 时间:
2016-07-29 18:33:11
阅读次数:
146
以前有个项目做一个笔记本类似的东西,觉得写的不太好,最近重新写,就发现了这个富文本编辑器他的效果是这样的
感觉有点厉害啊
废话不多说开始撸码
1先添加依赖
dependencies {
compile ‘jp.wasabeef:richeditor-android:1.2.0’
}
2写布局 <jp.wasabeef.richeditor.RichEditor
a...
分类:
移动开发 时间:
2016-07-22 19:20:07
阅读次数:
2789
DEPENDENCIES AND PREREQUISITES 依赖和先决条件
Android 1.6 or higher
YOU SHOULD ALSO READ
Application Resources 应用资源
Designing for Multiple Screens 设计多屏幕
Android devices come in many ...
如果Eclipse花费了很长的时间calculating requirements and dependencies(计算需求和依赖性 ) 这个问题通常就是在点击安装之后显示“Calculating requirements and dependencies”,然后进度条不动,调出系统监视器会发现压 ...
分类:
其他好文 时间:
2016-07-15 06:17:16
阅读次数:
127
stetho github社区 搜索 stetho 主要方法: 将下面代码放入dependencies 中; compile 'com.facebook.stetho:stetho:1.3.1 新建一个继承Application的类 例如:pulic void MyApplocation exten ...
分类:
其他好文 时间:
2016-07-14 21:45:15
阅读次数:
255
可以catkin_make xbo_face_msgs_gencpp 单独编译生成
可以作为依莱库在后台生成。 http://answers.ros.org/question/52744/how-to-specify-dependencies-with-foo_msgs-catkin-packages/
How to specify dependencies with "f...
分类:
其他好文 时间:
2016-07-14 15:30:05
阅读次数:
292
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nest ...
分类:
其他好文 时间:
2016-07-12 00:00:40
阅读次数:
187
1. 在gradle.build的dependencies中添加RecyclerView需要的包 2. 在布局文件中添加控件RecyclerView. 3.在Activity中找到RecyclerView并设置LayoutManager和Adapter 4. 写Adapter ...
分类:
其他好文 时间:
2016-07-11 00:47:01
阅读次数:
119
更具官方文档说:Laravel utilizes Composer to manage its dependencies. So, before using Laravel, you will need to make sure you have Composer installed on your ...
分类:
其他好文 时间:
2016-07-06 00:28:20
阅读次数:
238
http://files.kde.org/krita/windows/ http://files.kde.org/krita/build/dependencies/ https://launchpad.net/~dimula73/+archive/ubuntu/krita/+packages htt ...
分类:
其他好文 时间:
2016-07-04 22:07:58
阅读次数:
200