【笔记】Xray代理学习笔记 发表于 2024-02-09 更新于 2026-03-03 前言Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.(Github) 阅读全文 »
【笔记】V2ray学习笔记 发表于 2024-02-09 更新于 2026-03-03 前言Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.(Github) 阅读全文 »
【踩坑】网页加载静态资源报错 发表于 2024-02-02 更新于 2026-03-03 前言网页加载静态资源报错:Cannot load script https://loli.fj.cn/lib/hexo-generator-searchdb/dist/search.js. Failed integrity metadata check. Content length: 5182, Expected content length: 5182, Expected metadata 阅读全文 »
【踩坑】Gorm将自定义SQL语句查询结果映射为时间类型时报错 发表于 2024-02-01 更新于 2026-03-03 前言Gorm将自定义SQL语句查询结果映射为时间类型时报错:unsupported Scan, storing driver.Value type []uint8 into type *time.Time 阅读全文 »