CN111292040B - Express mail signing information access method, system and storage medium - Google Patents

Express mail signing information access method, system and storage medium Download PDF

Info

Publication number
CN111292040B
CN111292040B CN202010098185.XA CN202010098185A CN111292040B CN 111292040 B CN111292040 B CN 111292040B CN 202010098185 A CN202010098185 A CN 202010098185A CN 111292040 B CN111292040 B CN 111292040B
Authority
CN
China
Prior art keywords
track data
logistics track
preset
queue
cleaning
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
CN202010098185.XA
Other languages
Chinese (zh)
Other versions
CN111292040A (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.)
Dongpu Software Co Ltd
Original Assignee
Dongpu Software 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 Dongpu Software Co Ltd filed Critical Dongpu Software Co Ltd
Priority to CN202010098185.XA priority Critical patent/CN111292040B/en
Publication of CN111292040A publication Critical patent/CN111292040A/en
Application granted granted Critical
Publication of CN111292040B publication Critical patent/CN111292040B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Quality & Reliability (AREA)
  • Human Resources & Organizations (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method, a system and a storage medium for accessing express mail signing information, wherein the method comprises the following steps: receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue; the logistics track data in the first queue are input into a preset original database in a multi-process batch mode; reading logistics track data in the original database; cleaning the logistics track data in the original database according to a preset data cleaning rule; the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode; and reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read. The invention can make the access of the sign-receiving logistics track more automatic, convenient and quick, and make the express logistics track form a closed loop, thereby reducing customer complaints.

Description

Express mail signing information access method, system and storage medium
Technical Field
The invention relates to the technical field of logistics, in particular to a express mail signing information access method, a system and a storage medium.
Background
At present, the express industry has become one of the latest industries, with the leap development of electronic commerce, the annual express service volume is greatly increased, and the packages of the express are required to be safely, quickly and scientifically processed, so that the packages can arrive at the client in time without errors. The logistics track is generally collected through electronic equipment such as a gun and the like, uploaded to a scanning platform and then transmitted to a customer. The customer can further know the reserved logistics conditions of himself through the logistics track data, such as whether to ship, which city is currently reached, when the customer can reach, and the like.
In recent years, along with the rapid development of logistics industry, in order to improve the delivery efficiency of the express, the customer is also convenient to receive the express, more express is stored in third-party collection points such as post stations and express cabinets, and the logistics track data signed by the collection points are difficult to collect for express companies, so that the logistics track of the express cannot be closed loop, and if the express is manually uploaded by express operators, more manpower and material resources are consumed, and the efficiency is very low.
Disclosure of Invention
The invention mainly aims to solve the technical problem of how to access the logistics track data of third party collection.
The first aspect of the invention provides a method for accessing express mail signing information, comprising the following steps:
receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
reading logistics track data in the original database;
cleaning the logistics track data in the original database according to a preset data cleaning rule;
the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
and reading the logistics track data in the cleaning database and generating a CSV file for the back end or a third party to read.
Optionally, in a first implementation manner of the first aspect of the present invention, the receiving the logistics track data sent by the proxy receiving point and asynchronously writing the logistics track data into a preset first queue includes:
receiving data information issued by a collection point, wherein the data information comprises communication certificate information and logistics track data of a express mail when the collection point enters or exits;
verifying whether the communication credential information is legal;
if the physical distribution track data is legal, judging that the physical distribution track data passes the verification and asynchronously writing the physical distribution track data into a preset first queue, wherein the physical distribution track data comprises operation types, operation time, pickup addresses, pickup point information and express delivery service personnel information corresponding to express delivery pickup.
Optionally, in a second implementation manner of the first aspect of the present invention, the multi-process batch entry of the logistics track data in the first queue into a preset original database includes:
calling a preset Shell scheduling script and simultaneously reading logistics track data in the first queue by a plurality of processes;
the logistics track data in the first queue read by each process are input into a preset original database in batches;
when the logistics track data in the first queue are read, whether the data volume increasing rate in the first queue exceeds a preset threshold value is monitored, if yes, the Shell scheduling script is called to read the logistics track data in the first queue in a new process.
Optionally, in a third implementation manner of the first aspect of the present invention, the reading logistics track data in the original database includes:
and calling a preset production script to read the logistics track data in the original database and writing the logistics track data into a preset second queue.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the cleaning the logistics track data in the original database according to a preset data cleaning rule includes:
calling a preset cleaning script to read logistics track data in the second queue through a plurality of processes;
according to preset data cleaning rules, cleaning the logistics track data in the second queue read by each process;
and writing the cleaned logistics track data in the second queue into a preset third queue.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the multi-process batch entry of the cleaned logistic track data into the preset cleaning database includes:
calling a preset entry script to read logistics track data in the third queue through a plurality of processes;
and inputting the logistics track data read by each process in the third queue into a preset cleaning database in batch.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read includes:
reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
and writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
The second aspect of the present invention also provides a method for accessing a express mail signing information, where the method for accessing express mail signing information includes:
receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
calling a preset production script to read logistics track data in the original database and writing the logistics track data into a preset second queue;
calling a preset cleaning script to read logistics track data in the second queue by a plurality of processes, cleaning the logistics track data, and writing the cleaned logistics track data into a preset third queue;
Calling a preset entry script to read logistics track data in the third queue through a plurality of processes and inputting the logistics track data into a preset cleaning database in batches;
and reading the logistics track data in the cleaning database and generating a CSV file for the back end or a third party to read.
A third aspect of the present invention provides a system for accessing information of a express mail proxy, comprising:
the receiving module is used for receiving the logistics track data issued by the receiving point and asynchronously writing the logistics track data into a preset first queue;
the first input module is used for inputting the logistics track data in the first queue into a preset original database in a multi-process batch manner;
the reading module is used for reading the logistics track data in the original database;
the cleaning module is used for cleaning the logistics track data in the original database according to preset data cleaning rules;
the second input module is used for inputting the cleaned logistics track data into a preset cleaning database in a multi-process batch manner;
and the writing module is used for reading the logistics track data in the cleaning database and generating a CSV file for a rear end or a third party to read.
Optionally, in a first implementation manner of the third aspect of the present invention, the receiving module is specifically configured to:
Receiving data information issued by a collection point, wherein the data information comprises communication certificate information and logistics track data of a express mail when the collection point enters or exits;
verifying whether the communication credential information is legal;
if the physical distribution track data is legal, judging that the physical distribution track data passes the verification and asynchronously writing the physical distribution track data into a preset first queue, wherein the physical distribution track data comprises operation types, operation time, pickup addresses, pickup roll call information and express service personnel information corresponding to express pickup.
Optionally, in a second implementation manner of the third aspect of the present invention, the first recording module is specifically configured to:
calling a preset Shell scheduling script and simultaneously reading logistics track data in the first queue by a plurality of processes;
the logistics track data in the first queue read by each process are input into a preset original database in batches;
when the logistics track data in the first queue are read, whether the data volume increasing rate in the first queue exceeds a preset threshold value is monitored, if yes, the Shell scheduling script is called to read the logistics track data in the first queue in a new process.
Optionally, in a third implementation manner of the third aspect of the present invention, the reading module is specifically configured to: and calling a preset production script to read the logistics track data in the original database and writing the logistics track data into a preset second queue.
Optionally, in a fourth implementation manner of the third aspect of the present invention, the cleaning module is specifically configured to:
calling a preset cleaning script to read logistics track data in the second queue through a plurality of processes;
according to preset data cleaning rules, cleaning the logistics track data in the second queue read by each process;
and writing the cleaned logistics track data in the second queue into a preset third queue.
Optionally, in a fifth implementation manner of the third aspect of the present invention, the second recording module is specifically configured to:
calling a preset entry script to read logistics track data in the third queue through a plurality of processes;
and inputting the logistics track data read by each process in the third queue into a preset cleaning database in batch.
Optionally, in a sixth implementation manner of the third aspect of the present invention, the writing module is specifically configured to:
reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
and writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
A fourth aspect of the present invention provides a computer readable storage medium having instructions stored therein which, when run on a computer, cause the computer to perform the express mail sign-on information access method described above.
According to the technical scheme provided by the invention, the logistics track data of the express mail warehouse-in, warehouse-out and the like generated by the third-party collecting point is obtained by butting with the third-party collecting point, and finally written into the CSV file through various intermediate processing links for reading by an express company or other third-party institutions. By the express mail sign-off information access method, a service person does not need to care about the running condition of packages after express mail registering, so that sign-off material flow track access is more automatic, convenient and quick, the express mail material flow track forms a closed loop, and customer complaints are reduced.
Drawings
FIG. 1 is a diagram illustrating a first embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a second embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a third embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a fourth embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating a fifth embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating a sixth embodiment of a method for accessing information in a express mail proxy according to an embodiment of the present invention;
FIG. 7 is a diagram of an embodiment of a system for accessing information in a courier sign-up in accordance with an embodiment of the present invention;
fig. 8 is a schematic structural diagram of an embodiment of the express mail signing information access device of the present invention.
Detailed Description
The embodiment of the invention provides a method, a device, equipment and a storage medium for accessing express mail signing information, wherein the method for accessing express mail signing information comprises the following steps: receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue; the logistics track data in the first queue are input into an original database in a multi-process batch mode; reading logistics track data in an original database, cleaning the logistics track data according to preset data cleaning rules, and inputting the cleaned logistics track data into a cleaning database; and reading logistics track data from the cleaning database and writing the logistics track data into the CSV file. By the express mail sign-off information access method, a service person does not need to care about the running condition of packages after express mail is registered, so that sign-off material flow track access is more automatic, convenient and quick, the express mail material flow track forms a closed loop, and customer complaints are reduced.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims and in the above drawings, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments described herein may be implemented in other sequences than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or apparatus.
For easy understanding, the following describes a specific flow of an embodiment of the present invention, referring to fig. 1, and an embodiment of a method for accessing express mail signing information in the embodiment of the present invention includes:
101. receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
It should be noted that, the execution body of the method embodiment of the present invention may be a device or a system for accessing a courier proxy information, and may also be a terminal or a server, which is not limited herein. The embodiment of the invention is specifically described by taking a server as an execution main body as an example.
In this embodiment, the pickup point specifically refers to a third party mechanism that can provide a pickup service for a express mail, and provides services through a delivery cabinet, a post, and the like. The logistics track data specifically refers to data related to the pickup of the express mail generated by a third party pickup point, such as basic information of the pickup point, time of the pickup of the express mail in storage, time of the pickup of the express mail out of storage, and the like.
In this embodiment, in order to achieve seamless docking of data, the concept of a signing service is introduced, specifically, an interface docking mode is adopted to directly establish a cooperative relationship with a third party signing server interface, a third party signing service pushes logistics tracks such as express mail warehouse-in and warehouse-out to the signing service, and the signing service receives logistics track data issued by the third party signing service and asynchronously writes the logistics track data into a preset first queue. The use of the queue is convenient for receiving the logistics track data issued by the front-end third-party collecting point, and is also convenient for the rear end to read the logistics track data, so that the data processing efficiency is improved, and the service quality is improved. For example, a kafka distributed message queue is used to receive and store mass logistics track data issued by a plurality of different collection points.
The method adopts a mode of asynchronously receiving data and writing the data into the queue, greatly reduces the reading pressure of mass data, accelerates the response speed of the interface and ensures the stability of the interface for reading the data.
102. The logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
in this embodiment, the first queue is introduced to buffer data, so that impact of mass data on the back-end database can be greatly reduced, and delay or reading errors are avoided.
In addition, the embodiment further adopts a plurality of processes to read the logistics track data in the first queue, and then realizes batch entry of the logistics track data into the original database, so that the reading pressure of the front-end mass data is reduced, and the data entry efficiency and the data entry stability of the rear end are ensured.
103. Reading logistics track data in the original database;
104. cleaning the logistics track data in the original database according to a preset data cleaning rule;
105. the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
in this embodiment, considering that some dirty data may not be used or needed in the logistics track data directly read from the collection point, the data cleaning needs to be further performed on the read original logistics track data.
The data cleaning rule is not limited in this embodiment, and is specifically set according to actual needs. In a preferred embodiment, the following data cleansing rules are specifically adopted to cleansing the logistics track data in the original database, including:
A. at least 1 piece of distribution scanning information exists in one express mail;
the express delivery mechanism side is used for carrying out the express delivery of the express delivery, and the express delivery mechanism side is used for carrying out the express delivery of the express delivery.
B. At least 1 scan record of collection or transfer type is provided for a express mail;
the scanning record of the collection or transfer type of the express mail specifically describes the logistics circulation track of the express mail, and comprises information such as collection time, collection network points, collection people, transfer time, transfer sites and the like.
C. The time difference between the warehouse-in scanning time and the distribution scanning time of the express mail at the substitute receiving point is less than 7 days;
the warehousing scanning time of the express items at the substituted receiving point refers to the warehousing time of the express items received by the receiving point, namely the time equivalent to the delivery time of the express items. The third party warehouse-in scanning time minus the distribution scanning time is less than 7 days, namely, warehouse-in and warehouse-out data within 7 days after delivery can only be received.
D. The warehouse-in scanning time of the express at the collecting point must be after the distributing scanning time, and the warehouse-out scanning time of the express at the collecting point must be after the warehouse-in scanning time.
The time of warehousing operation must be after the distribution scanning time, and the same thing of ex-warehouse time must be after the warehousing time, and the time sequence is "distribution- > warehousing- > ex-warehouse". The logistics track data meeting the rear end use requirement can be basically screened from the original logistics track data through the rules.
In this embodiment, after the logistics track data in the original database is cleaned, the logistics track data is recorded into the cleaning database for storage.
106. And reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read.
In this embodiment, after data cleaning is completed and the cleaned logistics track data is saved, the logistics track data meeting the requirements in the cleaning database is further stored in a file in a CSV format. By means of generating the CSV file, the back-end or other third-party system is directly decoupled from the database, so that the pressure of the database is reduced, the back-end or other third-party system can acquire data more stably, and the conditions of overlarge pressure of the database, unstable network and the like do not need to be considered.
In the technical scheme provided by the embodiment, by docking with a third party collecting point, the logistics track data of the express mail warehouse-in, warehouse-out and the like generated by the third party collecting point is obtained, and finally written into a CSV file through various intermediate processing links for reading by an express company or other third party institutions, and the specific implementation process is as follows: receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue; then, the logistics track data in the first queue are input into a preset original database in a multi-process batch mode; then reading logistics track data in the original database, cleaning the logistics track data according to preset data cleaning rules, and inputting the cleaned logistics track data into a cleaning database; and finally, reading the logistics track data from the cleaning database and writing the logistics track data into the CSV file. By the express mail signing information access method, a service person does not need to care about the running condition of packages after express mail registering, so that signing logistics track access is more automatic, convenient and quick, the express mail logistics track forms a closed loop, and customer complaints are reduced.
Referring to fig. 2, another embodiment of a method for accessing information of a express mail proxy includes:
201. receiving data information issued by a proxy receiving point, wherein the data information comprises communication certificate information and logistics track data of a express mail when the proxy receiving point enters or exits;
in this embodiment, the data issued by the receiving point belongs to external data, so that the express mechanism needs to open a proxy signing service with the third party receiving point in advance, and allocate corresponding communication credential information and interface service of the interfacing express mechanism.
In this embodiment, the communication credential information specifically refers to information such as an account number, a key, an interface document, etc. agreed by both parties, and is used for authentication when accessing data.
202. Verifying whether the communication credential information is legal;
203. if the physical distribution track data is legal, judging that the physical distribution track data passes the verification and asynchronously writing the physical distribution track data into a preset first queue, wherein the physical distribution track data comprises an operation type, an operation time, a pickup address, pickup point information and express delivery service personnel information corresponding to express delivery pickup;
in this embodiment, when the data information is issued by the proxy receipt, the communication credential information in the data information is checked through the preset interface service to determine whether the data information is legal, and if the data information is legal, the check is determined to pass, so that the data can be received.
In the embodiment, the logistics track data issued by the collection point are written into a preset first queue, and the data are cached through the queue, so that the pressure on the database caused by the inflow of external mass data is avoided.
In this embodiment, the logistics track data specifically includes a express mail label corresponding to the express mail label:
(1) The operation type refers to the operation of warehouse entry or warehouse exit of the express mail;
(2) The operation time refers to the time of the warehouse-in or warehouse-out operation of the express mail;
(3) A piece taking address refers to the address information of the receiving point;
(4) The collection point information comprises collection point names/contact ways, such as contact phones of No. 1 express cabinets or express post stations of a certain cell;
(5) Express mail attendant information, including express mail attendant name/contact information, refers to personal basic information of the attendant who delivers the express mail to the point of receipt.
It should be further noted that, the receiving point needs to consider factors such as network instability, if an interface request is abnormal during data delivery, a retry mechanism needs to be added to ensure that the logistics track data is successfully delivered to the side of the express delivery mechanism.
204. The logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
205. reading logistics track data in the original database;
206. Cleaning the logistics track data in the original database according to a preset data cleaning rule;
207. the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
208. and reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read.
According to the embodiment, the data sent by the external proxy receiving point is received in a queuing mode, so that the pressure of a rear-end database can be greatly reduced, the response time is shortened, and the stability and the rapidness of an interface are ensured.
Referring to fig. 3, another embodiment of a method for accessing information of a express mail proxy according to an embodiment of the present invention includes:
301. receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
302. calling a preset Shell scheduling script and simultaneously reading the material flow track data in the first queue by a plurality of processes;
303. the logistics track data in the first queue read by each process are input into a preset original database in batches;
in this embodiment, a plurality of processing scripts are started simultaneously through a Shell scheduling script to read data from the first queue, the read data are input into an original database in batches, and then the logistics track data in the first queue read by each process are input into a preset original database in batches.
In addition, a data reading exception handling mechanism is further added in the embodiment, when the processing script reads data and an exception occurs, the corresponding read data is re-queued for reprocessing, and the data is ensured not to be lost.
When the logistics track data in the first queue is read, the embodiment further monitors whether the data volume increase rate in the first queue exceeds a preset threshold, and if so, invokes the Shell scheduling script to newly enter the logistics track data in the Cheng Douqu first queue.
As can be seen from the above, the first queue stores the logistics track data sent from the plurality of receiving points, and if the data size of the logistics track data sent from each receiving point is too high or too fast, the back end may decrease the reading speed from the first queue, which affects the service efficiency, so the data size increase rate in the first queue needs to be monitored. For example, when the data volume increase rate in the first queue exceeds the preset threshold by 50%, a new process is added to participate in reading the logistics track data in the first queue until the data volume increase rate of the logistics track data written in the first queue is lower than 50%.
In this embodiment, the Shell scheduling script may adjust the number of processes for processing the script according to the actual data amount in the first queue, for example, if it is found that the data in the queue has accumulation, the number of processes for currently reading the data may be increased by the Shell scheduling script, so as to increase the speed of reading the data in the queue.
304. Reading logistics track data in the original database;
305. cleaning the logistics track data in the original database according to a preset data cleaning rule;
306. the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
307. and reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read.
In this embodiment, the Shell scheduling script can conveniently control the start and stop of all the processing scripts and the increase and decrease of the number of processes, so that the normal consumption of data in the queue is ensured without accumulation, and in this embodiment, the read data are input into the original database in batches (for example, 100 data are input one by one at a time), instead of the input of the data, so that the pressure of the database is further reduced, and the stability of data input is ensured.
Referring to fig. 4, another embodiment of a method for accessing information of a express mail proxy according to an embodiment of the present invention includes:
401. receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
402. the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
403. calling a preset production script to read logistics track data in the original database and writing the logistics track data into a preset second queue;
In this embodiment, the production script reads the original logistics track data from the original database and writes the original logistics track data into the second queue to be cleaned, and the production script works only to write the data into the queue.
404. Calling a preset cleaning script to start a plurality of processes to read the logistics track data in the second queue;
405. according to preset data cleaning rules, cleaning the logistics track data in the second queue read by each process;
406. writing the cleaned logistics track data in the second queue into a preset third queue;
in this embodiment, the cleaning script starts a plurality of processes to read the logistics track data in the second queue, cleans the read data according to a set data cleaning rule, only retains useful logistics track data, and writes the data into the third queue after cleaning is completed. It should be noted that, the original logistics trajectory data must be cleaned, otherwise dirty data may be generated, and customer complaints may be caused.
407. Calling a preset entry script to read logistics track data in the third queue through a plurality of processes;
408. the logistics track data in the third queue read by each process are input into a preset cleaning database in batches;
In this embodiment, the entry script starts a plurality of processes to read the logistics track data which has been cleaned in the third queue, and enters the logistics track data into the cleaning database in batches (for example, 100 logistics track data are once).
In addition, corresponding logs are recorded and processed independently according to the abnormal conditions occurring during the cleaning process, so that data are not lost, and specific error information can be queried according to the abnormal conditions.
409. And reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read.
In this embodiment, the production script of the cleaning service is only responsible for writing the original logistics track data into the queue to be cleaned (i.e. the second queue) without performing other logic processing, so as to ensure that the latest data can be traced in real time without causing production delay; the cleaning script is only responsible for data cleaning, and a plurality of processes can be started to process the data, so that the data cleaning is more efficient and controllable; the cleaned data is rewritten into another cleaning completion queue (namely a third queue), so that the cleaning script is more focused on the job, and the efficiency is higher; the entry script is only responsible for writing the queue data after the cleaning is completed in batches (such as 100 pieces at a time) into the cleaning database, thereby reducing the pressure of the database. The express mail signing information access method of the embodiment enables different functions to be decoupled and independent, has higher code operation efficiency and stability, can process hundreds of millions of data, and can ensure high efficiency, stability and rapidness of data processing.
Referring to fig. 5, another embodiment of a method for accessing information of a express mail proxy according to an embodiment of the present invention includes:
501. receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
502. the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
503. reading logistics track data in the original database;
504. according to a preset data cleaning rule, cleaning the logistics track data in the original database;
505. the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
506. reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
507. and writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
In this embodiment, after the data is cleaned, the logistics track data in the cleaning database is read according to a specific time period, for example, every 5 minutes, and written into a blank CSV (Comma Separated Values) file in a Comma Separated form. The CSV file names are named according to the time format of 'year, month, day, hour, minute and second', for example, the file name is 20191212113000, and other systems can conveniently read regularly.
In this embodiment, after the number of the CSV files is successfully spit, an end mark file, such as "xxx. Flg", is generated for each CSV file, and the naming rule may be the same as that of the CSV file; before other systems read, whether the end mark file exists or not is judged, if yes, the end mark file can be read, otherwise, the reading is not allowed, so that the situation that the data is not read in the data generating period and the situation that the data is not read fully is avoided.
In the embodiment, the back end or other third party systems directly read the CSV file without the need of a database, an interface and other forms, thereby being safer and more efficient. The pressure of the database is reduced, and the data acquired by a back-end or other third-party systems is more stable, so that the conditions of overlarge pressure of the database, unstable network and the like do not need to be considered.
Referring to fig. 6, another embodiment of a method for accessing information of a express mail proxy includes:
601. receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
602. the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
in this embodiment, in order to achieve seamless docking of data, the concept of a signing service is introduced, specifically, an interface docking mode is adopted to directly establish a cooperative relationship with a third party signing server interface, a third party signing service pushes logistics tracks such as express mail warehouse-in and warehouse-out to the signing service, and the signing service receives logistics track data issued by the third party signing service and asynchronously writes the logistics track data into a preset first queue. The use of the queue is convenient for receiving the logistics track data issued by the front-end third-party collecting point, and is also convenient for the rear end to read the logistics track data, so that the data processing efficiency is improved, and the service quality is improved.
The method adopts a mode of asynchronously receiving data and writing the data into the queue, greatly reduces the reading pressure of mass data, accelerates the response speed of the interface and ensures the stability of the interface for reading the data.
In this embodiment, the first queue is introduced to buffer data, so that impact of mass data on the back-end database can be greatly reduced, and delay or reading errors are avoided.
In addition, the embodiment further adopts a plurality of processes to read the logistics track data in the first queue, and then realizes batch entry of the logistics track data into the original database, so that the reading pressure of the front-end mass data is reduced, and the data entry efficiency and the data entry stability of the rear end are ensured.
603. Calling a preset production script to read logistics track data in the original database and writing the logistics track data into a preset second queue;
in this embodiment, the production script reads the original logistics track data from the original database and writes the original logistics track data into the second queue to be cleaned, and the production script works only to write the data into the queue.
604. Calling a preset cleaning script to read logistics track data in the second queue by a plurality of processes, cleaning the logistics track data, and writing the cleaned logistics track data into a preset third queue;
In this embodiment, the cleaning script starts a plurality of processes to read the logistics track data in the second queue, cleans the read data according to a set data cleaning rule, only retains useful logistics track data, and writes the data into the third queue after cleaning is completed. It should be noted that, the original logistics trajectory data must be cleaned, otherwise dirty data may be generated, and customer complaints may be caused.
605. Calling a preset entry script to read logistics track data in the third queue through a plurality of processes and inputting the logistics track data into a preset cleaning database in batches;
in this embodiment, the entry script starts a plurality of processes to read the logistics track data which has been cleaned in the third queue, and enters the logistics track data into the cleaning database in batches (for example, 100 logistics track data are once).
In addition, corresponding logs are recorded and processed independently according to the abnormal conditions occurring during the cleaning process, so that data are not lost, and specific error information can be queried according to the abnormal conditions.
606. And reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read.
In this embodiment, the production script of the cleaning service is only responsible for writing the original logistics track data into the queue to be cleaned (i.e. the second queue) without performing other logic processing, so as to ensure that the latest data can be traced in real time without causing production delay; the cleaning script is only responsible for data cleaning, and a plurality of processes can be started to process the data, so that the data cleaning is more efficient and controllable; the cleaned data is rewritten into another cleaning completion queue (namely a third queue), so that the cleaning script is more focused on the job, and the efficiency is higher; the entry script is only responsible for writing the queue data after the cleaning is completed in batches (such as 100 pieces at a time) into the cleaning database, thereby reducing the pressure of the database. By the design, the cleaning service can completely play billions of plus-level data processing, and high efficiency, stability and rapidness of data processing are ensured.
In this embodiment, the interface service receives the data sent by the proxy receiving point in a queue manner, so that the database pressure can be greatly reduced, the response time is quickened, and the stability and the rapidness of the interface are ensured. The cleaning service independently processes data through the two queues, so that corresponding scripts are ensured to be only responsible for the current job, for example, production scripts are only responsible for producing data, cleaning scripts are only responsible for cleaning data, input scripts are only responsible for writing into a database, and therefore different functions are decoupled and independent, and code operation efficiency is higher and stable.
The method for accessing the express mail signing information in the embodiment of the present invention is described above, and the express mail signing information access system in the embodiment of the present invention is described below, referring to fig. 7, where an embodiment of the express mail signing information access system in the embodiment of the present invention includes:
the receiving module 701 is configured to receive the logistics track data sent by the proxy receiving point and asynchronously write the logistics track data into a preset first queue;
the first input module 702 is configured to input the logistics track data in the first queue into a preset original database in a multi-process batch manner;
a reading module 703, configured to read the logistics track data in the original database;
The cleaning module 704 is configured to clean the logistics track data in the original database according to a preset data cleaning rule;
the second input module 705 is configured to input the cleaned logistics track data into a preset cleaning database in a multi-process batch manner;
and the writing module 706 is configured to read the logistics track data in the cleaning database and generate a CSV file for a back-end or a third party to read.
In the technical scheme provided by the embodiment, by docking with a third party collecting point, the logistics track data of the express mail warehouse-in, warehouse-out and the like generated by the third party collecting point is obtained, and finally written into a CSV file through various intermediate processing links for reading by an express company or other third party institutions, and the specific implementation process is as follows: receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue; then, the logistics track data in the first queue are input into a preset original database in a multi-process batch mode; then reading logistics track data in the original database, cleaning the logistics track data according to preset data cleaning rules, and inputting the cleaned logistics track data into a cleaning database; and finally, reading the logistics track data from the cleaning database and writing the logistics track data into the CSV file. By the express mail signing information access method, a service person does not need to care about the running condition of packages after express mail registering, so that signing logistics track access is more automatic, convenient and quick, the express mail logistics track forms a closed loop, and customer complaints are reduced.
Optionally, in a specific embodiment, the receiving module 701 may be further specifically configured to:
receiving data information issued by a collection point, wherein the data information comprises communication certificate information and logistics track data of a express mail when the collection point enters or exits;
verifying whether the communication credential information is legal;
if the physical distribution track data is legal, judging that the physical distribution track data passes the verification and asynchronously writing the physical distribution track data into a preset first queue, wherein the physical distribution track data comprises operation types, operation time, pickup addresses, pickup point information and express delivery service personnel information corresponding to express delivery pickup.
Optionally, in a specific embodiment, the first input module 702 may be further specifically configured to:
calling a preset Shell scheduling script and simultaneously reading logistics track data in the first queue by a plurality of processes;
the logistics track data in the first queue read by each process are input into a preset original database in batches;
when the logistics track data in the first queue are read, whether the data volume increasing rate in the first queue exceeds a preset threshold value is monitored, if yes, the Shell scheduling script is called to read the logistics track data in the first queue in a new process.
Optionally, in a specific embodiment, the reading module 703 may be further specifically configured to:
and calling a preset production script to read the logistics track data in the original database and writing the logistics track data into a preset second queue.
Optionally, in a specific embodiment, the cleaning module 704 may be further specifically configured to:
calling a preset cleaning script to read logistics track data in the second queue through a plurality of processes;
according to preset data cleaning rules, cleaning the logistics track data in the second queue read by each process;
and writing the cleaned logistics track data in the second queue into a preset third queue.
Optionally, in a specific embodiment, the second input module 705 may be further specifically configured to:
calling a preset entry script to read logistics track data in the third queue through a plurality of processes;
and inputting the logistics track data read by each process in the third queue into a preset cleaning database in batch.
Optionally, in a specific embodiment, the writing module 706 may be further specifically configured to:
reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
And writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
Fig. 7 above describes the system for accessing the courier signing information in the embodiment of the present invention in detail from the point of view of the modularized functional entity, and the following describes the device for accessing the courier signing information in the embodiment of the present invention in detail from the point of view of hardware processing.
Fig. 8 is a schematic diagram of an embodiment of a express mail sign-on information access device 800 of the present invention, which can vary widely in configuration or performance, can include one or more processors (central processing units, CPU) 810 (e.g., one or more processors) and memory 820, one or more storage media 830 (e.g., one or more mass storage devices) storing applications 833 or data 832. Wherein memory 820 and storage medium 830 can be transitory or persistent. The program stored on the storage medium 830 may include one or more modules (not shown), each of which may include a series of instruction operations in the express mail generation and receipt information access device 800. Still further, the processor 810 may be configured to communicate with the storage medium 830 and execute a series of instruction operations in the storage medium 830 on the express mail sign-for-information access device 800.
The express-based, token-based information access device 800 may also include one or more power supplies 840, one or more wired or wireless network interfaces 850, one or more input/output interfaces 860, and/or one or more operating systems 831, such as Windows Serve, mac OS X, unix, linux, freeBSD, etc. It will be appreciated by those skilled in the art that the express mail sign-on information access device structure shown in fig. 8 is not limiting on the express mail sign-on information access device, and may include more or fewer components than shown, or may combine certain components, or may be a different arrangement of components.
The present invention also provides a computer readable storage medium, which may be a non-volatile computer readable storage medium, and may also be a volatile computer readable storage medium, where instructions are stored in the computer readable storage medium, when the instructions are executed on a computer, cause the computer to perform the steps of the express proxy information access method.
It will be clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the systems, apparatuses and units described above may refer to the corresponding processes in the foregoing method embodiments, which are not described in detail herein.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a random access memory (random access memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. The express mail signing information access method is characterized by comprising the following steps of:
receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
reading logistics track data in the original database;
cleaning the logistics track data in the original database according to a preset data cleaning rule;
the cleaned logistics track data are input into a preset cleaning database in a multi-process batch mode;
reading logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read;
the step of reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read comprises the following steps:
reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
and writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
2. The method for accessing information of a express mail signing according to claim 1, wherein the receiving the logistics track data issued by the signing point and asynchronously writing the logistics track data into a preset first queue comprises:
receiving data information issued by a proxy receiving point, wherein the data information comprises communication certificate information and logistics track data of a express mail when the proxy receiving point enters or exits;
verifying whether the communication credential information is legal;
if the physical distribution track data is legal, judging that the physical distribution track data passes the verification and asynchronously writing the physical distribution track data into a preset first queue, wherein the physical distribution track data comprises operation types, operation time, pickup addresses, pickup point information and express delivery service personnel information corresponding to express delivery pickup.
3. The express mail signing information access method of claim 1, wherein the multi-process batch entry of the logistic track data in the first queue into a preset original database comprises:
calling a preset Shell scheduling script and simultaneously reading logistics track data in the first queue by a plurality of processes;
the logistics track data in the first queue read by each process are input into a preset original database in batches;
when the logistics track data in the first queue are read, whether the data volume increasing rate in the first queue exceeds a preset threshold value is monitored, if yes, the Shell scheduling script is called to read the logistics track data in the first queue in a new process.
4. The method for accessing information of a express mail sign according to claim 1, wherein the reading the logistic track data in the original database includes:
and calling a preset production script to read the logistics track data in the original database and writing the logistics track data into a preset second queue.
5. The method for accessing information of a express mail sign-on according to claim 4, wherein the cleaning the logistics track data in the original database according to a preset data cleaning rule comprises:
calling a preset cleaning script to read logistics track data in the second queue through a plurality of processes;
according to preset data cleaning rules, cleaning the logistics track data in the second queue read by each process;
and writing the cleaned logistics track data in the second queue into a preset third queue.
6. The express mail signing information access method of claim 5, wherein the multi-process batch entry of the cleaned logistic track data into a preset cleaning database comprises:
calling a preset entry script to read logistics track data in the third queue through a plurality of processes;
and inputting the logistics track data read by each process in the third queue into a preset cleaning database in batch.
7. The express mail signing information access method is characterized by comprising the following steps of:
receiving logistics track data issued by a proxy receiving point and asynchronously writing the logistics track data into a preset first queue;
the logistics track data in the first queue are input into a preset original database in a multi-process batch mode;
calling a preset production script to read logistics track data in the original database and writing the logistics track data into a preset second queue;
calling a preset cleaning script to read logistics track data in the second queue by a plurality of processes and clean the logistics track data, and writing the cleaned logistics track data into a preset third queue;
calling a preset entry script to read logistics track data in the third queue through a plurality of processes and inputting the logistics track data into a preset cleaning database in batches;
reading logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read;
the step of reading the logistics track data in the cleaning database and generating a CSV file for a back end or a third party to read comprises the following steps:
reading logistics track data corresponding to a time period in the cleaning database every preset time period, and generating an empty CSV file corresponding to the time period;
And writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
8. A courier sign-on information access system, the courier sign-on information access system comprising:
the receiving module is used for receiving the logistics track data issued by the receiving point and asynchronously writing the logistics track data into a preset first queue;
the first input module is used for inputting the logistics track data in the first queue into a preset original database in a multi-process batch manner;
the reading module is used for reading the logistics track data in the original database;
the cleaning module is used for cleaning the logistics track data in the original database according to preset data cleaning rules;
the second input module is used for inputting the cleaned logistics track data into a preset cleaning database in a multi-process batch manner;
the writing-in module is used for reading the logistics track data in the cleaning database and generating a CSV file for the rear end or a third party to read;
the writing module is also used for reading logistics track data corresponding to the time period in the cleaning database every preset time period and generating an empty CSV file corresponding to the time period; and writing the logistics track data corresponding to the time period in the read cleaning database into the CSV file, and naming the CSV file according to a time format for regular reading by a back end or a third party.
9. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements a method of express mail sign-on information access according to any of claims 1-7.
CN202010098185.XA 2020-02-18 2020-02-18 Express mail signing information access method, system and storage medium Active CN111292040B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010098185.XA CN111292040B (en) 2020-02-18 2020-02-18 Express mail signing information access method, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010098185.XA CN111292040B (en) 2020-02-18 2020-02-18 Express mail signing information access method, system and storage medium

Publications (2)

Publication Number Publication Date
CN111292040A CN111292040A (en) 2020-06-16
CN111292040B true CN111292040B (en) 2023-07-11

Family

ID=71023697

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010098185.XA Active CN111292040B (en) 2020-02-18 2020-02-18 Express mail signing information access method, system and storage medium

Country Status (1)

Country Link
CN (1) CN111292040B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012014232A (en) * 2010-06-29 2012-01-19 Canon Software Inc Document management system, control method and program
CN110188069A (en) * 2019-05-21 2019-08-30 广东和新科技有限公司 A kind of csv file storage method, device and computer equipment
WO2019169693A1 (en) * 2018-03-08 2019-09-12 平安科技(深圳)有限公司 Method for quickly importing data in batches, and electronic apparatus and computer-readable storage medium
CN110362617A (en) * 2019-06-24 2019-10-22 北京人大金仓信息技术股份有限公司 Batch data method and system is quickly exported from database based on more concurrent technologies
CN110377651A (en) * 2019-06-20 2019-10-25 平安科技(深圳)有限公司 Processing method, device, equipment and the storage medium of batch data

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101676943A (en) * 2008-09-16 2010-03-24 阿里巴巴集团控股有限公司 Loan capital real-time settlement method of physical distribution companies and system thereof
CN103226764B (en) * 2013-04-25 2016-12-28 四川创物科技有限公司 A kind of express receiving and dispatching system and method
CN103281352A (en) * 2013-04-25 2013-09-04 四川创物科技有限公司 Express delivery tracking method and system
CN106897848A (en) * 2015-12-18 2017-06-27 深圳市丰巢科技有限公司 Express delivery information interlock method based on express delivery cabinet, apparatus and system
CN106713450A (en) * 2016-12-21 2017-05-24 广州优视网络科技有限公司 Downloading acceleration method and apparatus based on read-write separation mode
CN107169076B (en) * 2017-05-10 2020-06-05 北京京东尚科信息技术有限公司 Method, system and computer readable storage medium for two-dimensional data cleansing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012014232A (en) * 2010-06-29 2012-01-19 Canon Software Inc Document management system, control method and program
WO2019169693A1 (en) * 2018-03-08 2019-09-12 平安科技(深圳)有限公司 Method for quickly importing data in batches, and electronic apparatus and computer-readable storage medium
CN110188069A (en) * 2019-05-21 2019-08-30 广东和新科技有限公司 A kind of csv file storage method, device and computer equipment
CN110377651A (en) * 2019-06-20 2019-10-25 平安科技(深圳)有限公司 Processing method, device, equipment and the storage medium of batch data
CN110362617A (en) * 2019-06-24 2019-10-22 北京人大金仓信息技术股份有限公司 Batch data method and system is quickly exported from database based on more concurrent technologies

Also Published As

Publication number Publication date
CN111292040A (en) 2020-06-16

Similar Documents

Publication Publication Date Title
US9521104B2 (en) Outgoing communications inventory
CN108536532B (en) Batch task processing method and system
CN101753344B (en) Method, device and system for logging
CN107276970B (en) Unbinding and binding method and device
CN110648112A (en) Information change notification method and system for JIRA system
CN111445194B (en) Method, device, equipment and storage medium for notifying express mail
CN111292040B (en) Express mail signing information access method, system and storage medium
CN111680914B (en) Event distribution method, event distribution device, storage medium, and electronic device
CN111274248A (en) Charging data generation method and device
CN115170017A (en) Waybill processing method and device and storage medium
CN110706003A (en) Method, device, equipment and storage medium for generating customer feedback work order
CN111291033A (en) Express mail data cleaning method, device, equipment and storage medium
CN111401819B (en) Intersystem data pushing method and system
CN115344633A (en) Data processing method, device, equipment and storage medium
CN111341038B (en) Off-border tax refund self-service trusteeship refund system for overseas passenger shopping
CN114529233A (en) Express package return processing method, device, equipment and storage medium
CN114301871A (en) Method for adding communication object and related device
CN114448776A (en) Link tracking method and device
CN111598699A (en) Divide moist system based on cluster
CN111325599A (en) Order data processing method, device, equipment and storage medium
CN109325859B (en) Member upgrading processing method, system and server
CN103177004A (en) Method and system for guaranteeing data consistency of rechargeable card
CN109862091B (en) Content publishing processing method and device for community
CN106850755A (en) Patrol and examine data processing method and system
CN112232911A (en) Asynchronous processing method and system for equity ordering

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