自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 [ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'

[ERR] 1273 - Unknown collation: ‘utf8mb4_0900_ai_ci’****解决方法用编译器打开sql文件(我用的ue)将sql文件中的所有 utf8mb4_0900_ai_ci 替换为 utf8_general_ci将sql文件中的所有utf8mb4 替换为 utf8保存SQL文件,运行即可成功...

2019-07-29 15:42:34 413

转载 dubbo报错:Failed to invoke the method uploadCheckPayments in the service

dubbo报错:Failed to invoke the method uploadCheckPayments in the service报错信息:Failed to invoke the method uploadCheckPayments in the service com.dxl.payment.service.payment.ITrepaymentService. Tried 3 ...

2019-07-29 15:41:36 343

原创 spring boot热部署

spring boot 使用devtools进行热部署 步骤:引入jar包至pom文件中org.springframework.bootspring-boot-devtoolstrue说明:devtools可是实现页面热部署,即页面修改过刷新可立即生效,直接在配置文件.yml中添加:spring.thymeleaf.cahe = false 实现(使用什么模板改变模板名称即th...

2019-01-23 10:44:33 348

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除