CN114513503A - File downloading method and device, electronic equipment and computer storage medium - Google Patents

File downloading method and device, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN114513503A
CN114513503A CN202210143391.7A CN202210143391A CN114513503A CN 114513503 A CN114513503 A CN 114513503A CN 202210143391 A CN202210143391 A CN 202210143391A CN 114513503 A CN114513503 A CN 114513503A
Authority
CN
China
Prior art keywords
downloading
file
fragment data
report
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210143391.7A
Other languages
Chinese (zh)
Other versions
CN114513503B (en
Inventor
路永桂
乐国锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Financial Technology Co Ltd
Original Assignee
Bank of China Financial Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bank of China Financial Technology Co Ltd filed Critical Bank of China Financial Technology Co Ltd
Priority to CN202210143391.7A priority Critical patent/CN114513503B/en
Publication of CN114513503A publication Critical patent/CN114513503A/en
Application granted granted Critical
Publication of CN114513503B publication Critical patent/CN114513503B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a file downloading method, a file downloading device, electronic equipment and a computer storage medium, which can be applied to the fields of big data, cloud computing and the like, wherein the file downloading method comprises the following steps: firstly, receiving a downloading parameter which is self-defined and set by a user; wherein the download parameters include: report frequency, number of period, report granularity and report area; then, fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data; and finally, carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system. Therefore, the aim of efficiently downloading the file is fulfilled under the condition that the using requirement of the user on the file is met.

Description

File downloading method and device, electronic equipment and computer storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a file downloading method and apparatus, an electronic device, and a computer storage medium.
Background
At present, the existing asynchronous downloading technology has two main defects: firstly, the degree of automation is low, the downloaded files need to be managed manually, and the data downloading application requirements of complex service scenes are difficult to meet; secondly, the function is single, the existing asynchronous downloading technology cannot split the original data, for example, the original data has 100 subdivided files, and the existing asynchronous downloading only sets thread number to queue and download the files.
Disclosure of Invention
In view of this, the present application provides a file downloading method, an apparatus, an electronic device, and a computer storage medium, which can efficiently download a file while satisfying the use requirement of a user for the file.
A first aspect of the present application provides a file downloading method, including:
receiving download parameters set by a user in a self-defined way; wherein the download parameters include: report frequency, number of period, report granularity and report area;
fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data;
and carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system.
Optionally, the method for downloading a file further includes:
and naming each piece of fragment data according to a preset naming specification in the process of carrying out multithreading background downloading on the plurality of pieces of fragment data according to the current resource condition of the system.
Optionally, the method for downloading a file further includes:
and in the process of carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system, carrying out format verification on each fragment data to generate a verification result.
Optionally, the method for downloading a file further includes:
and if the verification result shows that the verification is wrong, putting the file into the compressed packet in the form of a text file. Optionally, the method for downloading a file further includes:
optionally, the method for downloading a file further includes:
monitoring in real time and displaying the real-time state of each piece of fragment data at a client; wherein, the real-time status comprises: in progress, abnormal, check for error and success.
Optionally, the method for downloading a file further includes:
when the real-time status indicates success, the download link in the export list changes from gray to blue; and when the download link is blue, the background data is downloaded completely, and the background data can be downloaded and stored locally by clicking.
Optionally, the method for downloading a file further includes:
receiving a downloading instruction triggered by a user; wherein, the downloading instruction comprises at least one target fragment data; the target fragment data is fragment data selected by a user to be downloaded to the local;
and downloading all the target fragment data and the standardized extensible markup language format service report data corresponding to the target fragment data to the local in batches.
A second aspect of the present application provides a file downloading apparatus, including:
the first receiving unit is used for receiving downloading parameters which are set by a user in a self-defined way; wherein the download parameters include: report frequency, number of period, report granularity and report area;
the slicing unit is used for slicing the file to be downloaded according to the downloading parameters to obtain a plurality of sliced data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data;
and the asynchronous downloading unit is used for carrying out multithreading background downloading on the fragment data according to the current resource condition of the system.
Optionally, the file downloading apparatus further includes:
and the naming unit is used for naming each piece of fragment data according to a preset naming specification in the process of carrying out multithreading background downloading on the plurality of pieces of fragment data according to the current resource condition of the system.
Optionally, the file downloading apparatus further includes:
and the checking unit is used for carrying out format checking on each fragment data in the process of carrying out multithreading background downloading on the fragment data according to the current resource condition of the system to generate a checking result.
Optionally, the file downloading apparatus further includes:
and the storage unit is used for placing the file into the compressed packet in the form of a text file if the verification result shows that the verification is wrong.
Optionally, the file downloading apparatus further includes:
the monitoring unit is used for monitoring in real time and displaying the real-time state of each piece of fragment data at a client; wherein, the real-time status comprises: in progress, abnormal, check for error and success.
Optionally, the file downloading apparatus further includes:
the display unit is used for changing the download link in the export list from grey to blue when the real-time status shows that the real-time status is successful; and when the download link is blue, the background data is downloaded completely, and the background data can be downloaded and stored locally by clicking.
Optionally, the file downloading apparatus further includes:
the second receiving unit is used for receiving a downloading instruction triggered by a user; wherein, the downloading instruction comprises at least one target fragment data; the target fragment data is fragment data selected by a user to be downloaded to the local;
and the batch downloading unit is used for downloading all the target fragment data and the standardized extensible markup language format service report data corresponding to the target fragment data to the local in batches.
A third aspect of the present application provides an electronic device comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a method of downloading a file as described in any of the first aspects.
A fourth aspect of the present application provides a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements a method of downloading a file as set forth in any one of the first aspects.
In view of the foregoing, the present application provides a file downloading method, apparatus, electronic device and computer storage medium, where the file downloading method includes: firstly, receiving a downloading parameter which is self-defined and set by a user; wherein the download parameters include: report frequency, number of period, report granularity and report area; then, fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data; and finally, carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system. Therefore, the aim of efficiently downloading the file is fulfilled under the condition that the using requirement of the user on the file is met.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a detailed flowchart of a file downloading method according to an embodiment of the present disclosure;
fig. 2 is a flowchart illustrating a file downloading method according to another embodiment of the present application;
fig. 3 is a schematic diagram illustrating a file downloading method according to another embodiment of the present application;
fig. 4 is a schematic diagram of a file downloading apparatus according to another embodiment of the present application;
fig. 5 is a schematic diagram of a file downloading apparatus according to another embodiment of the present application;
fig. 6 is a schematic diagram of a file downloading apparatus according to another embodiment of the present application;
fig. 7 is a schematic view of an electronic device implementing a file downloading method according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first", "second", and the like, referred to in this application, are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of functions performed by these devices, modules or units, but the terms "include", or any other variation thereof are intended to cover a non-exclusive inclusion, so that a process, method, article, or apparatus that includes a series of elements includes not only those elements but also other elements that are not explicitly listed, or includes elements inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The invention name provided by the application can be used in the field of big data, the field of cloud computing and the like, for example, the invention name can be used in an asynchronous downloading application scene in the field of big data. Other fields are any fields other than the big data field, for example, the field of cloud computing. The foregoing is merely an example and is not intended to limit the scope of the invention in any way.
An embodiment of the present application provides a file downloading method, as shown in fig. 1, specifically including the following steps:
s101, receiving downloading parameters set by a user in a self-defined mode.
Wherein, the download parameters include: report frequency, number of period, report granularity and report area. The report forms can be divided into annual reports, monthly reports, quarterly reports and the like; the period number of the report forms is 2021, 9 months and the like; the granularity of the report may be, but is not limited to, a minute-by-minute manner.
And S102, fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data.
Each piece of fragment data corresponds to a piece of service report data in a standardized eXtensible Markup Language (XML) format. The XML-format service report data corresponding to the fragment data may be pre-owned, and if the fragment data does not exist at first, the fragment data is XML-encoded to generate the XML-format service report data corresponding to the fragment data, which is not limited herein.
And S103, carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system.
Specifically, the user may trigger a "generate XML" control on an operation interface (which may be, but is not limited to, a web application interface) to enable asynchronous downloading of data: after clicking the control of 'generating XML', the background scheduling program schedules an oracle storage process according to the downloading parameters set by the user in the S101, automatically fragments the file to be downloaded according to the downloading parameters set by the user, and each fragment data corresponds to a normalized XML-format service report data; after the fragmentation, an asynchronous download engine (which may be but is not limited to a Java program) starts multithreading and starts background downloading of the fragmented data.
Optionally, in the process of performing multi-thread background downloading on multiple fragment data according to the current resource condition of the system, an implementation manner of the file downloading method further includes:
and naming each piece of fragment data according to a preset naming specification.
The preset naming specification is set by a user, a technician and a related authorized worker, and is not limited herein.
Optionally, in the process of performing multi-thread background downloading on multiple fragment data according to the current resource condition of the system, an implementation manner of the file downloading method further includes:
and carrying out format verification on each piece of fragment data to generate a verification result.
The format verification mode is set by a technician and a related authorized worker, and is not limited herein.
And if the verification result shows that the verification is wrong, putting the file into the compressed packet in the form of a text file.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading method further includes:
and monitoring in real time and displaying the real-time state of each piece of fragment data at the client.
Wherein, the real-time state is divided into: in progress, abnormal, check for error and success.
Specifically, the export status of the file may be monitored according to an export list page of the web page.
When the real-time status indicates success, the download link in the export list changes from gray to blue.
And when the download link is blue, the background data is downloaded and can be clicked to be downloaded and stored locally.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading method, as shown in fig. 2, further includes:
s201, receiving a downloading instruction triggered by a user.
The downloading instruction comprises at least one target fragment data; the target fragment data is fragment data selected by a user to be downloaded to the local.
S202, downloading all the target fragment data and the data of the service report form in the extensible markup language format normalized corresponding to the target fragment data to the local in batch.
Referring to fig. 3, a schematic diagram of a file downloading method provided by the present application is shown, first, a) performs custom downloading parameters, such as report frequency (monthly report/quarterly report/annual report), report period (e.g. 2021 year, 9 months), report granularity (e.g. province) and the like, on a web side, where the custom downloading parameters are used as input parameters of subsequent data processing fragments, and then, in a data processing and asynchronous scheduling management part, starting data processing fragments, asynchronous downloading scheduling, data encoding and data checking on the input custom downloading parameters. The downloaded file will be cached in the server. And finally, downloading the report file cached in the server to the local in the step of saving the file in batch.
According to the scheme, the application provides a file downloading method, which comprises the following steps: firstly, receiving a downloading parameter which is self-defined and set by a user; wherein, the download parameters include: report frequency, number of period, report granularity and report area; then, fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data; and finally, carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system. Therefore, the aim of efficiently downloading the file is fulfilled under the condition that the using requirement of the user on the file is met.
Another embodiment of the present application provides a file downloading apparatus, as shown in fig. 4, specifically including:
a first receiving unit 401, configured to receive a download parameter set by a user.
Wherein, the download parameters include: report frequency, number of period, report granularity and report area;
the fragmentation unit 402 is configured to fragment the file to be downloaded according to the download parameters to obtain a plurality of fragment data.
Each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data.
And the asynchronous downloading unit 403 is configured to perform multithreading background downloading on the multiple fragment data according to the current resource condition of the system.
For the specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, as shown in fig. 1, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus further includes:
and the naming unit is used for naming each fragment data according to a preset naming standard in the process of carrying out multi-thread background downloading on a plurality of fragment data according to the current resource condition of the system.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus further includes:
and the checking unit is used for carrying out format checking on each fragment data in the process of carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system and generating a checking result.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus further includes:
and the storage unit is used for placing the file into the compressed packet in the form of a text file if the verification result shows that the verification is wrong.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus further includes:
and the monitoring unit is used for monitoring in real time and displaying the real-time state of each piece of fragment data at the client.
Wherein, the real-time state is divided into: in progress, abnormal, check for error and success.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus further includes:
and the display unit is used for changing the download link in the export list from grey to blue when the real-time status shows that the real-time status is successful.
And when the download link is blue, the background data is downloaded and can be clicked to be downloaded and stored locally.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus, as shown in fig. 5, further includes:
a second receiving unit 501, configured to receive a download instruction triggered by a user.
The downloading instruction comprises at least one target fragment data; the target fragment data is fragment data selected by a user to be downloaded to the local.
The batch downloading unit 502 is configured to download all the target fragment data and the standardized xml-format service report data corresponding to the target fragment data to the local in a batch manner.
Optionally, in another embodiment of the present application, an implementation manner of the file downloading apparatus, as shown in fig. 6, includes all the above units: a first receiving unit 601, a slicing unit 602, an asynchronous downloading unit 603, a naming unit 604, a checking unit 605, a storing unit 606, a monitoring unit 607, a display unit 608, a second receiving unit 609 and a batch downloading unit 610.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 3, which is not described herein again.
According to the above scheme, the present application provides a file downloading apparatus: first, a first receiving unit 401 receives a download parameter set by a user; wherein, the download parameters include: report frequency, number of period, report granularity and report area; then, the slicing unit 402 slices the file to be downloaded according to the download parameters to obtain a plurality of sliced data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data; finally, the asynchronous downloading unit 403 performs multi-thread background downloading on the multiple fragment data according to the current resource condition of the system. Therefore, the aim of efficiently downloading the file is fulfilled under the condition that the using requirement of the user on the file is met.
Another embodiment of the present application provides an electronic device, as shown in fig. 7, including:
one or more processors 701.
A storage 702 having one or more programs stored thereon.
The one or more programs, when executed by the one or more processors 701, cause the one or more processors 701 to implement a method of downloading a file as described in any of the above embodiments.
Another embodiment of the present application provides a computer storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the file downloading method as described in any one of the above embodiments.
In the above embodiments disclosed in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present disclosure may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part. The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a live broadcast device, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Those skilled in the art can make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for downloading a file, comprising:
receiving download parameters set by a user in a self-defined way; wherein the download parameters include: report frequency, number of period, report granularity and report area;
fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data;
and carrying out multithreading background downloading on the plurality of fragment data according to the current resource condition of the system.
2. The downloading method according to claim 1, further comprising:
and naming each piece of fragment data according to a preset naming specification in the process of carrying out multithreading background downloading on the plurality of pieces of fragment data according to the current resource condition of the system.
3. The downloading method according to claim 1, further comprising:
and in the process of carrying out multi-thread background downloading on the plurality of fragment data according to the current resource condition of the system, carrying out format verification on each fragment data to generate a verification result.
4. The downloading method according to claim 3, further comprising:
and if the verification result shows that the verification is wrong, putting the file into the compressed packet in the form of a text file.
5. The downloading method according to claim 4, further comprising:
monitoring in real time and displaying the real-time state of each piece of fragment data at a client; wherein, the real-time status comprises: in progress, abnormal, check for error and success.
6. The downloading method of claim 5, further comprising:
when the real-time status indicates success, the download link in the export list changes from gray to blue; and when the download link is blue, the background data is downloaded completely, and the background data can be downloaded and stored locally by clicking.
7. The downloading method of claim 6, further comprising:
receiving a downloading instruction triggered by a user; wherein, the downloading instruction comprises at least one target fragment data; the target fragment data is fragment data selected by a user to be downloaded to the local;
and downloading all the target fragment data and the standardized extensible markup language format service report data corresponding to the target fragment data to the local in batches.
8. An apparatus for downloading a file, comprising:
the first receiving unit is used for receiving downloading parameters which are set by a user in a self-defined way; wherein the download parameters include: report frequency, number of period, report granularity and report area;
the fragmentation unit is used for fragmenting the file to be downloaded according to the downloading parameters to obtain a plurality of fragment data; each piece of fragment data corresponds to a piece of standardized extensible markup language format service report data;
and the asynchronous downloading unit is used for carrying out multithreading background downloading on the fragment data according to the current resource condition of the system.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a method of downloading a file as recited in any of claims 1-7.
10. A computer storage medium, having a computer program stored thereon, wherein the computer program, when executed by a processor, implements a method of downloading a file as claimed in any one of claims 1 to 7.
CN202210143391.7A 2022-02-16 2022-02-16 File downloading method and device, electronic equipment and computer storage medium Active CN114513503B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210143391.7A CN114513503B (en) 2022-02-16 2022-02-16 File downloading method and device, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210143391.7A CN114513503B (en) 2022-02-16 2022-02-16 File downloading method and device, electronic equipment and computer storage medium

