摘要: MySQL数据库表使用了MyISAM引擎,此引擎性能极佳,唯一的问题就是不支持事务。 在现在开发中大部分业务对事务要求很高,非必要不建议使用MyISAM,可以使用InnoDB 下面粘一段批量将数据库表引擎变更为InnoDB的SQL SELECT concat('ALTER TABLE ',`TABL 阅读全文
posted @ 2024-09-04 17:13 洋三岁 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 解决方案:https://gitcode.com/gh_mirrors/pu/public-image-mirror/overview 阅读全文
posted @ 2024-08-13 18:26 洋三岁 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 遇到的情况是因为有两个video播放的是相同的资源,只有其中一个视频可以播放,另一个video组件无法加载内容 解决方案:给video组件设置id即可 阅读全文
posted @ 2024-07-30 01:02 洋三岁 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 工行对接依赖为例 mvn install:install-file -Dfile=F:\farmer-work\fireworks-and-fire\ecp-server\libs\icbc-api-sdk-cop.jar -DgroupId=com.icbc.api -DartifactId=ic 阅读全文
posted @ 2024-07-17 15:42 洋三岁 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 错误方式: import VueCropper from "vue-cropper"; 正确方式: import { VueCropper } from "vue-cropper"; 加上 {} 就对了 阅读全文
posted @ 2024-04-16 19:08 洋三岁 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 在Project Structure 中切换jdk版本 阅读全文
posted @ 2024-03-12 23:56 洋三岁 阅读(4) 评论(0) 推荐(0) 编辑
摘要: SELECT dr_id,dr_name as '区域名称', #早餐SUM(IF(is_muslim=1 AND meal_type=1,order_number,0)) as '早餐清真餐总数',SUM(IF(is_muslim=0 AND meal_type=1,order_number,0) 阅读全文
posted @ 2024-01-10 17:45 洋三岁 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.Mavne导入加密解密所需的依赖 <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version></dependency> 2.在asp 阅读全文
posted @ 2022-10-25 12:05 洋三岁 阅读(2062) 评论(0) 推荐(0) 编辑
摘要: package com.mengxiangnongfu.cms.framework.configure; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation 阅读全文
posted @ 2022-10-22 16:41 洋三岁 阅读(408) 评论(0) 推荐(0) 编辑
摘要: jenkins官网:https://pkg.jenkins.io/redhat-stable/ 步骤: 1.sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --n 阅读全文
posted @ 2022-10-19 00:54 洋三岁 阅读(23) 评论(0) 推荐(0) 编辑
友情链接: 梦想农夫