CN106897160A - A kind of document handling method, apparatus and system - Google Patents

A kind of document handling method, apparatus and system Download PDF

Info

Publication number
CN106897160A
CN106897160A CN201710050027.5A CN201710050027A CN106897160A CN 106897160 A CN106897160 A CN 106897160A CN 201710050027 A CN201710050027 A CN 201710050027A CN 106897160 A CN106897160 A CN 106897160A
Authority
CN
China
Prior art keywords
file
module
application module
queue
application
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.)
Pending
Application number
CN201710050027.5A
Other languages
Chinese (zh)
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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201710050027.5A priority Critical patent/CN106897160A/en
Publication of CN106897160A publication Critical patent/CN106897160A/en
Pending legal-status Critical Current

Links

Classifications

    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a kind of document handling method, apparatus and system, the method is applied to a kind of document handling system, document handling system at least includes the first application module, the second application module and first queue module, wherein, the method that the first application module is performed includes:First queue module is read, for determining whether first queue module is empty;When it is determined that first queue module be space-time, into blocked state;Or, when it is determined that first queue module is non-NULL, read the title of the first file in first queue module;And according to the title of the first file, read the content of the first file;Content to the first file is processed, and is generated the second file and is stored, wherein, after the first file is processed the 3rd file for the second application module, the file for generating and storing.

Description

