摘要: public class RedisManagerSingleton { private static RedisManagerSingleton _redisManagerSingleton; private static readonly object _lock = new object(); 阅读全文
posted @ 2022-01-13 00:53 icxl 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 三角形 实线三角形 -》继承父类 点击查看代码 /// <summary> /// 人 /// </summary> public class Person { } /// <summary> /// cxl /// </summary> public class Cxl : Person { } 阅读全文
posted @ 2022-01-13 00:50 icxl 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 0-10 zero nil nought one two three four five six seven eight nine ten 11-19 eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen ninetee 阅读全文
posted @ 2021-03-11 11:43 icxl 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 安装 k3s https://docs.rancher.cn/docs/k3s/quick-start/_index/ istio https://www.jianshu.com/p/db7c7f241716 使用 安装删除资源 kubectl delete -f aspnetcore-virtua 阅读全文
posted @ 2021-02-15 15:54 icxl 阅读(281) 评论(0) 推荐(0) 编辑
摘要: apiVersion: apps/v1 kind: Deployment # 定义Kubernetes资源的类型为Deployment metadata: name: demo-web-deployment # 定义资源的名称 labels: app: demo-web-deployment spe 阅读全文
posted @ 2021-02-15 15:50 icxl 阅读(60) 评论(0) 推荐(0) 编辑
摘要: deploy apiVersion: apps/v1 kind: Deployment # 定义Kubernetes资源的类型为Deployment metadata: name: demo-web-deployment # 定义资源的名称 labels: app: demo-web-deploym 阅读全文
posted @ 2021-02-08 18:29 icxl 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 单词 dog(狗) look,there's a dog(快看这里有条狗) this dog is really nice(这条狗真好看) this dog is yellow(这条狗是黄色的) how is the dog(这条狗状态怎么样) cat (猫) look,there's a cat 阅读全文
posted @ 2021-01-19 17:14 icxl 阅读(729) 评论(0) 推荐(0) 编辑
摘要: rxjs of Rof(): Observable<any>{ return of(1,2,3,4) } Tof(){ this.Rof().subscribe( next => console.log('next:', next), err => console.log('error:', err 阅读全文
posted @ 2020-12-18 14:04 icxl 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wzwyc/p/12196134.html 阅读全文
posted @ 2020-11-04 18:21 icxl 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 动物 Dog 狗 Cat 猫 Fish 鱼 Bird 鸟 Cow 牛 Pig 猪 Mouse 老鼠 Horse 马 Wing 翅膀 Animal 动物 交通 Train 火车 Plane 飞机 Car 汽车 Truck 卡车 Bicycle 自行车 Bus 公共汽车 Boat 小艇 Ship 船 T 阅读全文
posted @ 2020-11-02 18:59 icxl 阅读(245) 评论(0) 推荐(0) 编辑