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

导航

08 2021 档案

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 泳之 阅读(318) 评论(0) 推荐(0)

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 泳之 阅读(38) 评论(0) 推荐(0)

vue上传/下载文件
摘要:java 端BAttachment attachment = attachmentService.getAttachment(fileId);byte[] bData = fastdfsUploadService.fdfsDownload(attachmentService.getAttachmen 阅读全文

posted @ 2021-08-23 21:41 泳之 阅读(194) 评论(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 泳之 阅读(42) 评论(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 泳之 阅读(205) 评论(0) 推荐(0)

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 泳之 阅读(461) 评论(0) 推荐(0)

全局拦截校验处理,可用于全新啊校验
摘要:public class JwtFeignRequestInterceptor implements RequestInterceptor { private static final Logger logger = LogManager.getLogger(JwtFeignRequestInter 阅读全文

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

springboot只对指定类注入bean
摘要:@Bean@ConditionalOnClass( name = {"org.springframework.security.core.session.SessionRegistry"}) @Configuration@ConditionalOnProperty( prefix = "redis. 阅读全文

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

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

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

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 泳之 阅读(836) 评论(0) 推荐(0)

git
摘要:添加子模块/拉取也使用这个 git submodule add -b develop --name accessUi https://27.128.160.146:9443/SADP/crcc-supplier-access-code.git ./accessUi 下载所有子模块 git clone 阅读全文

posted @ 2021-08-03 22:13 泳之 阅读(64) 评论(0) 推荐(0)

我是谁? 回答错误