登录
首页 » Java » FlowerShop

FlowerShop

于 2020-06-29 发布 文件大小:5869KB
0 199
下载积分: 1 下载次数: 165

代码说明:

  基于JSP+JavaBean的网上花店系统,主要有以下功能:用户注册和登录,商品查询,购物车,系统管理员功能(JSP+ JavaBean-based online shop system, mainly in the following functions: user registration and login, commodity information, shopping cart, the system administrator function)

文件列表:

FlowerShop
..........\.classpath
..........\.mymetadata
..........\.project
..........\db
..........\..\sql脚本.sql
..........\src
..........\...\com
..........\...\...\AdminBean.class
..........\...\...\AdminBean.java
..........\...\...\AdminClass.class
..........\...\...\AdminClass.java
..........\...\...\Cart.class
..........\...\...\Cart.java
..........\...\...\DBConnection.class
..........\...\...\DBConnection.java
..........\...\...\ding
..........\...\...\....\EncodingFilter.class
..........\...\...\....\EncodingFilter.java
..........\...\...\GoodsBean.class
..........\...\...\GoodsBean.java
..........\...\...\GoodsClass.class
..........\...\...\GoodsClass.java
..........\...\...\leavelanguageBean.java
..........\...\...\LeaveLanguageClass.class
..........\...\...\LeaveLanguageClass.java
..........\...\...\LeaveLauguageBean.class
..........\...\...\OrdersClass.class
..........\...\...\OrdersClass.java
..........\...\...\OrdersDetailsClass.class
..........\...\...\OrdersDetailsClass.java
..........\...\...\PageNumber.class
..........\...\...\PageNumber.java
..........\...\...\ProduceBean.class
..........\...\...\ProduceBean.java
..........\...\...\ProduceClass.class
..........\...\...\ProduceClass.java
..........\...\...\ProduceDetailsClass.class
..........\...\...\ProduceDetailsClass.java
..........\...\...\SafeLogBean.class
..........\...\...\SafeLogBean.java
..........\...\...\SafeLogClass.class
..........\...\...\SafeLogClass.java
..........\...\...\SignonFilter.class
..........\...\...\SignonFilter.java
..........\...\...\SortBean.class
..........\...\...\SortBean.java
..........\...\...\SortClass.class
..........\...\...\SortClass.java
..........\...\...\UserBean.class
..........\...\...\UserBean.java
..........\...\...\UserClass.class
..........\...\...\UserClass.java
..........\WebRoot
..........\.......\admin
..........\.......\.....\addAdmin.jsp
..........\.......\.....\addAdmin_menu.jsp
..........\.......\.....\addGoods.jsp
..........\.......\.....\addGoods_menu.jsp
..........\.......\.....\addLeaveLanguage.jsp
..........\.......\.....\addLeaveLanguage_menu.jsp
..........\.......\.....\addOrder.jsp
..........\.......\.....\addOrder_menu.jsp
..........\.......\.....\addProduce.jsp
..........\.......\.....\addProduce_menu.jsp
..........\.......\.....\addSort.jsp
..........\.......\.....\addSort_menu.jsp
..........\.......\.....\addUserInfo.jsp
..........\.......\.....\addUsers_menu.jsp
..........\.......\.....\CheckLogin.jsp
..........\.......\.....\checklogin1.jsp
..........\.......\.....\deleteGoodsSuccess.jsp
..........\.......\.....\deleteLanguageSuccess.jsp
..........\.......\.....\deleteOrderSuccess.jsp
..........\.......\.....\deleteProduceSuccess.jsp
..........\.......\.....\deleteUserSuccess.jsp
..........\.......\.....\error.jsp
..........\.......\.....\images
..........\.......\.....\......\%2B.gif




..........\.......\.....\......\aaa_a1.gif
..........\.......\.....\......\aaa_a2.gif
..........\.......\.....\......\aaa_a3.gif
..........\.......\.....\......\aaa_r3.gif
..........\.......\.....\......\aaa_r4.gif
..........\.......\.....\......\adbj.gif
..........\.......\.....\......\Add.gif
..........\.......\.....\......\Add1.gif
..........\.......\.....\......\Admin_Login1.gif
..........\.......\.....\......\Admin_Login2.gif
..........\.......\.....\......\Admin_Login3.gif
..........\.......\.....\......\arrow1.gif
..........\.......\.....\......\back.gif
..........\.......\.....\......\blank.gif
..........\.......\.....\......\but2.gif
..........\.......\.....\......\cl1.gif
..........\.......\.....\......\dir.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OpenGL-NeHeCode-48
    nehe教程源码,非常好的学习资料,是GLSL的,java+opengl.(nehe tutorial source code, a very good learning materials, the GLSL java+opengl.)
    2013-04-01 20:28:10下载
    积分:1
  • tfIdf
    tfidf的计算的java实现,程序结构清晰,注释易懂,(java tfidf calculated to achieve a clear program structure, comments to understand,)
    2015-04-13 09:11:34下载
    积分:1
  • eclipse-3-livre
    programmer en java avec eclipse
    2013-03-04 04:57:14下载
    积分:1
  • mianshibaodian
    基于Java基础的一些面试题目,可以帮助java方面的人找到面试技巧(Java-based interview questions, java people find interviewing skills)
    2012-06-05 18:06:04下载
    积分:1
  • baiduMapHisTrajectory
    百度地图轨迹动态播放/暂停/结束,控制速度快慢(map historyTrackPlay)
    2016-12-24 08:52:08下载
    积分:1
  • Exploring-the-FileSystem-APIs---HTML5-Rocks
    FileSystemn API to acces host file system from within JavaScript applications
    2014-09-01 19:17:04下载
    积分:1
  • Employee
    创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。 (Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
    2013-11-27 11:43:06下载
    积分:1
  • HttpServer
    "Newwork Programming in Java" * compile: javac HttpServer.java * run: java HttpServer("Newwork Programming in Java" * compile: javac HttpServer.java * run: java HttpServer)
    2009-09-25 02:16:19下载
    积分:1
  • regress-294
    typeof evaluates unary expressions.
    2014-02-10 14:18:15下载
    积分:1
  • DoWhile
    The First Make Looping
    2012-11-10 01:12:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载