上一页 1 ··· 31 32 33 34 35
摘要: 简介: JdbcTemplate开发dao层程序 由Spring框架给我们提供,Spring提供的很多操作数据源(关系型数据库,二维表格模型,有明确的行和列(mysql/orcal等) 非关系型数据库(redis.mongodb)NoSQL)消息列(activeMq,jms)的小工具 JdbcTem 阅读全文
posted @ 2019-03-16 00:42 King-DA 阅读(316) 评论(0) 推荐(0) 编辑
摘要: java.lang.NullPointerException at com.itheima.test.MainTest.transferTest(MainTest.java:20) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Meth 阅读全文
posted @ 2019-03-15 20:24 King-DA 阅读(1556) 评论(0) 推荐(0) 编辑
摘要: org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [insert into account values(?,?,?)Duplicate entry '3' for key 'PRIMARY'; 阅读全文
posted @ 2019-03-15 17:29 King-DA 阅读(2060) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.lo 阅读全文
posted @ 2019-03-15 17:26 King-DA 阅读(796) 评论(0) 推荐(0) 编辑
摘要: org.springframework.jdbc.UncategorizedSQLException: StatementCallback; uncategorized SQLException for SQL [select id,name names,money moneys from acco 阅读全文
posted @ 2019-03-15 16:18 King-DA 阅读(6573) 评论(0) 推荐(0) 编辑
摘要: org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [select id,name,money from account where name = ?]; nested excepti 阅读全文
posted @ 2019-03-15 16:00 King-DA 阅读(2093) 评论(0) 推荐(0) 编辑
摘要: 二进制和十进制之间的转换问题 使用的方法是碾转相除法:就是让一个数除以2,取余数,除到商为0为止,然后倒着将余数组合起来. 常量 常量:就是在程序运行过程中不会改变的量 空常量不能直接使用 分类: 整数常量: 所有的整数 1,2,3,4,5,6,7 -1 -2 小数常量: 带有小数点 1.2,3.5 阅读全文
posted @ 2019-03-15 13:50 King-DA 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 恢复内容结束 阅读全文
posted @ 2019-03-15 11:46 King-DA 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35