- 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# 7 and .NET Core Cookbook
- Oracle Exadata性能優化
- Learn Type:Driven Development
- Oracle從新手到高手
- React Native Cookbook
- 深入實踐Spring Boot
- Learning SAP Analytics Cloud
- PHP網絡編程學習筆記
- Groovy for Domain:specific Languages(Second Edition)
- Laravel Application Development Blueprints
- Python商務數據分析(微課版)
- 零基礎學HTML+CSS
- Secret Recipes of the Python Ninja
- Qt 4開發實踐
- 微前端設計與實現