配置生效
exportfs -r |
重启rpcbind、nfs服务
systemctl restart rpcbind && systemctl restart nfs |
重启apiserver
systemctl restart kubelet |
获取pvc信息
kubectl get pvc |
配置生效
exportfs -r |
重启rpcbind、nfs服务
systemctl restart rpcbind && systemctl restart nfs |
重启apiserver
systemctl restart kubelet |
获取pvc信息
kubectl get pvc |
【Swift 5】使用UIAlertController弹出一个.actionSheet样式(UIAlertControllerStyleActionSheet)的弹出框,
运行设备为iPhone时,正常。
运行设备为iPad时,崩溃。
报错如下:You must provide location information for this popover through the alert controller's popoverPresentationController
根据端口查找对应的service
kubectl get service --all-namespaces |grep 31234 |
显示所有的service
kubectl get svc
删除指定名称的service (在service name前加上svc/)
kubectl delete svc/jfinal-demo
在Win10上启动了anki 2.1.22版,出现了Install a driver providing OpenGL 2.0 or higher, or, if this is not possible
的错误提醒。类似的问题可见 https://anki.tenderapp.com/discussions/ankidesktop/36598-installation-issue-with-opengl-file
解决方法:
官方的指导文件( https://changes.ankiweb.net/#/known-issues)中的Text size节中给出了解决方法
新建文档,输入以下内容:
set ANKI_WEBSCALE=0.75 |
最后保存成startanki.bat,发送快捷方式到桌面,以后都用startant.bat启动ant即可
使用maven插件打包后,发现包很小100来kb,显然是不对,包内缺少BOOT-INF目录,BOOT-INF是用于存放引用的外部lib的,所以缺少,打出来的包根本不能运行 。
首先尝试使用maven-assembly-plugin来打包,依赖是成功引入了,但是启动会报如下错误
Caused by: org.springframework.context.ApplicationContextException: |