会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
talentzemin
博客园
首页
新随笔
联系
订阅
管理
2026年2月24日
GIt 追踪目录
摘要: https://adamj.eu/tech/2023/09/18/git-dont-create-gitkeep/ 直接在该目录下创建一个 .gitignore 文件,并写入以下内容: * !.gitignore 原理 表示忽略该目录下的所有文件。 !.gitignore 表示“不要忽略 .giti
阅读全文
posted @ 2026-02-24 09:38 talentzemin
阅读(1)
评论(0)
推荐(0)
2026年2月2日
.NET9 使用Brotli压缩
摘要: app.json { "Kestrel": { "EndpointDefaults": { "Protocols": "Http1AndHttp2" }, "Endpoints": { "Http": { "Url": "http://*:8080" }, "Https": { "Url": "ht
阅读全文
posted @ 2026-02-02 13:53 talentzemin
阅读(2)
评论(0)
推荐(0)
2026年1月27日
Rider本地Docker运行调试配置
摘要: 
阅读全文
posted @ 2026-01-27 19:26 talentzemin
阅读(4)
评论(0)
推荐(0)
2026年1月26日
基于VS Code的AI编辑器Debug ASP.NET Core 程序
摘要: 问题 https://github.com/dotnet/vscode-csharp/blob/main/docs/debugger/Microsoft-.NET-Core-Debugger-licensing-and-Microsoft-Visual-Studio-Code.md 下载netcor
阅读全文
posted @ 2026-01-26 19:51 talentzemin
阅读(6)
评论(0)
推荐(0)
2025年12月25日
[译] 无需令牌或隐藏表单字段的CSRF防护
摘要: 原文:https://blog.miguelgrinberg.com/post/csrf-protection-without-tokens-or-hidden-form-fields 这篇文章介绍了一种更简单的现代CSRF防护方法,不需要传统的令牌(token)或隐藏表单字段。通俗地说: 传统方法
阅读全文
posted @ 2025-12-25 13:32 talentzemin
阅读(10)
评论(0)
推荐(0)
2025年12月24日
[译] 什么真正让你成为高级工程师
摘要: 原文:https://terriblesoftware.org/2025/11/25/what-actually-makes-you-senior/ 人们喜欢用一大堆清单来描述高级工程师:架构、沟通、主人翁精神、领导力等等。 但如果你剥离头衔、薪水和工作年限,有一个核心技能将高级+工程师与其他人区分
阅读全文
posted @ 2025-12-24 09:31 talentzemin
阅读(9)
评论(0)
推荐(0)
2025年12月9日
[译] AI 应该只以我们能够跟上的速度运行
摘要: https://higashi.blog/2025/12/07/ai-verification/ Daniel 和 Eric 的故事 最近我和两位朋友聊天,他们都很享受使用 AI 的乐趣。 上个月,我见到了 Eric,他是一家中型初创公司的无畏 PM,最近开始用 Gemini 进行氛围编程。 在熟悉
阅读全文
posted @ 2025-12-09 09:15 talentzemin
阅读(13)
评论(0)
推荐(0)
2025年12月8日
[译] 大多数技术问题本质上都是人的问题
摘要: 原文:https://blog.joeschrag.com/2023/11/most-technical-problems-are-really.html 我曾在一家技术债务高筑的公司工作——数百万行代码没有单元测试,基于的框架早已过时十多年。在某个特定项目中,市场需要将一些仅限Windows系统的
阅读全文
posted @ 2025-12-08 17:18 talentzemin
阅读(9)
评论(0)
推荐(0)
2025年12月2日
[译] 救命!我的 Java 对象消失了(垃圾回收器表示不背锅)
摘要: https://arraying.de/posts/markword/ 作为 HotSpot Java 虚拟机开发者,我在参与 OpenJDK 项目时遇到了一件离奇的事:运行新功能测试时,Java 对象和类竟凭空消失了!接下来的调试与修复过程,堪称我职业生涯中最有趣的一次经历,想在此分享给大家。 本
阅读全文
posted @ 2025-12-02 10:46 talentzemin
阅读(11)
评论(0)
推荐(0)
2025年11月21日
面试官:如何实现一个简易的依赖注入(DI)框架
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; // 服务生命周期 public enum ServiceLifetime { Transient, // 每次请求
阅读全文
posted @ 2025-11-21 09:46 talentzemin
阅读(10)
评论(0)
推荐(0)
下一页
公告