《网上书城系统》项目报告,使用了SSM,有支付宝功能,邮箱验证, 项目源码在 https://gitee.com/wanghcStudy/book-store.git
2021-06-07 22:02:01 3.85MB 网上书城
1
1、问题描述** 定义顾客类,属性有:会员卡号、姓名、性别、电话等信息和相关的对属性做操作的行为。 定义员工类:属性有:编号、姓名、性别、电话、美发项目(理发、烫发、洗发)等信 息和相关的对属性做操作的行为。 定义美发类:属性有各种美发项目的收费标准和相关的对属性做操作的行为。 **2、功能要求** (1)美发功能。根据顾客所要做的美发项目、服务的雇员、消费金额等将相应信息添 加到顾客类中指定顾客和员工类中指定员工信息里。 (2)简单管理功能。 添加功能:程序能够添加顾客信息和雇员信息,要求编号要唯一,如果添加了重复编号 的记录时,则提示数据添加重复并取消添加。 查询功能:可根据姓名、电话、卡号等信息对已添加的顾客信息进行查询,如果未找到, 给出相应的提示信息,如果找到,则显示相应的记录信息;还可以根据姓名、工种编号等信 息对雇员信息进行查询。 显示功能:可显示当前系统中所有顾客信息和雇员信息,每条信息占据一行。 编辑功能:可根据查询结果对相应的记录进行修改,修改时注意编号的唯一性。 删除功能:主要实现对已添加的顾客和雇员记录进行删除。如果当前系统中没有相应的 人员记录,则提示“记录为空!”并返回操作。 保存功能:可将当前系统中顾客和雇员记录存入文件中,存入方式任意。 读取功能:可将保存在文件中的信息读入到当前系统中,供用户进行使用。 (3)统计功能。能统计出顾客的消费总数、雇员的收入总数。都按从大到小排序。 **3、问题的解决方案 根据系统功能要求,可以将问题解决分为以下步骤:** (1)应用系统分析,建立该系统的功能模块框图以及界面的组织和设计; (2)分析系统中的各个实体及它们之间的关系; (3)根据问题描述,设计系统的类层次; (4)完成类层次中各个类的描述; (5)完成类中各个成员函数的定义; (6)完成系统的应用模块; (7)功能调试; (8)完成系统总结报告。
2021-06-02 10:15:09 82.4MB c++ 美发店管理系统设计 三级项目
1
这是我的一个计算机网络课的期末大作——局域网聊天室的项目报告文档,程序可以运行了,但寒假要继续改进用户登录验证和用户自定义聊天人数。
2021-05-30 16:15:06 134KB java 多线程 网络编程 项目报告
1
Java原始管理银行管理系统 用Java / Swing / MySQL编写的虚拟银行管理系统应用程序。 运行程序的步骤: 创建一个名为m6的数据库 将m6.sql文件导入数据库 将Start.txt文件重命名为Start.bat 运行Start.bat 管理员帐号 用户名:admin密码:admin 员工账户 用户名:hello密码:hello 用户账号 用户名:sazid密码:password
2021-05-24 09:37:46 85KB 系统开源
1
实验报告包含详细的实验截图和命令 Task 1: Configure Local AAA Authentication for Console Access on R1 Step 1. Test connectivity. · Ping from PC-A to PC-B. · Ping from PC-A to PC-C. · Ping from PC-B to PC-C. Step 2. Configure a local username on R1. Configure a username of Admin1 and secret password of admin1pa55. Step 3. Configure local AAA authentication for console access on R1. nable AAA on R1 and configure AAA authentication for console login to use the local database. Step 4. Configure the line console to use the defined AAA authentication method. Enable AAA on R1 and configure AAA authentication for console login to use the default method list. Step 5. Verify the AAA authentication method. Verify the user EXEC login using the local database. Task 2: Configure Local AAA Authentication for VTY Lines on R1 Step 1. Configure a named list AAA authentication method for VTY lines on R1. Configure a named list called TELNET-LOGIN to authenticate logins using local AAA. Step 2. Configure the VTY lines to use the defined AAA authentication method. Configure the VTY lines to use the named AAA method. Step 3. Verify the AAA authentication method. Verify the Telnet configuration. From the command prompt of PC-A, Telnet to R1. Task 3: Configure Server-Based AAA Authentication Using TACACS+ on R2 Step 1. Configure a backup local database entry called Admin. For backup purposes, configure a local username of Admin and secret password of adminpa55. Step 2. Verify the TACACS+ Server configuration. Select the TACACS+ Server. From the Config tab, click on AAA and notice that there is a Network configuration entry for R2 and a User Setup entry for Admin2. Step 3. Configure the TACACS+ server specifics on R2. Configure the AAA TACACS server IP address and secret key on R2. Step 4. Configure AAA login authentication for console access on R2. Enable AAA on R2 and configure
2021-05-24 08:46:49 307KB 网络安全
1
调用Swift API接口完成对Swift的二次开发
2021-05-20 11:01:21 1.28MB openstack swift 云计算 对象存储
(1)系统名称:人民法院信息管理系统 (2)软件功能:该系统实现的功能为用户通过输入用户名密码登录系统,对案件的基本信息进行增加、删除、修改和查询,对法官管理的表可以进行所有操作,对于其他依赖于法官管理的表只能进行查询、修改信息的操作。通过本系统帮助用户更好的管理案件信息,使操作变的简单快捷,使信息得到更加安全的保护。
2021-04-24 21:21:54 5.69MB java课程设计 信息管理系统 JAVA
1
临床研究数据库:数据库实施项目报告,SQL脚本作为附录
2021-04-23 15:47:01 2.38MB
1
自己写的,运行时 先运行服务器端,再运行landWindow,运行多个lanwindow进行测试聊天,私聊时选中人物后勾选下面的私聊选框!
2021-04-19 01:52:19 409KB java源码
1
中国未来人口情景分析项目报告.pdf
2021-03-01 19:02:04 8.31MB 未来人口