.project

来自「J2ME开发的通讯簿程序! 在Eclipse下开发的~!」· PROJECT 代码 · 共 24 行

PROJECT
24
字号
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>J2MEMyAddressBook</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>eclipseme.core.preverifier</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>eclipseme.core.nature</nature>
	</natures>
</projectDescription>

⌨️ 快捷键说明

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