Skip to content

Commit b0b8af6

Browse files
committed
add some pictures to appendix
1 parent 1cdac1e commit b0b8af6

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

guide/appendix/faq.lyx

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
\begin_document
44
\begin_header
55
\save_transient_properties true
@@ -33,6 +33,8 @@ theorems-chap-bytype
3333
\font_osf false
3434
\font_sf_scale 100 100
3535
\font_tt_scale 100 100
36+
\use_microtype false
37+
\use_dash_ligatures true
3638
\graphics default
3739
\default_output_format pdf4
3840
\output_sync 0
@@ -72,6 +74,7 @@ theorems-chap-bytype
7274
\suppress_date false
7375
\justification true
7476
\use_refstyle 1
77+
\use_minted 0
7578
\boxbgcolor #dad3d7
7679
\index Index
7780
\shortcut idx
@@ -81,7 +84,10 @@ theorems-chap-bytype
8184
\tocdepth 1
8285
\paragraph_separation indent
8386
\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
8591
\papercolumns 1
8692
\papersides 2
8793
\paperpagestyle default
@@ -403,5 +409,44 @@ a?*.java:匹配以字母a开头,并且紧跟着至少一个字符或者字
403409
/home/**:匹配/home/gus、/home/gus/data、/home/gus/data/test。
404410
\end_layout
405411

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+
406451
\end_body
407452
\end_document
36 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)