jive_init.properties
来自「Jive是基于JSP/JAVA技术构架的一个大型BBS论坛系统,这是Jive论坛」· PROPERTIES 代码 · 共 26 行
PROPERTIES
26 行
# $RCSfile: jive_init.properties,v $# $Revision: 1.1.1.1 $# $Date: 2002/02/27 16:56:35 $## Specifies the full path to your jiveHome directory.# This file must be in the classpath of your application# server. Normally, the easiest way to do this is to# put it into the [jive]/WEB-INF/classes directory,# where [jive] is the name of the web application that# you're installing Jive into.## For unix this might be:# jiveHome=/var/web/jive/WEB-INF/jiveHome## For Windows this might be:# jiveHome=c:\\web\\jive\\WEB-INF\\jiveHome# (note the double backslashes for Windows)## Please note that spaces in the path might fail. For example on Windows:# jiveHome=c:\\Program Files\\...# won't work whereas:# jiveHome=c:\\progra~1\\.. # will work.jiveHome=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?