testrmi.jcp
来自「RMI的一个回调技术的实例,有利于初学者学习研究.」· JCP 代码 · 共 55 行
JCP
55 行
<?xml?>
<project>
<settings>
<label>TestRmi</label>
<root_path>\</root_path>
<output_path>classes\</output_path>
<source_path>\</source_path>
<jdkprofile_ref>JDK version 1.5.0</jdkprofile_ref>
<compiler_ref/>
<ant_ref/>
</settings>
<runtimes>
<runtime>
<label><Default></label>
<application_ref/>
<applet_ref/>
<debugger_ref/>
<param/>
<run/>
</runtime>
</runtimes>
<libraries/>
<files>
<include>
<folderitem>
<path>classes</path>
</folderitem>
<fileitem>
<path>Book.java</path>
<source>true</source>
</fileitem>
<fileitem>
<path>BookRMI.java</path>
<source>true</source>
</fileitem>
<fileitem>
<path>Calculator.java</path>
<source>true</source>
</fileitem>
<fileitem>
<path>CalculatorImpl.java</path>
<source>true</source>
</fileitem>
<fileitem>
<path>Client.java</path>
<source>true</source>
</fileitem>
<fileitem>
<path>Server.java</path>
<source>true</source>
</fileitem>
</include>
</files>
<tasks/>
</project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?