auto commit

This commit is contained in:
CyC2018 2019-04-22 21:55:11 +08:00
parent 5209dd4eb4
commit f53f2cb555
5 changed files with 4 additions and 3 deletions

View File

@ -48,11 +48,11 @@
- 用 min、max 表示数量范围;
- 用 first、last 表示访问空间的包含范围;
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/a6ebcd0a-a44d-48c8-b29a-dfacece83301.png"/> </div><br>
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/6edb0f48-fdc8-4c57-8cb6-f19c618c25be_200.png" width="200px"> </div><br>
- begin、end 表示访问空间的排除范围,即 end 不包含尾部。
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/3fa0a6cb-a0a4-490a-9a80-7f4888f2500c.png"/> </div><br>
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/6edb0f48-fdc8-4c57-8cb6-f19c6181555941244322.png" width="200px"> </div><br>
# 四、良好的代码风格

View File

@ -34,7 +34,8 @@
主要包括 Ant、Maven 和 Gradle。
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/df247180-4d5c-4d4b-ab0f-1aec61d13d45.png"/> </div><br>
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/080fc925-5116-4d91-b8dd-9da5a541931d_200.png" width="400px"> </div><br>
Gradle 和 Maven 的区别是,它使用 Groovy 这种特定领域语言DSL来管理构建脚本而不再使用 XML 这种标记性语言。因为项目如果庞大的话XML 很容易就变得臃肿。

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB