codermast / Library-Manage-System

本项目是本人在大三阶段,学习完了Java Web相关的知识点,为了对知识点进行总结和更好的掌握,编写的一款基于Java语言,Servlet、Jsp、MySQL等技术的实现的图书借阅管理系统。也是本人第一款独立完成能够实现其功能的项目。   此项目主要完成了会员管理、图书管理、图书类型管理、图书借阅管理...等功能模块,能够实现基本的会员、图书、图书类型的增删改查,以及对会员借阅图书功能的完成。
Mulan Permissive Software License, Version 2
2 stars 0 forks source link

我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 #1

Open 1benv opened 2 years ago

codermast commented 2 years ago

这个具体只实现了登录功能,注册功能的话需要直接在数据库内创建,当时因为自己技术不太熟练,就没有完善。很抱歉。

1benv commented 2 years ago

额额 没事 很感谢您  能方便描述一下该怎么在数据库内部添加吗 我找了找不是很会

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月29日(星期天) 下午5:45 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

这个具体只实现了登录功能,注册功能的话需要直接在数据库内创建,当时因为自己技术不太熟练,就没有完善。很抱歉。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

很感谢您能关注的我的项目, 首先您可以使用一些可视化的数据库工具,如Navicat、workbench、dataGrip等,连接上您的数据库,找到users数据表,直接新添加一行数据,填写好每个字段的内容,然后保存提交即可。 或者您直接执行该SQL语句 _INSERT INTO user VALUES (3, 'codermast', '123456', 0);_这行SQL语句,就可以创建一个用户id为3,用户名为codermast,密码为123456的用户,需要注意的是,用户的id是不允许重复的,所以如果存在一个用户id为3的用户,则会报错,此时修改id为其他数字即可。

codermast commented 2 years ago

如果您在学习相关的内容的话, 我现在在写一套基于Servlet的个人博客系统,也很期待和你们一起学习。

1benv commented 2 years ago

好的 我试一下 感谢了

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月29日(星期天) 晚上6:04 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

如果您在学习相关的内容的话, 我现在在写一套基于Servlet的个人博客系统,也很期待和你们一起学习。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

因为该项目是我在网络上参考的一个项目,我稍后会将该项目的完整资源包上传,有需要的可以下载,比我上传的全面和完整一些。

1benv commented 2 years ago

我按照你说的做了 然后我输入super 123 登陆 还是提示请登录。。。

------------------ 原始邮件 ------------------ 发件人: "codermast/Library-Manage-System" @.>; 发送时间: 2022年5月29日(星期天) 晚上6:05 @.>; @.**@.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

因为该项目是我在网络上参考的一个项目,我稍后会将该项目的完整资源包上传,有需要的可以下载,比我上传的全面和完整一些。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

啊,那您下载一下我在项目描述中放置的那个文件,使用里面的教程,是很完整的,我的源码可能有一些小问题

1benv commented 2 years ago

好的

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月29日(星期天) 晚上7:36 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

啊,那您下载一下我在项目描述中放置的那个文件,使用里面的教程,是很完整的,我的源码可能有一些小问题

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

1benv commented 2 years ago

你好 你还有当时参考的视频吗

------------------ 原始邮件 ------------------ 发件人: "codermast/Library-Manage-System" @.>; 发送时间: 2022年5月29日(星期天) 晚上7:36 @.>; @.**@.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

啊,那您下载一下我在项目描述中放置的那个文件,使用里面的教程,是很完整的,我的源码可能有一些小问题

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

您好,这个是配套的课程地址,是在哔哩哔哩上的视频https://www.bilibili.com/video/BV1xh41147MZ,您可以参考一下。

1benv commented 2 years ago

好的 非常感谢!

---原始邮件--- 发件人: @.> 发送时间: 2022年5月30日(周一) 晚上10:27 收件人: @.>; 抄送: @.**@.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

您好,这个是配套的课程地址,是在哔哩哔哩上的视频https://www.bilibili.com/video/BV1xh41147MZ,您可以参考一下。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

没事的,能够帮到你吗?

1benv commented 2 years ago

能 我看看这个视频就差不多能明白了 感谢!

---原始邮件--- 发件人: @.> 发送时间: 2022年5月30日(周一) 晚上11:52 收件人: @.>; 抄送: @.**@.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

没事的,能够帮到你吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

1benv commented 2 years ago

好的 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月29日(星期天) 晚上6:05 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1)

因为该项目是我在网络上参考的一个项目,我稍后会将该项目的完整资源包上传,有需要的可以下载,比我上传的全面和完整一些。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

codermast commented 2 years ago

好的  ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月29日(星期天) 晚上6:05 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [codermast/Library-Manage-System] 我想问一下 我打开后登陆 登陆不上 显示让我请登录 没找到注册按钮 (Issue #1) 因为该项目是我在网络上参考的一个项目,我稍后会将该项目的完整资源包上传,有需要的可以下载,比我上传的全面和完整一些。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

这个项目目前我的版本只写好了登录模块,注册直接在数据库生成相对应的账号和密码就可以了,没有使用加密,都是保存的明文,所以很方便的可以增加和删除修改等一些操作。