使用mybatis的自动生成工具生成的主键id: ...
分类:
其他好文 时间:
2019-07-11 17:17:47
阅读次数:
181
1.链接地址 https://vjudge.net/problem/POJ-2017 2.问题描述 Bill and Ted are taking a road trip. But the odometer in their car is broken, so they don't know how ...
分类:
其他好文 时间:
2019-07-10 14:45:37
阅读次数:
82
一:mysql服务无法启动 方案:修改 my-default的basedir和datadir; 二:忘记密码,修改时报错 方案:将passowrd改为authentication_String 三:添加DBdriver时报错,说是url报错 方案:将默认的改为com.mysql.jdbc.Drive ...
分类:
其他好文 时间:
2019-07-10 01:08:03
阅读次数:
99
详见:https://www.cnblogs.com/softidea/p/5877546.html Spring Boot 使用事务非常简单,首先使用注解 @EnableTransactionManagement 开启事务支持后,然后在访问数据库的Service方法上添加注解 @Transacti ...
分类:
其他好文 时间:
2019-07-04 17:47:33
阅读次数:
95
参考https://www.cnblogs.com/CloudMan6/p/5702199.html 今天我们将前一小节中创建的 nfs-vol-xx attach 到Instance c1 上,这里重点分析 nova-compute如何将nfs-vol-xx attach到c1 上 [root@D ...
分类:
其他好文 时间:
2019-07-04 00:50:16
阅读次数:
138
```
/** * 连接oracle */ @Test public void connectTest() { String driver="oracle.jdbc.OracleDriver"; String url="jdbc:oracle:thin:@192.168.43.208:1521:or... ...
分类:
数据库 时间:
2019-07-03 10:42:18
阅读次数:
547
"Github StackChat" 学习回顾 React和Electron结合 TypeError: fs.existsSync is not a function 在React组件里引入electron时候就会报这个错,主要原因是在React里不能引入Node.js的模块 解决方法 1. Web ...
分类:
微信 时间:
2019-07-02 21:34:50
阅读次数:
185
1.安装npm环境 2.配置svn 3.自动构建脚本 4.自动发布远程服务器 5.远程挂载nginx服务器启动 ...
分类:
其他好文 时间:
2019-07-02 14:50:34
阅读次数:
104
When a drive is faulted and ready for replacement, OneFS will illuminate the Front Panel Fault LED associated with that node, the Drive Sled Fault LED... ...
分类:
其他好文 时间:
2019-07-01 17:09:16
阅读次数:
103
spring boot 配置加载MySQL驱动误区 若我们使用的是MySQL数据库,如果我们pom中使用的是如下的MySQL版本 我们应该使用com.mysql.cj.jdbc.Driver驱动来链接MySQL数据库 其他版本我们可以使用com.mysql.jdbc.Driver 驱动来链接MySQ ...
分类:
编程语言 时间:
2019-06-30 14:27:27
阅读次数:
105