自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 Spring常用注解收集

原因:由于前后端参数错误导致报错解决:可以修改controller里面@RequestParam的值如下public RespResult UpdWithdrawFeeConfiguration(@RequestParam String fee)↓↓↓public RespResult UpdWithdrawFeeConfiguration(@RequestParam("fee") String fee)public RespResult UpdWithdrawFeeConfigu.

2021-10-16 21:20:28 108

原创 spring中@Data不生效

不生效,需要手动运行lombok包1:下载地址Downloadhttps://projectlombok.org/download2:运行jarjava -jar lombok.jar

2021-09-15 17:21:40 303

原创 Linux软件安装报错

NO 问题 解决方案 1 configure: error: C compiler cc is not found yum install gcc yum -y install gcc gcc-c++ autoconf automake make 2 ./configure: error: the HTTP rewrite module requires the PCRE library. yum -y install pcre-devel 3 ..

2021-09-15 17:17:13 197

原创 请确保已在Git中配置user.name和user.email

通过git设定名字和邮箱命令:git config user.email 邮箱地址git config user.name 用户名字

2021-09-15 17:12:25 647

原创 Every derived table must have its own alias

派生出来的表必须取别名SELECT sum( a.exposureMarketcapDiff )FROM (SELECT new.id, new.coinId, ifnull( new.exposureMarketcap, 0 ) - ifnull( old.exposureMarketcap, 0 ) AS exposureMarketcapDiffFROM ( SELECT id, coin_id AS coinId, exposure_ma...

2021-09-15 16:52:49 91

DOS常用指令集

DOS常用命令集

2017-08-12

空空如也

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

TA关注的人

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