This is the 10th day of my participation in the August Text Challenge.More challenges in August

About the author: Wu Kong, 8 years of experience in Internet development and architecture, explains distributed, architecture design, Java core technology with stories. Author of “JVM Performance Optimization Practice” column, open source “Spring Cloud Practice PassJava” project, public account: Wukong chat architecture. This article is available at www.passjava.cn

Preface:

Have you ever bookmarked someone’s blog or article, but couldn’t find it when you wanted to use it? Have you ever bookmarked someone else’s blog or article, but couldn’t open it because there was no Internet? OK, here is a tool I made. If you are interested, you can download it and play it

The first part of this article introduces the use of the tool, and the next part will show how to use MVVM to implement the small tool!

A common way to save web pages

One way to save is to use the shortcut key Ctrl + S to save the web page.

Disadvantages:

1. Saved in the form of HTML + JS + CSS, many files;

2. The storage location can be arbitrary, which is not convenient for unified management.

3. It’s easy to forget, and it may be forgotten the next time you look for it

Based on the above three defects, I made a tool to save web pages -SaveWebPagesTool

Second, the advantages of the tool

The tool addresses the above three issues:

1. Save the web page as a file in MHT format.

2. All the saved files are stored in one place for easy management.

3. Next time you want to look at a local file, just open this tool to view all saved TDS.

Three, tool use

Enter the URL you want to Save in the URL input box, click Save button, wait for a moment, the following list will show you saved pages (if there are duplicate pages, it will filter them out).