置顶
用redis构建聊天室
记录我用redis构建聊天室的一个方案。
在go标准库外实现比go标准库更好的arena
记录我如何在go标准库外实现比go标准库更好的arena。
用原子指针+互斥锁实现仅写时加锁
记录我写arena的一个经验
所有
Go1.25的新CSRF(跨站请求伪造)防御API | 构建更安全的互联网
介绍Go1.25新CSRF(跨站请求伪造)防御API的原理和特点,以及和其他方法的优劣,还有使用新API要注意的。
一个SEO优化的网页结构模板 | 打造搜索引擎友好的网站基础
分享了一个SEO优化的网页结构模板,以及一些要点,如带async和defer属性的script标签等。
My Experience With Cloudflare Argo Smart Routing Greatly Improving Access Speed in Chinese Mainland
Share my experience of using Cloudflare Argo Smart Routing, and actually measure that Cloudflare Argo Smart Routing has reduced the visit delay in Chinese Mainland from nearly 50 seconds to 200+ms, which has significantly improved the access speed in Chinese Mainland, even faster than the direct connected vps. In addition, compare the cost-effectiveness analysis of Cloudflare Pro plan, and when to choose Cloudflare Pro plan.
Personal Guide to Choosing VPS (Virtual Private Server)
This guide is intended for personal use, such as learning and research, lightweight websites (personal blogs), etc. Includes tips for selecting overseas VPS and sharing payment methods. But other uses, such as commercial websites, also have reference value.
我的Cloudflare Argo Smart Routing使用体验 - 大幅提升中国大陆访问速度
分享我的Cloudflare Argo Smart Routing使用体验,实测Cloudflare Argo Smart Routing将中国大陆访问延迟从近50秒降至200+ms,对中国大陆访问速度有大幅提升,甚至比直连vps快,还有对比 Cloudflare Pro 计划性价比分析,何时该选择Cloudflare Pro计划。
个人选购vps(虚拟专用服务器)指南
本指南面向个人用途,如学习研究,轻量级网站(个人博客)等,包含境外VPS选择技巧和支付方式分享。但其他用途,如商业网站也有参考价值。
Measure the Speed Difference Between Http2 and Http3
HTTP/3 vs HTTP/2 performance test in real networks. Results show ~10% faster response with HTTP/3. Open-source tool in Go.
测量http2和http3的速度差异
通过自研工具实测 HTTP/2 与 HTTP/3 在本地及跨国网络下的性能差异。基于 QUIC 和 TLS 1.3 的 HTTP/3 在重连场景下平均延迟降低 10%,在高 RTT 环境中优势显著。详述测试方法、环境配置与结果分析。
Go1.25 is worth paying attention to
I have read the ongoing release notes for go1.25 and feel that this version is worth paying attention to.
Go1.25值得关注的
记录笔者阅读go1.25正在进行的发布说明,觉得这个版本值得关注的。
我使用Cloudflare免费计划的经验
记录我使用Cloudflare免费计划的经验
关于我
关于我qiulaidongfeng,一位Go语言程序员,专业的软件设计师的信息
用redis构建聊天室
记录我用redis构建聊天室的一个方案。
数据库配置tls的几个坑点
记录我配置数据库连接使用tls遇到的一些常见网络教程未介绍的坑点
在go标准库外实现比go标准库更好的arena
记录我如何在go标准库外实现比go标准库更好的arena。
go语言tls1.3密码套件修改研究
记录研究如何让go标准库的tls1.3默认密码套件用AES256的
用原子指针+互斥锁实现仅写时加锁
记录我写arena的一个经验
go1.24rc1发布
介绍go1.24值得关注的
How does the metrics package record the number of non default behavior occurrences
英文版
metrics包如何记录非默认行为发生次数
记录研究metrics包怎么实现的
Multiplication_or_dereference
英文版
乘法还是解引用
记录我设计编程语言时,如何处理*号的思考过程
mmap_error
英文版
mmap错误
记录看go1.21提交记录发现被解决一个issue
First blog
英文版
第一个博客
第一篇博客,宣告我的博客正式上线。