File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,24 @@ git clone https://github.com/yansheng836/java-web-lightweight-development-interv
39
39
40
40
## 说明
41
41
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
+ ```
You can’t perform that action at this time.
0 commit comments