标致钢笔

文章
11
资源
0
加入时间
2年10月21天

阿里云docker 安装,及docker-compose安装

1.卸载(可选)Docker的旧版本被称为docker或docker-engine,若以前安装过,卸载命令如下:yum remove docker docker-common container-selinux docker-selinux docker-engine2.CentOS 7 (使用yum进行安装)# step 1: 安装必要的一些系统工具sudo yum in...

C3P0连接MySQL

@Test public void testC3P0() throws IOException, PropertyVetoException, SQLException { // 设置c3p0连接数据源 ComboPooledDataSource comboPooledDataSource = new ComboPooledDataSource(); // 读取配置文件 Properties properties = new Prop