摘要: 每个请求是一个Scope 为什么不能直接从Root Scope中Resolve实例,会造成内存泄漏,原因是Root Scope不会Dispose,长命持有短命问题 注意CreateScope() Scope的范围 Ref https://andrewlock.net/the-dangers-and- 阅读全文
posted @ 2024-04-11 12:04 talentzemin 阅读(5) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Ref https://predr.ag/blog/wifi-only-works-when-its-raining/ LOS 文中提到的网络结构大概是这样: 阅读全文
posted @ 2024-04-02 09:38 talentzemin 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Ref https://knowyourtoolset.com/2023/05/cancellation-tokens/ https://dev.to/rahulpnath/a-net-programmers-guide-to-cancellationtoken-1m0l https://mediu 阅读全文
posted @ 2024-03-27 10:26 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Ref https://medium.com/@hazemu/covariance-and-contravariance-demystified-in-c-5b37543bfa2 阅读全文
posted @ 2024-03-07 11:46 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Ref https://www.mahendraker.com/blog/writing 阅读全文
posted @ 2024-03-04 20:49 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Ref https://tomblog.rip/the-myth-of-the-good-listener/ 阅读全文
posted @ 2024-03-04 19:45 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Ref https://breadchris.com/thinkies/finding-a-balance-while-coding/ 阅读全文
posted @ 2024-02-27 18:55 talentzemin 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Ref https://brandur.org/soft-deletion 阅读全文
posted @ 2024-01-10 10:08 talentzemin 阅读(4) 评论(0) 推荐(0) 编辑