| 以下是引用片段: C:\Documents and Settings\QiChao>java Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) where options include: -client to select the "client" VM -server to select the "server" VM -hotspot is a synonym for the "client" VM [deprecated] The default VM is client. -cp <class search path of directories and zip/jar files> -classpath <class search path of directories and zip/jar files> A ; separated list of directories, JAR archives, and ZIP archives to search for class files. -D<name>=<value> set a system property -verbose[:class|gc|jni] enable verbose output -version print product version and exit -showversion print product version and continue -? -help print this help message -X print help on non-standard options -ea[:<packagename>...|:<classname>] -enableassertions[:<packagename>...|:<classname>] enable assertions -da[:<packagename>...|:<classname>] -disableassertions[:<packagename>...|:<classname>] disable assertions -esa | -enablesystemassertions enable system assertions -dsa | -disablesystemassertions disable system assertions C:\Documents and Settings\QiChao> |
| 以下是引用片段: <!--id 为域名--> <host id=’www.71i.net’> <!--文件、目录式配置,这里为项目路径--> <app-dir>D:/Bluepoint Developers Program/exploded</app-dir> <!--日志文件,不要可注释--> <access-log id=’logs/access.log’ format=’%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"’ rollover-period=’1W’/> <!--出错信息,不要可注释--> <error-log id=’logs/error.log’/> <!--class文件路径--> <classpath id=’WEB-INF/classes’ source=’WEB-INF/classes’ compile=’true’/> <!--禁止目录访问 打开--> <directory-servlet>none</directory-servlet> </host> |
| 以下是引用片段: <!--连接池配置方法--> <resource-ref> <res-ref-name>jdbc/test</res-ref-name> <res-type>javax.sql.DataSource</res-type> <init-param driver-name="com.caucho.jdbc.mysql.Driver"/> <init-param url="jdbc:mysql_caucho://127.0.0.1:3306/test"/> <init-param user="root"/> <init-param password="123456"/> <init-param max-connections="20"/> <init-param max-idle-time="30"/> </resource-ref> |
| 以下是引用片段: 2005-12-27 添加以下内容: 上次忘了告诉大家如何在服务器上让他自动运行了: 步骤:开始 ------ 运行 --------- CMD -------- 进入Resin\bin目录 ------ 输入 httpd -install 如:C:\resin 2.1.14\bin>httpd -install 你就会在系统的服务器发现 Resin web server 这个服务 要取消 请输入 httpd - remove 如:C:\resin 2.1.14\bin>httpd -remove |
| 共分1页 [1] |
关于网站 | 客服中心 | 服务条款 | 友情链接 | 广告联系 | 本站历程 | 网站导航
吉ICP备05000107号