CN112732660B - Intervening file transmission method, device and system - Google Patents

Intervening file transmission method, device and system Download PDF

Info

Publication number
CN112732660B
CN112732660B CN202110006721.3A CN202110006721A CN112732660B CN 112732660 B CN112732660 B CN 112732660B CN 202110006721 A CN202110006721 A CN 202110006721A CN 112732660 B CN112732660 B CN 112732660B
Authority
CN
China
Prior art keywords
file
instruction
sending
binary
data exchange
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.)
Active
Application number
CN202110006721.3A
Other languages
Chinese (zh)
Other versions
CN112732660A (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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202110006721.3A priority Critical patent/CN112732660B/en
Publication of CN112732660A publication Critical patent/CN112732660A/en
Application granted granted Critical
Publication of CN112732660B publication Critical patent/CN112732660B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • G06F16/1767Concurrency control, e.g. optimistic or pessimistic approaches
    • G06F16/1774Locking methods, e.g. locking methods for file systems allowing shared and concurrent access to files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • 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]

Abstract

The embodiment of the application provides an intervention file transmission method, device and system, which relate to the distributed field and the financial field, and the method comprises the following steps: detecting whether binary files are generated in the setting file generation directory, and if so, sending a file to-be-sent instruction to the unified data exchange platform; receiving a file locking instruction and a corresponding file scene character fed back by the unified data exchange platform, and executing a sending locking operation by the binary file; receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform; the file transmission method and device can effectively improve file transmission efficiency and accuracy.

Description

