slide.properties

来自「这是linux下ssl vpn的实现程序」· PROPERTIES 代码 · 共 31 行

PROPERTIES
31
字号
# Domain XML definition file
# Default : Will look for domain.xml in current directory
#org.apache.slide.domain=Domain.xml

# Automatically perform security checks
# Default : true
# switched off as the legcacy store does its own authorisation
org.apache.slide.security=false

# Automatically perform locking checks
# Default : true
org.apache.slide.lock=false

# Use version control (DeltaV)
# Default: true
# there is no support for DeltaV
org.apache.slide.versioncontrol=false

# DASL
# Default: true
# there is no support for DeltaV
org.apache.slide.search=false

# URL Encoding
# Default: platform default encoding
org.apache.slide.urlEncoding=UTF-8

# Debug
# Default: false
org.apache.slide.debug=false

⌨️ 快捷键说明

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