- 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
推薦閱讀
- Python概率統(tǒng)計(jì)
- Node.js+Webpack開(kāi)發(fā)實(shí)戰(zhàn)
- 軟件架構(gòu)設(shè)計(jì):大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- Visual Basic程序開(kāi)發(fā)(學(xué)習(xí)筆記)
- Expert Android Programming
- Interactive Applications Using Matplotlib
- Mastering Apache Spark 2.x(Second Edition)
- Express Web Application Development
- Mastering Linux Security and Hardening
- Building Dynamics CRM 2015 Dashboards with Power BI
- HTML5移動(dòng)前端開(kāi)發(fā)基礎(chǔ)與實(shí)戰(zhàn)(微課版)
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- Learning iOS Penetration Testing
- Zend Framework 2 Cookbook
- PhantomJS Cookbook