JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。
标签: cart webappsROOT Apache Tomcat
上传时间: 2016-01-02
上传用户:hanli8870
AVA项目开发实践-网上范例3: 运行方法: 编译好四个类之后,把生成的文件存放到一个叫作grapro的目录下,再用下面的命令来启动程序: javaw –classpath "程序的class文件存放位置" grapro.GraphProg 假如class文件都存放在D盘的PicExample\classes中,那么命令就是: javaw –classpath "D:\PicExample\classes" grapro.GraphProg
上传时间: 2016-01-02
上传用户:gdgzhym
JAVA项目开发实践-网上范例4: 1:要完成本程序,首先需要安装Java SDK,建立基本的java程序运行和编程环境; 2:安装JMF(Java Media Framework)软件;这很直观,从Sun的网站下载相应的(这里是对应于windows平台)安装文件包jmf-2_1_1c-windows-i586.exe然后直接安装即可。安装过后,确认系统变量“CLASSPATH”包含包含JMF的sound.jar、jmf.jar;当然在上一步的SDK安装中也需要确认相应的系统变量的值;这里不赘述了。 3:开始编制本实例的程序代码;作者使用了eclipse开发源程序。如同在程序中看到的,程序头包含的那些程序包是该工具自动识别加入的。实际上,读者可以采用任意一种编辑器编辑源程序即可,编辑完成存储为“ediaPlayer.java”源文件即可。 4:如上得到源文件后,开始编译源文件;命令如下: javac MediaPlayer.java 编译成功后,编译器生成两个.class文件:MediaPlayer.class,MediaPlayer$1.class。如果出现编译错误,请检查以下各项: 源代码输入是否正确无误、CLASSPATH设置是否正确。 5:运行程序;接下来就可以执行“java MediaPlayer”命令启动媒体播放器。
上传时间: 2016-01-02
上传用户:comua
JAVA项目开发实践-网上范例1: 第一,编译RMI存根(stub)和框架(skeleton)文件。 第二,编译所有的类文件,对服务器和客户端编译生成的.class文件打包。 第三,启动服务器。 第四,启动客户端
上传时间: 2016-01-02
上传用户:tianyi223
This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM3400DK with Green hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
标签: describes the generate running
上传时间: 2013-12-11
上传用户:hgy9473
To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3 % + time varying measurement noise % using a multi-layer perceptron (MLP) and both the EKF and % the hybrid importance-samping resampling (SIR) algorithm.
标签: input-output the generated following
上传时间: 2014-01-05
上传用户:royzhangsz
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.
标签: Radius implementation connect radius
上传时间: 2013-12-12
上传用户:坏天使kk
最新的java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。
上传时间: 2014-11-29
上传用户:plsee
UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other similar products(e.g. Telcopro s MtSim, or OpenFusion s Corba Explorer, or eaiBridge s CAST). It doesn t need idl-related helper class or IR service.
标签: Simulator simulator powerful servant
上传时间: 2016-01-17
上传用户:hustfanenze
包中给出了关于除零异常的程序,对JAVA的异常处理机制作了诠释并且付有测试程序,朋友们可以自己在JBUILDER上面运行然后产生.CLASS文件
上传时间: 2013-12-20
上传用户:talenthn