摘要: 修改maven的setting.xml 在mirrors节点下面添加子节点 nexus aliyun central Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public 扩展 设置依赖包在本地保存位置,同样也是编辑sett 阅读全文
posted @ 2019-07-07 20:44 Mr.Tony 阅读(212) 评论(0) 推荐(0) 编辑
摘要: ``` netstat -anp|grep xxxx ``` 阅读全文
posted @ 2019-06-07 00:01 Mr.Tony 阅读(6342) 评论(0) 推荐(0) 编辑
摘要: 输入sql语句 查看字符集,查看第一行value值是否为简体中文 解决方案: 新增环境变量 变量名: NLS_LANG 变量值: SIMPLIFIED CHINESE_CHINA.ZHS16GBK 重启PL/SQL 解决 阅读全文
posted @ 2019-06-06 22:48 Mr.Tony 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 记得添加分号 阅读全文
posted @ 2019-06-06 22:31 Mr.Tony 阅读(497) 评论(0) 推荐(0) 编辑
摘要: ``` -Dserver.port= xxxx ``` 阅读全文
posted @ 2019-06-06 22:27 Mr.Tony 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: 1、下载驱动包 2、加载到本地maven库中 mvn install:install file DgroupId=com.oracle DartifactId=ojdbc6 Dversion=11.1.0.7.0 Dpackaging=jar Dfile=D:\server\jar\oracle\o 阅读全文
posted @ 2019-06-06 22:22 Mr.Tony 阅读(6367) 评论(0) 推荐(0) 编辑
摘要: 1、在线安装 yum install postgresql server y 2、初始化数据库 service postgresql initdb 3、设置自动启动 hkconfig postgresql on 4、启动 service postgresql start <! more 如何修改默认 阅读全文
posted @ 2019-06-05 17:09 Mr.Tony 阅读(1976) 评论(0) 推荐(0) 编辑