A kind of document handling method, apparatus and system
Technical field
The present invention relates to communication technical field, more particularly to a kind of document handling method, apparatus and system.
Background technology
Traditional file process application system, process file data when, file data by modules A treatment after, Jiang Huifa Deliver to module B treatment.Catalogue tandem is then used between modules A and module B, realizes that file is transmitted.For example, A modules The export list for generating file is exactly that B modules need to process the entrance catalogue of file.A modules read in file F from entrance catalogue, and It is processed accordingly.After the completion for the treatment of, in export list generation file F '.The outlet mesh of B module timing scan A modules Record (the entrance catalogue of B modules), when having file F ' in finding catalogue, B modules can then start to read in file F ', and it is carried out Corresponding treatment.
But, because B modules are not aware that when A modules will generate file F ', so needing in B module inlet mesh It is space-time to record, and the entrance catalogue of B modules can be continually scanned for Fixed Time Interval (such as every 15 seconds run-downs), to determine Whether there is new file generated in the entrance catalogue of B modules.When the entrance catalogue for detecting B modules has new file, B modules are opened Beginning carries out file process.
If consequently, it is possible to modules A has generated file F ', but not arriving the sweep time point of B modules also, then B modules will not be processed file F ' immediately, thereby resulted in file process time delay.Further, with operation system Flow gradually lengthen, the module that file passes through increases, if each module is required for timing scan, the module is corresponding Entrance catalogue, then will necessarily result in file time delay in whole processing procedure and greatly increase is serious to reduce system operating efficiency.
The content of the invention
The technical problems to be solved by the invention are to provide a kind of document handling method, apparatus and system, it is to avoid file exists Caused unnecessary time delay, the operating efficiency of lifting system in processing procedure.
The technical scheme that the present invention solves above-mentioned technical problem is as follows:
In a first aspect, the embodiment of the invention provides a kind of document handling method, the method is applied to a kind of file process System.Wherein this document processing system at least includes the first application module, the second application module and first queue module.Its In, the method that the first application module is performed includes:
First queue module is read, for determining whether first queue module is empty;When it is determined that first queue module is Space-time, into blocked state.Until when first queue module is non-NULL, running status is switched to from blocked state, continue to read First queue module, obtains the first file name.For subsequent operation.
Or, when it is determined that first queue module is non-NULL, read the title of the first file in first queue module;And According to the title of the first file, the content of the first file is read;Content to the first file is processed, and the second file of generation is simultaneously Storage, wherein, after the first file is processed the 3rd file for the second application module, the file for generating and storing.
The beneficial effects of the invention are as follows:When first queue module is space-time, the first application module enters blocked state.When When one Queue module is non-NULL, the first application module will switch to running status from blocked state.And obtain the in the very first time The first file name in one Queue module, the content of the first file is read according to the first file name from memory, and right The content of the first file is processed accordingly.Consequently, it is possible to can it is determined that the second application module to the 3rd file at After reason, the first application module can be processed the first newly-generated file accordingly immediately.Thus, it is possible to reduce it is unnecessary Time delay, lifting system efficiency.Only filename is added in message queue, the rate flow of intermodule is may also speed up, Reduce consumption of the message queue to internal memory.
Further, the content to the first file is processed, and is generated after the second file and storage, and the method also includes: The title of the second file is added in the 3rd Queue module, wherein the 3rd Queue module be with after the first application module, and Close to the corresponding Queue module of application module of the first application module execution action.
Advantageous Effects using above-mentioned further scheme are that the title of the second file only is added into the 3rd After in Queue module, after the first application module, and close to the application module of the first application module, such as the 3rd application module, The second file name can be read from the 3rd Queue module, then running status is switched to from blocked state.To realize 3rd application module is processed the second file in the very first time, reduces time delay.
Further, the method also includes:Second application module passes through first queue module, in a push manner by the first file Title is sent to the first application module.
Advantageous Effects using above-mentioned further technical scheme are, the second application module and the first application module Between, message queue transmitting the first file name by way of pushing, it is possible to achieve in the file name and file of transmission Hold and correspond.The first application module is facilitated to process file in order.Meanwhile, in also retains traditional file processing system Data balancing check, the ability such as schedule backup.
Further, the second application module is to second file handling procedure, with first application module to described First file handling procedure is identical.
Advantageous Effects using above-mentioned further technical scheme are that the second application module processes the 3rd file When, the process used in fact when the first file is processed with the first application module is same or similar.Purpose is to generate First file is simultaneously preserved, in case the first application module is processed the first file.
Second aspect, the embodiment of the invention provides a kind of document handling apparatus, and this document device corresponds to file process The first application module in system, the wherein device include:
Reading unit, for reading first queue module, for determining whether first queue module is empty;When it is determined that One Queue module is space-time, and the first application module of control enters blocked state;Until when first queue module is non-NULL, from obstruction State switches to running status, continues to read first queue module, obtains the first file name.For subsequent operation.
Or,
Reading unit is used for, and when it is determined that first queue module is non-NULL, running status is switched to from blocked state, continues Read the title of the first file in first queue module;And according to the title of the first file, read the content of the first file;
Processing unit, is processed for the content to the first file, is generated the second file and is stored, wherein, the first text After part is processed the 3rd file for the second application module, the file for generating and storing.
The Advantageous Effects of such scheme are that reading unit reads first queue module, judge first queue module Whether it is now empty, if first queue module is sky, processing unit then controls the first application module to enter blocked state.When One Queue module is not space-time, then the first application module switches to running status from blocked state.Reading unit continues to read the The first file name in one Queue module, and the content of the first file is read from memory according to the first file name.Place Reason unit is processed the content of the first file accordingly.Consequently, it is possible to can be it is determined that the second application module be to the 3rd text After part is processed, processing unit is processed the first file accordingly immediately.Thus, it is possible to unnecessary time delay is reduced, Lifting system efficiency.Only filename is added in message queue, the rate flow of intermodule is may also speed up, message is reduced Consumption of the queue to internal memory.
Further, processing unit is additionally operable to, and the title of the second file is added in the 3rd Queue module, wherein the 3rd Queue module be with after the first application module, and close to the first application module execution action the corresponding queue mould of application module Block.
Advantageous Effects using above-mentioned further scheme are that the title of the second file only is added into the 3rd After in Queue module, after the first application module, and close to the application module of the first application module, such as the 3rd application module, The second file name can be read from the 3rd queue, then running status is switched to from blocked state.To realize the 3rd Application module is processed the second file in the very first time, reduces time delay.
Further, be sent to for the first file name in a push manner by first queue module by the second application module First application module.
Advantageous Effects using above-mentioned further technical scheme are, the second application module and the first application module Between, message queue transmitting the first file name by way of pushing, it is possible to achieve in the file name and file of transmission Hold and correspond.The first application module is facilitated to process file in order.Meanwhile, in also retains traditional file processing system Data balancing check, the ability such as schedule backup.
Further, the second application module is to the 3rd file handling procedure, with the first application module to the first file process Process is identical.
Advantageous Effects using above-mentioned further technical scheme are that the second application module processes the 3rd file When, the process used in fact when the first file is processed with the first application module is same or similar.Purpose is to generate First file is simultaneously preserved, in case the first application module is processed the first file.
The third aspect, the embodiment of the present invention additionally provides a kind of document handling system, and the system at least includes:First application Module, first queue module, the second application module and memory, first queue module are used for, storage file title;Second should It is used to process the 3rd file with module, generates and store the first file, and the title of the first file is added into first team In row module;Memory is held for storing one or more program of the first application module execution, the second application module respectively One or more capable program, and the content, the content of the second file and the 3rd file of the first file content.
The beneficial effects of the invention are as follows:When first queue module is space-time, the first application module enters blocked state.When When one Queue module is non-NULL, the first application module will switch to running status from blocked state.And obtain the in the very first time The first file name in one Queue module, the content of the first file is read according to the first file name from memory, and right The content of the first file is processed accordingly.Consequently, it is possible to can it is determined that the second application module to the 3rd file at After reason, the first application module can be processed the first newly-generated file accordingly immediately.Thus, it is possible to reduce it is unnecessary Time delay, lifting system efficiency.Only filename is added in message queue, the rate flow of intermodule is may also speed up, Reduce consumption of the message queue to internal memory.
Brief description of the drawings
Fig. 1 is a kind of document handling method schematic flow sheet that the embodiment of the present invention one is provided;
Fig. 2 is a kind of document handling apparatus structural representation that the embodiment of the present invention two is provided;
Fig. 3 is a kind of document handling system structural representation that the embodiment of the present invention three is provided.
Specific embodiment
Principle of the invention and feature are described below in conjunction with accompanying drawing, example is served only for explaining the present invention, and It is non-for limiting the scope of the present invention.
Fig. 1 is a kind of document handling method schematic flow sheet that the embodiment of the present invention one is provided.This is mainly used in one kind Document handling system, this document processing system includes the first application module, the second application module and first queue module.Specifically , the method and step that the first application module is performed is as shown in Figure 1:
Step 110, reads first queue module, for determining whether first queue module is empty.
Step 120a, when it is determined that first queue module be space-time, into blocked state.
Specifically, when only first queue module is non-NULL, the first application module just can switch to work from blocked state Pattern, continues to read the first file name in first queue module.Then subsequent action is performed.Comprise the following steps that step in text Described in rapid 130-150.
Or, 120A reads the name of the first file in first queue module when it is determined that first queue module is non-NULL Claim.
Step 130, according to the title of the first file, reads the content of the first file.
Step 140, the content to the first file is processed, and is generated the second file and is stored.
Specifically, after the first file is processed the 3rd file for the second application module, acquired file.
It should be understood that the content of the content of the first file of storage, the content of the second file, and the 3rd file, is for side Just module corresponding with the file content is processed it;It is also convenient for simultaneously in follow-up use, can directly from storage Read in device.For example, the first application module directly can read the first file content according to the first file name from memory. Or, in subsequent treatment, if other modules need to read the content of the first file, equally can directly read from memory Take.
Preferably, after step 140, the method also includes step 150, and the title of the second file is added into the 3rd team In row module, wherein the 3rd Queue module be with after the first application module, and close to the first application module execution action should With the corresponding Queue module of module.After only the title of the second file is added in the 3rd Queue module, the first application module Afterwards, and close to the application module of the first application module, such as the 3rd application module, operation can be switched to from blocked state State, then reads the second file name from second queue.To realize in the 3rd application module in the very first time to the second text Part is processed, and reduces time delay.
Preferably, the process that the second application module is processed the 3rd file, with the first application module to the first file The process for being processed is same or similar.Specifically as described in step 120A-150.Here repeat no more.
And the second application module is processed the 3rd file, after generating the first file and storage, also including literary by first The title of part is added in first queue module, and the title of the first file can be read so as to the first application module.It is further excellent Choosing, between above-mentioned the first described application module and the second application module, transmission be filename when, by the first team Row module, transmits in a push manner.What is transmitted when transmitting is single filename, and file content corresponding with filename is then Storage is on a memory.It is possible thereby to realize that the file name and file content of transmission are corresponded.Meanwhile, just because of filename Title be able to can be corresponded with file content, and such as the first file name and the first file content are corresponded, then the party The data balancing that method also retains in traditional file processing system checks, the ability such as schedule backup.
In a specific example, such as processing system is telecommunication charging system, and the second application module is duplicate checking Module, the first application module is wholesale price module.
Duplicate checking module is used for the CDR file K after duplicate checking1Title " the K of (the first file)1" it is added to wholesale price module correspondence Queue module Q1In (first queue module).Wherein, the CDR file K after duplicate checking1, it is duplicate checking module literary to ticket before duplicate checking Part K0The file that (the 3rd file) is generated after being processed.When duplicate checking module is K1It is added to the corresponding queue mould of wholesale price module Block Q1When, wholesale price module can determine Queue module Q1It is non-NULL, wholesale price module will read Queue module Q1In file name “K1", read the CDR file K after stored duplicate checking1Content, then to the CDR file K after duplicate checking1Located accordingly Reason, the CDR file K after generation wholesale price2(the 3rd file).
It should be understood that above-mentioned CDR file K0, CDR file K after duplicate checking1And the CDR file K after wholesale price2It is stored in In memory, in case corresponding module is processed it, or when subsequently other modules need to read file content, can Directly to be read from memory.And be then by team during transmission file name between above-mentioned duplicate checking module, and wholesale price module Row module Q1Transmitted in the way of pushing.
Certainly, reader will also be appreciated that because in above-mentioned specific embodiment, only illustrating that the system includes the first application Module and the second application module.So, when the first application module switches to running status from blocked state, the first file is carried out Treatment, after obtaining the 3rd file, has just terminated.But, what above-described embodiment was summarized is the system in certain time period Situation including the first application module and the second application module.In fact, the system can include at least two application modules.Class As, at least two Queue modules can be included in the system.The number of Queue module is identical with the number of application module, and is Correspondingly.For example include n module and n module queues.So, above-mentioned steps will be repeated.And here First application module and the second application module are not first application module and second application module on practical significance, and Be on execution sequence for, first carrying out the module of action for the second application module, be first in the module of rear execution action Application module.And the 3rd file described in text, it can be understood as the second application module is according to the name acquiring of the 3rd file File content, the 3rd file is obtained after being processed a file according to the application module before the second application module File.Or, the 3rd file can also be most initial file.For example, in this document processing system, including three are applied mould Block.In certain time period, module 1 is the second application module, and module 2 is the first application module.When module 1 is carried out to file F After treatment, file F ' is generated.Then can be added to the title " F ' " of file F ' and the corresponding queue of module 2 by the processor in system Module Q2In.Then, module 2, determine Queue module Q2It is currently non-NULL, module 2 then can switch to operation shape from blocked state State, from Queue module Q2After middle reading file name " F ' ", read in file corresponding with file name " F ' " in memory Hold, then file content is processed accordingly, generation file F ".In subsequent time period, module 2 applies mould for second Block, module 3 is the first application module.When module 2 is processed file F ', file F is generated " after.Processor in system will File F " title " F " " can be added to Queue module Q corresponding with module 33In.Then, module 3 determines Queue module Q3This When be non-NULL, it will switch to running status from blocked state, and from Queue module Q3After middle reading file name " F " ", depositing Read and file name " F " in reservoir " corresponding file content, then file content is processed accordingly, generate file F″′.Certainly, cited by above-mentioned situation it is that Queue module is the situation of non-NULL, and works as Queue module for space-time, corresponds to therewith Application module then be in blocked state, repeat no more here.
A kind of document handling method that the embodiment of the present invention one is provided, when first queue module is space-time, first applies mould Block enters blocked state.When first queue module is non-NULL, the first application module will switch to running status from blocked state, And the first file name in the very first time obtains first queue module, the is read from memory according to the first file name The content of one file, and content to the first file processed accordingly.Consequently, it is possible to can be it is determined that the second application module After processing the 3rd file, the first application module can be processed the first newly-generated file accordingly immediately.By This, it is possible to reduce unnecessary time delay, lifting system efficiency.Only filename is added in message queue, be may also speed up The rate flow of intermodule, reduces consumption of the message queue to internal memory.Meanwhile, also retains the number in traditional file processing system Checked according to balance, the ability such as schedule backup.
Corresponding with above-mentioned document handling method embodiment, the embodiment of the present invention two is filled there is provided a kind of file process Put.Specifically as shown in Fig. 2 this document processing unit includes:Reading unit 201, processing unit 202.
Reading unit 201, reads first queue module, for determining whether first queue module is empty.When it is determined that One Queue module is space-time, and the first application module of control enters blocked state.Or, reading unit 201 is used for, when it is determined that first When Queue module is non-NULL, the title of the first file in the first queue module is read;And according to first file Title, reads the content of first file.Processing unit 202, is processed for the content to the first file, generation second File is simultaneously stored, wherein, after the first file is processed the 3rd file for the second application module, the file for generating and storing. Here the process that the second application module is processed the 3rd file, with the first application module to the first file handling procedure class Seemingly.
Preferably, processing unit is additionally operable to be added to the title of the second file in the 3rd Queue module, wherein the 3rd team Row module be with after the first application module, and close to the first application module execution action the corresponding queue mould of application module Block.After only the title of the second file is added in the 3rd Queue module, after the first application module, and close to the first application The application module of module, such as the 3rd application module, can switch to running status, then from second queue from blocked state The second file name of middle reading.To realize the second file being processed in the very first time in the 3rd application module, reduce time delay.
It is further preferred that the second application module is in a push manner passed the first file name by first queue module Deliver to the first application module.
Specifically, the one the second between application module and the first application module, message queue being passed by way of pushing Pass the first file name, it is possible to achieve the file name and file content of transmission are corresponded.Facilitate the first application module to text Part is processed in order.Meanwhile, the data balancing that also retains in traditional file processing system is checked, the energy such as schedule backup Power.
The function performed by each part in this document processing unit is in a kind of document handling method of above-described embodiment In have been described in detail, repeat no more here.
In addition, those skilled in the art should be understood that in the present embodiment, it is only to describe dress corresponding with the first application module Put part.But the second application module or other application module are respectively provided with the device same or similar with the first application module Part, repeats no more here.
A kind of document handling apparatus that the embodiment of the present invention two is provided, be only in first queue module first queue module During non-NULL, the first application module just can switch to running status from blocked state.Then obtain first queue module in first File name, and read the content of the first file from memory according to the first file name, and content to the first file enters The corresponding treatment of row.Consequently, it is possible to can be after it is determined that the second application module is processed the 3rd file, the first application module The first file is processed accordingly immediately.Thus, it is possible to unnecessary time delay is reduced, lifting system efficiency.And, only Filename is added in Queue module, the rate flow of intermodule is may also speed up, consumption of the Queue module to internal memory is reduced. Meanwhile, the data balancing that also retains in traditional file processing system is checked, the ability such as schedule backup.
Corresponding with above-described embodiment one, the embodiment of the present invention three provides a kind of document handling system.The system is extremely Include less:First application module 301, first queue module 302, the second application module 303 and memory 304, described first Queue module 302 is used for, storage file title;Second application module 303 is used to process the 3rd file, generates and stores First file;And by the title addition first queue module of the first file.Memory 304 is used for storage first respectively should One or more program, one or more program of the second application module execution performed with module, and the first file Content, the content of the second file and the 3rd file content.Function in the system performed by each part is above-mentioned two It is discussed in detail in individual embodiment, is repeated no more here.
Reader should be understood that in the description of this specification, reference term " one embodiment ", " some embodiments ", " show The description of example ", " specific example " or " some examples " etc. mean to combine the specific features of the embodiment or example description, structure, Material or feature are contained at least one embodiment of the invention or example.In this manual, above-mentioned term is shown The statement of meaning property need not be directed to identical embodiment or example.And, the specific features of description, structure, material or feature Can in an appropriate manner be combined in any one or more embodiments or example.Additionally, in the case of not conflicting, this The technical staff in field can be by the different embodiments or example described in this specification and the spy of different embodiments or example Levy and be combined and combine.
Although embodiments of the invention have been shown and described above, it is to be understood that above-described embodiment is example Property, it is impossible to limitation of the present invention is interpreted as, one of ordinary skill in the art within the scope of the invention can be to above-mentioned Embodiment is changed, changes, replacing and modification.

