CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - command shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - command shell - List
[
JSP/Java
]
001
DL : 0
部署Web应用请按如下步骤进行: 1. 进入reg_login路径下,将mysql.sql脚本中的语句导入MySQL数据库。 2. 修改reg_login\WEB-INF路径下的applicationContext.xml文件,将其中的数据库密码修改为你的数据库密码。 3. 推荐使用Tomcat 5.5系列作为应用服务器。将整个应用复制到 TOMCAT_HOME /webapps路径下。 4. 启动Dos或shell窗口,进入reg_login\WEB-INF路径下,输入: ant compile -- 该命令用于编译应用。 5. 启动Tomcat服务器。 6. 系统的Login.jsp页面是登录页面,Regist.jsp页面是注册页面。-Deployment of Web applications, please click the following steps: 1. Into reg_login path, will mysql.sql script into MySQL database statement. 2. Modify reg_login \ WEB-INF directory of the applicationContext.xml file, which will change the database password for your database password. 3. Recommended as the application server Tomcat 5.5 series. Copy the entire application to TOMCAT_HOME /webapps directory. 4. Start Dos or shell window, enter the reg_login \ WEB-INF directory, type: ant compile- This command is used to compile the application. 5. Start Tomcat server. 6. Login.jsp system page is the login page, Regist.jsp page is the registration page.
Date
: 2025-12-18
Size
: 10.8mb
User
:
wuxiangyong
[
JSP/Java
]
hiberexam
DL : 0
在线考试,struts ,hibernate , spring. 部署Web应用请按如下步骤进行: 1. 进入hiberexam路径下,将sql.sql脚本中的语句导入MySql数据库。 2. 修改hiberexam\WEB-INF\classes路径下的appContext文件,将其中的数据库密码修改为你的数据库密码。 3. 进入hiberexam\WEB-INF路径下,启动Dos或shell窗口,输入 ant compile -- 该命令用于编译应用。 4. 将整个应用复制到 TOMCAT_HOME /webapps路径下,启动Tomcat服务器即可。 5. 系统后台管理员用户名和密码都是mysql 6. 系统考生的登录用户名为:张三,学号为:123456789123456-Online exam, struts, hibernate, spring. Deploy Web applications please follow these steps: 1. Into hiberexam path, the import statement in the script sql.sql MySql database. 2. Modify hiberexam \ WEB-INF \ classes directory of appContext file, which will change the database password for your database password. 3. Into hiberexam \ WEB-INF directory, start the Dos or shell window, type ant compile- This command is used to compile the application. 4. The entire application copied to TOMCAT_HOME /webapps directory, start the Tomcat server. 5. The system administrator user name and password for the background are the mysql 6. The system login user name candidates: Joe Smith, student number is: 123456789123456
Date
: 2025-12-18
Size
: 7.36mb
User
:
Charos
[
JSP/Java
]
Cmd-List
DL : 0
Unix shell command指令说明-Unix shell command specification
Date
: 2025-12-18
Size
: 23kb
User
:
Fred
[
JSP/Java
]
Shell
DL : 0
java 调用linux shell命令-java call linux shell command
Date
: 2025-12-18
Size
: 1kb
User
:
chuzhen
[
JSP/Java
]
Commando
DL : 0
Executes an external application (or command) from the shell.
Date
: 2025-12-18
Size
: 14kb
User
:
wanyuudou
[
JSP/Java
]
rest-shell-master
DL : 0
REST shell 是一个用 Java 开发的命令行工具,用于和 Spring HATEOAS 兼容的 REST 资源进行交互。-REST shell developed using Java command line tool is used the REST resources compatible and Spring HATEOAS, interact.
Date
: 2025-12-18
Size
: 86kb
User
:
pudn
[
JSP/Java
]
IShellOutputReceiver
DL : 0
Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
Date
: 2025-12-18
Size
: 2kb
User
:
puigaoze
[
JSP/Java
]
ShellCommandUnresponsiveException
DL : 0
Exception thrown when a shell command executed on a device takes too long to send its output.
Date
: 2025-12-18
Size
: 1kb
User
:
yirogui
[
JSP/Java
]
homework2
DL : 1
In this assignment you will get practice working with Java arrays, and more practice implementing your own classes. Like you did in assignment 1 and lab 4, you will be implementing a class whose specification we have given you, in this case a class called SolitaireBoard, to represent the board configuration for a specific type of solitaire game described further below. You will also be using tools to help develop correct code, such as assert statements along with code to verify that your class is consistent. Note: this program is due after your midterm exam, but it s a fair amount bigger than the first assignment. We recommend getting started on it before the midterm. It only uses topics before the midterm, so working on it now will also help you prepare for the exam (there will be paper and pencil array programming problems as part of the exam).-SolitaireBoard.java The interface for the SolitaireBoard class it contains stub versions of the functions so it will compile. It also contains some named constants. You will be completing the implementation of this class. You may not change the interface for this class, but you may add private instance variables and/or private methods to it BulgarianSolitaireSimulator.java A main program that does a Bulgarian Solitaire Simulation. This simulation is described further in the section on the assignment turninpa2 A shell script with the command for turning in the assignment. See the section on submitting your program for more details.
Date
: 2025-12-18
Size
: 4kb
User
:
Lannister
[
JSP/Java
]
SimpleShellN.java
DL : 0
用java编写的linux下运行的shell interface-It serves as a shell interface that accepts user commands and then s each command in a separate process external to the Java virtual machine.
Date
: 2025-12-18
Size
: 2kb
User
:
Sophia
[
JSP/Java
]
_jsh
DL : 0
a javascript shell for command input
Date
: 2025-12-18
Size
: 92kb
User
:
npudn
[
JSP/Java
]
JAR包
DL : 0
一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runtime Environment) 的时候,安装文件会将 .jar 文件映射给 javaw.exe 打开。那么,对于一个可执行的 JAR 文件包,用户只需要双击它就可以运行程序了。(An executable file package, a simple jar package is an outsourcing. , Java program is composed of several. Class files. These. Class files must be classified according to their different packages and sub-directory storage; need to run before the root directory of all packages specified to the CLASSPATH environment variable or -cp parameters of the java command; run to the console Use java command to run, if you need to double-click to run must write Windows batch file (.bat) or Linux shell program. When installing JRE (Java Runtime Environment) under Windows, the installation file will map the .jar file to javaw.exe. So, for an executable JAR package, users only need to double-click it to run the program.)
Date
: 2025-12-18
Size
: 1.12mb
User
:
风眠95
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.