Intervening file transmission method, device and system
Technical Field
The present application relates to the distributed field, and in particular, to a method, an apparatus, and a system for transmitting an intervention file.
Background
The general data transmission platform (General Data Transfer Platform) is called GTP for short, is a data transmission platform for distributed application, and provides general transmission functions meeting the requirements of enterprise-level applications according to requirements. The GTP system takes a mature message middleware TongaLINK/Q as a transmission core of a bottom layer, the TongaLINK/Q can be independently applied to reliable data transmission in a general distributed system, and in Distributed Transaction Processing (DTP), the TongaLINK/Q mainly plays a role of a communication resource manager and is matched with a transaction middleware (TP Monitor) to provide a complete supporting environment for online transaction processing. The reliability and the high efficiency of the method can lead the file transmission to be high-efficiency, but the content of the file can not be checked. In the banking testing environment, the content in the file is not checked, so that the previous unprocessed same-name file is covered by the next same-name file.
Further, in banking routine testing, the following problems are encountered:
because of the short project period, the date of the test server does not coincide with the natural day, such as 20200430, and the system time of the test server has gone through 20200429-20200501 three days in the day. The BIN file generated by the platform business transaction is dated, the summarized CHK files are not dated and have the same names, and the GTP cannot be set to be a timing task due to the real-time requirement of the transaction, but is transmitted in real time. After the file is transferred to the unified data exchange platform, the data exchange platform may not be able to process the file of the previous batch for some reason, or the processing fails, so that the next CHK is sent to cover the previous CHK, but the BIN file is a scene that a plurality of dates are mixed together, so that the CHK file is covered by the same name, and the processing of all subsequent date files fails.
Disclosure of Invention
Aiming at the problems in the prior art, the application provides an intervention type file transmission method, device and system, which can effectively improve file transmission efficiency and accuracy.
In order to solve at least one of the above problems, the present application provides the following technical solutions:
In a first aspect, the present application provides an intervention file transmission method, including:
detecting whether binary files are generated in a set file generation directory, if yes, sending a file to-be-sent instruction to a unified data exchange platform so that the unified data exchange platform judges whether a lost cluster recovery file matched with the file to-be-sent instruction name exists in a set file receiving directory or not, and feeding back a file locking instruction and a corresponding file field character under the condition that the lost cluster recovery file exists;
receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform, and executing a sending locking operation on a binary file corresponding to the file session character;
receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is empty, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
Further, the detecting whether the binary file is generated in the setting file generation directory includes:
detecting whether the total amount of files in the file generation directory is changed according to the set time period, and if so, judging that binary files are generated in the file generation directory.
In a second aspect, the present application provides an intervention file transmission method, including:
judging whether a lost cluster recovery file matched with the received file to-be-sent instruction name exists in a set file receiving directory, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists, so that the test server executes a sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, wherein the file to-be-sent instruction is sent by the test server when the test server detects that the binary file is generated in a set file generation directory;
and when the file receiving directory is judged to be empty, a file unlocking instruction and a corresponding file session character are sent to the test server, so that the test server executes a sending unlocking operation on the binary file according to the sending file unlocking instruction, and feeds back the binary file.
Further, the sending a file unlocking instruction and a corresponding file session identifier to the test server when the file receiving directory is determined to be empty includes:
and recording and judging the number of times that the lost cluster recovery file matched with the name of the file to-be-sent instruction exists under the file receiving directory through a preset counter, if the number of times recorded in the counter exceeds a threshold value, generating a junk data processing instruction, and carrying out file backup and file deletion operation on the lost cluster recovery file under the file receiving directory according to the junk data processing instruction so as to enable the file receiving directory to be empty, and sending a file unlocking instruction and a corresponding file session character to the test server.
In a third aspect, the present application provides an intervention file transfer device, including:
the system comprises a binary file detection module, a unified data exchange platform and a file locking module, wherein the binary file detection module is used for detecting whether binary files are generated in a set file generation catalog, if yes, a file to-be-sent instruction is sent to the unified data exchange platform, so that the unified data exchange platform judges whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the set file receiving catalog or not, and a file locking instruction and a corresponding file scene character are fed back under the condition that the lost cluster recovery file exists in the set file receiving catalog;
The sending locking module is used for receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform and executing a sending locking operation on a binary file corresponding to the file session character;
the transmission unlocking module is used for receiving a file unlocking instruction and a corresponding file session character transmitted by the unified data exchange platform, executing transmission unlocking operation on the binary file, and transmitting the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is space-time, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
Further, the binary file detection module includes:
and the timing detection unit is used for detecting whether the total amount of the files in the file generation directory is changed according to the set time period, and if so, judging that binary files are generated in the file generation directory.
In a fourth aspect, the present application provides an intervening file transfer device, comprising:
the file locking instruction sending module is used for judging whether a lost cluster recovery file matched with the received file to-be-locked instruction name exists in the set file receiving directory, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists, so that the test server can execute sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, wherein the file to-be-locked instruction is sent by the test server when the test server detects that the binary file is generated in the set file generation directory;
And the file unlocking instruction sending module is used for sending a file unlocking instruction and a corresponding file scene character to the test server when the file receiving directory is judged to be empty, so that the test server executes the sending unlocking operation on the binary file according to the sending file unlocking instruction and feeds back the binary file.
Further, the file unlocking instruction sending module includes:
and the matching frequency counting unit is used for recording and judging the frequency of the lost cluster recovery file matched with the name of the file to-be-sent instruction under the file receiving directory through a preset counter, generating a junk data processing instruction if the frequency recorded in the counter exceeds a threshold value, carrying out file backup and file deletion operation on the lost cluster recovery file under the file receiving directory according to the junk data processing instruction so as to enable the file receiving directory to be empty, and sending a file unlocking instruction and a corresponding file field character to the test server.
In a fifth aspect, the present application provides an intervention file transfer system, comprising a test server and a unified data exchange platform;
the test server includes:
The binary file detection module is used for detecting whether binary files are generated in the setting file generation catalog or not, and if yes, the binary file detection module is used for sending a file to-be-sent instruction to the unified data exchange platform;
the sending locking module is used for receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform and executing a sending locking operation on a binary file corresponding to the file session character;
the transmission unlocking module is used for receiving a file unlocking instruction and a corresponding file session character transmitted by the unified data exchange platform, executing transmission unlocking operation on the binary file and transmitting the binary file to the unified data exchange platform;
the unified data exchange platform comprises:
the file locking instruction sending module is used for judging whether a lost cluster recovery file matched with the received file to-be-sent instruction name exists in the set file receiving directory or not, and feeding back a file locking instruction and a corresponding file scene character under the condition that the lost cluster recovery file exists;
and the file unlocking instruction sending module is used for sending a file unlocking instruction and a corresponding file session character to the test server when the file receiving directory is judged to be empty.
In a sixth aspect, the present application provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the intervening file transfer method when the program is executed.
In a seventh aspect, the present application provides a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of intervening file transfer.
According to the technical scheme, the method, the device and the system for transmitting the intervention type file are provided, through detecting binary file generation in a set file generation directory at a test server side and sending a file to-be-transmitted instruction to a unified data exchange platform, so that the unified data exchange platform judges whether a lost cluster recovery file matched with the file to-be-transmitted instruction name exists in the set file receiving directory, if so, a file locking instruction is sent to the test server, a sending locking operation is carried out on the binary file, and file backup and file deletion operations are carried out on repeated lost cluster recovery files at the unified data exchange platform, so that the file receiving directory is empty, and after a file unlocking instruction and corresponding file session characters are sent to the test server, the binary file is sent to the unified data exchange platform according to the sending unlocking instruction sent by the test server, so that mutual coverage of the same-name lost cluster recovery files is avoided, and the efficiency and the accuracy of file transmission are improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of an intervention file transmission method according to an embodiment of the present application;
FIG. 2 is a second flowchart of an intervening file transfer method according to an embodiment of the present disclosure;
FIG. 3 is a block diagram of an intervening file transfer device in an embodiment of the present application;
FIG. 4 is a second block diagram of an intervening document transfer device in an embodiment of the present application;
FIG. 5 is a third block diagram of an intervening file transfer device in an embodiment of the present application;
FIG. 6 is a fourth block diagram of an intervening document transfer device in an embodiment of the present application;
FIG. 7 is a block diagram of an intervening file transfer system in an embodiment of the present application;
fig. 8 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, 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 apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
In consideration of the problem that in the prior art, after files are transmitted to a unified data exchange platform, a previous batch of files are possibly processed due to the fact that a certain reason is not yet available, or processing fails, the next CHK is transmitted, a previous CHK is covered, but BIN files are mixed together in a plurality of dates, so that the CHK files are covered by the same name, and the situation that all subsequent files on all dates fail is caused.
It will be appreciated that in the prior art, due to lack of intervention in the file transmission process, after a plurality of XXXXXX0000000000- # floor# # yyyyyymdd# # BIN files (i.e., binary files) are generated in the file generation path, the plurality of xx BIN files are assembled into a data column/chk file (i.e., lost cluster recovery file), each BIN information is recorded in the data column/chk file, when all xx BIN files and the assembled data column/chk files arrive at the unified data exchange platform, the processed data column/chk files are transmitted to the downstream, if the content recorded in the data column/chk files and the directory of the unified data exchange platform are inconsistent, the processing fails, due to complex test environment date transformation, the directory file in the unified data exchange platform is frequently mixed due to the fact that the empty file scenes are numerous, and the problem of abnormal file transmission is caused due to duplicate names.
In order to effectively improve file transmission efficiency and accuracy, the present application provides an embodiment of an intervention file transmission method, where an execution body is a test server, and may specifically be a SHELL script program, referring to fig. 1, and the intervention file transmission method specifically includes the following contents:
Step S101: detecting whether binary files are generated in a set file generation directory, if yes, sending a file to-be-sent instruction to a unified data exchange platform so that the unified data exchange platform can judge whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the set file receiving directory or not, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists.
Optionally, the test server may continuously detect the size of the folder in the set file generation directory according to the set time period, so as to determine whether a new binary file is generated, specifically, the application may determine whether a binary file to be sent is generated by checking whether a new xxxxxxxx 0000000000- # flow# # yyyyymmdd#. BIN file is generated under the folder, if not, no processing is required, otherwise, an instruction to be sent about to a file needs to be sent to the unified data exchange platform, that is, a file to be sent instruction is required, and meanwhile, a field identifier (that is, a # flow# part in a file name) of the binary file is acquired.
Optionally, after receiving the file to be sent instruction sent by the incoming test server, the unified data exchange platform can immediately and circularly check whether a same-name datactl.chk file exists under the local file receiving directory, if the same-name file does not exist, the unified data exchange platform does not process the file, and if the same-name file exists, a file locking instruction and a corresponding file scene character can be sent to the test server.
Step S102: and receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform, and executing a sending locking operation on a binary file corresponding to the file session character.
Optionally, after receiving the file locking instruction and the corresponding file session identifier sent by the unified data exchange platform, the test server may change the attribute of the binary file in the file sending path to be in an inexecutable state so as to achieve the purpose of locking by sending operation, and maintain the locking state until receiving the unlocking instruction from the unified data exchange platform.
Step S103: receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is empty, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
Optionally, the unified data exchange platform may circularly check whether the local file receiving directory has a similar name datactl. Chk file, and record the number of times through a preset calculator once detecting the name matching, and when the count reaches a preset threshold, generate a garbage data processing instruction and a corresponding field symbol, so as to perform file backup and file deletion operations on the lost cluster recovery file under the file receiving directory, so that the file receiving directory is empty, send a file unlocking instruction and a corresponding file field symbol to the test server, and in addition, after the counter corresponding to a field symbol does not receive the check number message for a long time, perform self-clearing.
In another possible embodiment of the present application, after a period of cyclic checking, even if the count has not reached the preset threshold, the lost cluster recovery file under the file receiving directory is already processed by the program, i.e. the file receiving directory is empty, then the file unlocking instruction may be directly sent at this time, so that the newly added binary file can be successfully sent.
Meanwhile, after the unified data exchange platform finishes the file backup and the file deletion operation of the lost cluster recovery file under the file receiving directory, after further checking the file with the same name, a file unlocking instruction and a corresponding session character can be sent to a test server, so that the test server can execute the sending unlocking operation on the binary file and send the binary file to the unified data exchange platform.
According to a specific example, when 11 points 30 are divided into two time slots, a T day file is delivered upstream, a 12 point test server performs date switching, a 12 point 30 delivers a T+1 day file, the prior art cannot solve the problem that two date files are continuously processed in a short time to cause program failure, and the application can make a judgment conforming to reality, intervene in the time of GTP file delivery so as to achieve the technical effects that two date files are processed successfully in a short time and redundant historical files are deleted.
As can be seen from the foregoing description, in the intervention type file transmission method provided by the embodiment of the present application, it is possible to detect, at a test server, that a binary file in a set file generation directory is generated, and send a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, and if so, sends a file locking instruction to the test server, performs a file backup and file deletion operation on the binary file, and performs a file backup and file deletion operation on the repeated lost cluster recovery file at the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session identifier to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the file.
In order to timely detect whether a new binary file is generated, in an embodiment of the intervention file transmission method of the present application, the step S101 may further specifically include the following:
Detecting whether the total amount of files in the file generation directory is changed according to the set time period, and if so, judging that binary files are generated in the file generation directory.
Optionally, the test server may continuously detect the size of the folder in the set file generation directory according to the set time period, so as to determine whether a new binary file is generated, specifically, the application may determine whether a binary file to be sent is generated by checking whether a new xxxxxxxx 0000000000- # flow# # yyyyymmdd#. BIN file is generated under the folder, if not, no processing is required, otherwise, an instruction to be sent about to a file needs to be sent to the unified data exchange platform, that is, a file to be sent instruction is required, and meanwhile, a field identifier (that is, a # flow# part in a file name) of the binary file is acquired.
In order to effectively improve file transmission efficiency and accuracy, the present application provides an embodiment of an intervention file transmission method, where an execution body is a unified data exchange platform or a general data transmission platform (General Data Transfer Platform, GTP), and specifically may be a SHELL script program, referring to fig. 2, and the intervention file transmission method specifically includes the following contents:
Step S201: judging whether a lost cluster recovery file matched with the received file to-be-sent instruction name exists in a set file receiving directory, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists, so that the test server executes a sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, wherein the file to-be-sent instruction is sent by the test server when the test server detects that the binary file is generated in a set file generation directory.
Step S202: and when the file receiving directory is judged to be empty, a file unlocking instruction and a corresponding file session character are sent to the test server, so that the test server executes a sending unlocking operation on the binary file according to the sending file unlocking instruction, and feeds back the binary file.
As can be seen from the foregoing description, in the intervention type file transmission method provided by the embodiment of the present application, it is possible to detect, at a test server, that a binary file in a set file generation directory is generated, and send a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, and if so, sends a file locking instruction to the test server, performs a file backup and file deletion operation on the binary file, and performs a file backup and file deletion operation on the repeated lost cluster recovery file at the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session identifier to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the file.
In order to unlock the sending operation of the binary file to be sent at the appropriate time, in an embodiment of the intervention file transmission method of the present application, the step S202 may further specifically include the following:
and recording and judging the number of times that the lost cluster recovery file matched with the name of the file to-be-sent instruction exists under the file receiving directory through a preset counter, if the number of times recorded in the counter exceeds a threshold value, generating a junk data processing instruction, and carrying out file backup and file deletion operation on the lost cluster recovery file under the file receiving directory according to the junk data processing instruction so as to enable the file receiving directory to be empty, and sending a file unlocking instruction and a corresponding file session character to the test server.
Optionally, the unified data exchange platform may circularly check whether the local file receiving directory has a similar name datactl. Chk file, and record the number of times through a preset calculator once detecting the name matching, and when the count reaches a preset threshold, generate a garbage data processing instruction and a corresponding field symbol, so as to perform file backup and file deletion operations on the lost cluster recovery file under the file receiving directory, so that the file receiving directory is empty, send a file unlocking instruction and a corresponding file field symbol to the test server, and in addition, after the counter corresponding to a field symbol does not receive the check number message for a long time, perform self-clearing.
In order to effectively improve file transmission efficiency and accuracy, the present application provides an embodiment of an intervention file transmission device for implementing all or part of contents of the intervention file transmission method, which may specifically be a test server, see fig. 3, where the intervention file transmission device specifically includes the following contents:
the binary file detection module 10 is configured to detect whether a binary file is generated in the setting file generation directory, if so, send a file to-be-sent instruction to the unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the setting file receiving directory, and feeds back a file locking instruction and a corresponding file session character if so.
And the sending locking module 20 is used for receiving the file locking instruction and the corresponding file session character fed back by the unified data exchange platform and executing sending locking operation on the binary file corresponding to the file session character.
The sending unlocking module 30 is configured to receive a file unlocking instruction and a corresponding file session identifier sent by the unified data exchange platform, perform a sending unlocking operation on the binary file, and send the binary file to the unified data exchange platform, where after determining that the number of times that a missing cluster recovery file matching the name of the file to-be-sent instruction exists in the set file receiving directory exceeds a threshold, the unified data exchange platform performs file backup and file deletion operations on the missing cluster recovery file in the file receiving directory, so that the file receiving directory is empty, sends the file unlocking instruction and the corresponding file session identifier to the test server, and feeds back the file unlocking instruction and the corresponding file session identifier to the test server.
As can be seen from the foregoing description, the intervention type file transmission device provided in the embodiments of the present application can detect, at a test server, that a binary file in a set file generation directory is generated, and send a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, if so, sends a file locking instruction to the test server, performs a file backup and a file deletion operation on the binary file, and performs a file backup and a file deletion operation on a repeated lost cluster recovery file in the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session identifier to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the file.
In order to timely detect whether a new binary file is generated, in an embodiment of the intervening file transmission device of the present application, referring to fig. 4, the binary file detecting module 10 includes:
The timing detection unit 11 is configured to detect whether the total amount of files in the set file generation directory changes according to the set time period, and if so, determine that binary files are generated in the file generation directory.
In order to effectively improve file transmission efficiency and accuracy, the present application provides an embodiment of an intervention file transmission device for implementing all or part of contents of the intervention file transmission method, which may be specifically a unified data exchange platform or referred to as a general data transmission platform (General Data Transfer Platform, GTP), referring to fig. 5, the intervention file transmission device specifically includes the following contents:
the file locking instruction sending module 40 is configured to determine whether a lost cluster recovery file matching with a received file to-be-locked instruction name exists in the set file receiving directory, and if so, feed back a file locking instruction and a corresponding file session character, so that the test server performs a sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, where the file to-be-locked instruction is sent by the test server when it is detected that the binary file is generated in the set file generating directory.
And the file unlocking instruction sending module 50 is configured to send a file unlocking instruction and a corresponding file session identifier to the test server when the file receiving directory is determined to be empty, so that the test server executes a sending unlocking operation on the binary file according to the sending file unlocking instruction, and sends the binary file to the unified data exchange platform.
As can be seen from the foregoing description, the intervention type file transmission device provided in the embodiments of the present application can detect, at a test server, that a binary file in a set file generation directory is generated, and send a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, if so, sends a file locking instruction to the test server, performs a file backup and a file deletion operation on the binary file, and performs a file backup and a file deletion operation on a repeated lost cluster recovery file in the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session identifier to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the file.
In order to unlock the sending operation of the binary file to be sent at the right moment, in an embodiment of the intervening file transmission device of the present application, referring to fig. 6, the file unlock instruction sending module 50 includes:
the matching frequency counting unit 51 is configured to record, through a preset counter, a number of times that a missing cluster recovery file matching the name of the file to be sent instruction exists in the file receiving directory, generate a garbage data processing instruction if the number of times recorded in the counter exceeds a threshold value, and perform file backup and file deletion operations on the missing cluster recovery file in the file receiving directory according to the garbage data processing instruction, so that the file receiving directory is empty, and send a file unlocking instruction and a corresponding file field identifier to the test server.
In order to further explain the scheme, the application also provides a specific application example of the intervention type file transmission system for implementing the intervention type file transmission method by using the intervention type file transmission device, referring to fig. 7, the application example specifically comprises a test server and a unified data exchange platform;
the test server includes:
the binary file detecting module 10 is configured to detect whether a binary file is generated in the setting file generating directory, and if so, send a file to-be-sent instruction to the unified data exchange platform.
And the sending locking module 20 is used for receiving the file locking instruction and the corresponding file session character fed back by the unified data exchange platform and executing sending locking operation on the binary file corresponding to the file session character.
And the transmission unlocking module 30 is used for receiving the file unlocking instruction and the corresponding file session character transmitted by the unified data exchange platform, executing transmission unlocking operation on the binary file, and transmitting the binary file to the unified data exchange platform.
The unified data exchange platform comprises:
the file locking instruction sending module 40 is configured to determine whether a lost cluster recovery file matching with the received file to-be-sent instruction name exists in the set file receiving directory, and if so, feed back a file locking instruction and a corresponding file session character.
And the file unlocking instruction sending module 50 is used for sending a file unlocking instruction and a corresponding file session character to the test server when the file receiving directory is judged to be empty.
As can be seen from the foregoing description, the intervention type file transmission system provided in the embodiments of the present application can detect, at a test server, that a binary file in a set file generation directory is generated, and send a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, if so, sends a file locking instruction to the test server, performs a file backup and a file deletion operation on the binary file, and performs a file backup and a file deletion operation on a repeated lost cluster recovery file in the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session identifier to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the file.
In order to effectively improve file transmission efficiency and accuracy in terms of hardware, the application provides an embodiment of an electronic device for implementing all or part of contents in the intervention type file transmission method, where the electronic device specifically includes the following contents:
a processor (processor), a memory (memory), a communication interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete communication with each other through the bus; the communication interface is used for realizing information transmission between the intervention type file transmission device and related equipment such as a core service system, a user terminal, a related database and the like; the logic controller may be a desktop computer, a tablet computer, a mobile terminal, etc., and the embodiment is not limited thereto. In this embodiment, the logic controller may refer to an embodiment of the method for transmitting an intervention file in the embodiment and an embodiment of the apparatus for transmitting an intervention file, and the contents thereof are incorporated herein, and the details thereof will not be repeated.
It is understood that the user terminal may include a smart phone, a tablet electronic device, a network set top box, a portable computer, a desktop computer, a Personal Digital Assistant (PDA), a vehicle-mounted device, a smart wearable device, etc. Wherein, intelligent wearing equipment can include intelligent glasses, intelligent wrist-watch, intelligent bracelet etc..
In practical applications, part of the method for transferring the intervening file may be performed on the electronic device side as described above, or all operations may be performed in the client device. Specifically, the selection may be made according to the processing capability of the client device, and restrictions of the use scenario of the user. The present application is not limited in this regard. If all operations are performed in the client device, the client device may further include a processor.
The client device may have a communication module (i.e. a communication unit) and may be connected to a remote server in a communication manner, so as to implement data transmission with the server. The server may include a server on the side of the task scheduling center, and in other implementations may include a server of an intermediate platform, such as a server of a third party server platform having a communication link with the task scheduling center server. The server may include a single computer device, a server cluster formed by a plurality of servers, or a server structure of a distributed device.
Fig. 8 is a schematic block diagram of a system configuration of an electronic device 9600 of an embodiment of the present application. As shown in fig. 8, the electronic device 9600 may include a central processor 9100 and a memory 9140; the memory 9140 is coupled to the central processor 9100. Notably, this fig. 8 is exemplary; other types of structures may also be used in addition to or in place of the structures to implement telecommunications functions or other functions.
In one embodiment, the intervening file transfer method functionality may be integrated into the central processor 9100. The central processor 9100 may be configured to perform the following control:
step S101: detecting whether binary files are generated in a set file generation directory, if yes, sending a file to-be-sent instruction to a unified data exchange platform so that the unified data exchange platform can judge whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the set file receiving directory or not, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists.
Step S102: and receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform, and executing a sending locking operation on a binary file corresponding to the file session character.
Step S103: receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is empty, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
As can be seen from the foregoing description, in the electronic device provided in the embodiment of the present application, by detecting, at a test server, that a binary file in a set file generation directory is generated, and sending a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a missing cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, if so, sends a file locking instruction to the test server, performs a file backup and a file deletion operation on the binary file, and performs a file backup and a file deletion operation on a repeated missing cluster recovery file in the unified data exchange platform, so that the file reception directory is empty, and sends a file unlocking instruction and a corresponding file session symbol to the test server, and then sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the unified data exchange platform, thereby avoiding mutual coverage of the missing cluster recovery files with the same name, and improving efficiency and accuracy of file transmission.
In another embodiment, the intervening file transfer device may be configured separately from the central processor 9100, for example, the intervening file transfer device may be configured as a chip connected to the central processor 9100, and the intervening file transfer method function is implemented by control of the central processor.
As shown in fig. 8, the electronic device 9600 may further include: a communication module 9110, an input unit 9120, an audio processor 9130, a display 9160, and a power supply 9170. It is noted that the electronic device 9600 need not include all of the components shown in fig. 8; in addition, the electronic device 9600 may further include components not shown in fig. 8, and reference may be made to the related art.
As shown in fig. 8, the central processor 9100, sometimes referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, which central processor 9100 receives inputs and controls the operation of the various components of the electronic device 9600.
The memory 9140 may be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information about failure may be stored, and a program for executing the information may be stored. And the central processor 9100 can execute the program stored in the memory 9140 to realize information storage or processing, and the like.
The input unit 9120 provides input to the central processor 9100. The input unit 9120 is, for example, a key or a touch input device. The power supply 9170 is used to provide power to the electronic device 9600. The display 9160 is used for displaying display objects such as images and characters. The display may be, for example, but not limited to, an LCD display.
The memory 9140 may be a solid state memory such as Read Only Memory (ROM), random Access Memory (RAM), SIM card, etc. But also a memory which holds information even when powered down, can be selectively erased and provided with further data, an example of which is sometimes referred to as EPROM or the like. The memory 9140 may also be some other type of device. The memory 9140 includes a buffer memory 9141 (sometimes referred to as a buffer). The memory 9140 may include an application/function storage portion 9142, the application/function storage portion 9142 storing application programs and function programs or a flow for executing operations of the electronic device 9600 by the central processor 9100.
The memory 9140 may also include a data store 9143, the data store 9143 for storing data, such as contacts, digital data, pictures, sounds, and/or any other data used by an electronic device. The driver storage portion 9144 of the memory 9140 may include various drivers of the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging applications, address book applications, etc.).
The communication module 9110 is a transmitter/receiver 9110 that transmits and receives signals via an antenna 9111. A communication module (transmitter/receiver) 9110 is coupled to the central processor 9100 to provide input signals and receive output signals, as in the case of conventional mobile communication terminals.
Based on different communication technologies, a plurality of communication modules 9110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, etc., may be provided in the same electronic device. The communication module (transmitter/receiver) 9110 is also coupled to a speaker 9131 and a microphone 9132 via an audio processor 9130 to provide audio output via the speaker 9131 and to receive audio input from the microphone 9132 to implement usual telecommunications functions. The audio processor 9130 can include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 9130 is also coupled to the central processor 9100 so that sound can be recorded locally through the microphone 9132 and sound stored locally can be played through the speaker 9131.
The embodiments of the present application further provide a computer readable storage medium capable of implementing all the steps in the method for transferring an intervening file in which the execution subject is a server or a client in the above embodiments, where the computer readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the method for transferring an intervening file in which the execution subject is a server or a client in the above embodiments, for example, the processor implements the following steps when executing the computer program:
Step S101: detecting whether binary files are generated in a set file generation directory, if yes, sending a file to-be-sent instruction to a unified data exchange platform so that the unified data exchange platform can judge whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the set file receiving directory or not, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists.
Step S102: and receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform, and executing a sending locking operation on a binary file corresponding to the file session character.
Step S103: receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is empty, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
As can be seen from the foregoing description, the computer readable storage medium provided in the embodiments of the present application detects, at a test server, that a binary file in a set file generation directory is generated, and sends a file to-be-sent instruction to a unified data exchange platform, so that the unified data exchange platform determines whether a lost cluster recovery file matching with a name of the file to-be-sent instruction exists in the set file reception directory, if so, sends a file locking instruction to the test server, performs a sending locking operation on the binary file, and performs file backup and file deletion operations on a repeated lost cluster recovery file in the unified data exchange platform, so that the file reception directory is empty, and sends the binary file to the unified data exchange platform according to the sending unlocking instruction sent by the binary file after the file reception directory and the corresponding file to-be-sent symbol are sent, thereby avoiding mutual coverage of the same-name lost cluster recovery files, and improving efficiency and accuracy of file transmission.
It will be apparent to those skilled in the art that embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principles and embodiments of the present invention have been described in detail with reference to specific examples, which are provided to facilitate understanding of the method and core ideas of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (11)

