Skip to content

Commit 4cd346a

Browse files
committed
docs(README.md): add description for encoding
1 parent 956ab65 commit 4cd346a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,24 @@ git clone https://github.com/yansheng836/java-web-lightweight-development-interv
3939

4040
## 说明
4141

42-
原博文视点下载的压缩包含有大量的jar,很占空间,因此统一将其整理到[`lib`](./lib/)目录下。
42+
### 1.jar
43+
44+
原博文视点下载的代码没有使用项目构建工具进行管理(如Maven等),含有大量的jar,很占空间,因此统一将其整理到[`lib`](./lib/)目录下。
45+
46+
### 2.编码
47+
48+
原代码文件编码不一,有gbk、utf8等,即master分支代码。于是进行了转换,转换后:
49+
50+
utf8-->[utf分支](https://github.com/yansheng836/java-web-lightweight-development-interview-tutorial/tree/utf8)
51+
52+
gbk-->[gbk分支](https://github.com/yansheng836/java-web-lightweight-development-interview-tutorial/tree/gbk)
53+
54+
#### 克隆
55+
56+
```bash
57+
# utf8分支
58+
git clone -b utf8 https://github.com/yansheng836/java-web-lightweight-development-interview-tutorial.git
59+
60+
# gbk分支
61+
git clone -b gbk https://github.com/yansheng836/java-web-lightweight-development-interview-tutorial.git
62+
```

0 commit comments

Comments
 (0)