dynaserver.properties
来自「精通RMI 这是RMI的入门基础 特别对刚开始学RMI的同胞们很有帮助」· PROPERTIES 代码 · 共 22 行
PROPERTIES
22 行
# DynaServer configuration
# Port
dynaserver.port=8081
# Scan ports if the given port is not available
dynaserver.portscan=true
# Listener backlog (see java.net.ServerSocket)
dynaserver.backlog=50
# Show debug messages
dynaserver.debug=true
# URL's to load from (optional). Space-separated list
# URL may be either of:
# 1) Full URL ("http://somecompany.com/codebase/")
# 2) Absolute file path ("/urs/local/home/memyselfandi/")
# 3) Relative file path ("codebase/")
# Note: Pointing to jar files is ok ("http://somecompany.com/codebase.jar")
# Note: All directory entries must end with /
dynaserver.urls=./
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?