logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

alpine docker exec: "/bin/bash": stat /bin/bash: no such file or directory 解决方案

alpine docker exec: "/bin/bash": stat /bin/bash: no such file or directory 解决方案sudo docker exec -it 1df4f9732e06shposted @ 2019-05-11 1...

docker 强制删除镜像

docker 强制删除镜像docker image rm -f27600aa3d7f1posted @ 2019-05-09 21:34 肖建锋 阅读(...) 评论(...)编辑 收藏

vue中el-checkbox-group无法选中

原因:vue中给对象新增属性直接用=赋值方式,虽然可以新增属性,但是不会触发视图更新例如定义了temp对象在操作过程中又新增了b属性data () {return {temp: {a: ''}}}//直接赋值不会触发视图更新this.temp.b= 24可以新增属性,但是不会触发视图更新vue2.0以上可以用 this.$set()更新视图解决办法this.$set(...

#java
K8S kube-scheduler-master CreateContainerError 问题解决及思路

错误信息1:kubectl get pods发现pod状态一直在 runing-error-CrashLoopBackOff -循环解决方法:1,查看日志。kubectl logs pods web-674477549d-zx8gmkubectl describe pods web-674477549d-zx8gm没有发现错误,并且服务器资源,网络无异常。2,查看组件状态。kube...

#kubernetes#docker#容器 +2
springboot thymeleaf和shiro标签整合

springboot thymeleaf和shiro标签整合这里用的是 thymeleaf 2.x版本的添加依赖<dependency><groupId>com.github.theborakompanioni</groupId><artifactId>thyme...

到底了