verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页

2021年8月25日 #

swagger showdoc安装

摘要: import com.google.common.base.Predicate;import com.google.common.base.Function;import com.google.common.base.Optional; @Bean public Docket createRestA 阅读全文

posted @ 2021-08-25 13:17 泳之 阅读(305) 评论(0) 推荐(0) 编辑

2021年8月23日 #

jenkins

摘要: 启动 /home/jdk1.8.0_212/bin/java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/var/lib/jenkins -jar /usr/lib/jenkins/jenkin 阅读全文

posted @ 2021-08-23 23:44 泳之 阅读(32) 评论(0) 推荐(0) 编辑

vue上传/下载文件

摘要: java 端BAttachment attachment = attachmentService.getAttachment(fileId);byte[] bData = fastdfsUploadService.fdfsDownload(attachmentService.getAttachmen 阅读全文

posted @ 2021-08-23 21:41 泳之 阅读(183) 评论(0) 推荐(0) 编辑

fastdfs安装

摘要: 安装fastdfs https://www.cnblogs.com/zsh-blogs/p/12312581.html pkill -9 fdfs 设置5时剩余5%就不再保存 tracker.conf中,将reserved_storage_space的值修改为5%,预留5%的磁盘空间 pkill - 阅读全文

posted @ 2021-08-23 16:54 泳之 阅读(37) 评论(0) 推荐(0) 编辑

k8s harbor搭建过程

摘要: 安装docker 安装docker-compose curl -L https://github.com/docker/compose/releases/download/1.8.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/dock 阅读全文

posted @ 2021-08-23 00:33 泳之 阅读(195) 评论(0) 推荐(0) 编辑

2021年8月21日 #

k8s docker centos镜像

摘要: 查看逻辑卷 lsdisplay 查看机器挂载明细 dockerroot 删除挂载卷 lvremove /dev/docker/thinpool centos7安装yum https://blog.csdn.net/weixin_45457922/article/details/116430625 参 阅读全文

posted @ 2021-08-21 14:03 泳之 阅读(448) 评论(0) 推荐(0) 编辑

2021年8月19日 #

全局拦截校验处理,可用于全新啊校验

摘要: public class JwtFeignRequestInterceptor implements RequestInterceptor { private static final Logger logger = LogManager.getLogger(JwtFeignRequestInter 阅读全文

posted @ 2021-08-19 23:02 泳之 阅读(88) 评论(0) 推荐(0) 编辑

springboot只对指定类注入bean

摘要: @Bean@ConditionalOnClass( name = {"org.springframework.security.core.session.SessionRegistry"}) @Configuration@ConditionalOnProperty( prefix = "redis. 阅读全文

posted @ 2021-08-19 22:35 泳之 阅读(1245) 评论(0) 推荐(0) 编辑

屏蔽接口字段,不给前端显示

摘要: 对接口返回的某一个字段进行屏蔽,返回给前端响应的时候,不显示某个字段 @JsonIgnore 注解是项目中使用 Jackson的时候使用 当使用fastJson时,使用 @JSONField(serialize = false) @JsonIgnore@Expose(serialize = fals 阅读全文

posted @ 2021-08-19 21:43 泳之 阅读(864) 评论(0) 推荐(0) 编辑

2021年8月18日 #

springboot处理long精度丢失的问题

摘要: import com.fasterxml.jackson.databind.ObjectMapper;import com.fasterxml.jackson.databind.module.SimpleModule;import com.fasterxml.jackson.databind.ser 阅读全文

posted @ 2021-08-18 18:04 泳之 阅读(822) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
我是谁? 回答错误