1. An interventional file transfer method, the method comprising:
detecting whether binary files are generated in a set file generation directory, if yes, sending a file to-be-sent instruction to a unified data exchange platform so that the unified data exchange platform judges whether a lost cluster recovery file matched with the file to-be-sent instruction name exists in a set file receiving directory or not, and feeding back a file locking instruction and a corresponding file field character under the condition that the lost cluster recovery file exists;
Receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform, and executing a sending locking operation on a binary file corresponding to the file session character;
receiving a file unlocking instruction and a corresponding file session character sent by the unified data exchange platform, executing a sending unlocking operation on the binary file, and sending the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is empty, and feeding back the file unlocking instruction and the corresponding file session character to a test server.
2. The method for transmitting an interposed file according to claim 1, wherein detecting whether a binary file is generated in the set file generation directory comprises:
detecting whether the total amount of files in the file generation directory is changed according to the set time period, and if so, judging that binary files are generated in the file generation directory.
3. An interventional file transfer method, the method comprising:
judging whether a lost cluster recovery file matched with the name of a received file to-be-sent instruction exists in a set file receiving directory, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists, so that a test server executes a sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, wherein the file to-be-sent instruction is sent by the test server when the test server detects that the binary file is generated in a set file generation directory;
And when the file receiving directory is judged to be empty, a file unlocking instruction and a corresponding file session character are sent to the test server, so that the test server executes a sending unlocking operation on the binary file according to the sending file unlocking instruction, and feeds back the binary file.
4. An intervention file transfer method in accordance with claim 3, wherein the sending a file unlock instruction and a corresponding file session character to the test server when it is determined that the file receive directory is empty comprises:
and recording and judging the number of times that the lost cluster recovery file matched with the name of the file to-be-sent instruction exists under the file receiving directory through a preset counter, if the number of times recorded in the counter exceeds a threshold value, generating a junk data processing instruction, and carrying out file backup and file deletion operation on the lost cluster recovery file under the file receiving directory according to the junk data processing instruction so as to enable the file receiving directory to be empty, and sending a file unlocking instruction and a corresponding file session character to the test server.
5. An interventional file transfer device, comprising:
the system comprises a binary file detection module, a unified data exchange platform and a file locking module, wherein the binary file detection module is used for detecting whether binary files are generated in a set file generation catalog, if yes, a file to-be-sent instruction is sent to the unified data exchange platform, so that the unified data exchange platform judges whether a lost cluster recovery file matched with the name of the file to-be-sent instruction exists in the set file receiving catalog or not, and a file locking instruction and a corresponding file scene character are fed back under the condition that the lost cluster recovery file exists in the set file receiving catalog;
The sending locking module is used for receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform and executing a sending locking operation on a binary file corresponding to the file session character;
the transmission unlocking module is used for receiving a file unlocking instruction and a corresponding file session character transmitted by the unified data exchange platform, executing transmission unlocking operation on the binary file, and transmitting the binary file to the unified data exchange platform, wherein the file unlocking instruction and the corresponding file session character are fed back by the unified data exchange platform when the unified data exchange platform judges that the set file receiving directory is space-time, and feeding back the file unlocking instruction and the corresponding file session character to the test server.
6. The interventional file transfer device of claim 5, wherein said binary file detection module comprises:
and the timing detection unit is used for detecting whether the total amount of the files in the file generation directory is changed according to the set time period, and if so, judging that binary files are generated in the file generation directory.
7. An interventional file transfer device, comprising:
The file locking instruction sending module is used for judging whether a lost cluster recovery file matched with the received file to-be-locked instruction name exists in the set file receiving directory, and feeding back a file locking instruction and a corresponding file session character under the condition that the lost cluster recovery file exists, so that a test server executes a sending locking operation on a binary file corresponding to the file session character according to the sending file locking instruction, wherein the file to-be-locked instruction is sent by the test server when the test server detects that the binary file is generated in the set file generation directory;
and the file unlocking instruction sending module is used for sending a file unlocking instruction and a corresponding file scene character to the test server when the file receiving directory is judged to be empty, so that the test server executes the sending unlocking operation on the binary file according to the sending file unlocking instruction and feeds back the binary file.
8. The intervention file transfer arrangement of claim 7, wherein the file unlock instruction transmitting module comprises:
and the matching frequency counting unit is used for recording and judging the frequency of the lost cluster recovery file matched with the name of the file to-be-sent instruction under the file receiving directory through a preset counter, generating a junk data processing instruction if the frequency recorded in the counter exceeds a threshold value, carrying out file backup and file deletion operation on the lost cluster recovery file under the file receiving directory according to the junk data processing instruction so as to enable the file receiving directory to be empty, and sending a file unlocking instruction and a corresponding file field character to the test server.
9. An intervention type file transmission system is characterized by comprising a test server and a unified data exchange platform;
the test server includes:
the binary file detection module is used for detecting whether binary files are generated in the setting file generation catalog or not, and if yes, the binary file detection module is used for sending a file to-be-sent instruction to the unified data exchange platform;
the sending locking module is used for receiving a file locking instruction and a corresponding file session character fed back by the unified data exchange platform and executing a sending locking operation on a binary file corresponding to the file session character;
the transmission unlocking module is used for receiving a file unlocking instruction and a corresponding file session character transmitted by the unified data exchange platform, executing transmission unlocking operation on the binary file and transmitting the binary file to the unified data exchange platform;
the unified data exchange platform comprises:
the file locking instruction sending module is used for judging whether a lost cluster recovery file matched with the received file to-be-sent instruction name exists in the set file receiving directory or not, and feeding back a file locking instruction and a corresponding file scene character under the condition that the lost cluster recovery file exists;
And the file unlocking instruction sending module is used for sending a file unlocking instruction and a corresponding file session character to the test server when the file receiving directory is judged to be empty.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the interventional file transfer method of any one of claims 1 to 4 when the program is executed by the processor.
11. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, carries out the steps of the interventional file transfer method of any one of claims 1 to 4.
CN202110006721.3A 2021-01-05 2021-01-05 Intervening file transmission method, device and system Active CN112732660B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110006721.3A CN112732660B (en) 2021-01-05 2021-01-05 Intervening file transmission method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110006721.3A CN112732660B (en) 2021-01-05 2021-01-05 Intervening file transmission method, device and system

