摘要: 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 阅读(0) 评论(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) 编辑
摘要: 原文 https://blog.allegro.tech/2023/11/how-does-btree-make-your-queries-fast.html 阅读全文
posted @ 2023-12-26 10:46 talentzemin 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 背景 C#项目要携带用户信息,通过JWT, 跳转到Java项目。为了验证Token,所以用于签名的key和算法必须一致。 Java项目JWT的实现 String secret = "PKCS8 encode private key"; PKCS8EncodedKeySpec keySpec = ne 阅读全文
posted @ 2023-12-26 09:47 talentzemin 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 相关好文 https://www.thenile.dev/blog/transaction-isolation-postgres 阅读全文
posted @ 2023-12-14 00:21 talentzemin 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 代码 public class SamlUtil { private static SamlUtil samlUtil; private static final Object lock = new Object(); private SamlUtil() { } public static Sam 阅读全文
posted @ 2023-12-12 10:30 talentzemin 阅读(3) 评论(0) 推荐(0) 编辑