.classpath
来自「这个应用程序的总体思路其实很简单」· CLASSPATH 代码 · 共 17 行
CLASSPATH
17 行
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="deployed/|verified/|src/" kind="src" path="">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="con" path="J2MELIB">
<attributes>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?