org
-
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data
报错信息 org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘multipart/f…
-
Ruby-Sass 安装
安装ruby sass是基于ruby的环境,所以安装sass之前需要安装ruby。rudy windows 的安装包官方下载地址是:https://rubyinstaller.or…
-
Ambiguous collection type for property 'categories'. You must specify 'javaType'
1.具体报错信息: Caused by: org.apache.ibatis.builder.BuilderException: Ambiguous collection type…
-
Data-Stash数据导出组件疑问解答
1、是否支持多群组数据导出?支持,通过system.groupId = 1,2,3配置。为每一个群组都创建一个线程进行群组区块数据的获取、解析、保存。各类区块数据表都以群组号为前缀…
-
java通用post请求
package com.example.climbnumber.yzm; import com.alibaba.fastjson.JSON; import com.alibaba.…
-
spring-gateway基于数据库 + nacos 的动态路由
动态路由的实现方式多种多样,研究一下基于数据方式的动态路由。 1. 创建项目,并pom.xml文件引入如下依赖 <project xmlns=”http://maven.…
-
记录一下我在ssm踩过的坑之:BeanCreationException: Error creating bean with name 'XXController': Inject
先上报错信息 org.springframework.beans.factory.BeanCreationException: Error creating bean with n…
-
mysql 截取主键长度进行批量更新
截掉 15825008894939184 前三位 长度,保留158后边的值: UPDATE org_employee SET id=SUBSTRING(id,4) WHERE id…
-
1.SpringSecurity 基本原理
1.SpringSecurity 本质是一个过滤器链: 从启动是可以获取到过滤器链: org.springframework.security.web.context.reques…
-
吴恩达的机器学习,属实牛逼
吴恩达属实牛逼 大家好哇,新同学都叫我张北海,老同学都叫我老胡,其实是一个人,只是我特别喜欢章北海这个《三体》中的人物,张是错别字。 最近在coursera上重温了吴恩达升级版的《…