摘要: 本文转载:Iuranus报错:org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL)... 阅读全文
posted @ 2015-06-20 22:59 FiyKt 阅读(177) 评论(0) 推荐(0) 编辑
摘要: java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccesso... 阅读全文
posted @ 2015-06-19 06:20 FiyKt 阅读(723) 评论(0) 推荐(0) 编辑
摘要: create table emp(empno number(4),ename varchar2(10),job varchar2(9),mgr number(4),hiredate date,sal number(7,2),comm number(7,2),deptno number(2))sel... 阅读全文
posted @ 2015-06-14 20:46 FiyKt 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 一、问题的提出 在应用系统开发初期,由于开发数据库数据比较少,对于查询SQL语句,复杂视图的的编写等体会不出SQL语句各种写法的性能优劣,但是如果将应用系统提交实际应用后,随着数据库中数据的增加,系统的响应速度就成为目前系统需要解决的最主要的问题之一。系统优化中一个很重要的方面就是SQL语句的优化。... 阅读全文
posted @ 2015-06-12 06:09 FiyKt 阅读(125) 评论(0) 推荐(0) 编辑
摘要: spring写数据到Mysql中出现乱码.解决办法: 设置编码格式:?useUnicode=true&characterEncoding=UTF8" 阅读全文
posted @ 2015-05-31 12:25 FiyKt 阅读(178) 评论(0) 推荐(0) 编辑
摘要: java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorA... 阅读全文
posted @ 2015-05-31 11:30 FiyKt 阅读(411) 评论(0) 推荐(0) 编辑