📄 listing9-06_build.xml_activatingrmsloghandler
字号:
<!-- You can activate the "rms" or the "file" loghandler in the <debug> element of the <build> section of the <j2mepolish> task. -->
<debug level="warn" unless="test">
<handler name="rms" if="polish.vendor == Siemens" />
<handler
name="file"
if ="polish.api.pdaapi"
>
<parameter name="preferredRoot" value="E:" />
<parameter name="useUnqiueName" value="true" />
</handler>
<filter package="com.apress.application" level="debug" />
</debug>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -