- Java 9 Programming Blueprints
- Jason Lee
- 135字
- 2021-07-02 18:56:31
Duplicate File Finder
Any system that's been running for a while starts to suffer from hard drive clutter. This is especially true, for example, with large music and photo collections. Except for the most fastidious files getting copied and moved, we end up with a copy here and a copy there. The question is, though, which of these are duplicates and which are not? In this chapter, we'll build a file-walking utility that will scan a set of directories looking for duplicate files. We'll be able to specify whether the duplicates should be deleted, quarantined, or simply reported.
In this chapter, we will cover the following topics:
- The Java Platform Module System
- The Java NIO (New I/O) File APIs
- File hashing
- Java Persistence API (JPA)
- The new Java Date/Time API
- Writing command-line utilities
- More JavaFX
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Xcode 7 Essentials(Second Edition)
- 小程序,巧運營:微信小程序運營招式大全
- 3D少兒游戲編程(原書第2版)
- Python:Master the Art of Design Patterns
- Serverless架構
- Hands-On Full Stack Development with Go
- Solr Cookbook(Third Edition)
- Building Serverless Web Applications
- C語言程序設計
- Tableau Desktop可視化高級應用
- Apache Solr PHP Integration
- Python一行流:像專家一樣寫代碼
- Groovy 2 Cookbook
- 關系數據庫與SQL Server 2012(第3版)