虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

mysql-front

  • 这是个博客&论坛(学习版) 将文件夹拷贝到webapps目录下,并安装数据库, 即可运行。 偶学习期间编写的一个简易论坛,由最初的个人博客改过来的. 编译 jsp + javabea

    这是个博客&论坛(学习版) 将文件夹拷贝到webapps目录下,并安装数据库, 即可运行。 偶学习期间编写的一个简易论坛,由最初的个人博客改过来的. 编译 jsp + javabean 运行环境 操作系统: windows 2000\xp 服务器: tomcat 5.018(jdk 1.42) 数据库: mysql ,sqlserver 均可使用. mysql 默认 用户名为root,密码为空. sqlserver 默认 用户名位sa,密码位sa. 可在\web-inf\src\MyDataSource.java 中进行修改

    标签: webapps javabea jsp 博客

    上传时间: 2013-12-15

    上传用户:c12228

  • 一款国外的CMS管理系统 PHP-Fusion is a light-weight open-source content management system (CMS) written in PH

    一款国外的CMS管理系统 PHP-Fusion is a light-weight open-source content management system (CMS) written in PHP4. It uses a mySQL database to store your site content and includes a simple yet comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages including news, articles, forums, polls, shoutbox, comments, ratings & much more

    标签: light-weight open-source PHP-Fusion management

    上传时间: 2015-05-15

    上传用户:www240697738

  • 10分钟学会SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分钟学会SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    标签: established Yourself standard Minutes

    上传时间: 2014-07-07

    上传用户:Pzj

  • 在资料浩瀚的互联网中

    在资料浩瀚的互联网中,却找不到一份最新的Mysql4.0.13与Tomcat4.1.24的整合配置文档。 在自己工作之余,总结了自己搭建JSP环境的实际经验并参照以前版本Mysql、Tomcat相关配置文章, 写了这篇配置文档。希望能给和我一样喜欢JAVA的广大初学者以作参考,以期少走些弯路;水平有限加之时间仓促,欢迎斧正!

    标签: 互联网

    上传时间: 2015-05-26

    上传用户:songrui

  • 自己编写的一个在线报名系统

    自己编写的一个在线报名系统,PHP+MYSQL.代码写得可能不是很好,但这是我写的第一个代码。以后会好起来的。

    标签: 编写

    上传时间: 2014-01-09

    上传用户:15071087253

  • 网上花店系统的源代码

    网上花店系统的源代码,需要PHP+mysql的运行环境,是很好的一个软件

    标签: 源代码

    上传时间: 2014-01-26

    上传用户:dreamboy36

  • 一个php的公司信息系统

    一个php的公司信息系统,很不错的 php+mysql经点组合哦

    标签: php 信息系统

    上传时间: 2015-06-04

    上传用户:csgcd001

  • jsp的在线书店

    jsp的在线书店,比较完整,装了Mysql和Tomcat后就可。步骤如下: (1)复制源代码bookshop文件夹到Tomcat的webapps\ROOT文件夹下 (2)复制源文件夹下的WEB-INF中的全部内容到Tomcat的webapps\ROOT\WEB-INF\classes下,有同名文件覆盖 (3)将数据库文件夹下的bookstore文件复制到Mysql的data文件夹下 (4)在地址栏中输入http://localhost:8080/bookshop运行测试即可

    标签: jsp

    上传时间: 2014-01-16

    上传用户:cmc_68289287

  • Apriori算法源码(C++) 看了以前在这里发的apriori源码

    Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写

    标签: Apriori apriori 源码 算法

    上传时间: 2013-12-28

    上传用户:cxl274287265

  • tomcat 详细方法请见http://www.webplat.cn的技术文档. 2.将解压后的文件夹拷至%tomcat_home%/webapps/Root下,文件夹下有index.jsp文件

    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