加载中
github 访问慢终极解决办法

GitHub镜像源地址 https://hub.fastgit.org/ https://github.com.cnpmjs.org/ https://github.wuyanzheshui.workers.dev/......

2021/11/05 12:50
63
KOL 标签

2020/08/12 13:48
530
2020年度读书单

2020年01月01日 《正面管教女孩 100 招》 2020年01月07日 《引爆点》 2020年01月18日 《能力陷阱》 2020年01月20日 《写给所有人的编程思维》 2020年02月02日 《极简思考:来自世界顶尖咨询公...

2020/02/18 10:35
387
Swagger2常用注解说明

这里只讲述@Api、@ApiOperation、@ApiImplicitParams、@ApiImplicitParam、@ApiParam、@ApiModel、@ApiModelProperty、ApiResponses、@ApiResponse这几个常用的。 一、@Api 用在请求的类上,...

Spring Boot 下,敏感词及特殊字符过滤处理方式

背景: 技术采用的是 Spring Boot ,请求方法主要为 POST, 请求使用较多的注解为 @RequestBody 交付测试人员进行测试,测试人员在对模糊搜索模块进行了各种特殊字符的搜索,以至于敏感词和特...

2019/04/26 14:02
1.4W
JVM 配置笔记

环境配置一: // JVM sizing options -server -Xms40g -Xmx40g -XX:MaxDirectMemorySize=4096m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseAdaptiveSizePolicy // Young generation op...

2019/04/21 20:51
841
IDEA 超级好用的插件

阿里代码规约检测 p3c (github 地址:https://github.com/alibaba/p3c/blob/master/idea-plugin/README_cn.md) 快捷键提示工具:Key promoter X 代码注解插件: Lombok 代码生成工具:CodeM...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部