
java web
iteye_9729
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
共享一个以前学习时写的WEB ANT
[code="xml"] [/code]2011-05-19 10:30:04 · 105 阅读 · 0 评论 -
mybatis错误备忘
刚在mybatis里遇到的几个错误 [b]Mapped Statements collection does not contain value for ...[/b] 原因之一可能是:Mapper配置的namespace不唯一,需要指定不一样的命名空间给mapper标签。 [b]org.apache.ibatis.builder.BuilderException: Error ...2011-08-10 10:12:12 · 89 阅读 · 0 评论 -
jsp 删除无用空行
[code="java"][/code]2011-08-12 13:59:25 · 176 阅读 · 0 评论 -
mybatis 缓存
pom: [code="xml"] org.mybatis mybatis-spring ${org.mybatis-version} org.mybatis.caches mybatis-ehcache 1.0.0-RC1 [/code] log4j: [code="xml"] ...2011-08-22 11:06:28 · 129 阅读 · 0 评论 -
hessian spring
web.xml [code="java"] hessian org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:spring/hessian-servlet.xml 1 hessian...2011-10-09 17:08:21 · 87 阅读 · 0 评论 -
ibatis笔记
# 会根据不同类型而生产字符串,如 String 类型 : aa ---> 'aa' $ 表示原生类型,如 String 类型 : aa ---> aa2011-10-25 11:04:14 · 80 阅读 · 0 评论 -
svn在线安装地址
http://subclipse.tigris.org/update2011-11-28 12:03:37 · 147 阅读 · 0 评论 -
It is indirectly referenced from required .class files
The type javax.servlet.GenericServlet cannot be resolved. It is indirectly referenced from required .class files Bulid Path->Configure Build Path… -> Libraries -> Add Library -> Server Runtime2011-11-28 16:42:06 · 117 阅读 · 0 评论