Claims (9)

1. a kind of document handling method, methods described is applied to a kind of document handling system, and the document handling system is at least wrapped Include the first application module, the second application module and first queue module, it is characterised in that what first application module was performed Method includes:
The first queue module is read, for determining whether the first queue module is empty;
When it is determined that the first queue module be space-time, into blocked state;
Or,
When it is determined that the first queue module is non-NULL, the title of the first file in the first queue module is read;
And according to the title of first file, read the content of first file;
Content to first file is processed, and the second file of generation is simultaneously stored, wherein, first file is described the After two application modules are processed the 3rd file, the file for generating and storing.
2. method according to claim 1, it is characterised in that the content to first file is processed, it is raw Into after the second file and storage, methods described also includes:
The title of second file is added in the 3rd Queue module, wherein the 3rd Queue module is and described first After application module, and the corresponding Queue module of application module acted close to the first application module execution.
3. method according to claim 1 and 2, it is characterised in that methods described also includes:Second application module leads to The first queue module is crossed, first file name is sent to first application module in a push manner.
4. method according to claim 1 and 2, it is characterised in that second application module to the 3rd file at Reason process is identical to first file handling procedure with first application module.
5. a kind of document handling apparatus, it is characterised in that described device corresponds to the first application in the document handling system Module, wherein described device include:
Reading unit, for reading the first queue module, for determining whether the first queue module is empty;When true The fixed first queue module is space-time, controls first application module to enter blocked state;
Or,
The reading unit is used for, when it is determined that the first queue module is non-NULL, in the reading first queue module The title of the first file;And according to the title of first file, read the content of first file;
Processing unit, is processed for the content to first file, and the second file of generation is simultaneously stored, wherein, described the After one file is processed the 3rd file for second application module, the file for generating and storing.
6. device according to claim 5, it is characterised in that the processing unit is additionally operable to:
The title of second file is added in the 3rd Queue module, wherein the 3rd Queue module is and described first After application module, and the corresponding Queue module of application module acted close to the first application module execution.
7. the device according to claim 5 or 6, it is characterised in that second application module is by the first queue Module, is sent to first application module by first file name in a push manner.
8. the device according to claim 5 or 6, it is characterised in that second application module to the 3rd file at Reason process is identical to first file handling procedure with first application module.
9. a kind of document handling system, it is characterised in that the document handling system at least includes:First application module, first Queue module, the second application module and memory, the first queue module are used for, storage file title;Described second should It is used to process the 3rd file with module, generates and store the first file, and the title of first file is added into institute In stating first queue module;The memory is used to store one or more journey that first application module is performed respectively One or more program that sequence, second application module are performed, and the content of first file, the second file is interior Hold the content with the 3rd file.
CN201710050027.5A 2017-01-23 2017-01-23 A kind of document handling method, apparatus and system Pending CN106897160A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710050027.5A CN106897160A (en) 2017-01-23 2017-01-23 A kind of document handling method, apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710050027.5A CN106897160A (en) 2017-01-23 2017-01-23 A kind of document handling method, apparatus and system

