Commit Graph

31 Commits

Author SHA1 Message Date
Haigang Zhou
30ca13a369 7-8 章修改 (#842)
Co-authored-by: Joe Chen <jc@unknwon.io>
2022-05-10 13:53:30 +08:00
Jck
39dbdb7094 修改部分描述,添加必要的标点符号,补充代码超链接 (#804) 2021-10-25 23:34:42 +08:00
Denis-Oakley
51b311d7d3 Update 07.2.md (#761) 2020-03-04 22:32:50 +08:00
max-workspace
2476ea9806 采用斜体的形式完善译者注 (#733)
* 增加示例函数的注释

* 采用斜体完善注解内容
2019-10-31 23:11:28 -07:00
marjune
6ed73bf4f5 Move images (#704)
* refactor: merge image directories into one

```bash
git mv -v images/* eBook/images/
sed -i -e 's;../images;images;g' eBook/*.md
```

* use correct chapter number for image names in 4.9

* use correct chapter number for image names in 7.2.4
2019-08-04 00:22:43 -07:00
liyv
e538573122 1.切片arr1[:3],是不包括第四个元素 (#555) 2018-11-16 23:41:10 -05:00
crackedcd
b998a9462a Update 07.2.md (#540)
s := [3]int{1,2,3}[:] 会导致panic:
invalid operation [3]int literal[:] (slice of unaddressable value)
2018-09-06 20:17:52 -04:00
Wenkang Tan
3a104f2970 Update 07.2.md (#431)
调整一些文本的可读性
2018-03-05 03:55:00 -05:00
tonylevid
1348945b29 Update 07.2.md (#388)
fixed len(s) < cap(s), should be len(s) <= cap(s)
2017-07-24 18:44:04 -04:00
bigxu
1108cb5b00 Update 07.2.md (#341)
一个由数字 1、2、3 组成的切片可以这么生成:`s := [3]int{1,2,3}[:]`
2017-04-06 15:26:59 -04:00
守夜人
df0c0337af Update 07.2.md (#289) 2016-11-19 22:23:31 -05:00
joezou
0a5988e85e 应该是第2+1个元素开始。。。 2015-10-30 23:27:43 +08:00
无闻
e0dcfbd127 Merge pull request #157 from skiy/master
update
2015-10-23 23:22:46 -04:00
skiy
aa3618337c Update 07.2.md
文字错误
2015-10-24 09:03:40 +08:00
skiy
a021d74249 Update 07.2.md
勘误
2015-10-23 15:36:23 +08:00
skiy
c467e4631a Update 07.2.md
勘误
2015-10-23 14:53:45 +08:00
Unknwon
4613233c5d 精校:8.2-8.4 2015-08-03 09:42:21 +08:00
zhouyq
468749a603 代码段少一个`标记 2015-07-30 09:16:53 +08:00
Unknwon
68842477a4 精校:7.2-7.3 2015-07-28 11:54:47 +08:00
Jeff
34b9ffe2d0 调整顺序,希望读者更容易理解 2015-03-16 17:01:42 +08:00
Jeff
a7e6ad0e0e 1. 小修改;2. 加换行;3. 格式调整 2015-03-16 17:01:02 +08:00
Jeff
67b8da90c6 修正一个bug 2015-03-16 16:58:38 +08:00
Jeff
e7a887c7a0 加入换行 2015-03-16 16:56:28 +08:00
Jeff
329ffab1e5 描述更清晰准确一些 2015-03-16 16:55:38 +08:00
Jeff
e0e72c1830 将2段文字改成列表,符合原书的排版 2015-03-16 16:54:53 +08:00
Jeff
2ef71c181e 给程序输入加上换行符 2015-03-16 12:28:12 +08:00
无闻
0b5850fb76 fix #47 2014-12-29 20:56:01 +08:00
Guobiao Mei
07d26e14d1 Fix links to the code examples
Change-Id: I644c6a516abab2577353644c128102457deeb41a
2014-12-18 16:49:46 -05:00
Unknown
ff809d956a 07.2 2014-11-04 23:48:07 -05:00
Unknown
37397a7d02 07.1 2014-11-03 18:40:54 -05:00
chidouhu
22b640d2bf add 07.2.md, 07.3.md, 07.4.md, 07.5.md 2013-11-23 15:13:25 +08:00