搜索资源列表
xiangbo
- 2. 实现用户注册,用户登录,书目浏览,订购图书,查看定单,修改定单,修改密码,修改个人信息等页面,主要问题:数据库的连接,订购图书的功能。-2. User registration, user login, browse bibliography, ordering books, check orders, change orders, change passwords, revision of the personal information page, the main question
zhouzhouli
- 用户注册/登录:匿名会员只能在系统中查看商品信息,不能进行商品的订购。匿名会员通过注册的方式,输入相关基本信息成为系统的注册会员,注册会员登录系统后进行商品的查看和购物操作。-user registration / login : anonymous member of the system can only see the value of information, not for the purchase of commodities. Member registration anonymo
个人求职管理系统
- 个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。 注:1、默认的用户名: tiandinet 密码:123456 2、该发布只是测试版,并不包含用户注册和更改密码功能。你可以通过直接更改数据库里的内容来增加用户或更改密码。 3、程序使用JSP+JavaBeans,并使用session记录用户登录信息。 4、数据表td_pjm_jobs记录所有的工作信息;数据表td_pjm_user记录所有的用户信息,该表中的
基于JSP+JavaBean的网上花店系统
- 基于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
JavaEE_orderItem.JavaEE订餐项目
- JavaEE订餐项目的功能:用户登录、用户注册、添加订餐信息、查询订餐、结算、权限验证,For reservations, please JavaEE project functions: user login, user registration, add the reservation information, inquiries, reservation, settlement, permission to verify
bookshop.rar
- 本系统采用的技术方案为JSP +Tomcat+ Access,即使用JSP作为Web服务器端开发语言,采用Tomcat作为Web服务器和JSP引擎,采用Access作为后台网络数据库管理系统。 本系统主要包括网上书店主页,用户登录注册主页面,新用户注册页面,用户信息页面;购物车页面,管理员登陆页面,书籍管理页面等可视化页面。功能清单: 产品分类展示功能、商品的搜索功能、热卖商品推荐功能、网上订购、订单修改功能、用户注册登录管理功能、用户信息管理功能。 ,This system USES of
j_13305_javazj_shop.rar
- javazj商城系统主要功能: 网站新闻管理 用户注册,登录 商品信息管理 系统设置 管理员密码修改 管理员登录退出 ,Shangcheng system javazj main functions: web news management User Registration, Login merchandise information management system administrator set up an administrator password modify e
Happychat.rar
- 功能不错的JAVA多用户聊天室程序,是一个毕业设计作品,功能概要:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能 ,JAVA good functional multi-user chat room procedures, is a graduate design, functional summary: user registration, data preservation, multi-user login, and mult
personal_blog_system
- 一、个人博客系统MyEclipse+jsp+java+e 二、主要页面 主页面注册:zhuce.jsp 登录页面:login_.jsp 添加留言板页面:msg.jsp、write.jsp 删除留言内容:doDelete.jsp 三、运行时输入: http://localhost:8080/MyBlog/Jsp_first1DB/zhuce.jsp 进入主页 进入主页必须先注册用户名 注册时可以再页面输入用户名 密码 将存入数据库 -A personal bl
agenda_system1
- 采用面向对象方法和Java语言开发一个基于命令行交互方式的议程管理系统(agenda).已注册到系统的用户(user)可添加(add),删除(delete),查询(query)系统中记录的会议(meeting)安排;系统还提供新用户注册(register),清除(clear)某一用户所有会议安排等管理功能。-Methods and object-oriented Java language to develop an interactive command-line based on the a
ftpServer
- 用Java编写的ftp服务器,客户端通过Windows的命令行访问FTP服务器,实现对FTP命令user、pass、dir、get的支持。即用户注册、显示服务器端的文件列表、下载文件等-Ftp server written using Java client access via Windows command line FTP server, FTP command to realize the user, pass, dir, get support. The user registrati
Login
- 一个简单的用户登陆注册系统,采用ssh三框架整合开发,action采用ioc容器注入,可以很好的移植其它业务逻辑框架-Landing a simple user registration system, the use of ssh three integrated development framework, action to adopt ioc container implantation, transplantation can be a very good framework for
bam
- 纯JAVA代码实现的银行柜员机的基本功能,包括用户注册,开户,转账等功能-Pure JAVA code to achieve the basic functions of the bank teller machine, including user registration, account opening, fund transfer and other functions
2009092609234748
- QQ登陆界面,含登录,隐身,新用户注册,高级设置等-QQ login interface, including log, stealth, new user registration, Advanced settings, etc.
spring_struts
- j2ee SSH架构整合实例,实现了用户注册和管理信息的功能。-integration framework j2ee SSH example, a user registration and management information functions.
3
- 酒店预订管理系统 客户端功能 新用户的注册、登录。 用户修改密码和自身资料。 提供酒店可预订资源列表,供客户预订。 用户可以查看自己的订单情况。 -Hotel Reservation Management System for client-side functionality new user registration and login. Users to change passwords and their own information. List of re
User
- 用户注册模板,register.jsp是用户注册页,提交给adduser.jsp进行注册,成功后调用注册程序adduser.jsp进行注册,该程序先查询在UserInfo表中是否有该用户名,如果有,报错返回;否则执行插入操作。 用户注册成功后跳转到member.jsp -Register template, register.jsp is the user registration page, submit to the adduser.jsp to register, call the
User-registration-jspjavabean
- 在jsp中使用数据库,用户注册 jsp+javabean-User registration jsp+ javabean
user
- java的注册功能, 按以下需求及要求编写程序: 1.需求:实现用户信息注册功能,用户注册信息包括学号、姓名、性别、地址、电话,用户可在一个页面中输入用户信息,点击提交后将信息写入数据库后将如下注册结果返回用户。 2.要求: 1)使用JSP+JavaBean编写程序 2)设计一个HTML表单register.html,用于用户注册信息输入 3)编写一个名为User的JavaBean用于保存用户提交的信息 4)编写一个处理注册信息的JSP页面add.js
User-Registration-System
- 用JSP的SSH框架制作的用户登录系统,内含MySQL用户数据库生成代码。分为管理员与普通用户两种权限,不同权限进行不同操作。-SSH framework produced by the JSP user login system that includes MySQL user database to generate code. Divided into two permissions administrators and ordinary users with different perm
