Skip to content

Commit 9f5484e

Browse files
committed
style: 目录调整
- 增加 Apache 和 Nginx 基础配置 - 增加 Apple 美区 ID 充值 - 增加 Vim 基础快捷方式 - 增加 Telegram 机器人配置
1 parent b634cec commit 9f5484e

18 files changed

+465
-111
lines changed

.vuepress/config.js

+79-61
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,75 @@ module.exports = {
3737
// ],
3838
sidebar: [
3939
{
40-
title: 'Android',
41-
path: '/Android/',
40+
title: 'CSS',
4241
collapsable: false,
43-
sidebarDepth: 1,
4442
children: [
45-
'/Android/Android style 样式.md',
46-
'/Android/Android 学习资源.md',
47-
'/Android/android_1回顾.md',
48-
'/Android/android_2回顾.md',
43+
'/CSS/notes.md',
44+
'/CSS/LESS.md',
45+
'/CSS/Stylus.md',
4946
],
5047
},
5148
{
52-
title: 'CSS',
49+
title: 'NodeJS',
50+
path: '/NodeJS/',
5351
collapsable: false,
5452
children: [
55-
'/CSS/notes.md',
56-
'/CSS/LESS.md',
53+
['/NodeJS/第一个NPM包.md', '第一个NPM包'],
54+
],
55+
},
56+
{
57+
title: 'React',
58+
path: '/React/',
59+
collapsable: false,
60+
children: [
61+
['/React/开发环境.md', '开发环境'],
62+
['/React/开发环境01.md', '开发环境01'],
63+
['/React/开发文档.md', '开发文档'],
64+
['/React/dva使用.md', 'dva使用'],
65+
['/React/Less-实现换肤.md', 'Less实现换肤'],
66+
],
67+
},
68+
{
69+
title: 'Flutter',
70+
path: '/Flutter/',
71+
collapsable: false,
72+
children: [],
73+
},
74+
{
75+
title: 'React Native',
76+
path: '/ReactNative/',
77+
collapsable: false,
78+
children: [
79+
['/ReactNative/react-native-开发环境.md', 'React Native 开发环境'],
80+
['/ReactNative/ReactNative之搭建开发环境.md', 'React Native 之搭建开发环境'],
81+
['/ReactNative/ReactNative之在设备上运行.md', 'React Native 之在设备上运行'],
82+
['/ReactNative/ReactNavigation集成Redux.md', 'React Navigation 集成 Redux'],
83+
['/ReactNative/ReactNative集成极光推送jpush-react-native.md', '集成极光推送'],
84+
['/ReactNative/JS实现RN文件上传.md', 'JS 实现 RN 文件上传'],
85+
['/ReactNative/Awesome.md', 'Awesome'],
86+
],
87+
},
88+
{
89+
title: 'Web',
90+
path: '/Web/',
91+
collapsable: false,
92+
children: [
93+
['/Web/UI.md', 'UI'],
94+
['/Web/electron.md', 'Electron'],
95+
['/Web/flex-兼容.md', 'flex 兼容'],
96+
],
97+
},
98+
{
99+
title: '微信',
100+
path: '/WeChat/',
101+
collapsable: false,
102+
children: [
103+
['/WeChat/weapp-notes.md', '笔记'],
104+
['/WeChat/awesome.md', 'Awesome'],
105+
['/WeChat/use-other-font.md', '使用其他字体'],
106+
['/WeChat/template-rating.md', '评分组件 template 版'],
107+
['/WeChat/component-rating.md', '评分组件 component 版'],
108+
['/WeChat/weapp-rpx.md', '小程序使用 rpx 存在像素差(实战篇)'],
57109
],
58110
},
59111
{
@@ -70,6 +122,15 @@ module.exports = {
70122
'/HTTP/Fiddler移动抓包HTTPS.md',
71123
],
72124
},
125+
{
126+
title: 'DevOps',
127+
collapsable: false,
128+
children: [
129+
['/DevOps/nginx.md', 'NGINX'],
130+
['/DevOps/shell.md', 'Shell'],
131+
['/DevOps/vim.md', 'Vim'],
132+
],
133+
},
73134
{
74135
title: 'Java',
75136
collapsable: false,
@@ -113,66 +174,23 @@ module.exports = {
113174
],
114175
},
115176
{
116-
title: 'NodeJS',
117-
path: '/NodeJS/',
177+
title: 'Android',
178+
path: '/Android/',
118179
collapsable: false,
180+
sidebarDepth: 1,
119181
children: [
120-
['/NodeJS/第一个NPM包.md', '第一个NPM包'],
182+
'/Android/Android style 样式.md',
183+
'/Android/Android 学习资源.md',
184+
'/Android/android_1回顾.md',
185+
'/Android/android_2回顾.md',
121186
],
122187
},
123188
{
124189
title: 'PHP',
125190
path: '/PHP/',
126191
collapsable: false,
127-
children: [],
128-
},
129-
{
130-
title: 'React',
131-
path: '/React/',
132-
collapsable: false,
133-
children: [
134-
['/React/开发环境.md', '开发环境'],
135-
['/React/开发环境01.md', '开发环境01'],
136-
['/React/开发文档.md', '开发文档'],
137-
['/React/dva使用.md', 'dva使用'],
138-
['/React/Less-实现换肤.md', 'Less实现换肤'],
139-
],
140-
},
141-
{
142-
title: 'React Native',
143-
path: '/ReactNative/',
144-
collapsable: false,
145-
children: [
146-
['/ReactNative/react-native-开发环境.md', 'React Native 开发环境'],
147-
['/ReactNative/ReactNative之搭建开发环境.md', 'React Native 之搭建开发环境'],
148-
['/ReactNative/ReactNative之在设备上运行.md', 'React Native 之在设备上运行'],
149-
['/ReactNative/ReactNavigation集成Redux.md', 'React Navigation 集成 Redux'],
150-
['/ReactNative/ReactNative集成极光推送jpush-react-native.md', '集成极光推送'],
151-
['/ReactNative/JS实现RN文件上传.md', 'JS 实现 RN 文件上传'],
152-
['/ReactNative/Awesome.md', 'Awesome'],
153-
],
154-
},
155-
{
156-
title: 'Web',
157-
path: '/Web/',
158-
collapsable: false,
159192
children: [
160-
['/Web/UI.md', 'UI'],
161-
['/Web/electron.md', 'Electron'],
162-
['/Web/flex-兼容.md', 'flex 兼容'],
163-
],
164-
},
165-
{
166-
title: '微信',
167-
path: '/WeChat/',
168-
collapsable: false,
169-
children: [
170-
['/WeChat/weapp-notes.md', '笔记'],
171-
['/WeChat/awesome.md', 'Awesome'],
172-
['/WeChat/use-other-font.md', '使用其他字体'],
173-
['/WeChat/template-rating.md', '评分组件 template 版'],
174-
['/WeChat/component-rating.md', '评分组件 component 版'],
175-
['/WeChat/weapp-rpx.md', '小程序使用 rpx 存在像素差(实战篇)'],
193+
['/PHP/apache-vhost.md', '虚拟主机'],
176194
],
177195
},
178196
{

CSS/Stylus.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Stylus
2+
13
## calc()
24

35
`calc()` 函数中使用变量
@@ -8,4 +10,3 @@ b = 20px
810
padding-bootom: "calc(%s + 10rem)" % a
911
padding-bottom: "calc(%s + %s)" % (a b)
1012
```
11-

DevOps/nginx.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# NGINX
2+
3+
### 帮助
4+
5+
```shell
6+
~ nginx -h
7+
nginx version: nginx/1.18.0
8+
Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g directives]
9+
10+
Options:
11+
-?,-h : this help
12+
-v : show version and exit
13+
-V : show version and configure options then exit
14+
-t : test configuration and exit
15+
-T : test configuration, dump it and exit
16+
-q : suppress non-error messages during configuration testing
17+
-s signal : send signal to a master process: stop, quit, reopen, reload
18+
-p prefix : set prefix path (default: /usr/local/nginx/)
19+
-c filename : set configuration file (default: conf/nginx.conf)
20+
-g directives : set global directives out of configuration file
21+
```
22+
23+
### 验证配置文件是否正确
24+
25+
```shell
26+
nginx -t
27+
nginx -t -c conf/nginx.conf
28+
```
29+
30+
### 重启
31+
32+
```shell
33+
nginx -s reload
34+
```
35+
36+
### 查看配置文件
37+
38+
```shell
39+
~ nginx -t
40+
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
41+
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
42+
```

DevOps/shell.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Shell
2+
3+
### 查看软链接真实路径
4+
5+
```shell
6+
readlink /link
7+
```
8+
9+
```shell
10+
ll /link
11+
```
12+
13+
### 创建文件夹
14+
15+
```shell
16+
mkdir dirname
17+
```
18+
19+
### 创建文件
20+
21+
```shell
22+
touch filename
23+
```

DevOps/vim.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
tags: [vim]
3+
---
4+
5+
# Vim
6+
7+
## 查找
8+
9+
normal 模式下按下 <kbd>/</kbd> 可进入搜索模式,输入要查找的字符后回车。按下 <kbd>n</kbd> 查找下一个,按下大写 <kbd>N</kbd> 查找上一个
10+
11+
需要查找特殊字符时需要转义,例如 `/vim\$` 匹配 `"vim$"`
12+
13+
### 正则查找
14+
15+
查找模式中支持直接输入正则字符
16+
17+
```bash
18+
# 搜索以「regular」结尾的字符
19+
/regular$
20+
```
21+
22+
### 大小写敏感
23+
24+
查找模式中加入 `\c` 表示大小写不敏感,`\C` 表示大小写敏感
25+
26+
```bash
27+
/word\c
28+
```
29+
30+
## 跳转
31+
32+
### 跳到文件首行
33+
34+
按下 <kbd>g</kbd> 跳到文件首行
35+
36+
### 跳到文件末行
37+
38+
按下 <kbd>G</kbd> 跳到文件末行
39+
40+
### 跳到行首
41+
42+
按下数字 <kbd>0</kbd> 跳到行首
43+
44+
### 跳到当前行文字的第一个文字
45+
46+
按下 <kbd>^</kbd> 跳到当前行文字的第一个文字
47+
48+
### 跳到行尾
49+
50+
按下 <kbd>$</kbd> 跳到行尾

Flutter/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- [实现 iOS 无证书打包 ipa](https://cloud.tencent.com/developer/article/1394918)
2+
3+
- `Waiting for another flutter command to release the startup lock`
4+
5+
```bash
6+
killall -9 dart
7+
```
8+
9+
Windows:
10+
11+
```shell
12+
taskkill /F /IM dart.exe
13+
```

Git/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ git remote add origin <url>
3939
git branch -a
4040
```
4141

42+
### 查看本地分支关联(跟踪)的远程分支
43+
44+
```bash
45+
git branch -vv
46+
```
47+
4248
### 切换分支
4349

4450
```shell

NodeJS/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ tags: [Node.js]
122122
nvm alias default v12.4
123123
```
124124

125+
## 多版本管理
126+
127+
- [nvm](https://github.com/nvm-sh/nvm) - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
128+
- [n](https://github.com/tj/n) - Node version management
125129

126130
### MacOS
127131

@@ -137,3 +141,5 @@ tags: [Node.js]
137141
# 提示安装或执行以下命令手动安装
138142
xcode-select --install
139143
```
144+
145+
### [package.json 中 browser、module、main 字段优先级](https://github.com/SunshowerC/blog/issues/8)

NodeJS/第一个NPM包.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,27 @@ npm publish
8282

8383
1. `patch`:小改动,如修复 BUG,版本号变动 v1.0.0 -> v1.0.1
8484
2. `minor`:增加新功能且不影响现有功能,版本号变动 v1.0.0 -> v1.1.0
85-
3. `major`:带有兼容性问题的大版本迭代,版本号 v1.0.0 -> v2.0.0
85+
3. `major`:带有兼容性问题的大版本迭代,版本号 v1.0.0 -> v2.0.0
86+
87+
## 撤销发布
88+
89+
```shell
90+
# 不推荐。会删除社区包
91+
npm unpublish
92+
npm unpublish @honye/[email protected]
93+
npm unpublish @honye/hello --force
94+
# 推荐。不会在社区撤销已有的包,但会在安装时给出警告
95+
npm deprecate @honye/hello
96+
```
97+
98+
## FAQ
99+
100+
> error code E403
101+
>
102+
> error 403 403 Forbidden - PUT https://registry.npmjs.org/hello - Forbidden
103+
>
104+
> error 403 In most cases, you or one of your dependencies are requesting
105+
>
106+
> error 403 a package version that is forbidden by your security policy.
107+
108+
检查邮箱是否通过验证。登录 npm 并验证邮箱

Others/Apple-ID.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
3+
## 美区 Apple ID 充值
4+
5+
使用购买官方礼品卡的方式
6+
7+
需要一张外币信用卡,不需要美国 IP 代理。可用[招商银行 VISA 信用卡](https://cc.cmbchina.com/card/visa.htm?WT.mc_id=)
8+
9+
1.[礼品卡官网](https://www.apple.com/shop/gift-cards)选择礼品卡,**收件人邮箱是用来接收兑换码的,一定要填写正确**,最好是 Gmail 邮箱
10+
2. 账单地址在网上随便找个美国地址就行,无需和 Apple ID 上的地址一致。[美国地址随机生成](https://www.fakeaddressgenerator.com/usa_address_generator)
11+
3. 邮箱收到兑换码后就可以兑换使用了

Others/assets/9ff2f2f01c4bd1b013.png

974 KB
Loading

0 commit comments

Comments
 (0)