threadrunable.jcp

来自「通过ThreadRunable接口实现线程间的关系」· JCP 代码 · 共 32 行

JCP
32
字号
<?xml?>

<project>

	<settings>

		<label>ThreadRunable</label>

		<root_path>\</root_path>

		<output_path>\</output_path>

		<source_path>\</source_path>

		<jdkprofile_ref/>

		<compiler_ref/>

		<ant_ref/>

	</settings>

	<runtimes>

		<runtime>

			<label>&lt;Default&gt;</label>

			<application_ref/>

			<applet_ref/>

			<debugger_ref/>

			<param/>

			<run>ThreadDemo</run>

		</runtime>

	</runtimes>

	<libraries/>

	<files>

		<include>

			<fileitem>

				<path>ThreadDemo.java</path>

				<source>true</source>

			</fileitem>

		</include>

	</files>

	<tasks/>

</project>

⌨️ 快捷键说明

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