文档介绍:Hebei Normal University of Science & Technology
专业:信息管理与信息系统11
学号: 0811110122
信息网络系统开发课程实习
2012-2013第1学期
题 目:潮流鞋城
院(系、部):工商管理学院信息管理教学部
学 生 姓 名:王海超
指 导 教 师:刘淑霞
2012年12月2 8日
目 录
摘要3
Abstract3
1 鞋城的登录、注册与注销4
登录4
注册7
注销10
2链接页面12
店铺交流区12
淘宝网14
3店铺交流区-留言板15
4 购物区-购物车23
结论39
致谢40
参考文献41
摘要:
随着科学技术的发展和进步人们的生活水平也在不断的提高。人们都说这是一个网络的时代,因此Internet的使用变得越来越广泛和普及。本学期学习JAVA以及JAVAWEB让我对系统开发这个方向有了自己理解和认识。潮流鞋城网站主要运用到了JSP、HTML等。开发工具运用的是Dreamweaver和MyEclipse。大家可以在店铺交流区给店主留言,方便交流。可以在购物区自由选择所需物品,也可链接到淘宝、凡客等大型购物网站。
Abstract:
With the development of science and technology and progress people's standard of living is also in constant increase. People say it is a network of times, so the use of the Internet is becoming more and more widely and popularization. The term learning JAVA and JAVAWEB let me on the system development in this direction have their understanding and knowledge. Tide shoes city website mainly USES the JSP, HTML, etc. Development tool is the use of Dreamweaver and MyEclipse. You can shop in communication area to the shopkeeper message, convenient communication. In the shopping area can be free to select the desired goods, also can link to clean out treasure, every guest and other large shopping website.
、注册与注销
在各系统中几乎都会包括用户登录验证及注销的功能,此功能完全可以使用session实现。具体思路是:当用户登陆成功后,设置一个session范围的属性,然后在其他需要验证的页面中判断是否存在此session范围的属性,如果存在,则表示已经是正常登录,用户登录后可以进行注销的操作。
:完成登录表单的显示,同时向叶面提交数据,已完成登录的验证。如果登录成功(用户名和密码固定:whc/123456),则保存属性;如果登录失败,则显示登录失败的信息。
<%@ page language="java" contentType="text/html" pageEncoding="utf-8"%>
<%
String path = ();
String basePath = ()+"://"+()+":"+()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD