# cd_java_libraryms **Repository Path**: xuanxingz/cd_java_libraryms ## Basic Information - **Project Name**: cd_java_libraryms - **Description**: java+mysql图书管理系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一、前言 本文章是对我去年的一个课设 https://blog.csdn.net/weixin_43206161/article/details/86584589 即做一个图书信息管理系统的二次开发,完善主页面的UI及功能,达到一个更好的效果的目的。 # 二、运行环境 jdk: jdk1.8.0_131 mysql: MySQL Server 8.0 Eclipse # 三、总体设计 登录+主界面+退出系统 # 四、具体实现 登录界面都差不多,没啥特别的 ![img](https://upload-images.jianshu.io/upload_images/21339163-dd6f0c7240b73c6c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 点登录进去有下面的界面(英文版) ![img](https://upload-images.jianshu.io/upload_images/21339163-c39c27277a9f0318.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 我们直接点Swap切换到中文版来吧 ![img](https://upload-images.jianshu.io/upload_images/21339163-d337870337d60fae.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 上面功能都实现了,来一个图书录入吧 ![img](https://upload-images.jianshu.io/upload_images/21339163-615c75047a0ac9d9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 添加好了 ![img](https://upload-images.jianshu.io/upload_images/21339163-824cec2140f76a6d.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 数据库看一下 ![img](https://upload-images.jianshu.io/upload_images/21339163-fd3f2b5ddd5422ee.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 包括下面的图书借出、图书归还,图书查询功能都有 ![img](https://upload-images.jianshu.io/upload_images/21339163-f363444bde9b6233.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![img](https://upload-images.jianshu.io/upload_images/21339163-70ded80cf3fff2a6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 包括账号服务的修改密码、借记查询和借记注销都可以点进去的 ![img](https://upload-images.jianshu.io/upload_images/21339163-90daf708d8167ab8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 包括关于作者,关于版权,退出系统都实现了 ![img](https://upload-images.jianshu.io/upload_images/21339163-75c33709639387cf.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 关于作者来一波 ![img](https://upload-images.jianshu.io/upload_images/21339163-2e88bc51dadd784e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 关于版权来一波 ![img](https://upload-images.jianshu.io/upload_images/21339163-f291378a7d66c0d5.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 点退出系统就重新回到了登录界面 ![img](https://upload-images.jianshu.io/upload_images/21339163-2356c6a4222d0699.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 你的鼓励将是我创作的最大动力,如果你觉得我的文章写得好,打赏一下支持哈! #