博客
思考与见解

技术
QQ 邮箱 SMTP 配置踩坑:465 与 587 端口不能随意使用
配置 QQ 邮箱 SMTP 发送邮件时,发现 465 和 587 两个端口不能随意使用。本文详解 465(SSL/隐式 TLS) 与 587(STARTTLS/显式 TLS) 的区别、secure 参数的正确设置,以及常见报错排查。
阅读全文 →
技术
Salesforce ListView 自定义按钮:选中记录批量处理
手把手教你如何在 Salesforce ListView 页面添加自定义按钮,通过 Visualforce Page 和 Apex 获取用户选中的多条记录,实现批量操作。包含完整代码示例和配置截图。
阅读全文 →
技术
Salesforce ListView Custom Button: Batch Processing Selected Records
A step-by-step guide to adding a custom button to Salesforce ListView pages. Learn how to use Visualforce Pages and Apex to capture user-selected records and perform batch operations, with complete code examples and configuration screenshots.
阅读全文 →综合
你的文章标题
你的文章摘要,一句话描述文章内容
阅读全文 →
指南
Markdown Style Guide
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
阅读全文 →
技术
Using MDX
Lorem ipsum dolor sit amet
阅读全文 →
生活
Third post
Lorem ipsum dolor sit amet
阅读全文 →
技术
Second post
Lorem ipsum dolor sit amet
阅读全文 →
技术
从零搭建个人博客 — Astro + GitHub Pages 实践
记录使用 Astro 框架和 GitHub Pages 从零搭建个人博客的完整过程,涵盖项目初始化、内容管理、自动部署等关键环节。
阅读全文 →