Commit Graph

20 Commits

Author SHA1 Message Date
Wan Cheuk Lun
4d01f8228e Update index.md (#26782) 2019-06-25 14:34:31 +08:00
Wan Cheuk Lun
0a473f498d Update index.md (#26776) 2019-06-25 14:33:50 +08:00
Wan Cheuk Lun
24c5fc3127 Merge pull request #26771 from winsonrich/patch-9
Update index.md
2019-06-25 14:32:16 +08:00
winsonrich
377328f3c4 Update index.md 2019-06-25 14:31:56 +08:00
winsonrich
2f08132959 Update index.md 2019-06-25 14:31:32 +08:00
winsonrich
da699106bd Update index.md 2019-06-25 14:31:09 +08:00
winsonrich
7b89e15927 Update index.md
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
2019-06-25 14:30:43 +08:00
winsonrich
ae147f519a Update index.md
1. while the array is larger than the target number of variable:"searchFor" , it is no need to search for the result that is larger than the "search target", therefore, we should break the loop to save more resources.
2. the variable j in the statement of "System.out.println("i = " + j); " is not declare and initialize at the beginning, also, var j in the while loop does not match with the variable i which is the result we want to display. Therefore, this statement should correct to "System.out.println("i = " + i); " so as to display the result of each loop correctly.
2019-06-25 13:54:39 +08:00
winsonrich
5da9e0bbca Update index.md 2019-06-25 13:51:52 +08:00
Ahmad Abdolsaheb
23ca5d9cc6 fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
2019-05-25 02:39:49 +05:30
Yang8547
5e387d2561 Add improvement of the translation (#26402) 2019-01-09 22:43:41 -08:00
Brian
7bb862617c 加了Netbeans 和 JDK 下载 (#25213)
* 加了Netbeans 和 JDK 下载

加了网站去下载 Netbeans 和 JDK 一起

* make it more nature
2019-01-03 10:17:25 -08:00
Emily Gong
48670347b9 Update translation (#25780) 2019-01-03 10:01:23 -08:00
suruihuang
4a53bfc840 updated data_type.md (#23401)
fix translation for "character"
2019-01-02 12:19:10 -08:00
Jack
bb7e85b72f Update index.md (#34480) 2018-12-14 23:13:36 -08:00
Yang8547
557e4a5504 update Translation (#28650) 2018-12-12 15:56:59 -08:00
Jack
53d9d7f3e3 Fix the Chinese Document of Java (#20539)
Remove some words "的" which would make the description more fluent.
2018-10-29 17:32:14 -04:00
suruihuang
81422b67cb Update index.md (#23355)
I have rephrase some of the expressions and translate the part for implicit casting.
2018-10-26 13:13:35 -04:00
Bouncey
b1a785c87d fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30