Battery svg
Posted on
Mix-ins
Posted on
In
JavaScript
Mix-ins
Abstract subclasses or mix-ins are templates for classes. An ECMAScript class can only have a single superclass, so multiple inheritance from tooling classes, for example, is not possible. The functionality must be provided by the superclass.
eg:
1 | const calculatorMixin = (Base) => |
2021观影记录
Posted on
电影
- ☑ 沐浴之王:老套路。看完了感觉很无聊。
- ☑ Dead to 2020:英剧喜剧片。有点意思,照例黑老美。
- ☑ 十诫:老电影,十分艺术。
- ☑ Megan Leavey:军人与军犬之间的故事,但是我还是觉得一旦走上了这条路,就很难回归正常生活了。
- ☐ 邪不压正
- ☑ 急先锋:很难想象是 2020 年的电影,给我的感觉比不上神话。
- ☑ Azizler(易舍难分):拿到了好的题材,拍了一部烂片。
- ☑ Mosul(血战摩苏尔):钢枪很热血,剧情挺狗血。
- ☑ Greenland(末日逃生):强行拖剧情,很多地方逻辑不通。特效还可以。
- ☑ 赵子龙:垃圾片。
- ☑ 送你一朵小红花
- ☑ 盗梦空间
纪录片
- ☑ Alien Worlds:根据现有的环境对其他星球进行模拟,幻想存在的物种。最后一集很震撼,随着进化只剩下神经系统,不需要肉体。靠葡萄糖维持生命,高度发达的机器人。
macOS打不开非官方dmg文件
Posted on
2020总结
Posted on
In
Year-end Summary
Clash Service Linux Config
Posted on
In
Linux
config clash.service
file path: /etc/systemd/system
1 | [Unit] |
- start:
systemctl start clash
- stop:
systemctl stop clash
- enable(start when system start):
systemctl enable clash
- disable:
systemctl disable clash
- status:
systemctl status clash
2020/11 總結
Posted on
使用clash進行科學上網
Posted on
之前使用的是 trojan, 奈何找不到好的管理程序, 現使用 clash
clash 的 config 使用的是 yaml 文件, 所以比較好寫.
1 | port: 7890 |
2020/10 總結
Posted on