会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安东尼漂流记
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
39
下一页
2020年12月16日
常见的数据库管理系统
摘要: 
阅读全文
posted @ 2020-12-16 11:19 Done、
阅读(488)
评论(0)
推荐(0)
2020年12月2日
maven nexus 私仓配置
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2020-12-02 16:57 Done、
阅读(6)
评论(0)
推荐(0)
kubernetes ingress 示例
摘要: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: study-center-api namespace: test spec: rules: - host: dev-study.dayutang.cn http: paths:
阅读全文
posted @ 2020-12-02 16:55 Done、
阅读(6)
评论(0)
推荐(0)
kubernetes service 示例
摘要: kind: Service apiVersion: v1 metadata: name: study-center-api namespace: test spec: ports: - protocol: TCP port: 9003 targetPort: 9003 selector: app:
阅读全文
posted @ 2020-12-02 16:54 Done、
阅读(6)
评论(0)
推荐(0)
kubernetes Deployment 示例
摘要: kind: Deployment apiVersion: extensions/v1beta1 metadata: name: study-center-api namespace: test labels: name: study-center-api spec: replicas: 1 sele
阅读全文
posted @ 2020-12-02 16:52 Done、
阅读(10)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
39
下一页