first commit

This commit is contained in:
2026-06-27 16:04:22 +08:00
commit 01ebdcbdc1
15 changed files with 14757 additions and 0 deletions

63
ref.bib Normal file
View File

@@ -0,0 +1,63 @@
@misc{go_doc,
title = {Go Documentation},
author = {{The Go Authors}},
url = {https://go.dev/doc/},
year = {2026},
note = {访问日期2026-06-27}
}
@misc{flutter_doc,
title = {Flutter Documentation},
author = {{Flutter Team}},
url = {https://docs.flutter.dev/},
year = {2026},
note = {访问日期2026-06-27}
}
@misc{ffmpeg_doc,
title = {FFmpeg Documentation},
author = {{FFmpeg Developers}},
url = {https://ffmpeg.org/documentation.html},
year = {2026},
note = {访问日期2026-06-27}
}
@misc{joy4_github,
title = {joy4: Go audio/video library and streaming server},
author = {{joy4 Authors}},
url = {https://github.com/nareix/joy4},
year = {2021},
note = {访问日期2026-06-27}
}
@misc{flvjs_github,
title = {flv.js: HTML5 FLV Player},
author = {{Bilibili Developers}},
url = {https://github.com/bilibili/flv.js},
year = {2024},
note = {访问日期2026-06-27}
}
@misc{frp_github,
title = {frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet},
author = {{Fatedier}},
url = {https://github.com/fatedier/frp},
year = {2026},
note = {访问日期2026-06-27}
}
@misc{caddy_doc,
title = {Caddy Documentation},
author = {{Caddy Server Authors}},
url = {https://caddyserver.com/docs/},
year = {2026},
note = {访问日期2026-06-27}
}
@misc{sqlite_wal,
title = {Write-Ahead Logging (WAL) in SQLite},
author = {{SQLite Development Team}},
url = {https://www.sqlite.org/wal.html},
year = {2026},
note = {访问日期2026-06-27}
}