自建 RSS 服务器
2023年3月4日 · 788 字 · 2 分钟

RSS(英文全称:RDF Site Summary 或 Really Simple Syndication1),中文译作简易信息聚合2,也称聚合内容3,是一种消息来源格式规范,用以聚合多个网站更新的内容并自动通知网站订阅者。使用 RSS 后,网站订阅者便无需再手动查看网站是否有新的内容,同时 RSS 可将多个网站更新的内容进行整合,以摘要的形式呈现,有助于订阅者快速获取重要信息,并选择性地点阅查看。
用 ADB 清理下 Android 手机
2022年4月3日 · 3781 字 · 8 分钟
天翼一号,一款中国电信定制的机子,型号 TYH201H,由海信代工。
- 手机桌面负一屏是什么
天翼云手机 - 内置很多垃圾软件不能卸载
好用的 docker 镜像
2022年3月6日 · 327 字 · 1 分钟
阿里云盘 webdav
docker run -d --name=webdav --restart=always \
-p 8080:8080 -v /etc/localtime:/etc/localtime \
-v /etc/aliyun-driver/:/etc/aliyun-driver/ \
-e TZ="Asia/Shanghai" \
-e ALIYUNDRIVE_REFRESH_TOKEN="<YOUR TOKEN>" \
-e ALIYUNDRIVE_AUTH_PASSWORD="admin" \
-e JAVA_OPTS="-Xmx1g" zx5253/webdav-aliyundriver
Decrease titlebar height in GNOME 3.19+
2021年10月8日 · 274 字 · 1 分钟
为了用上 fcitx-5,把系统一口气升级到了 ubuntu 21.10 . 升级完发现,Terminal 的标题栏好宽,好难看,接受不了。
__attribute__
2021年10月5日 · 701 字 · 2 分钟
The keyword attribute allows you to specify special properties of variables, function parameters, or structure, union, and, in C++, class members. This attribute keyword is followed by an attribute specification enclosed in double parentheses. Some attributes are currently defined generically for variables. Other attributes are defined for variables on particular target systems. Other attributes are available for functions (see Function Attributes), labels (see Label Attributes), enumerators (see Enumerator Attributes), statements (see Statement Attributes), and for types (see Type Attributes). Other front ends might define more attributes (see Extensions to the C++ Language).
