首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

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

后端 62.08KB 15 需要积分: 1
立即下载

资源介绍:

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

资源文件列表:

library-system.zip 大约有106个文件
  1. library-system/
  2. library-system/.git/
  3. library-system/.git/HEAD 23B
  4. library-system/.git/config 333B
  5. library-system/.git/description 73B
  6. library-system/.git/hooks/
  7. library-system/.git/hooks/applypatch-msg.sample 478B
  8. library-system/.git/hooks/commit-msg.sample 896B
  9. library-system/.git/hooks/fsmonitor-watchman.sample 4.62KB
  10. library-system/.git/hooks/post-update.sample 189B
  11. library-system/.git/hooks/pre-applypatch.sample 424B
  12. library-system/.git/hooks/pre-commit.sample 1.6KB
  13. library-system/.git/hooks/pre-merge-commit.sample 416B
  14. library-system/.git/hooks/pre-push.sample 1.34KB
  15. library-system/.git/hooks/pre-rebase.sample 4.78KB
  16. library-system/.git/hooks/pre-receive.sample 544B
  17. library-system/.git/hooks/prepare-commit-msg.sample 1.46KB
  18. library-system/.git/hooks/push-to-checkout.sample 2.72KB
  19. library-system/.git/hooks/update.sample 3.56KB
  20. library-system/.git/index 1.46KB
  21. library-system/.git/info/
  22. library-system/.git/info/exclude 240B
  23. library-system/.git/logs/
  24. library-system/.git/logs/HEAD 182B
  25. library-system/.git/logs/refs/
  26. library-system/.git/logs/refs/heads/
  27. library-system/.git/logs/refs/heads/master 182B
  28. library-system/.git/logs/refs/remotes/
  29. library-system/.git/logs/refs/remotes/origin/
  30. library-system/.git/logs/refs/remotes/origin/HEAD 182B
  31. library-system/.git/objects/
  32. library-system/.git/objects/info/
  33. library-system/.git/objects/pack/
  34. library-system/.git/objects/pack/pack-686701e9891972cc0471150b9061a65b6321b2cb.idx 1.81KB
  35. library-system/.git/objects/pack/pack-686701e9891972cc0471150b9061a65b6321b2cb.pack 7.11KB
  36. library-system/.git/packed-refs 114B
  37. library-system/.git/refs/
  38. library-system/.git/refs/heads/
  39. library-system/.git/refs/heads/master 41B
  40. library-system/.git/refs/remotes/
  41. library-system/.git/refs/remotes/origin/
  42. library-system/.git/refs/remotes/origin/HEAD 32B
  43. library-system/.git/refs/tags/
  44. library-system/.idea/
  45. library-system/.idea/.gitignore 184B
  46. library-system/.idea/codeStyles/
  47. library-system/.idea/codeStyles/Project.xml 269B
  48. library-system/.idea/codeStyles/codeStyleConfig.xml 153B
  49. library-system/.idea/inspectionProfiles/
  50. library-system/.idea/inspectionProfiles/Project_Default.xml 1.41KB
  51. library-system/.idea/misc.xml 376B
  52. library-system/.idea/modules.xml 275B
  53. library-system/.idea/vcs.xml 172B
  54. library-system/.idea/workspace.xml 3.07KB
  55. library-system/BookRack/
  56. library-system/BookRack/Book.java 1.55KB
  57. library-system/BookRack/BookRack.java 877B
  58. library-system/Operation/
  59. library-system/Operation/AddOperation.java 1.61KB
  60. library-system/Operation/BorrowOperation.java 896B
  61. library-system/Operation/DeleteOperation.java 1.44KB
  62. library-system/Operation/ExitOperation.java 243B
  63. library-system/Operation/FindOperation.java 908B
  64. library-system/Operation/IOperation.java 249B
  65. library-system/Operation/ReturnOperation.java 870B
  66. library-system/Operation/ShowOperation.java 410B
  67. library-system/Person/
  68. library-system/Person/Administrator.java 1.02KB
  69. library-system/Person/NormalUser.java 978B
  70. library-system/Person/User.java 444B
  71. library-system/README.md 364B
  72. library-system/Test.java 966B
  73. library-system/library-system.iml 429B
  74. library-system/out/
  75. library-system/out/production/
  76. library-system/out/production/library-system/
  77. library-system/out/production/library-system/.idea/
  78. library-system/out/production/library-system/.idea/.gitignore 184B
  79. library-system/out/production/library-system/.idea/codeStyles/
  80. library-system/out/production/library-system/.idea/codeStyles/Project.xml 269B
  81. library-system/out/production/library-system/.idea/codeStyles/codeStyleConfig.xml 153B
  82. library-system/out/production/library-system/.idea/inspectionProfiles/
  83. library-system/out/production/library-system/.idea/inspectionProfiles/Project_Default.xml 1.41KB
  84. library-system/out/production/library-system/.idea/misc.xml 376B
  85. library-system/out/production/library-system/.idea/modules.xml 275B
  86. library-system/out/production/library-system/.idea/vcs.xml 172B
  87. library-system/out/production/library-system/.idea/workspace.xml 3.07KB
  88. library-system/out/production/library-system/BookRack/
  89. library-system/out/production/library-system/BookRack/Book.class 1.79KB
  90. library-system/out/production/library-system/BookRack/BookRack.class 1.05KB
  91. library-system/out/production/library-system/Operation/
  92. library-system/out/production/library-system/Operation/AddOperation.class 1.86KB
  93. library-system/out/production/library-system/Operation/BorrowOperation.class 1.4KB
  94. library-system/out/production/library-system/Operation/DeleteOperation.class 1.61KB
  95. library-system/out/production/library-system/Operation/ExitOperation.class 640B
  96. library-system/out/production/library-system/Operation/FindOperation.class 1.58KB
  97. library-system/out/production/library-system/Operation/IOperation.class 151B
  98. library-system/out/production/library-system/Operation/ReturnOperation.class 1.51KB
  99. library-system/out/production/library-system/Operation/ShowOperation.class 876B
  100. library-system/out/production/library-system/Person/
  101. library-system/out/production/library-system/Person/Administrator.class 1.3KB
  102. library-system/out/production/library-system/Person/NormalUser.class 1.23KB
  103. library-system/out/production/library-system/Person/User.class 724B
  104. library-system/out/production/library-system/README.md 364B
  105. library-system/out/production/library-system/Test.class 1.4KB
  106. library-system/out/production/library-system/library-system.iml 429B
