摘要:
BEGIN execute immediate 'alter materialized view dblink.TEST_MV_COPY refresh force on demand start with sysdate next sysdate + 5/1440 '; --commit;end; 阅读全文
摘要:
oracle job不自动执行,手动可以执行 解决方法: 用sysdba登录,执行show parameter job_queue_process看看结果是不是0 如果是这个原因,可以修改此参数 ALTER SYSTEM SET job_queue_processes = 100; 阅读全文
摘要:
public Logger logger = Logger.getLogger(Test.class);打印堆栈信息org.apache.logging.log4j.Logger.error(String message, Throwable t)log4j.properties配置文件以下为配置内 阅读全文
摘要:
import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import com.supermap.realestate_bh.registration.util.StringUtil;import com.supe 阅读全文
摘要:
解决办法:getCurrentSession().clear(); 清除当前session中重复的对象 阅读全文
摘要:
有update字符串,不包含tdyt字符串,任意字母或(,包含qlgz 阅读全文
摘要:
阅读全文
摘要:
idea常用插件:easy code 代码Free mybatis pluginGenerateAllSetter 自动生成setter getterGrep console 过滤日志GsonFormatJsonOnlineViewer Key Promoter X LombokMaven Help 阅读全文
摘要:
阅读全文
摘要:
$('#textarea_').bind('input propertychange','textarea',function(){ maxApplicant();}); 阅读全文