spring boot jpa 报错 :Executing an update/delete query 如果JPA提示Executing an update/delete query,那是一定是因为没有加@Transactional和@Modifying。 因为JPA没有事务支持,不能执行更新和删除操作。 所以反过来讲,就是在Service层或者Repository层上必须加@Transa
场景: 安装mysql时,服务器提示 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 解决办法: alter user user() identified by "你的密码";
场景: 开发中写了带除法的SQL 问题描述 在遇到validRoomArea 为空的情况,就会出现DB::Exception: Division by zero: while executing 'FUNCTION divide异常 原因分析: 使用case when 或者 if 进行判断,依旧还是报错 原因可能还是跟Decimal底层的存储结构有关,底层应该做了限制,并且在除
文章目录 0、写在前面1、我的Windows系统版本 && 硬件型号2、Docker安装后打开报错【1】==Docker for Windows error: "Hardware assisted virtualization and data execution protection must be enabled in the BIOS"==解决方法:① 检查是否已经打开BIOS中的虚拟