0评论
提交 加载更多评论
其他资源 打流工具的使用方法,以及查看线路质量
在客户端iperf3 -c 10.89.251.154 -i 1 -b 16M -t 10 在终端iperf3 -s
新版Ai企业级系统去授权版本完美运行.zip
新版Ai企业级系统去授权版本完美运行.zip
基于健身房会员管理系统
教练管理 本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器 教练管理 本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器 教练管理 本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器 教练管理 本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器 教练管理 本项目中我主要负责了教练管理部分,采用ElementUi + Vue为前端技术,SpringBoot + Mybatis为后端技术,实现了教练的增删改查,其中教练头像上传保存在云服务器 教练管理 本项目中我
基于SpringBoot+vue实现的旅游景点项目
后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏/ 后端旅游景点分类 前台旅游景点收藏后端 详情页改 前台旅游线路点赞 前台旅游攻略发布 后台旅游景点分类、旅游笔记,前台首页、景点详情、收藏 前台旅游景点更改 用户管理前端+用户登录、注册、个人信息、修改密码功能
基于SpringBoot+vue实现的旅游景点项目 基于SpringBoot+vue实现的旅游景点项目 基于SpringBoot+vue实现的旅游景点项目
microsoft wpd demo
microsoft wpd demo
EDC 开源代码,connector main
EDC 开源代码,connector main
易车实战学习Langchain开发配套文档附件
易车实战学习Langchain开发配套文档附件。 实战课程地址:https://blog.csdn.net/JingYu_365/article/details/140590223?spm=1001.2014.3001.5502 以《易车》实际应用场景为背景的系列学习文章,旨在帮助你们更直观、更深入地理解和掌握Langchain技术。
易车实战学习Langchain开发配套文档附件 易车实战学习Langchain开发配套文档附件
使用CMSIS-Pack快速创建STM32F411x裸机工程
使用CMSIS-Pack快速创建STM32F411x裸机工程 1、新建Keil工程 2、选择工程文件夹命名工程文件 3、选择芯片系列 4、 选择要打开的外设(CMSIS-Driver)及添加芯片启动文件(Device) 5、 添加标准main文件及系统滴答定时器中断IRQ文件 6、 修改编译方式 7、 配置添加的外设GPIO 8、Bulid编译后无报错 9、 修改外部晶振与系统频率(根据外部晶振及需要的系统频率修改)