自由小蜜蜂

文章
4
资源
0
加入时间
3年0月21天

cpu gpu混合集群搭建

分布式集群搭建,管理cpu和gpu集群系统:master-》centos7cpu-》cenos7gpu -》ubuntu1、master 安装systemctl stop firewalld && systemctl disable firewalld

我的Mybatis学习笔记第一阶段模块一Mybatis

第一阶段模块一Mybatis第一部分 自定义持久层框架1.1、JDBC Connection connection = null; PreparedStatement preparedStatement = null; ResultSet resultSet = null; try { //加载数据库驱动...