Appearance
第64期 09 week share 2026-02-26
本周我读到有趣的文章
TIP
A high-performance, bidirectional infinite scroll list component for large list rendering
2、Dockview
TIP
Zero dependency docking layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue, Angular, and vanilla TypeScript.
TIP
The goal is to easily configure your favorite Linux distribution as a router using the web UI
4、surge
TIP
Blazing fast TUI download manager built in Go for power users
5、FileSync
TIP
Send files from one device to many in real-time.
TIP
Fast file explorer written with Tauri and React.
7、Regle.js
TIP
Headless form validation library for Vue.
8、BASH
bash
# curl 上传文件
curl -F "file=@/path/to/file.txt" https://example.com/upload
# curl 上传文件并显示上传进度
curl -# -F "file=@/path/to/file.txt" https://example.com/upload
# curl 上传文件并指定字段名称
curl -F "myfile=@/path/to/file.txt" https://example.com/upload