找回密码
 立即注册
购物车shopping课时Session | 系统编程 2022-10-11 84 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
利用html、jsp、java、servlet、数据库等知识点,联系相关设计模式、以及软件工程的相关知识,设计一个网站购物车,关于记录不一样客户的购物订单,并能对购物车中产品信息进行查询、修复、删去、清空、下载等操作,产品信息存储在数据库中。具体要实现的功能如下:1:显示产品展现界面、操作成功界面、购物车展现界面等界面。2:产品信息存储在数据库中。3:对产品信息可以进行查询、修复、删去、清空、下载等操作。4:使用MVC设计模式(View(jsp)、Model(javaBean)、Controller(servlet))。5:在浏览器中输入访问信息进行访问。6:购物车信息分页显示。”课时1:01网络购物车之原理概述课时2:02产品类实现课时3:03购物车功能实现课时4:04将购物车放入Session课时5:05读取购物车并界面展现课时6:06购物车模块小结

(Use knowledge points such as html, jsp, java, servlet, database, etc. to contact relevant design patterns and software engineering knowledge to design a website shopping cart to record shopping orders of different customers, and to query, repair, delete, empty, download and other operations on product information in the shopping cart. Product information is stored in the database. The specific functions to be realized are as follows: 1. Display product display interface, operation success interface, shopping cart display interface, etc. 2: The product information is stored in the database. 3: The product information can be queried, repaired, deleted, emptied, downloaded, etc. 4: Use MVC design pattern (View (jsp), Model (javaBean), Controller (servlet)). 5: Enter access information in the browser to access. 6: The shopping cart information is displayed in pages. " Session 1:01 Principle overview of online shopping cart Session 2:02 Product class realization Session 3:03 Shopping cart function realization Session 4:04 Put shopping cart in Session Session 5:05 Read shopping cart and interface presents Session 6:06 Shopping cart module summary)

[下载]14174853736.rar




上一篇:NIO+Netty5视频教程
下一篇:Java基础_实现多线程的两种方式