上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页
摘要: java项目连接远程oracle12 报的错误 解决方法 com.oracle ojdbc 14 改为下面的版本 ... 阅读全文
posted @ 2017-08-19 16:59 2637282556 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 原因 1localhost有多个地址,引发监听冲突 2在linux中搭建的oracle没有监听配置,没有下面相应的文件解决方法 问题1 localhost有多个地址,引发监听冲突[oracle@localhost bin]$ cat /etc/hosts127.0.0... 阅读全文
posted @ 2017-08-19 16:55 2637282556 阅读(395) 评论(0) 推荐(0) 编辑
摘要: hosts文件127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain local... 阅读全文
posted @ 2017-08-19 11:11 2637282556 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1:字段使用全拼(不要缩写),因为缩写的话其他人可能认识不了。 2.以下是我建表犯的错误 简化的图如下 阅读全文
posted @ 2017-08-17 18:01 2637282556 阅读(123) 评论(0) 推荐(0) 编辑
摘要: ORA-08002: 序列 SEQ_WGB_TEST2.CURRVAL 尚未在此会话中定义创建Sequence后直接查询它的当前值(CURRVAL)会出错,要先调用Sequence对象.NEXTVAL,才能查询当前值。 阅读全文
posted @ 2017-08-17 00:32 2637282556 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 1 java 定义类的时候,属性的类型最好使用自动装配的类型 比如 错误的做法: public class user{ private int id; 正确的做法 public class user{ private Integer id;原因:第一种做法,表单提... 阅读全文
posted @ 2017-08-17 00:31 2637282556 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 步骤 1 2 3 4 5 6 7 8 9 10 阅读全文
posted @ 2017-08-17 00:17 2637282556 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Error updating database. Cause: java.sql.SQLException: ORA-01722: 无效数字原因: update Menu set IsActive='0' wher... 阅读全文
posted @ 2017-08-15 21:24 2637282556 阅读(1514) 评论(0) 推荐(0) 编辑
摘要: 原因: el表达式的属性首字母要小写(即使我在menu类定义的属性为大写的Title)解决 将menu.Title改为{menu.title } 阅读全文
posted @ 2017-08-09 16:21 2637282556 阅读(121) 评论(0) 推荐(0) 编辑
摘要: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): cn.xiniu.core.dao.function.SysFunctionDao.getSysFun... 阅读全文
posted @ 2017-08-09 09:51 2637282556 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页