摘要: -- 请以 DBA 权限登录,并执行-- 将所有 UNUSABLE 状态的 index 修复, rebuild 一下即可declare -- 指向所有 UNUSABLE 状态的 index 的游标 cursor c is select index_name, owner from dba_ind... 阅读全文
posted @ 2014-10-19 20:43 可乐果 阅读(557) 评论(0) 推荐(0)
摘要: 1.在目录/etc/nginx/ngins.conf文件中添加配置大小(红色标注为需要添加的配置及位置):http { # 设定mime类型,类型由mime.type文件定义 include /etc/nginx/mime.types; default_type application/octet... 阅读全文
posted @ 2014-09-16 11:41 可乐果 阅读(602) 评论(0) 推荐(0)
摘要: 有时候在操作Session时,系统会抛出如下异常java.lang.IllegalStateException: Cannot create a session after the response has been committed之所以会出现此类问题是因为我们在Response输出响应后才创建... 阅读全文
posted @ 2014-09-05 19:10 可乐果 阅读(4743) 评论(0) 推荐(1)