上一页 1 2 3 4 5 6 7 ··· 42 下一页
摘要: Ref https://medium.com/@hazemu/covariance-and-contravariance-demystified-in-c-5b37543bfa2 阅读全文
posted @ 2024-03-07 11:46 talentzemin 阅读(4) 评论(0) 推荐(0)
摘要: Ref https://www.mahendraker.com/blog/writing 阅读全文
posted @ 2024-03-04 20:49 talentzemin 阅读(7) 评论(0) 推荐(0)
摘要: Ref https://tomblog.rip/the-myth-of-the-good-listener/ 阅读全文
posted @ 2024-03-04 19:44 talentzemin 阅读(8) 评论(0) 推荐(0)
摘要: Ref https://breadchris.com/thinkies/finding-a-balance-while-coding/ 阅读全文
posted @ 2024-02-27 18:54 talentzemin 阅读(5) 评论(0) 推荐(0)
摘要: Ref https://brandur.org/soft-deletion 阅读全文
posted @ 2024-01-10 10:07 talentzemin 阅读(5) 评论(0) 推荐(0)
摘要: 原文 https://blog.allegro.tech/2023/11/how-does-btree-make-your-queries-fast.html 阅读全文
posted @ 2023-12-26 10:46 talentzemin 阅读(9) 评论(0) 推荐(0)
摘要: 背景 C#项目要携带用户信息,通过JWT, 跳转到Java项目。为了验证Token,所以用于签名的key和算法必须一致。 Java项目JWT的实现 String secret = "PKCS8 encode private key"; PKCS8EncodedKeySpec keySpec = ne 阅读全文
posted @ 2023-12-26 09:46 talentzemin 阅读(198) 评论(0) 推荐(0)
摘要: 相关好文 https://www.thenile.dev/blog/transaction-isolation-postgres 阅读全文
posted @ 2023-12-14 00:21 talentzemin 阅读(10) 评论(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 阅读(6) 评论(0) 推荐(0)
摘要: 背景 项目早期底层方法捕获了能考虑到的业务异常,但即便如此,生产环境还是会产生各种难以预料的结果,所以在上层调用的时候,这些异常就进入了Exception中,返回到UI上就是“System error” try { } catch(bizException1 | bizException2) { } 阅读全文
posted @ 2023-12-11 20:36 talentzemin 阅读(35) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 42 下一页