Publications (2)

Publication Number Publication Date
CN114513503A true CN114513503A (en) 2022-05-17
CN114513503B CN114513503B (en) 2024-04-02

Family

ID=81551268

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210143391.7A Active CN114513503B (en) 2022-02-16 2022-02-16 File downloading method and device, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN114513503B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571966A (en) * 2012-01-16 2012-07-11 上海方正数字出版技术有限公司 Network transmission method for large extensible markup language (XML) document
CN106020944A (en) * 2016-05-04 2016-10-12 北京思特奇信息技术股份有限公司 Background database configuration based data downloading method and system
CN109819337A (en) * 2019-02-02 2019-05-28 湖南快乐阳光互动娱乐传媒有限公司 A kind of video file downloading anti-stealing link method, system and medium
CN110297944A (en) * 2019-07-02 2019-10-01 中国工商银行股份有限公司 Distributed XML data processing method and system
CN112199340A (en) * 2020-10-23 2021-01-08 深圳市欢太科技有限公司 Multithreading file downloading method and device, electronic equipment and storage medium
CN112311897A (en) * 2020-11-17 2021-02-02 腾讯科技(深圳)有限公司 Resource file downloading method, device, equipment and medium
CN113132489A (en) * 2021-04-22 2021-07-16 中国工商银行股份有限公司 Method, device, computing equipment and medium for downloading file

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571966A (en) * 2012-01-16 2012-07-11 上海方正数字出版技术有限公司 Network transmission method for large extensible markup language (XML) document
CN106020944A (en) * 2016-05-04 2016-10-12 北京思特奇信息技术股份有限公司 Background database configuration based data downloading method and system
CN109819337A (en) * 2019-02-02 2019-05-28 湖南快乐阳光互动娱乐传媒有限公司 A kind of video file downloading anti-stealing link method, system and medium
CN110297944A (en) * 2019-07-02 2019-10-01 中国工商银行股份有限公司 Distributed XML data processing method and system
CN112199340A (en) * 2020-10-23 2021-01-08 深圳市欢太科技有限公司 Multithreading file downloading method and device, electronic equipment and storage medium
CN112311897A (en) * 2020-11-17 2021-02-02 腾讯科技(深圳)有限公司 Resource file downloading method, device, equipment and medium
CN113132489A (en) * 2021-04-22 2021-07-16 中国工商银行股份有限公司 Method, device, computing equipment and medium for downloading file

