File tree Expand file tree Collapse file tree 4 files changed +48
-3
lines changed Expand file tree Collapse file tree 4 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 1
- #LyX 2.2 created this file. For more info see http://www.lyx.org/
2
- \lyxformat 508
1
+ #LyX 2.3 created this file. For more info see http://www.lyx.org/
2
+ \lyxformat 544
3
3
\begin_document
4
4
\begin_header
5
5
\save_transient_properties true
@@ -33,6 +33,8 @@ theorems-chap-bytype
33
33
\font_osf false
34
34
\font_sf_scale 100 100
35
35
\font_tt_scale 100 100
36
+ \use_microtype false
37
+ \use_dash_ligatures true
36
38
\graphics default
37
39
\default_output_format pdf4
38
40
\output_sync 0
@@ -72,6 +74,7 @@ theorems-chap-bytype
72
74
\suppress_date false
73
75
\justification true
74
76
\use_refstyle 1
77
+ \use_minted 0
75
78
\boxbgcolor #dad3d7
76
79
\index Index
77
80
\shortcut idx
@@ -81,7 +84,10 @@ theorems-chap-bytype
81
84
\tocdepth 1
82
85
\paragraph_separation indent
83
86
\paragraph_indentation default
84
- \quotes_language english
87
+ \is_math_indent 0
88
+ \math_numbering_side default
89
+ \quotes_style english
90
+ \dynamic_quotes 0
85
91
\papercolumns 1
86
92
\papersides 2
87
93
\paperpagestyle default
@@ -403,5 +409,44 @@ a?*.java:匹配以字母a开头,并且紧跟着至少一个字符或者字
403
409
/home/**:匹配/home/gus、/home/gus/data、/home/gus/data/test。
404
410
\end_layout
405
411
412
+ \begin_layout Section
413
+ 如何运行示例工程?
414
+ \end_layout
415
+
416
+ \begin_layout Standard
417
+ 使用Idea打开给出的示例工程时,由于JDK版本的差异,往往需要调整一下工程的设置:鼠标右键点击项目名称,选择“Open Module Settings”菜单,
418
+ 选择你的电脑的JDK路径即可,如
419
+ \begin_inset ERT
420
+ status open
421
+
422
+ \begin_layout Plain Layout
423
+
424
+
425
+ \backslash
426
+ figurename
427
+ \end_layout
428
+
429
+ \end_inset
430
+
431
+ 所示。
432
+ \end_layout
433
+
434
+ \begin_layout Standard
435
+ 有的时候,也可能需要设置项目的源代码所在路径(如果配置环境被弄乱了的话,典型的表现是项目的包无法识别,只能展示为文件目录。),如
436
+ \begin_inset ERT
437
+ status open
438
+
439
+ \begin_layout Plain Layout
440
+
441
+
442
+ \backslash
443
+ figurename
444
+ \end_layout
445
+
446
+ \end_inset
447
+
448
+ 所示。
449
+ \end_layout
450
+
406
451
\end_body
407
452
\end_document
You can’t perform that action at this time.
0 commit comments