SpringBoot implements asynchronous import and export tasks (implementation idea + super detailed process)

preface: When the system has a large number of users, and users rely on importing and exporting reports, and the amount of data is relatively large, the user experience of downloading Excel in real time is not ideal. Therefore, we need to find another implementation mode to reduce the pressure on our server and meet the needs of users without ...

Added by dougp23 on Wed, 26 Jan 2022 15:51:39 +0200

Day 27 of python learning: summary of the fourth week -- Office Automation

Day 27 of python learning: summary of the fourth week -- Office Automation file By storing data in files through the file system, we realize the persistence of data Computer file system is a method of storing and organizing computer data, which makes it easy to access and find data The file system uses the abstract logical concept of f ...

Added by bbreslauer on Sun, 26 Dec 2021 22:27:59 +0200

Crawler series: storing CSV files

This issue will explain how to save data to a CSV file.Comma separated values (CSV, sometimes referred to as character separated values, because the separating character can also be not a comma) is a common file format for storing table data. Microsoft Excel and many applications support CSV format because it is very concise. The following is a ...

Added by mp96brbj on Thu, 09 Dec 2021 10:50:06 +0200