登录
首页 » Java » FlowerShop

FlowerShop

于 2020-06-29 发布 文件大小:5869KB
0 79
下载积分: 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 个回复

  • ClientContextConfigurer
    Client Context Configurer implements ClientContext.
    2014-01-12 18:09:01下载
    积分:1
  • JAVA-system
    JAVA权限管理系统 The JAVA permissions management system(The JAVA permissions management system)
    2012-11-13 13:42:18下载
    积分:1
  • TestPolymoph
    这段代码是用来理解 polymorphism 多态,写的很详细,适合初学者!(This code is used to understand the polymorphism polymorphism, written in great detail, suitable for beginners!)
    2010-08-15 09:23:33下载
    积分:1
  • kettlewebtest
    java 调用 kettle 对数据进行过滤,处理,转换 ,数据文件转换为 数据库文件(Java calls kettle to filter, process, transform, and convert data files into database files)
    2018-01-10 17:03:51下载
    积分: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
  • livestore
    在线电子书城java form [HeyJava][传智播客](Online e-Bookstore java form [HeyJava] [Chuan-zhi podcast])
    2020-06-29 15:40:02下载
    积分:1
  • jd-gui-1.6.2
    说明:  JD-GUI是一个用于Java编程语言源代码“.class”文件反编译软件。您可以使用JD-GUI浏览和重建源代码的即时访问方法和字段,以代码高度方式来显示反编译过来的代码。(JD-GUI is a decompiling software for Java programming language source code ". class" file. You can use JD-GUI to browse and rebuild instant access methods and fields of source code to display decompiled code in code height.)
    2020-06-22 02:00:01下载
    积分:1
  • MyShoot
    java 飞机大战 打飞机完整代码一定要20字???????(Java aircraft war aircraft complete code must be 20 words??????????)
    2017-06-29 22:37:04下载
    积分:1
  • snmp5_1
    snmp zip 包开发snmp协议(snmp zip Package snmp agreement dddddddddddddddddddd )
    2007-02-03 17:50:56下载
    积分:1
  • Java_compressfile
    一个简单的文件压缩解压缩工具(JAVA语言)(脪 禄赂 枚 录 貌渭 楼 渭脛脦脛 录 镁脩 鹿 脣玫 陆 芒脩 鹿 脣玫 鹿 陇 戮 脽 拢 篓 JAVA脫茂脩脭 拢 漏)
    2008-08-22 11:00:48下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载