2021年7月28日

摘要: root@ubuntu:~/tenant# cat stateful.yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: web spec: serviceName: "nginx" replicas: 2 selector: mat 阅读全文
posted @ 2021-07-28 17:45 tycoon3 阅读(495) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; class A { private: int i=5; string str="init value"; public: A(){ str="A()"; i=99; } A(int ii):A(){ //不能写成AA( 阅读全文
posted @ 2021-07-28 15:30 tycoon3 阅读(161) 评论(0) 推荐(0)

导航