Publications (2)

Publication Number Publication Date
CN112732660A CN112732660A (en) 2021-04-30
CN112732660B true CN112732660B (en) 2024-02-27

Family

ID=75591115

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110006721.3A Active CN112732660B (en) 2021-01-05 2021-01-05 Intervening file transmission method, device and system

Country Status (1)

Country Link
CN (1) CN112732660B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113890875B (en) * 2021-09-30 2023-11-24 中国工商银行股份有限公司 Task allocation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260438A (en) * 2015-09-30 2016-01-20 联想(北京)有限公司 File management method and electronic device
CN106951797A (en) * 2016-01-07 2017-07-14 上海思立微电子科技有限公司 file locking method, device and terminal
CN109815058A (en) * 2019-01-28 2019-05-28 网宿科技股份有限公司 The method and device of file backup under a kind of Linux server
CN111884818A (en) * 2020-08-25 2020-11-03 中移(杭州)信息技术有限公司 Data file processing method, system, server and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105162878B (en) * 2015-09-24 2018-08-31 网宿科技股份有限公司 Document distribution system based on distributed storage and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260438A (en) * 2015-09-30 2016-01-20 联想(北京)有限公司 File management method and electronic device
CN106951797A (en) * 2016-01-07 2017-07-14 上海思立微电子科技有限公司 file locking method, device and terminal
CN109815058A (en) * 2019-01-28 2019-05-28 网宿科技股份有限公司 The method and device of file backup under a kind of Linux server
CN111884818A (en) * 2020-08-25 2020-11-03 中移(杭州)信息技术有限公司 Data file processing method, system, server and storage medium

