摘要: Ref https://www.tigera.io/blog/key-kubernetes-concepts/ 阅读全文
posted @ 2024-06-28 19:22 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/474029/202406/474029-20240618230228608-376320921.png) ![](https://img2024.cnblogs.com/blog/474029/202406/474029-20240618230218226-1948902989.png) 阅读全文
posted @ 2024-06-18 23:02 talentzemin 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/474029/202406/474029-20240612185630494-929489738.png) ![](https://img2024.cnblogs.com/blog/474029/202406/474029-20240612185706594-57773701.png) 阅读全文
posted @ 2024-06-12 18:57 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 拉取镜像 sudo docker pull onlyoffice/documentserver Run sudo docker run -i -t -d -p 8088:80 onlyoffice/documentserver Run with jwt secrct sudo docker run 阅读全文
posted @ 2024-05-30 18:23 talentzemin 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Code namespace ConsoleApp { public class Cat { public string Name1 { get; set; } = "mimi"; public string Name2 = "mimi"; public string Name3 { get { r 阅读全文
posted @ 2024-05-10 15:44 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/474029/202405/474029-20240510103956514-551748080.png) ![](https://img2024.cnblogs.com/blog/474029/202405/474029-20240510104133927-1289689619.png) ![](https://img20 阅读全文
posted @ 2024-05-10 11:02 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using System; namespace ConsoleApp { public class Program { public static void Main(string[] args) { var hz = new[] { 392, 392, 440, 392, 523, 494, 39 阅读全文
posted @ 2024-05-10 10:18 talentzemin 阅读(5) 评论(0) 推荐(0) 编辑
摘要: a56爆大奖在线娱乐请求是一个Scope 为什么不能直接从Root Scope中Resolve实例,会造成内存泄漏,原因是Root Scope不会Dispose,长命持有短命问题 注意CreateScope() Scope的范围 Ref https://andrewlock.net/the-dangers-and- 阅读全文
posted @ 2024-04-11 12:04 talentzemin 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Ref https://humanwhocodes.com/blog/2011/11/29/how-content-delivery-networks-cdns-work/ https://medium.com/globant/content-delivery-networks-explained- 阅读全文
posted @ 2024-04-08 09:23 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 什么是无锁编程? 简单来说就是有没有block住其他线程,没有,那就是无锁编程。 https://preshing.com/20120612/an-introduction-to-lock-free-programming/ 区别 阅读全文
posted @ 2024-04-03 10:25 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