下载资源后端资源详情
library-system.zip
大小:62.08KB
价格:20积分
下载量:0
评分:
5.0
上传者:m0_54479027
更新日期:2024-07-22

java实现简易的控制台的图书管理系统

资源文件列表(大概)

文件名
大小
library-system/
-
library-system/.git/
-
library-system/.git/HEAD
23B
library-system/.git/config
333B
library-system/.git/description
73B
library-system/.git/hooks/
-
library-system/.git/hooks/applypatch-msg.sample
478B
library-system/.git/hooks/commit-msg.sample
896B
library-system/.git/hooks/fsmonitor-watchman.sample
4.62KB
library-system/.git/hooks/post-update.sample
189B
library-system/.git/hooks/pre-applypatch.sample
424B
library-system/.git/hooks/pre-commit.sample
1.6KB
library-system/.git/hooks/pre-merge-commit.sample
416B
library-system/.git/hooks/pre-push.sample
1.34KB
library-system/.git/hooks/pre-rebase.sample
4.78KB
library-system/.git/hooks/pre-receive.sample
544B
library-system/.git/hooks/prepare-commit-msg.sample
1.46KB
library-system/.git/hooks/push-to-checkout.sample
2.72KB
library-system/.git/hooks/update.sample
3.56KB
library-system/.git/index
1.46KB
library-system/.git/info/
-
library-system/.git/info/exclude
240B
library-system/.git/logs/
-
library-system/.git/logs/HEAD
182B
library-system/.git/logs/refs/
-
library-system/.git/logs/refs/heads/
-
library-system/.git/logs/refs/heads/master
182B
library-system/.git/logs/refs/remotes/
-
library-system/.git/logs/refs/remotes/origin/
-
library-system/.git/logs/refs/remotes/origin/HEAD
182B
library-system/.git/objects/
-
library-system/.git/objects/info/
-
library-system/.git/objects/pack/
-
library-system/.git/objects/pack/pack-686701e9891972cc0471150b9061a65b6321b2cb.idx
1.81KB
library-system/.git/objects/pack/pack-686701e9891972cc0471150b9061a65b6321b2cb.pack
7.11KB
library-system/.git/packed-refs
114B
library-system/.git/refs/
-
library-system/.git/refs/heads/
-
library-system/.git/refs/heads/master
41B
library-system/.git/refs/remotes/
-
library-system/.git/refs/remotes/origin/
-
library-system/.git/refs/remotes/origin/HEAD
32B
library-system/.git/refs/tags/
-
library-system/.idea/
-
library-system/.idea/.gitignore
184B
library-system/.idea/codeStyles/
-
library-system/.idea/codeStyles/Project.xml
269B
library-system/.idea/codeStyles/codeStyleConfig.xml
153B
library-system/.idea/inspectionProfiles/
-
library-system/.idea/inspectionProfiles/Project_Default.xml
1.41KB
library-system/.idea/misc.xml
376B
library-system/.idea/modules.xml
275B
library-system/.idea/vcs.xml
172B
library-system/.idea/workspace.xml
3.07KB
library-system/BookRack/
-
library-system/BookRack/Book.java
1.55KB
library-system/BookRack/BookRack.java
877B
library-system/Operation/
-
library-system/Operation/AddOperation.java
1.61KB
library-system/Operation/BorrowOperation.java
896B
library-system/Operation/DeleteOperation.java
1.44KB
library-system/Operation/ExitOperation.java
243B
library-system/Operation/FindOperation.java
908B
library-system/Operation/IOperation.java
249B
library-system/Operation/ReturnOperation.java
870B
library-system/Operation/ShowOperation.java
410B
library-system/Person/
-
library-system/Person/Administrator.java
1.02KB
library-system/Person/NormalUser.java
978B
library-system/Person/User.java
444B
library-system/README.md
364B
library-system/Test.java
966B
library-system/library-system.iml
429B
library-system/out/
-
library-system/out/production/
-
library-system/out/production/library-system/
-
library-system/out/production/library-system/.idea/
-
library-system/out/production/library-system/.idea/.gitignore
184B
library-system/out/production/library-system/.idea/codeStyles/
-
library-system/out/production/library-system/.idea/codeStyles/Project.xml
269B
library-system/out/production/library-system/.idea/codeStyles/codeStyleConfig.xml
153B
library-system/out/production/library-system/.idea/inspectionProfiles/
-
library-system/out/production/library-system/.idea/inspectionProfiles/Project_Default.xml
1.41KB
library-system/out/production/library-system/.idea/misc.xml
376B
library-system/out/production/library-system/.idea/modules.xml
275B
library-system/out/production/library-system/.idea/vcs.xml
172B
library-system/out/production/library-system/.idea/workspace.xml
3.07KB
library-system/out/production/library-system/BookRack/
-
library-system/out/production/library-system/BookRack/Book.class
1.79KB
library-system/out/production/library-system/BookRack/BookRack.class
1.05KB
library-system/out/production/library-system/Operation/
-
library-system/out/production/library-system/Operation/AddOperation.class
1.86KB
library-system/out/production/library-system/Operation/BorrowOperation.class
1.4KB
library-system/out/production/library-system/Operation/DeleteOperation.class
1.61KB
library-system/out/production/library-system/Operation/ExitOperation.class
640B
library-system/out/production/library-system/Operation/FindOperation.class
1.58KB
library-system/out/production/library-system/Operation/IOperation.class
151B
library-system/out/production/library-system/Operation/ReturnOperation.class
1.51KB
library-system/out/production/library-system/Operation/ShowOperation.class
876B
library-system/out/production/library-system/Person/
-
library-system/out/production/library-system/Person/Administrator.class
1.3KB
library-system/out/production/library-system/Person/NormalUser.class
1.23KB
library-system/out/production/library-system/Person/User.class
724B
library-system/out/production/library-system/README.md
364B
library-system/out/production/library-system/Test.class
1.4KB
library-system/out/production/library-system/library-system.iml
429B

资源内容介绍

适用于java小白,纯java代码实现的控制台图书管理系统
# LibrarySystem#### 介绍图书管理系统,单机Java程序,供CSDN读者使用文章链接:http://t.csdnimg.cn/d5Cdm#### 软件架构单机Java程序,通过面向对象的思想构建图书馆管理系统#### 安装教程1. 右上角直接下载2. 下载解压后直接可用#### 使用说明运行Test.java即可

用户评论 (0)

发表评论

captcha

相关资源

打流工具的使用方法,以及查看线路质量

在客户端iperf3 -c 10.89.251.154 -i 1 -b 16M -t 10在终端iperf3 -s

92.88KB25积分

新版Ai企业级系统去授权版本完美运行.zip

新版Ai企业级系统去授权版本完美运行.zip

4.91MB41积分

基于健身房会员管理系统

教练管理本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器教练管理本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器教练管理本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器教练管理本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器教练管理本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器教练管理本项目中我

5.25MB28积分

基于SpringBoot+vue实现的旅游景点项目

后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能

46.03MB29积分