CSS垂直居中
Clash Service Linux Config
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
CSS 左侧溢出实现
1 | <style> |
Decorator 装饰器模式
e.g.
1 | let worker = { |
Injection
1 | function injection(func, ...argsBound) { |
arrow function
1 | function defer(f, ms) { |
prototype
1 | let user = { |