11 2018 档案
摘要:参考链接 1. 普通SID方式 jdbc:oracle:thin:username/password@x.x.x.1:1521:SID 2. 普通ServerName方式 jdbc:oracle:thin:username/password@//x.x.x.1:1522/ABCD 3. RAC方式
阅读全文
摘要:参考链接 1. http://www.runoob.com/http/http status codes.html
阅读全文
摘要:参考链接: https://design patterns.readthedocs.io/zh_CN/latest/creational_patterns/simple_factory.html
阅读全文
摘要:参考链接: http://tutorials.jenkov.com/java concurrency/java memory model.html 1. The original Java memory model was insufficient, so the Java memory model
阅读全文
摘要:http://commons.apache.org/proper/commons lang/apidocs/org/apache/commons/lang3/StringUtils.html
阅读全文
摘要:原子操作 1. http://java latte.blogspot.com/2012/10/what is atomicoperation in java atomic.html
阅读全文
摘要:Oracle DUAL 参考链接:https://www.cnblogs.com/summary 2017/p/7737935.html http://www.cnblogs.com/qiangqiang/archive/2010/10/15/1852229.html 以下为官方文档对其解释:
阅读全文
摘要:Maven仓库镜像 修改Maven setting.xml文件 在 标签内添加以下镜像。 注意:如果构建错误,请根据错误信息,调整镜像位置
阅读全文