Sping
amflytogether
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MyEclipse配置Spring框架
MyEclipse配置Spring框架 新建一个web项目:1.新建一个web工程 二,右击项目选择——-Myeclipse--add Spring capabilities 三.选择spring.3.0 ,libraries 先前三项,下面选copy 四。next 五,finish...2014-11-10 16:00:19 · 296 阅读 · 0 评论 -
java.sql.SQLException: 指定了无效的 Oracle URL
使用Sping框架实现Jdbc连接数据库时:[size=x-large]java.sql.SQLException: 指定了无效的 Oracle URL[/size]错误代码:[color=red]jdbc:oracle:thin: @localhost:1521:orcl[/color]原因:thin: @localhost "thin:"后面多个空格原代码:[code="j...2014-11-12 14:42:03 · 662 阅读 · 0 评论 -
java.math.BigDecimal cannot be cast to java.lang.Integer
Exception in thread "main" java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.Integer at dao.impl.JDBCTemplatePersonDaoImpl.findById(JDBCTemplatePersonDaoImpl.java:30)错...2014-11-12 15:58:37 · 1456 阅读 · 0 评论 -
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException:
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [update person set name=? where age=?]; nested exception is java.sql.SQLEx...2014-11-12 19:46:14 · 3126 阅读 · 0 评论
分享