摘要:
JDBC URL: 1、ServiceName方式:jdbc:oracle:thin:@//<host>:<port>/ServiceName 如果是集群,不知道为什么是在配置文件里面没效果,直接写在代码就可以 2、SID方式:jdbc:oracle:thin:@<host>:<port>:<SID 阅读全文
posted @ 2019-01-30 17:27
凌度
阅读(1331)
评论(0)
推荐(0)
摘要:
一. route命令 1) 查看:route -n 2)添加: route add [-net|-host] target [netmask Nm] [gw Gw] [[dev If] 目标:192.168.1.3 网关:172.16.0.1(必须与本地地址在同一网络) ~]# route add 阅读全文
posted @ 2019-01-30 11:09
凌度
阅读(23812)
评论(0)
推荐(0)