1.如果不想在xml文件中配置bean,我们可以给我们的类加上spring组件注解,只需再配置下spring的扫描器就可以实现bean的自动载入。2.下面是引用spring framework开发手册中的一段话“Spring 2.5引入了更多典型化注解(stereotype annotations)...
分类:
编程语言 时间:
2015-06-27 19:38:07
阅读次数:
121
1.下载 相关jar包 (下载地址:https://repo1.maven.org/maven2/org/androidannotations/androidannotations-bundle/3.3.1/androidannotations-bundle-3.3.1.zip)2.配置eclip....
分类:
移动开发 时间:
2015-06-23 23:02:31
阅读次数:
208
一、GuavaGoogle的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些高...
分类:
移动开发 时间:
2015-06-15 18:36:06
阅读次数:
182
SpringMvc Ehcache 缓存
环境搭建
在前面的项目中用到的springMvc的maven拷贝过来,加入三个ehcache的包,分别是ehcache-core-2.5.2.jar、ehcache-spring-annotations-1.2.0.jar、guava-13.0.1.jar
项目源码
web.xml
dispatcher
...
分类:
编程语言 时间:
2015-06-13 14:20:26
阅读次数:
168
一、GuavaGoogle 的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些...
分类:
移动开发 时间:
2015-06-12 18:45:04
阅读次数:
138
使用代码检查工具,例如lint,可以帮助你检查问题并改善代码,但是检查工具也就只能推断这么多。例如Android资源id,使用int来标识字符串,图形,颜色和其他资源类型,而检查工具不能告诉你当在需要指定一个颜色的地方你指定了一个字符串资源。这种情况意味着你的应用可能渲染不正确或根本运行失败,即使你使用了代码检查。...
分类:
其他好文 时间:
2015-06-05 14:01:40
阅读次数:
217
最近在用Xcode 6.3写代码,一些涉及到对象的代码会报如下编译器警告:1Pointerismissinganullabilitytypespecifier(__nonnullor__nullable)于是google了一下,发现这是Xcode 6.3的一个新特性,即nullability ann...
分类:
其他好文 时间:
2015-06-03 11:38:16
阅读次数:
206
ORM映射关系:注解方式package org.crazyit.app.domain;import javax.persistence.*;import org.hibernate.annotations.Formula;@Entity(name="news_inf")public class Ne...
分类:
Web程序 时间:
2015-06-02 14:42:51
阅读次数:
263
使用Maven创建Web项目后,jsp引入静态文件提示报错。
Multiple annotations found at this line:
- javax.servlet.jsp.PageContext cannot be resolved to
a type
- javax.servlet.jsp.JspException cannot be resolved to
a type
- javax.servlet.ServletException cannot be resolved ...
分类:
编程语言 时间:
2015-05-31 23:19:53
阅读次数:
676
http://dreamzhong.iteye.com/blog/1207377http://blog.csdn.net/hsuxu/article/details/8108326@org.hibernate.annotations.Entity(dynamicInsert=true,dynamic...
分类:
Web程序 时间:
2015-05-25 16:19:25
阅读次数:
183