Publications (1)

Publication Number Publication Date
CN106897160A true CN106897160A (en) 2017-06-27

Family

ID=59198707

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710050027.5A Pending CN106897160A (en) 2017-01-23 2017-01-23 A kind of document handling method, apparatus and system

Country Status (1)

Country Link
CN (1) CN106897160A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112084297A (en) * 2019-06-14 2020-12-15 百度(中国)有限公司 Data processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101079834A (en) * 2006-12-21 2007-11-28 腾讯科技(深圳)有限公司 An Email forwarding method, system and device based on distributed IDC
EP2549377A2 (en) * 2011-07-18 2013-01-23 Telefonaktiebolaget L M Ericsson (publ) A scalable hardware mechanism to implement time outs for pending pop requests to blocking work queues
CN106130868A (en) * 2016-06-02 2016-11-16 腾讯科技(深圳)有限公司 A kind of processing method adjusting back message and queue management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101079834A (en) * 2006-12-21 2007-11-28 腾讯科技(深圳)有限公司 An Email forwarding method, system and device based on distributed IDC
EP2549377A2 (en) * 2011-07-18 2013-01-23 Telefonaktiebolaget L M Ericsson (publ) A scalable hardware mechanism to implement time outs for pending pop requests to blocking work queues
CN106130868A (en) * 2016-06-02 2016-11-16 腾讯科技(深圳)有限公司 A kind of processing method adjusting back message and queue management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112084297A (en) * 2019-06-14 2020-12-15 百度(中国)有限公司 Data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102662711B (en) A kind of chip fast initializing method and device
JP2008545356A5 (en)
US20110216775A1 (en) System and Method for Multiple Concurrent Virtual Networks
CN109189400A (en) Program dissemination method and device, storage medium, processor
CN106233210A (en) Dynamic and configurable production line and/or distribution line control system and for its method
CN208432998U (en) Data accelerate processing system
CN102238055B (en) Downloading method and system based on MDIO (Management Data Input/Output) interface
CN109327511A (en) A kind of data request method and server based on http protocol
CN106781429A (en) Intelligent electric meter, concentrator and meter register method
CN106897160A (en) A kind of document handling method, apparatus and system
CN101145843B (en) A download method for Gbit passive optical network terminal software
CN106059956A (en) Time queue processing method and device for session of network equipment
CN107040427A (en) A kind of method and device of network card configuration
CN102487401B (en) A kind of document down loading method and device
CN104504004B (en) The sharing method and device shared for website
CN109800074A (en) Task data concurrently executes method, apparatus and electronic equipment
CN108494705A (en) A kind of network message high_speed stamping die and method
CN110516809B (en) Implementation device of privacy amplification algorithm based on FPGA + RISC-V
CN105045756B (en) A kind of serial data processing method and system
CN101300549B (en) Execution of server-side dynamic pages
CN107688660A (en) The execution method and device of parallel executive plan
CN105373498B (en) A kind of data handling system and method
CN107239419A (en) It is a kind of that the adaptive method of network interface is realized under PowerPC DPAA patterns
CN104468404B (en) A kind of buffer configuration method and device
CN107688978A (en) The method and device of sequence information is repeated for detecting

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170627