Also Published As

Publication number Publication date
CN112732660A (en) 2021-04-30

Similar Documents

Publication Publication Date Title
CN111031058A (en) Websocket-based distributed server cluster interaction method and device
CN111782470B (en) Distributed container log data processing method and device
US8478895B2 (en) Content adaptation realizing method and content adaptation server
US9442925B2 (en) Regulated texting solution for mobile devices
CN110266658B (en) Information updating method and device, electronic equipment and storage medium
CN112615753A (en) Link abnormity tracking method, first node, second node and link
CN112163946A (en) Accounting processing method and device based on distributed transaction system
CN111510493B (en) Distributed data transmission method and device
CN112732660B (en) Intervening file transmission method, device and system
CN114493884A (en) Data interaction method, device and system
CN111445331A (en) Transaction matching method and device
CN113190516B (en) Data synchronization monitoring method and device
CN110889765B (en) Transaction information reporting method and device
CN113051094A (en) Supervision data submission testing method and device
US20130005365A1 (en) Data Session Synchronization With Phone Numbers
CN115562898A (en) Distributed payment system exception handling method and device
CN115205009A (en) Account opening business processing method and device based on virtual technology
CN115099930A (en) Financial business data processing method and device
CN114697339A (en) Load balancing method and device under centralized architecture
CN113158259A (en) Block chain integrity verification method and device
CN113505076A (en) File coverage detection method and device
CN111050311A (en) Data management method, device, storage medium and terminal
CN115118628B (en) Abnormal message processing method and device
CN114285657B (en) Firewall security policy change verification method and device
CN111459538B (en) Code synchronization method and device

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