-
【MySQL】org.springframework.dao.TransientDataAccessResourceException: Error attempting to get column ‘create_time’ from result set. Cause: java.sql.SQLException: Zero date value prohibited ; Zero date
使用Mybatis plus的时候,查询select all,恰好报了异常 ; Zero date value prohibited; nested exception is java.sql.SQLException...
gtxyzz 2023.02.27 806浏览 0 -
解决Oracle+Mybatis批量插入报错:SQL 命令未正确结束
Mybatis批量插入需要foreach元素。foreach元素有以下主要属性: (1)item:集合中每一个元素进行迭代时的别名。 (2)index:指定一个名字,用于表示在迭代过程中,每次迭代到的位置。 (3)collection:根...
kavin 2023.02.27 873浏览 0 -
General Ledger Useful SQL Scripts – Oracle Applications 11i
General Ledger Useful SQL Scripts – Oracle Applications 11i Contents GL Set of Books Configuration Overview ...
kavin 2023.02.26 876浏览 0 -
mysql下如何执行sql脚本
1.编写sql脚本,假设内容如下: create database dearabao; use dearabao; create table niuzi (name varchar(20)); 保存脚本文件,假设我把它保存在F盘...
admin 2023.02.26 792浏览 0 -
DELL R730服务器配置磁盘阵列raid1+raid5的方法
DELL R730服务器配置磁盘阵列raid1+raid5的方法实例要求:两块硬盘做raid 1,作为系统盘使用六块硬盘做raid 5,做为数据盘使用1、服务器开机,开始配置raid1.1、服务器开机,在出现下图提示时,同时按着 + < R >键,即可进入配置界面1.2、可以看到默认已经...
king 2022.06.08 1509浏览 0