摘要:
参考 https://www.cnblogs.com/wangtao1993/p/6144183.html 阅读全文
摘要:
CREATE OR REPLACEPROCEDURE PROCE_NAME(V_IN varchar2, V_OUT out varchar2) ASBEGIN --... commit; V_OUT := 'aaa';exception when others then V_OUT := '999 阅读全文
摘要:
为了禁用时间同步,使用sublime修改vmx文件 文件第一行为.encoding = "GBK" 修改完毕,无法打开虚拟机,报 VM虚拟机的配置文件(.vmx)损坏错误 因为sublime会将文件的编码变为utf-8 所以将第一行改为.encoding = "UTF-8",解决问题 阅读全文
摘要:
参考 http://blog.51cto.com/hezhang/1535577 修改.vmx文件 tools.syncTime = "FALSE" time.synchronize.continue = "FALSE" time.synchronize.restore = "FALSE" time 阅读全文