?? dynaserver.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 + -