Also Published As

Publication number Publication date
CN114513503B (en) 2024-04-02

Similar Documents

Publication Publication Date Title
US9990230B1 (en) Scheduling a notebook execution
CN112052111B (en) Processing method, device and equipment for server abnormity early warning and storage medium
CN111078140A (en) Nuclear power station file uploading management method and device, terminal equipment and medium
CN111258774A (en) Flow processing method and device, computer equipment and storage medium
CN108932157B (en) Method, system, electronic device and readable medium for distributed processing of tasks
CA2988805C (en) Datastore for aggregated measurements for metrics
CN114756328A (en) Container cloud platform inspection method and device
CN110737655B (en) Method and device for reporting data
CN114546588A (en) Task deployment method and device, storage medium and electronic device
EP2940540B1 (en) Power system monitoring and control system
CN114513503A (en) File downloading method and device, electronic equipment and computer storage medium
CN112925648A (en) Service policy issuing method and device
CN116431344A (en) Configuration method and device of financial service resource degradation strategy and electronic equipment
CN110839061A (en) Data distribution method, device and storage medium
CN113485864B (en) Abnormality detection, abnormality analysis method, abnormality detection device, abnormality analysis device, electronic apparatus, and storage medium
CN111381932B (en) Method, device, electronic equipment and storage medium for triggering application program change
CN114490621A (en) Data processing method and device, electronic equipment and storage medium
CN114553947A (en) Method and device for processing message
CN114331110A (en) Project management method, device, equipment and storage medium
CN116932335B (en) Task flow monitoring method and system based on network transmission in domestic environment
CN109787802B (en) Resource operation method and console
CN116384364A (en) Automatic generation method, device, equipment and medium for data report
CN113449035A (en) Data synchronization method and device, computer equipment and readable storage medium
CN113592342A (en) Task processing method, device and equipment based on big data and storage medium
CN113239080A (en) Service configuration method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant