tomcat 详细方法请见http://www.webplat.cn的技术文档. 2.将解压后的文件夹拷至%tomcat_home%/webapps/Root下,文件夹下有index.jsp文件 3.在mysql环境中将src文件夹下jspshop.sql执行生成数据库 4.按照系统环境修改Build.bat文件以及src中.java文件。 其中Build.bat中修改tomcat和jdk的安装路径 其中.java文件修改数据库的地址、登陆用户名和密码 5.命令行下运行Build.bat,运行完后%tomcat_home%/webapps/Root/web-inf/classes文件夹下有ckstudio文件夹 6.确定上述操作无误,重新启动tomcat.在浏览器中输入 http://localhost:8080/你解压后的文件名 提示:如果您不熟悉jsp环境配置,请严格按照上述步骤进行. 本软件经测试能在各种jsp服务器上运行,在linux平台上也能成功运行。 如不能正确配置,请参见http://www.webplat.cn或者用E-mail、QQ和我们联系。
标签: tomcat_home webplat webapps tomcat
上传时间: 2015-06-07
上传用户:qazxsw
W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom * Support halftoning in monochromatic mode * Support color identifying(7 colors) * Support type identifying(3 types) ... Usage ===== * 在monochromatic mode下,可以通过设置黑色的输出类型来控制输出 * 在color mode下,可以通过设置各个颜色的输出类型来控制输出,7种 颜色以外的颜色都作为黑色来识别 * 在输出多页文件时,可以分别指定每页的输出文件名,也可以使用自动 添加页号的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行环境下编译 参考步骤: 1. 将W2kPrintDrv解压至DDK安装目录 2. 执行“开始”菜单->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行环境输入 > cd W2kPrintDrv > Build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>
标签: W2kPrintDrvSample directions landscape portrait
上传时间: 2015-06-11
上传用户:GHF
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类
上传时间: 2013-11-29
上传用户:gyq
著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中Build-INSTRUCTIONS。
上传时间: 2015-07-09
上传用户:jcljkh
his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!! To Build the code, just install WinAVR and run "make" from the console in echomaster and echoslave subdirs. "make program" will program the device if you have a AVRISP attached. Remember to set the AVR device to at least 8MHz. The AVR may use the programmable clock from MC1319x, just remember to check if the MC1319x and SPI communication is working FIRST! Otherwise you wont get any clock signal to the AVR and then you can t program it or reset the fuses! The MC1319x has default clock output of 32kHz so you will have to set your programmer to a very low frequency (<=32kHz/4) to be able to program it while it is running on that!
标签: the 20060125 project WinAVR
上传时间: 2014-10-10
上传用户:yan2267246
这个是Windows版本,不是Linux版本 Netbula RPC for Win32 supports multithreading, this document describe the procedure to Build multithreaded (MT) RPC server and clients
上传时间: 2014-01-09
上传用户:小宝爱考拉
he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. The makefile used to Build the source is included
标签: distribution version AVRcam WinAVR
上传时间: 2014-10-26
上传用户:h886166
ST7 Visual Develop for ST7 Cosmic ‘C’ Toolset Users ST7 Visual Develop (STVD7) is an easy-to use, integrated development environment that allows you to Build, debug and program applications for ST7 microcontrollers.
标签: Develop Visual ST7 Toolset
上传时间: 2014-01-18
上传用户:熊少锋
ST7 Visual Develop for ST7 Assembler Toolset Users integrated development environment that allows you to Build, debug and program applications for ST7 microcontrollers.
标签: development environment integrated ST7
上传时间: 2015-08-25
上传用户:1109003457
员工培训系统,首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类
上传时间: 2015-08-26
上传用户:wmwai1314