Skip to content

Commit 8bd5432

Browse files
committed
订正essentail class chapter
1 parent cabd1bf commit 8bd5432

File tree

4 files changed

+1048
-4
lines changed

4 files changed

+1048
-4
lines changed

guide/code/essentials/src/cn/edu/sdut/softlab/essentials/string/StringBufferTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class StringBufferTest {
44
public static void main(String[] args) {
5-
int loops = 20000;
5+
int loops = 5000;
66
System.out.println(System.currentTimeMillis());
77
String s = "";
88
for(int i = 0; i < loops; i++)

guide/essentail_classes.lyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,8 @@ status open
12301230
\begin_layout Plain Layout
12311231
\align center
12321232
\begin_inset Graphics
1233-
filename imgs/essentail-classes/number-classes.svg
1233+
filename imgs/essentail-classes/number-classes.eps
1234+
lyxscale 60
12341235
width 60col%
12351236

12361237
\end_inset

0 commit comments

Comments
 (0)