上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: BEGIN execute immediate 'alter materialized view dblink.TEST_MV_COPY refresh force on demand start with sysdate next sysdate + 5/1440 '; --commit;end; 阅读全文
posted @ 2020-08-06 10:53 覃上 阅读(473) 评论(0) 推荐(0) 编辑
摘要: oracle job不自动执行,手动可以执行 解决方法: 用sysdba登录,执行show parameter job_queue_process看看结果是不是0 如果是这个原因,可以修改此参数 ALTER SYSTEM SET job_queue_processes = 100; 阅读全文
posted @ 2020-08-05 12:38 覃上 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: public Logger logger = Logger.getLogger(Test.class);打印堆栈信息org.apache.logging.log4j.Logger.error(String message, Throwable t)log4j.properties配置文件以下为配置内 阅读全文
posted @ 2020-08-03 22:24 覃上 阅读(8130) 评论(2) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import com.supermap.realestate_bh.registration.util.StringUtil;import com.supe 阅读全文
posted @ 2020-07-31 16:51 覃上 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 解决办法:getCurrentSession().clear(); 清除当前session中重复的对象 阅读全文
posted @ 2020-07-30 11:07 覃上 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 有update字符串,不包含tdyt字符串,任意字母或(,包含qlgz 阅读全文
posted @ 2020-07-28 13:25 覃上 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-25 08:29 覃上 阅读(608) 评论(0) 推荐(0) 编辑
摘要: idea常用插件:easy code 代码Free mybatis pluginGenerateAllSetter 自动生成setter getterGrep console 过滤日志GsonFormatJsonOnlineViewer Key Promoter X LombokMaven Help 阅读全文
posted @ 2020-07-25 07:50 覃上 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-25 07:42 覃上 阅读(335) 评论(0) 推荐(0) 编辑
摘要: $('#textarea_').bind('input propertychange','textarea',function(){ maxApplicant();}); 阅读全文
posted @ 2020-07-16 13:12 覃上 阅读(1452) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页