-
酒店预定管理系统(源码+数据库+文档)
酒店预订管理系统 一、后台需求列表清单 1、预订管理(Reservation) 1.1 查询预订 (Search) 1.2 新建预订(new) 1.3 修改预订 (modify) 1.4 取消预订 (cancel) 2、房价类型管理(Rate Type) 2.1 查询 (search) 2.2 新建(new) 2.3 修改 (modify) 2.4 删除 (delete) 3、房间类型管理(Room Type) 3.1 查询(search) 3.2 新建(new) 3.3 修改(modify) 3.4 删除(delete) 4、房价管理(Rate)(批量操作) 4.1 房价查询 (Rate Query) 4.2 房价规则查询(Rate Rule Query) 4.3 新增房价规则 (add) 4.4 修改房价规则(modify) 4.5 删除房价规则 (delete) 5、房态管理(Room Status)(批量操作) 5.1 查询房态(search) 5.2 新增规则(add) 5.3 修改规则(modify) 5.4 删除规则(delete) 5.5 查询规则(search) 6、员工管理(Staff) 6.1 查询(search) 6.2 新建(new) 6.3 修改(modify) 6.4 删除(delete)
- 2021-05-06下载
- 积分:1
-
Java串口调试助手工程源码
使用Java语言开发的一个串口调试助手,测试基本没有问题。虽然经过多次修改,但功能还没有完善,可能还存在一些小问题。现在共享给大家,以供想要学习Java串口应用开发的朋友参考。若发现代码有错误之处,还望能够提出改正,大家共同学习,共同进步。有兴趣的朋友也可以在此基础上完善软件的功能。
- 2016-04-28下载
- 积分:1
-
Java 查找替换文本文件内容(基础篇-实例414).zip
实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
- 2019-10-02下载
- 积分:1
-
Java Cookbook - Problems and Solutions for Java Developers (Early Release).epub
Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languages------------------The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
- 2020-03-03下载
- 积分:1
-
Java反序列化终极检测工具_Jboss & Weblogic & Websphere.zip
Java反序列化终极检测工具_Jboss & Weblogic & Websphere.zip
- 2019-09-05下载
- 积分:1
-
消息推送系统源码
基于JAVA实现的消息推送系统,CIM(CROSS-IM) 一款面向开发者的 IM(即时通讯)系统;同时提供了一些组件帮助开发者构建一款属于自己可水平扩展的 IM
- 2020-12-04下载
- 积分:1
-
Java 判断某一年是否为闰年(基础篇-实例028).zip
实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
- 2019-10-02下载
- 积分:1
-
ios 刮刮卡
ios 刮刮卡
- 2014-01-15下载
- 积分:1
-
Spring boot基于redis实现附近的人.zip
Spring boot基于Redis Hash数据结构实现附近的人Demo,框架由Spring-boot实现,压缩包含源码以及部署jar包。代码清晰,有注释,考虑性能优化
- 2019-08-21下载
- 积分:1
-
java学生管理系统源码(含数据库)
学生管理系统、 用于学生信息增删 【核心代码】 学生信息管理系统 ├── stumanage│ ├── libs│ │ ├── Sql-Server-2_fat.jar│ │ ├── com.borland.jbcl.layout.jar│ │ ├── dbswing.jar│ │ ├── dx.jar│ │ ├── lib.jar│ │ ├── postgresql-8.1-405.jdbc2.jar│ │ ├── tools.jar│ │ └── xalan.jar│ ├── pom.xml│ ├── src│ │ ├── main│ │ │ ├── java│ │ │ │ └── stumanage│ │ │ │ ├── MainFrame.jbx│ │ │ │ └── beautiful.jpg│ │ │ └── resources│ │ ├── stumanage│ │ │ ├── MainFrame.java│ │ │ ├── MainFrame.jbx│ │ │ ├── WelcomeFrame.java│ │ │ └── beautiful.jpg│ │ └── test│ │ └── java│ ├── stumanage.iml│ ├── stumanage.jpx│ ├── stumanage.jpx.local│ ├── stumanage.jpx.local~│ └── stumanage.jpx~├── 学生信息管理系统.zip└── 数据库脚本和数据库备份 ├── stu └── stu.sql23 directories, 78 files
- 2020-05-31下载
- 积分:1