会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
talentzemin
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
42
下一页
2024年3月7日
C# 泛型中的协变和逆变
摘要: Ref https://medium.com/@hazemu/covariance-and-contravariance-demystified-in-c-5b37543bfa2
阅读全文
posted @ 2024-03-07 11:46 talentzemin
阅读(4)
评论(0)
推荐(0)
2024年3月4日
Writers can write anything. Programmers can't.
摘要: Ref https://www.mahendraker.com/blog/writing
阅读全文
posted @ 2024-03-04 20:49 talentzemin
阅读(7)
评论(0)
推荐(0)
How To Be A Good Listener
摘要: Ref https://tomblog.rip/the-myth-of-the-good-listener/
阅读全文
posted @ 2024-03-04 19:44 talentzemin
阅读(8)
评论(0)
推荐(0)
2024年2月27日
finding a balance while coding
摘要: Ref https://breadchris.com/thinkies/finding-a-balance-while-coding/
阅读全文
posted @ 2024-02-27 18:54 talentzemin
阅读(5)
评论(0)
推荐(0)
2024年1月10日
Soft Deletion Probably Isn't Worth It
摘要: Ref https://brandur.org/soft-deletion
阅读全文
posted @ 2024-01-10 10:07 talentzemin
阅读(5)
评论(0)
推荐(0)
2023年12月26日
How does B-tree make your queries fast?
摘要: 原文 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# PKCS8
摘要: 背景 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)
2023年12月14日
数据库隔离级别
摘要: 相关好文 https://www.thenile.dev/blog/transaction-isolation-postgres
阅读全文
posted @ 2023-12-14 00:21 talentzemin
阅读(10)
评论(0)
推荐(0)
2023年12月12日
Java单例模式
摘要: 代码 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)
2023年12月11日
Java 为未考虑的业务异常返回用户友好的error message
摘要: 背景 项目早期底层方法捕获了能考虑到的业务异常,但即便如此,生产环境还是会产生各种难以预料的结果,所以在上层调用的时候,这些异常就进入了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
下一页
公告