技术博客

归档

2026 年 08 月

2026-08-07

Lottie是由矢量图形组成的动画 QML VectorImage:https://doc.qt.io/qt-6/zh/qml-qtquick-vectorimage-vectorimage.html QML LottieAnimation:https://doc.qt.io/qt-6/zh/qml

2026-08-05

将服务器作为代理服务器 github:https://github.com/3proxy/3proxy/releases windows选择:3proxy-<版本号>-x64.zip 下载后新建配置文件如: nserver 8.8.8.8 auth strong users abcabc:CL:

2026 年 05 月

2026-05-03

一款配置AI终端cli的跨平台桌面一体化助手工具,适用于Claude Code、Codex、OpenCode、openclaw和Gemini CLI。 github:https://github.com/farion1231/cc-switch

2026 年 04 月

BCryptGenRandom 是 Windows CNG(Cryptography Next Generation) 提供的加密级安全随机数生成器(CSPRNG)接口。 随机源:内核熵池(多源熵:系统事件、硬件噪声等) 适用:密钥、IV、nonce、token、盐值等 安全级别:✔ 可用于生产加密
go get github.com/boombuler/barcode package main import ( "bytes" "fmt" "image/png" "github.com/boombuler/barcode" "github.com/boombuler/barcod
package main import ( "fmt" "time" ) func main() { fmt.Println(time.Now().UnixMilli()) defer fmt.Println(time.Now()) // 或 defer test1(time.N

2026 年 03 月

MediaMTX官网 MediaMTX下载地址 双击运行,rtsp tcp默认监听8554 ffmpeg启动 ffmpeg
前提:手机已ROOT、安装了magisk 手机:Pixel 4 XL(Coral) charles版本:4.5.6 开始: charles内点击菜单Proxy - Proxy Settings 关闭SSL Proxying 点击菜单help - SSL

2026 年 02 月

//go:build js && wasm package main import ( "fmt" "syscall/js" ) func main() { var window js.Value = js.Global() //window添加一个名为test的函数 window
golang编绎wasm 首先改变编绎目标 go env -w GOOS=js GOARCH=wasm (如果用的是goland)再到IDE中修改配置
上一页 下一页