Skip to content

Commit 9a997df

Browse files
committed
add how to set jdk or source path of module settings
1 parent 7f31111 commit 9a997df

File tree

1 file changed

+189
-0
lines changed

1 file changed

+189
-0
lines changed

guide/appendix/faq.lyx

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,16 @@ a?*.java:匹配以字母a开头,并且紧跟着至少一个字符或者字
411411

412412
\begin_layout Section
413413
如何运行示例工程?
414+
\begin_inset Note Note
415+
status open
416+
417+
\begin_layout Plain Layout
418+
需要进一步细化,包括语言和图片
419+
\end_layout
420+
421+
\end_inset
422+
423+
414424
\end_layout
415425

416426
\begin_layout Standard
@@ -428,9 +438,63 @@ figurename
428438

429439
\end_inset
430440

441+
442+
\begin_inset CommandInset ref
443+
LatexCommand ref
444+
reference "fig:设置JDK"
445+
plural "false"
446+
caps "false"
447+
noprefix "false"
448+
449+
\end_inset
450+
431451
所示。
432452
\end_layout
433453

454+
\begin_layout Standard
455+
\begin_inset Float figure
456+
wide false
457+
sideways false
458+
status open
459+
460+
\begin_layout Plain Layout
461+
\align center
462+
\begin_inset Graphics
463+
filename /home/subaochen/git/java-tutorial/guide/imgs/appendix/modulesetting-sdk.png
464+
465+
\end_inset
466+
467+
468+
\end_layout
469+
470+
\begin_layout Plain Layout
471+
\begin_inset Caption Standard
472+
473+
\begin_layout Plain Layout
474+
设置JDK
475+
\begin_inset CommandInset label
476+
LatexCommand label
477+
name "fig:设置JDK"
478+
479+
\end_inset
480+
481+
482+
\end_layout
483+
484+
\end_inset
485+
486+
487+
\end_layout
488+
489+
\begin_layout Plain Layout
490+
491+
\end_layout
492+
493+
\end_inset
494+
495+
496+
\end_layout
497+
434498
\begin_layout Standard
435499
有的时候,也可能需要设置项目的源代码所在路径(如果配置环境被弄乱了的话,典型的表现是项目的包无法识别,只能展示为文件目录。),如
436500
\begin_inset ERT
@@ -445,8 +509,133 @@ figurename
445509

446510
\end_inset
447511

512+
513+
\begin_inset CommandInset ref
514+
LatexCommand ref
515+
reference "fig:设置source路径"
516+
plural "false"
517+
caps "false"
518+
noprefix "false"
519+
520+
\end_inset
521+
522+
所示。
523+
\end_layout
524+
525+
\begin_layout Standard
526+
\begin_inset Float figure
527+
wide false
528+
sideways false
529+
status open
530+
531+
\begin_layout Plain Layout
532+
\align center
533+
\begin_inset Graphics
534+
filename /home/subaochen/git/java-tutorial/guide/imgs/appendix/modulesetting-source-path.png
535+
536+
\end_inset
537+
538+
539+
\end_layout
540+
541+
\begin_layout Plain Layout
542+
\begin_inset Caption Standard
543+
544+
\begin_layout Plain Layout
545+
设置source路径
546+
\begin_inset CommandInset label
547+
LatexCommand label
548+
name "fig:设置source路径"
549+
550+
\end_inset
551+
552+
553+
\end_layout
554+
555+
\end_inset
556+
557+
558+
\end_layout
559+
560+
\begin_layout Plain Layout
561+
562+
\end_layout
563+
564+
\end_inset
565+
566+
567+
\end_layout
568+
569+
\begin_layout Standard
570+
设置source路径后,应该如
571+
\begin_inset ERT
572+
status open
573+
574+
\begin_layout Plain Layout
575+
576+
577+
\backslash
578+
figurename
579+
\end_layout
580+
581+
\end_inset
582+
583+
584+
\begin_inset CommandInset ref
585+
LatexCommand ref
586+
reference "fig:设置source路径后的效果"
587+
plural "false"
588+
caps "false"
589+
noprefix "false"
590+
591+
\end_inset
592+
448593
所示。
449594
\end_layout
450595

596+
\begin_layout Standard
597+
\begin_inset Float figure
598+
wide false
599+
sideways false
600+
status open
601+
602+
\begin_layout Plain Layout
603+
\align center
604+
\begin_inset Graphics
605+
filename /home/subaochen/git/java-tutorial/guide/imgs/appendix/modulesetting-source-path-ok.png
606+
607+
\end_inset
608+
609+
610+
\end_layout
611+
612+
\begin_layout Plain Layout
613+
\begin_inset Caption Standard
614+
615+
\begin_layout Plain Layout
616+
设置source路径后的效果
617+
\begin_inset CommandInset label
618+
LatexCommand label
619+
name "fig:设置source路径后的效果"
620+
621+
\end_inset
622+
623+
624+
\end_layout
625+
626+
\end_inset
627+
628+
629+
\end_layout
630+
631+
\begin_layout Plain Layout
632+
633+
\end_layout
634+
635+
\end_inset
636+
637+
638+
\end_layout
639+
451640
\end_body
452641
\end_document

0 commit comments

Comments
 (0)