12 2017 档案
摘要:周末一台数据库备份服务器搬迁,搬完后启动服务器检查网络正常。周一早晨过来发现数据同步异常,检查后发现到主库网络不通(注:备库与主库不在同一个网段,通过配置静态路由连接)。重新执行添加静态路由命令:route add –net 192.168.1.0 netmask 255.255.255.0 eth
阅读全文
摘要:/* *连接数据库 */ public static boolean FaqDBCon(){ boolean flag = false; try{ //db服务器地址,端口 MongoClient mongoClient = new MongoClient("192.168.96.99",27017); ...
阅读全文
浙公网安备 33010602011771号