-
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 显示多分类区域图(提高篇-实例229).zip
Java 显示多分类区域图(提高篇-实例229).zip
- 2019-10-03下载
- 积分:1
-
ssm整和实例下载(Struts2_Spring3_MyBatis框架)
ssm整和实例下载(Struts2_Spring3_MyBatis框架)
- 2016-05-12下载
- 积分:1
-
java实现游泳卡管理系统(源码+数据库)
【实例简介】
- 2021-07-03 00:31:11下载
- 积分:1
-
活动选项卡
活动选项卡
- 2015-11-11下载
- 积分:1
-
Java 使用特殊域变量实现线程同步(基础篇-实例176).zip
实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
- 2019-10-02下载
- 积分:1
-
java算法斐波那契(Fibonacci)数列
java算法斐波那契(Fibonacci)数列【核心代码】public class Fibonacci { /** * fibonacci数列 */ // 第一种方法 public static void main(String[] args) { Scanner s = new Scanner(System.in); System.out.print("请输入n(n>0)的值: "); int n = s.nextInt(); int f1 = 1, f2 = 1; for (int i = 1; i
- 2021-03-18 16:09:19下载
- 积分:1
-
JSP+MySql 车辆管理系统(源码+数据库+文档+视频)
JSP+MySql 车辆管理系统(源码+数据库+文档+视频)
- 2021-05-06下载
- 积分:1
-
Java 检查代码中的括号是否匹配(基础篇-实例363).zip
实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
- 2019-10-02下载
- 积分:1
-
Java酒店客房管理系统源码+数据库脚本(基于java swing)
包含数据库文件,可以直接导入运行,还包含一系列文档包括论文等,性价比超高。
- 2019-10-18下载
- 积分:1