File tree 6 files changed +117
-10
lines changed
6 files changed +117
-10
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ turnoff.us 漫画汉化
7
7
8
8
如未特别注明,则漫画汉化与鉴评同为一人。
9
9
10
- 最后更新于:2017 年 04 月 05 日
11
-
12
10
- [ 静待后续汉化] ( https://github.com/LCTT/comic/blob/master/turnoff.us/turnoff.us.md )
13
11
14
- - 10、[ Linux 版 SQL Server] ( https://github.com/LCTT/comic/blob/master/turnoff.us/sql-server-on-linux-series/sql-server-on-linux-series.md ) (由 GHLandy 汉化)
12
+ - 10、[ Linux 版 SQL Server] ( https://github.com/LCTT/comic/blob/master/turnoff.us/sql-server-on-linux-series/sql-server-on-linux-series.md ) (由 GHLandy 汉化、wxy 点评 )
15
13
16
- 未发布
14
+ 发布在: [ https://linux.cn/article-8376-1.html ] ( https://linux.cn/article-8376-1.html )
17
15
18
16
- 9、[ 烦人的软件
19
17
] ( https://github.com/LCTT/comic/blob/master/turnoff.us/annoying-software-series/annoying-software-series.md ) (由 GHLandy 汉化)
@@ -37,7 +35,7 @@ turnoff.us 漫画汉化
37
35
38
36
发布在:[ https://linux.cn/article-8318-1.html ] ( https://linux.cn/article-8318-1.html )
39
37
40
- - 4、[ Bash 的历史] ( https://github.com/LCTT/comic/blob/master/turnoff.us/bash_history/bash_history.md ) (由 name1e5s 汉化、bestony鉴评 )
38
+ - 4、[ Bash 的历史] ( https://github.com/LCTT/comic/blob/master/turnoff.us/bash_history/bash_history.md ) (由 name1e5s 汉化、bestony 点评 )
41
39
42
40
发布在:[ https://linux.cn/article-8316-1.html ] ( https://linux.cn/article-8316-1.html )
43
41
Original file line number Diff line number Diff line change
1
+ Java Collections in Duck Life
2
+ =====
3
+
4
+ ![ Java Collections in Duck Life] ( https://turnoff.us/image/en/java-collections.png )
5
+
6
+ - Sometimes a QUEUE makes sense ...
7
+ - Quack! add!
8
+ - Quack! remote!
9
+
10
+
11
+ - ... Sometimes Just a SET is enough.
12
+ - Quack! remote!
13
+ - eventually a MAP is necessary...
14
+
15
+ - ...but sooner or later we all need to deal with a STACK.
16
+
17
+
18
+ via:
19
+ - https://turnoff.us/geek/java-collections/
20
+
21
+ 作者:[ Daniel Stori] [ a ]
22
+ 译者:[ 译者ID] ( https://github.com/译者ID )
23
+ 校对:[ 校对者ID] ( https://github.com/校对者ID )
24
+ 合成:[ 合成者ID] ( https://github.com/合成者ID )
25
+ 点评:[ 点评ID] ( https://github.com/点评者ID )
26
+
27
+ 本文由 [ LCTT] ( https://github.com/LCTT/TranslateProject ) 原创编译,[ Linux中国] ( https://linux.cn/ ) 荣誉推出
28
+
29
+ [ a ] :http://turnoff.us/about/
Original file line number Diff line number Diff line change
1
+ Java Garbage Collection Explained
2
+ =====
3
+
4
+ ![ Java Garbage Collection Explained] ( https://turnoff.us/image/en/java-gc-explained.png )
5
+
6
+ - Hi people! John is here to clean up the mess. Can you get out, please?
7
+
8
+
9
+ - sweep sweep sweep
10
+ - Considering that we are application threads, John is acting as GC, more specifically the serial GC!
11
+
12
+
13
+ - They are two threads now, they are acting as parallel GC.
14
+ - John, I will help you!
15
+
16
+
17
+ - Boys, do you want to return to work while we finish here?
18
+ - John is suggesting concurrent MarkAndSweep GC!
19
+
20
+ via:
21
+ - https://turnoff.us/geek/java-gc-explained/
22
+
23
+ 作者:[ Daniel Stori] [ a ]
24
+ 译者:[ 译者ID] ( https://github.com/译者ID )
25
+ 校对:[ 校对者ID] ( https://github.com/校对者ID )
26
+ 合成:[ 合成者ID] ( https://github.com/合成者ID )
27
+ 点评:[ 点评ID] ( https://github.com/点评者ID )
28
+
29
+ 本文由 [ LCTT] ( https://github.com/LCTT/TranslateProject ) 原创编译,[ Linux中国] ( https://linux.cn/ ) 荣誉推出
30
+
31
+ [ a ] :http://turnoff.us/about/
Original file line number Diff line number Diff line change
1
+ Mastering RegExp
2
+ =====
3
+
4
+ ![ Mastering RegExp] ( https://turnoff.us/image/en/regexp.png )
5
+
6
+ - that's it! I'll not exit this house till I mastering RegExp!
7
+
8
+
9
+ - tap tap tap
10
+ - tap tap tap tap tap
11
+
12
+
13
+ - lots of coffee and time later...
14
+ - now I see! I understand every single concept of RegExp!
15
+
16
+
17
+ - now I'll show to the poeple at work what I've...
18
+
19
+ via:
20
+ - https://turnoff.us/geek/mastering-regexp/
21
+
22
+ 作者:[ Daniel Stori] [ a ]
23
+ 译者:[ 译者ID] ( https://github.com/译者ID )
24
+ 校对:[ 校对者ID] ( https://github.com/校对者ID )
25
+ 合成:[ 合成者ID] ( https://github.com/合成者ID )
26
+ 点评:[ 点评ID] ( https://github.com/点评者ID )
27
+
28
+ 本文由 [ LCTT] ( https://github.com/LCTT/TranslateProject ) 原创编译,[ Linux中国] ( https://linux.cn/ ) 荣誉推出
29
+
30
+ [ a ] :http://turnoff.us/about/
Original file line number Diff line number Diff line change 1
1
turnoff.us 上待汉化的漫画
2
- ====================
2
+ =======
3
3
4
- 最后更新于:2017 年 04 月 05 日
4
+ * ## [ When You Hire The Wrong Architect ] ( https://github.com/LCTT/comic/blob/master/turnoff.us/wrong-architect/[s]wrong-architect.md )
5
5
6
6
* ## [ Java Packaging System] ( https://turnoff.us/geek/java-packaging )
7
7
@@ -125,11 +125,11 @@ turnoff.us 上待汉化的漫画
125
125
126
126
* ## [ Life in a Web Server] ( https://turnoff.us/geek/life-in-a-web-server )
127
127
128
- * ## [ Mastering RegExp] ( https://turnoff.us/geek/ mastering-regexp )
128
+ * ## [ Mastering RegExp] ( https://github.com/LCTT/comic/blob/master/ turnoff.us/mastering-regexp/[s] mastering-regexp.md )
129
129
130
- * ## [ Java Collections in Duck Life] ( https://turnoff.us/geek/ java-collections )
130
+ * ## [ Java Collections in Duck Life] ( https://github.com/LCTT/comic/blob/master/ turnoff.us/java-collections/[s] java-collections.md )
131
131
132
- * ## [ Java Garbage Collection Explained] ( https://turnoff.us/geek/ java-gc-explained )
132
+ * ## [ Java Garbage Collection Explained] ( https://github.com/LCTT/comic/blob/master/ turnoff.us/java-gc-explained/[s] java-gc-explained.md )
133
133
134
134
* ## [ Waze vs Battery] ( https://github.com/LCTT/comic/blob/master/turnoff.us/waze-vs-battery/[s]waze-vs-battery.md )
135
135
Original file line number Diff line number Diff line change
1
+ When You Hire The Wrong Architect
2
+ =====
3
+
4
+ ![ When You Hire The Wrong Architect] ( http://turnoff.us/image/en/wrong-architect.png )
5
+
6
+ - It was hard but here it is. I just don't get it how we will build site with this.
7
+
8
+ via:
9
+ - http://turnoff.us/geek/wrong-architect/
10
+
11
+ 作者:[ Daniel Stori] [ a ]
12
+ 译者:[ 译者ID] ( https://github.com/译者ID )
13
+ 校对:[ 校对者ID] ( https://github.com/校对者ID )
14
+ 合成:[ 合成者ID] ( https://github.com/合成者ID )
15
+ 点评:[ 点评ID] ( https://github.com/点评者ID )
16
+
17
+ 本文由 [ LCTT] ( https://github.com/LCTT/TranslateProject ) 原创编译,[ Linux中国] ( https://linux.cn/ ) 荣誉推出
18
+
19
+ [ a ] :http://turnoff.us/about/
You can’t perform that action at this time.
0 commit comments