技术
共 11 篇 · RSSRefactoring a Messy Tieba Bot into an Evolvable Architecture
This Tieba bot did not become hard to work on because of one catastrophic bug. It got harder through a series of small, …
Waiting for a Domain Drop
I'm not a domain player, but I do have a few domains saved—they're like digital collectibles. Good domains are usually s…
Preventing AWS Traffic Runaway
I'm using a free AWS instance as a reverse proxy. To prevent my traffic quota from being exhausted, I've quickly put tog…
Optimizing Cloudflare IP
For well-known reasons, websites using Cloudflare (CF) can load slower (In China). I originally planned to use CF's SaaS…
A Small Frontend Tweak for the Blog
I switched the blog theme to Shiro, but noticed a pop-up on mobile devices saying "Browser version is too low"? However,…
A NEW WAY TO DEPLOY BLOG
I migrated my code repository during some free time. Previously, I used Coding to manage my private code for three reaso…
Golang批量导入Excel小工具
需求:批量导入excel的数据到mongodb和mysql。 最近的工作都是用Go开发,为了方便同事修改,所以用Go写了一下。OK. 随便取个名字,就叫 吧,代码目录结构如下: