-
Java图形化界面实现图书管理系统(源码+数据库脚本)
Java图形化界面实现图书管理系统(源码+数据库脚本)
- 2019-09-12下载
- 积分:1
-
springboot+layui开发的博客系统
springboot layui maven前端开发的博客系统,开发工具idea,有前台和后台
- 2020-12-06下载
- 积分:1
-
springcloud学习教程:深入理解Spring Cloud与微服务构建.pdf
springcloud学习教程:深入理解Spring Cloud与微服务构建.pdf
- 2020-04-30下载
- 积分:1
-
Java 根据身份证号 查询户口所在地 例子
Java 根据身份证号 查询户口所在地 例子
- 2015-08-11下载
- 积分: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
-
易买网(前台+后台的静态页面)
易买网(前台+后台的静态页面)
- 2020-04-15下载
- 积分: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
-
Java 警察抓小偷(提高篇-实例090).zip
Java 警察抓小偷(提高篇-实例090).zip
- 2019-10-03下载
- 积分:1
-
酒店预定管理系统(源码+数据库+文档)
酒店预订管理系统 一、后台需求列表清单 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 读取PDF文档(提高篇-实例419).zip
Java 读取PDF文档(提高篇-实例419).zip
- 2019-10-03下载
- 积分:1