首页
学习
活动
专区
工具
TVP
发布

24k

专栏作者
46
文章
60225
阅读量
24
订阅数
rancher 部署openebs使用openebs-hostpath挂载失败
官方解释 If you are using Jiva or Local PV for provisioning OpenEBS volume, Add extra_binds under kubelet service in cluster YAML. If the volume is using a mounted path on the host, then you must add the mounted path under extra_binds section
24-丰总
2021-11-23
6600
Springboot+@Async异步+多线程
定义线程池 image.png 添加@Async image.png 调用被 @Async 标记的方法的调用者不能和被调用的方法在同一类中,不然不会起作用
24-丰总
2020-11-13
5200
springboot projects application.yml with the Chinese start key of Map
application.yml以Map形式的配置,在测试过程中发现key为中文开头时,springboot注入失败,获取不到数据
24-丰总
2020-11-12
8310
rabbitmq创建多队列以及监听多队列和起别名解决方案
监听多队列调用方式 @RabbitListener(queues =("#{rabbitmqConfig.queueNames(rabbitmqConfig.elemeterReport.get('queues_name'))}"))
24-丰总
2020-11-12
9640
Cordova最新版本9.0.0使用默认gradle版本编译安卓项目报错
报错提示 ERROR: Could not find method leftShift() for arguments 官方提示 << has deprecated in 4.x and removed in 5.0 version 参考链接 https://stackoverflow.com/questions/55793095/could-not-find-method-leftshift-for-arguments-after-updating-studio-3-4
24-丰总
2020-07-06
5440
Retrofit进行post提交json数据
引入retrofit相关依赖 <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jackson</artifactId> <version>2.4.0</version> </dependency>
24-丰总
2019-06-11
2.1K0
聊聊spring cloud gateway的PrefixPath加前缀及StripPrefix忽略前缀功能
如果使用PrefixPath加前缀的话,就需要StripPrefix去除掉前面两个前缀
24-丰总
2019-06-11
4.3K0
rancher拉取新版本的harbor1.8的chartrepo可以启动,但是不能部署成功
问题描述,参考链接 https://github.com/goharbor/harbor/issues/7899
24-丰总
2019-06-03
5460
spring cloud gateway 聚合swagger文档
spring cloud gateway是基于webflux的,升级swagger版本到2.9.2
24-丰总
2019-05-31
1.7K0
zuul整理routeLocator 聚合swagger
配置zuul.routes,实现SwaggerResourcesProvider接口
24-丰总
2019-05-23
7050
Java8 Stream API
Stream API是Java8中处理集合的关键组件,提供了各种丰富的函数式操作。
24-丰总
2019-05-15
6240
ios上传App Store提交审核报错 ERROR ITMS-90174解决办法
先看看是不是plist文件里有‘Icon’的字样,删除相关的配置 然后下载软件:在AppStore搜索App Icon Gear,上传图片重新生成图标,启动图也是一样,参考链接 https://www.cnblogs.com/czq1989/p/5073586.html
24-丰总
2019-05-14
9150
cordova跨平台跳转Activity android插件调用原生
编写一个class extends CordovaPlugin,利用Intent启动新的Activity
24-丰总
2019-05-14
1.5K0
rancher流水线自动化部署
准备docker环境,不会安装的参考链接 https://docs.docker.com/install/linux/docker-ce/centos/
24-丰总
2019-05-14
1.8K0
gitlab ci/cd打包镜像到镜像仓库
搭建gitlab仓库 参考链接 https://about.gitlab.com/install/#centos-7
24-丰总
2019-05-09
3.5K0
centos7查看修改时区
2、timedatectl list-timezones: 列出所有时区 3、timedatectl set-local-rtc 1 将硬件时钟调整为与本地时钟一致, 0 为设置为 UTC 时间 4、timedatectl set-timezone Asia/Shanghai 设置系统时区为上海 校准时间 1、yum -y install ntp 2、ntpdate ntp1.aliyun.com
24-丰总
2019-05-09
3.7K0
CentOS 7 系统默认 没有安装 ifconfig 命令
如果直接运行 ifconfig 命令,则提示错误 :-bash: ifconfig: command not found
24-丰总
2019-04-22
1.1K0
区块链开发之验证ETH地址的有效性
首先引入web3j的依赖 https://mvnrepository.com/artifact/org.web3j
24-丰总
2019-03-15
2.1K0
webflux重定向406失败解决方案
报错信息如图 image.png 解决方案 image.png
24-丰总
2018-12-21
6970
linux执行sh脚本文件字符集错误解决方法
解决方案 如果centos服务器安装 yum -y install dos2unix 然后找到脚本目录执行 dos2unix carinet.sh即可 如果linux编写的脚本,放到windows服务器上运行的话,可以按照yum -y install unix2dos 然后转换后上传到windows服务即可
24-丰总
2018-12-14
3.1K0
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档