-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjava.bib
More file actions
292 lines (231 loc) · 9.85 KB
/
Copy pathjava.bib
File metadata and controls
292 lines (231 loc) · 9.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
% This file was created with JabRef 2.10.
% Encoding: UTF8
@Article{maven-checkstyle-plugin,
Title = {Apache Maven Checkstyle Plugin},
Author = {Apache},
Year = {2017},
Owner = {subaochen},
Timestamp = {2016.09.22},
Url = {https://maven.apache.org/plugins/maven-checkstyle-plugin/}
}
@Book{effective-java,
Title = {Effective Java中文版},
Author = {Joshua Bloch},
Publisher = {机械工业出版社},
Year = {2009},
Owner = {subaochen},
Timestamp = {2016.11.18}
}
@Book{java-concurrency-in-practice,
Title = {Java并发编程实战},
Author = {Brian Goetz,Tim Peieis,Joshua Bloch,Joseph Bowbeer,David Holmes,Doug Lea},
Publisher = {机械工业出版社},
Year = {2012},
Owner = {subaochen},
Timestamp = {2016.01.30}
}
@Book{thinkinginjava,
Title = {Java编程思想},
Author = {Bruce Eckel},
Publisher = {Prentice Hall},
Year = {2006},
Edition = {4},
Owner = {subaochen},
Timestamp = {2016.04.05}
}
@Misc{ci-martinflower,
Title = {Continuous Integration},
Author = {Martin Fowler},
Month = {5},
Year = {2006},
Owner = {subaochen},
Timestamp = {2016.09.30},
Url = {http://www.martinfowler.com/articles/continuousIntegration.html}
}
@Article{google-java-style-guide,
Title = {Google Java Style Guilde},
Author = {google},
Year = {2014},
Owner = {subaochen},
Timestamp = {2016.09.22},
Url = {https://google.github.io/styleguide/javaguide.html}
}
@Electronic{jvm-code-to-bytecode,
Title = {Java Code to Byte Code},
Author = {James.D.Bloom},
Url = {http://blog.jamesdbloom.com/JavaCodeToByteCode_PartOne.html},
Owner = {subaochen},
Timestamp = {2017.03.11}
}
@Electronic{java-generic-faq,
Title = {Java Generics FAQs},
Author = {Angelika Langer},
Url = {http://www.angelikalanger.com/GenericsFAQ/JavaGenericsFAQ.html},
Abstract = {作者积累了很多Java泛型的FAQ},
Owner = {subaochen},
Timestamp = {2016.12.23}
}
@Electronic{jvm-se8-specification,
Title = {The Java® Virtual Machine Specification},
Author = {Oracle},
Url = {http://docs.oracle.com/javase/specs/jvms/se8/html/index.html},
Owner = {subaochen},
Timestamp = {2017.03.19}
}
@Misc{threadlocal-api-java8,
Title = {ThreadLocal API},
Author = {Oracle},
HowPublished = {网络},
Note = {Java8},
Keywords = {ThreadLocal},
Owner = {subaochen},
Timestamp = {2016.01.30},
Url = {http://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html}
}
@Misc{pmd,
Title = {PMD},
Author = {PMD},
Year = {2016},
Abstract = {PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, XML, XSL.
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Ruby, Scala, Objective C, Matlab, Python, Go, Swift and Salesforce.com Apex.},
Owner = {subaochen},
Timestamp = {2016.10.03},
Url = {https://pmd.github.io/}
}
@Electronic{princeton-java-lecture,
Title = {princeton java introduction lesson},
Author = {Robert Sedgewick, Kevin Wayne},
Note = {内含很好的程序示例和练习题},
Organization = {princeton university},
Url = {http://introcs.cs.princeton.edu/java/home/},
Owner = {subaochen},
Timestamp = {2017.02.17}
}
@Book{jsf2-html5,
Title = {Pro JSF and HTML5},
Author = {Hazem Saleh},
Publisher = {Apress},
Year = {2013},
Owner = {subaochen},
Timestamp = {2016.09.28}
}
@Book{jenkins-definitive-guide,
Title = {Jenkins,the definitve guide},
Author = {John Ferguson Smart},
Publisher = {O'Reilly},
Owner = {subaochen},
Timestamp = {2016.09.30}
}
@Book{design-pattern-4gangs,
Title = {设计模式-可复用面向对象软件的基础},
Author = {Erich Gamma\&Richard Helm\&Ralph Johnson\&John Vlissides},
Publisher = {机械工业出版社},
Year = {2007},
Owner = {subaochen},
Timestamp = {2017.02.26}
}
@Book{java-generics-collections,
Title = {Java Generics and Collections},
Author = {Maurice Naftalin \& Philip Wadler},
Publisher = {O'Reilly},
Year = {2009},
Owner = {subaochen},
Timestamp = {2016.12.27}
}
@Electronic{java-history-wikimedia,
Title = {Java发展历史},
Author = {wikimedia},
Organization = {wikipedia},
Url = {https://zh.wikipedia.org/wiki/Java},
Comment = {java的发展历史},
Keywords = {java history},
Owner = {subaochen},
Timestamp = {2016.10.27}
}
@Book{jvm-advanced-feature,
Title = {深入Java虚拟机-JVM高级特性与最佳实践},
Author = {周志明},
Publisher = {机械工业出版社},
Year = {2013},
Owner = {subaochen},
Timestamp = {2017.02.14}
}
@Article{java-generic-type-erease,
Title = {Java深度历险(五)——Java泛型},
Author = {成富},
Journal = {InfoQ},
Year = {2011},
Abstract = {本文主要从类型擦除的角度解析了Java泛型使用时应该注意的问题},
Keywords = {Java 泛型},
Owner = {subaochen},
Timestamp = {2016.12.23},
Url = {http://www.infoq.com/cn/articles/cf-java-generics}
}
@Book{crazy-java,
Title = {疯狂Java讲义},
Author = {李刚},
Publisher = {电子工业出版社},
Year = {2012},
Owner = {subaochen},
Timestamp = {2016.11.22}
}
@Book{ci-software-quality,
Title = {持续集成-软件质量改进和风险降低之道},
Author = {王海鹏},
Publisher = {电子工业出版社},
Year = {2012},
Owner = {subaochen},
Timestamp = {2016.09.30}
}
@Book{Einstein,
Title = {爱因斯坦的小提琴},
Author = {约瑟夫·埃格尔},
Publisher = {湖南科技出版社},
Year = {2010},
Owner = {subaochen},
Timestamp = {2016.11.11}
}
@Book{java-chenweijun,
Title = {Java程序设计},
Author = {谌卫军},
Publisher = {清华大学出版社},
Year = {2016},
Owner = {subaochen},
Timestamp = {2016.07.20}
}
@Book{java-7-new-feature-cookbook,
Title = {Java 7 New Features Cookbook},
Author = {Richard M. Reese},
Publisher = {Packt Publishing Ltd.},
Year = {2012},
Owner = {subaochen},
Timestamp = {2017.04.04}
}
@Book{java-soilder,
Title = {Java特种兵},
Author = {谢宇},
Publisher = {电子工业出版社},
Year = {2014},
Owner = {subaochen},
Timestamp = {2016.07.20}
}
@Misc{java-brief-history,
Title = {Java brief history},
Comment = {java在2011年之前的简史},
Owner = {subaochen},
Timestamp = {2016.03.02},
Url = {http://wiki.dzsc.com/info/7239.html}
}
@Electronic{java-interrupt,
Title = {java的interrupt机制},
Url = {http://redisliu.blog.sohu.com/131647795.html},
Owner = {subaochen},
Timestamp = {2017.02.11}
}
@Electronic{progamming-lang-stats,
Title = {关于编程语言的数量统计},
Url = {https://zh.wikipedia.org/wiki/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80},
Comment = {关于编程语言的数量统计},
Owner = {subaochen},
Timestamp = {2016.10.27}
}