-
Java Coding Problems - Improve your Java Programming skills by solving real-world coding challenges.epub
The super-fast evolution of the JDK between versions 8 and 12 has increased the learning curve of modern Java, therefore has increased the time needed for placing developers in the Plateau of Productivity. Its new features and concepts can be adopted to solve a variety of modern-day problems. This book enables you to adopt an objective approach to common problems by explaining the correct practices and decisions with respect to complexity, performance, readability, and more.Java Coding Problems will help you complete your daily tasks and meet deadlines. You can count on the 300 applications containing 1,000 examples in this book to cover the common and fundamental areas of interest: strings, numbers, arrays, collections, data structures, date and time, immutability, type inference, Optional, Java I/O, Java Reflection, functional programming, concurrency and the HTTP
- 2020-03-03下载
- 积分:1
-
The Java Virtual Machine Specification, Java SE 8 Edition-jvms8.pdf
The Java Virtual Machine Specification, Java SE 8 Edition-jvms8.pdf
- 2020-03-26下载
- 积分:1
-
Java 使用特殊域变量实现线程同步(基础篇-实例176).zip
实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
- 2019-10-02下载
- 积分:1
-
java仓库管理系统源码
含数据库脚本开发平台:eclipse数据库平台:mysqlyog登陆用户名:feeling(管理员)密码:123
- 2021-05-06下载
- 积分:1
-
java学生信息管理系统源码(入门级,含数据库脚本)
学生信息管理,分为教师,学生,管理员,登录账号自动检测账号类型,数据库采用mysql 用idea 打开就可以使用,几乎不用配置(需要用sql脚本创建数据库后 修改下连接串密码即可,如果您本机密码是root那就不需要修改密码) 管理员账号/密码:admin/admin 学生账号/密码:stu03/stu03 教师账号/密码:tec2/tec2
- 2018-12-07下载
- 积分:1
-
Java酒店客房管理系统源码+数据库脚本(基于java swing)
包含数据库文件,可以直接导入运行,还包含一系列文档包括论文等,性价比超高。
- 2019-10-18下载
- 积分:1
-
java实现游泳卡管理系统(源码+数据库)
【实例简介】
- 2021-07-03 00:31:11下载
- 积分:1
-
校园商品管理系统SSM框架(含数据库脚本)
基于ssm框架的商铺管理系统,数据库mysql。基于maven管理
- 2019-12-23下载
- 积分:1
-
Java 显示多分类区域图(提高篇-实例229).zip
Java 显示多分类区域图(提高篇-实例229).zip
- 2019-10-03下载
- 积分: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