📄 listinga-01_build.xml_usingdifferentsourcedirs
字号:
<!-- Listing A-1. Including Source Folder Conditionally in the <build> Element of the <j2mepolish> Task -->
<sources>
<source dir="source/src" />
<source dir="source/test" if="test" />
<source dir="source/bluetooth" if="polish.api.btapi" />
</sources>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -