摘要:
select a.name,c.name,b.name,'private String '+lower(c.name)+';' from sysobjects a, systypes b, syscolumns c where a.xtype = 'u' and a.id = c.id and b. 阅读全文
摘要:
1、准备环境 操作系统:centos 6.5 2台机器主机名为node53、node54 Mysql Lvs keepalived node2 Y Y Y node3 Y Y Y 2、安装mysql(配置主主复制) 服务器名称 ip vip node2 192.168.0.12 192.168.0. 阅读全文
摘要:
Cannot find ./catalina.shThe file is absent or does not have execute permission This file is needed to run this program 没有给bin目录下的文件授权可执行权限: chmod +x 阅读全文