Skip to content

Commit

Permalink
12312
Browse files Browse the repository at this point in the history
  • Loading branch information
wulishuhan committed Jul 20, 2020
1 parent dc4ee63 commit 630a8f7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
开发环境
-- phpMyAdmin SQL Dump
-- version 3.4.10.1
-- http://www.phpmyadmin.net
---- 主机: localhost
-- 生成日期: 2020 年 06 月 12 日 11:58
-- 服务器版本: 5.5.20
-- PHP 版本: 5.3.10
开发软件:Hbuild
将bighomework文件复制到www目录下
管理员账号:admin
密码:admin
功能简介
实现了前台模块和后台模块
前台模块:用户可以通过注册或登录页面,实现注册和登录功能。其中用户名、密码、不能为空,需要添加表单的安全验证功能。用户登录成功后,直接跳转到商城的首页,可以查看所有商品的信息,并可以将商品添加到购物车。
后台模块:管理员对商品和订单具有管理权限。管理员通过后台能够发布商品的信息,并在前端页面可以查看商品。同时,具有对商品增加、删除、修改和查询的功能,实现对商品的管理。管理员也具有对用户生成的订单进行管理,具有查看、删除和修改等权限。


系统概要设计
框架top用于显示index_html.php网页,menu用于显示index_html.php网页,foot用于显示index_html.php网页,main用于显示各子系统(子目录)下的文件。
在前台home目录下login.php是前台页面的入口
在后台admin目录下login.php是后台页面的入口

0 comments on commit 630a8f7

Please sign in to comment.