首页下载资源后端java实现简易的控制台的图书管理系统

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

m0_5447902762.08KB需要积分:1

资源文件列表:

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

资源介绍:

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