码迷,mamicode.com
首页 >  
搜索关键字:annotations    ( 528个结果
SpringMVC 目标方法返回 json 格式数据
第一种方法:使用 @ResponseBody 注解来实现 1、Spring MVC 配置。添加该配置的作用如下,而我们用到的是。。。 2、添加 jackson-annotations-2.1.5.jar、jackson-core-2.1.5.jar、jackson-databind-2.1.5......
分类:编程语言   时间:2015-04-20 13:02:06    阅读次数:172
Android Annotations Eclipse 配置 (3)
Android Annotations本来我想写个 Java 版本的《RESTful客户端库:RestClient》用于 Android 应用开发,结果发现不太好写,虽然用了 Dynamic Proxy 实现了大部分功能,但是因为无法通过反射取得参数名,而且 Java 没有 DuckType ,再加...
分类:移动开发   时间:2015-04-19 11:21:54    阅读次数:126
Android Annotations(1)
特性:Android Annotations是一个开源的框架,用于加速 Android应用的开发,可以让你把重点放在功能的实现上,简化了代码,提升了可维护性。特性:依赖注入: inject views, extras, system services, resources, ...简化的线程模型: ...
分类:移动开发   时间:2015-04-19 10:02:46    阅读次数:191
【读书笔记】机器学习实战-决策树(2)
这里是接着上一篇决策树算法介绍来的。 之前已经学习过决策树的整个方法,对它构造的过程有了比较清楚的认识。这一次的读书笔记就主要关注决策树的应用和用matplotlib来画出一棵决策树。 绘制决策树 matplotlib提供了一个注解工具annotations,跟matlab中的非常相似[不过个人认为matlab画图操作起来更加方便],他是一个很强大的工具。 首先我们先绘制决策树的一个节...
分类:其他好文   时间:2015-04-17 11:35:59    阅读次数:256
hibernate中增加annotation @后不提示信息【转】
此文转自:http://blog.knowsky.com/252047.htm所需要用到的3个jar包分别是:hibernate-annotations.jarejb3-persistence.jarhibernate-commons-annotations.jarjar包导入了。使用Hiberna...
分类:Web程序   时间:2015-04-16 19:47:41    阅读次数:134
Guava学习
Guava学习笔记目录 Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string proce...
分类:其他好文   时间:2015-04-15 11:04:12    阅读次数:143
Spring注释(Spring Annotations)
原文链接:http://www.8qiu.cn/archives/1172AnnotationPackage Detail/Import statement@Serviceimport org.springframework.stereotype.Service;@Repositoryimport ...
分类:编程语言   时间:2015-04-14 16:09:42    阅读次数:190
Java Annotations: Explored & Explained--转载
原文地址:http://www.javacodegeeks.com/2012/08/java-annotations-explored-explained.htmlOne of the many wonderful features of Java 5 SE is the introduction ...
分类:编程语言   时间:2015-04-10 19:25:26    阅读次数:168
Android 开发工具及测试工具 汇总
注明: 转自 外部网站 http://www.tuicool.com/articles/EFBjequ主要介绍和Android开发工具和测试工具相关的开源项目。Json2Java根据JSon数据自动生成对应的Java实体类,还支持Parcel、Gson Annotations对应代码自动生成。期待后...
分类:移动开发   时间:2015-04-10 10:51:40    阅读次数:221
android 自定义view Multiple annotations found at this line:
在安卓自定义View中,自定义属性会报一个错Multiple annotations found at this line:然后提示各种属性没有 解决办法是 在 最外层的 xmlns:****="“;  这个地方中,去掉  apk/res/ ,就是达到 自定义view的 目录 接上http://schemas.android.com/ 这个就好了。 加上 /apk/res会让编译器去扫描res下...
分类:移动开发   时间:2015-04-09 09:05:27    阅读次数:178
528条   上一页 1 ... 41 42 43 44 45 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!