⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dynaserver.properties

📁 精通RMI 这是RMI的入门基础 特别对刚开始学RMI的同胞们很有帮助
💻 PROPERTIES
字号:
# 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=setup.jar

⌨️ 快捷键说明

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