上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 57 下一页
摘要: kubectl get pod -n default | grep Evicted | awk '{print $1}' | xargs kubectl delete pod -n default 阅读全文
posted @ 2020-04-30 16:40 whmmm 阅读(1449) 评论(0) 推荐(0)
摘要: /** * aes解密 * @param * @param content 密文 * @return */ public static String AESDncode(String appkey, String content) { try { // 1.构造密钥生成器,指定为AES算法,不区分大 阅读全文
posted @ 2020-04-30 12:45 whmmm 阅读(1520) 评论(1) 推荐(1)
摘要: curl icanhazip.com 或者 curl ifconfig.me 阅读全文
posted @ 2020-04-24 10:01 whmmm 阅读(146) 评论(0) 推荐(0)
摘要: settings 里 搜索 sql dialect 修改 阅读全文
posted @ 2020-04-15 11:39 whmmm 阅读(1320) 评论(0) 推荐(0)
摘要: IntellijIDEA在编辑HTML/XML时输入空格后内容自动变成标签 解决: preferences左侧路径:Editor-->Emmet-->HTML设置:Enable XML/HTML Emmet 去掉勾选 阅读全文
posted @ 2020-04-15 09:49 whmmm 阅读(1420) 评论(0) 推荐(0)
摘要: spring: cloud: config: override-none: true # 这句代码可实现 阅读全文
posted @ 2020-04-15 09:48 whmmm 阅读(331) 评论(0) 推荐(0)
摘要: https://www.52pojie.cn/thread-868710-1-1.html 阅读全文
posted @ 2020-04-15 09:03 whmmm 阅读(4116) 评论(0) 推荐(0)
摘要: python项目中必须包含一个 requirements.txt 文件,用于记录所有依赖包及其精确的版本号。以便新环境部署。 requirements.txt可以通过pip命令自动生成和安装 生成requirements.txt文件pip freeze > requirements.txt 安装re 阅读全文
posted @ 2020-04-07 12:00 whmmm 阅读(5206) 评论(0) 推荐(0)
摘要: kubernetes 版本 1.14.3 provided port is not in the valid range. The range of valid ports is 30000-32767在 Kubernetes(k8s) 创建 service 使用nodePort 暴露 外部端口63 阅读全文
posted @ 2020-04-03 15:09 whmmm 阅读(3945) 评论(0) 推荐(0)
摘要: k8s在使用编排(manifest)工具进行yaml文件启动pod时,会遇到官方所给例子中spec.containers.image包含: quay.io/coreos/example_gcr.io/google_containers/example_12也就是说,从quay.io和gcr.io进行 阅读全文
posted @ 2020-04-03 13:19 whmmm 阅读(5686) 评论(1) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 57 下一页
//增加一段JS脚本,为目录生成使用