使用 Visual Studio Code

本人仅用 VSCode 来管理文件,不做编程用途

  • 关闭 Activity Bar
  • 关闭 Status Bar
  • Explorer Ctrl + Shfit + E
  • Search Ctrl + Shfit + F
  • SCM Ctrl + Shfit + G

编写文档方式

使用Git仓库作为存储

.gitignore 模板内容

1
2
3
4
5
6
7
8
9
10
*.doc
*.docx
*.xls
*.xlsx
*.pdf
*.csv
*.sql
*.apk
*.rar
*.zip

注意事项

附件管理

  • 第一张功能截图要截全图,细节功能截局部图。

文件命名

  • 不给文件名标号,有顺序的文件通过编目录的方式组织。

各国电视剧

United Kingdom

TV-14

  • Sherlock (2010-2017)
  • Hustle (2004-2012)

TV-MA

  • Black Mirror (2011-2019)

Spanish

  • Money Heist (2017)

Korean

  • 鱿鱼游戏 (2021)

Linux 中 Nginx 默认配置

nginx.conf

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
user  nginx;
worker_processes auto;

error_log /var/log/nginx/error.log notice;
pid /var/run/nginx.pid;

events {
worker_connections 1024;
}

http {
include /etc/nginx/mime.types;
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /var/log/nginx/access.log main;

sendfile on;
#tcp_nopush on;

keepalive_timeout 65;

#gzip on;

include /etc/nginx/conf.d/*.conf;
}

conf.d/default.conf

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
server {
listen 80;
server_name localhost;

#access_log /var/log/nginx/host.access.log main;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
}

#error_page 404 /404.html;

# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}

# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
#location ~ \.php$ {
# root html;
# fastcgi_pass 127.0.0.1:9000;
# fastcgi_index index.php;
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params;
#}

# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
#location ~ /\.ht {
# deny all;
#}
}

Game & Sport

Tabletop game

Board game
Card Game
Jumanji (1995)

Monopoly

Backgammon (双陆棋)

Checkers (国际跳棋)

拱猪

Cue sports

Carom billiards

Pool

Snooker

Playground game

Hopscotch

Inline skating

Inline skates (直排轮鞋)

Puzzle

Sam Loyd, Famous Trick Donkeys

Word Puzzle

Word ladder