example_info.properties
来自「编了一个简单的聊天器」· PROPERTIES 代码 · 共 11 行
PROPERTIES
11 行
title=Sun's RMI Tutorial
helpInfo=<form><p>This example, taken from the \
<a href=\"http://java.sun.com/docs/books/tutorial/rmi/index.html\">RMI Trail of the Java Tutorial</a>, \
demonstrates the creation of a generic computation \
engine which runs as an RMI server. Clients can submit jobs \
that will be run on the server, through the use of the RMI protocol.</p>\
<p>More information is available on \
<a href=\"http://www.genady.net/rmi/v20/docs/tutorials/compute_engine.html\">\
the website</a>.</p>\
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?