100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 图书馆管理系统代码html语言 html图书管理系统

图书馆管理系统代码html语言 html图书管理系统

时间:2020-10-03 12:12:40

相关推荐

图书馆管理系统代码html语言 html图书管理系统

【实例简介】

完整的前端代码 图书管理系统~~

【实例截图】

【核心代码】

StudentBookingSystem-master

└── StudentBookingSystem-master

├── build.xml

├── lib

│ ├── antlr-2.7.7.jar

│ ├── cdi-api-1.1.jar

│ ├── classmate-1.3.0.jar

│ ├── dom4j-1.6.1.jar

│ ├── el-api-2.2.jar

│ ├── geronimo-jta_1.1_spec-1.1.1.jar

│ ├── hibernate-commons-annotations-5.0.1.Final.jar

│ ├── hibernate-core-5.2.3.Final.jar

│ ├── hibernate-jpa-2.1-api-1.0.0.Final.jar

│ ├── jandex-2.0.0.Final.jar

│ ├── javassist-3.20.0-GA.jar

│ ├── javax.inject-1.jar

│ ├── jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar

│ ├── jboss-logging-3.3.0.Final.jar

│ └── jsr250-api-1.0.jar

├── License.txt

├── manifest.mf

├── nbproject

│ ├── build-impl.xml

│ ├── configs

│ │ ├── Run_as_WebStart.properties

│ │ └── Run_in_Browser.properties

│ ├── genfiles.properties

│ ├── jfx-impl_backup.xml

│ ├── jfx-impl.xml

│ ├── private

│ │ ├── configs

│ │ │ ├── Run_as_WebStart.properties

│ │ │ └── Run_in_Browser.properties

│ │ ├── private.properties

│ │ └── private.xml

│ ├── project.properties

│ ├── project.xml

│ └── UPDATED.TXT

├── pics

│ ├── loginIn.PNG

│ ├── 学生订票-周楠.PNG

│ ├── 学生订票-搜索.PNG

│ ├── 学生订票-添加后查询.PNG

│ ├── 学生订票-直接查询.PNG

│ ├── 学生订票-退票后查询.PNG

│ ├── 操作员-全部订单-退票.PNG

│ ├── 操作员-完成退票.PNG

│ ├── 操作员-按姓名查找.PNG

│ ├── 操作员-查找之前.PNG

│ └── 操作员-查看全部订单.PNG

├── README.md

├── src

│ ├── hibernate.cfg.xml

│ └── studentbooking

│ ├── applications

│ │ ├── Login.java

│ │ ├── SelectTicketForOperator.java

│ │ └── SelectTicket.java

│ ├── bean

│ │ ├── OperatorEntity.java

│ │ ├── OrdersEntity.java

│ │ ├── StudentEntity.java

│ │ ├── TicketInfoEntity.java

│ │ └── TrainInfoEntity.java

│ ├── css

│ │ └── button.css

│ └── db

│ └── DBHelper.java

└── StudentBookingSystem.iml

13 directories, 55 files

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。