Appearance
第16期 1 week share 2025-01-03
本周我读到有趣的文章
TIP
用户关闭页面,或者点击链接离开,这时如何保证 HTTP 请求还能发送出去?本文分析了你能使用的几种方法。navigator.sendBeacon
2、Docker 架设静态网站的最小解决方案(英文)
TIP
作者想通过 Docker,提供静态网站服务。最后找到了一个解决方案,只需要在静态文件之外,加入一个 186KB 服务器就可以了
3、Dufs
TIP
Dufs is a distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav..
4、PyScript
TIP
PyScript 是一个用于网页的 Python 解释器,能够在网页上运行 Python 代码。
5、Vexip UI
TIP
个人打造的 Vue 组件库,没有大厂背景,目前有70多个组件
6、XLite
TIP
这个工具可以将 Excel 表格文件导入 SQLite,使用 SQL 进行查询。
7、权限命令
bash
chmod -rwx---r-– file1.txt
change the permissions of files or directories
chown [options] newowner:newgroup file1 file2
change the ownership of files, directories, or symbolic links