上一页 1 2 3 4 5 6 ··· 42 下一页
摘要: ![](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 阅读(5) 评论(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 阅读(75) 评论(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 阅读(10) 评论(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 阅读(5) 评论(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 阅读(43) 评论(0) 推荐(0)
摘要: 每个请求是一个Scope 为什么不能直接从Root Scope中Resolve实例,会造成内存泄漏,原因是Root Scope不会Dispose,长命持有短命问题 注意CreateScope() Scope的范围 Ref https://andrewlock.net/the-dangers-and- 阅读全文
posted @ 2024-04-11 12:04 talentzemin 阅读(45) 评论(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 阅读(4) 评论(0) 推荐(0)
摘要: 什么是无锁编程? 简单来说就是有没有block住其他线程,没有,那就是无锁编程。 https://preshing.com/20120612/an-introduction-to-lock-free-programming/ 区别 阅读全文
posted @ 2024-04-03 10:25 talentzemin 阅读(8) 评论(0) 推荐(0)
摘要: Ref https://predr.ag/blog/wifi-only-works-when-its-raining/ LOS 文中提到的网络结构大概是这样: 阅读全文
posted @ 2024-04-02 09:38 talentzemin 阅读(14) 评论(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 阅读(3) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 42 下一页