一、连接数据库的配置单独放在一个properties文件中 1,创建一个database.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis? useSSL=true&useUnico ...
分类:
其他好文 时间:
2020-07-17 16:02:48
阅读次数:
52
1、The Application of Two-level Attention Models in Deep Convolutional Neural Network for Fine-grained Image Classification 地址:https://arxiv.org/pdf/14 ...
分类:
其他好文 时间:
2020-07-16 00:26:25
阅读次数:
115
public void testConnection1() throws SQLException { // 获取Driver的实现类对象 Driver driver = new com.mysql.jdbc.Driver();// 第三方的api; String url = "jdbc:mysql ...
分类:
数据库 时间:
2020-07-15 16:02:46
阅读次数:
100
简介 STM32的串口带有DE功能引脚,可以用于硬件控制RS485收发器,以STM32L071RBT6相关的文档为基准作记录。 功能描述 具体介绍可以在官方参考手册的USART章节,USART functional description小节的RS485 Driver Enable部分查看。 整个配 ...
分类:
其他好文 时间:
2020-07-14 18:07:53
阅读次数:
94
原文: https://medium.com/@saschagrunert/demystifying-containers-part-i-kernel-space-2c53d6979504 This series of blog posts and corresponding talks aims ...
分类:
其他好文 时间:
2020-07-14 16:33:00
阅读次数:
54
Convolutional Layer import torch in_channels, out_channels = 5, 10 width, height = 100, 100 kernel_size = 3 batch_size = 1 input = torch.randn(batch_s ...
分类:
其他好文 时间:
2020-07-14 13:50:42
阅读次数:
98
一、properties属性在使用 properties 标签配置时,我们可以采用两种方式指定属性配置1)直接在主配置文件中定义数据库连接信息 2)引入外部配置文件在 classpath 下定义jdbcConfig.properties文件jdbc.driver=com.mysql.jdbc.Dri... ...
分类:
其他好文 时间:
2020-07-13 15:42:10
阅读次数:
70
jdbc配置以及需要引入的包还有,配置里驱动的类 Microsoft SQL Server Microsoft SQL Server JDBC Driver (一般用来连接 SQLServer 2000) 驱动程序包名:msbase.jar mssqlserver.jar msutil.jar 驱动 ...
分类:
数据库 时间:
2020-07-13 15:25:25
阅读次数:
71
下载Oracle VM VirtualBox 下载下来安装 下载镜像 http://archive.kernel.org/centos-vault/6.5/isos/i386/CentOS-6.5-i386-minimal.iso 安装虚拟机 这里我安装的是32bit的centOS6.5 mini版 ...
分类:
其他好文 时间:
2020-07-13 13:50:57
阅读次数:
79