new_configuration (1).launch

来自「此程序是对音像店的管理系统,测试播放音象等功能」· LAUNCH 代码 · 共 13 行

LAUNCH
13
字号
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="com.ibm.etools.jbcf.vce.launcher.JavaBean">
    <stringAttribute key="SWING_LOOKANDFEEL" value=""/>
    <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
    <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/>
    <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="MusicSystem"/>
    <stringAttribute key="APPLET_PARMS_NUMBER" value="0"/>
    <booleanAttribute key=" PACK" value="false"/>
    <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.debug.ui.javaSourceLocator"/>
    <stringAttribute key="LOCALE" value=""/>
    <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
</launchConfiguration>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?