CN101388039B - Response message executing method and device - Google Patents

Response message executing method and device Download PDF

Info

Publication number
CN101388039B
CN101388039B CN2008101727304A CN200810172730A CN101388039B CN 101388039 B CN101388039 B CN 101388039B CN 2008101727304 A CN2008101727304 A CN 2008101727304A CN 200810172730 A CN200810172730 A CN 200810172730A CN 101388039 B CN101388039 B CN 101388039B
Authority
CN
China
Prior art keywords
response message
sequence number
execution sequence
carry out
current
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.)
Expired - Fee Related
Application number
CN2008101727304A
Other languages
Chinese (zh)
Other versions
CN101388039A (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.)
Shenzhen Kingdee Tianyanyun Computing Co ltd
Original Assignee
Shenzhen Kingdee Middleware 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 Shenzhen Kingdee Middleware Co ltd filed Critical Shenzhen Kingdee Middleware Co ltd
Priority to CN2008101727304A priority Critical patent/CN101388039B/en
Publication of CN101388039A publication Critical patent/CN101388039A/en
Application granted granted Critical
Publication of CN101388039B publication Critical patent/CN101388039B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an execution method for response messages and a device, wherein the method comprises steps of receiving a response message returned from a server end, obtaining an execution serial number, wherein each response message and a request message corresponding to response message adopt a same execution serial number and the execution serial numbers are sequentially queued according to sending sequence of the request messages, based on the sending sequence of the request messages corresponding to the response messages and according to the execution serial numbers, determining whether the current to-be-executed response messages are included in the response messages which are not executed but received, if positive, executing the response messages and returning to the determining step, and if negative, caching the current received response messages and returning to the step of receiving the response messages. In accordance with the embodiment of the invention, the server end can process businesses via normal business processing logic.

Description

A kind of manner of execution of response message and device
Technical field
The present invention relates to the webpage development field, particularly relate to a kind of manner of execution and device of response message.
Background technology
AJAX (Asynchronous JavaScript and XML, asynchronous JavaScript and XML) is meant a kind of webpage development technology that interaction network page is used of creating.In the operating process of interaction network page, when an operation of client respectively when server end has sent a plurality of AJAX request, server end receives the AJAX request at any time as service providers, waits to handle again response message to be sent to client after AJAX asks.But, because factors such as the processing speed of server end and network, might with after the AJAX request that receives handle earlier and response message sent to client earlier, and the AJAX that receives earlier request aftertreatment is intact and will send to client behind the response message, thereby can make client go to carry out AJAX request responding message, and then cause business processing occurrence logic mistake according to the order that sends the AJAX request.
For example: when needing in the operation system to submit a document to, client sends 2 AJAX and asks to server end.Wherein, the 1st AJAX request requires server end that the document result is saved in database, this document that the 2nd AJAX request requires server end to choose to increase newly in the document list element on the interface.If server end is to the 1st the required processing more complicated of doing of AJAX request, fairly simple to the 2nd the required processing of doing of AJAX request, the 2nd AJAX request responding message will be returned before the 1st AJAX request responding message so, also do not have just newly-increased document to occur in the form on the interface at this moment, thereby cause the execution of the 2nd AJAX request to make a mistake.
Summary of the invention
The embodiment of the invention provides a kind of manner of execution and device of response message, so that client can be carried out business processing with normal business processing logic.
The embodiment of the invention discloses a kind of manner of execution of response message, comprising: the response message that the reception server end returns; When the copy function of the call back function of creating response message, from the copy function of the call back function of described response message, obtain the execution sequence number of described response message, wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each execution sequence number sorts successively according to the sending order of each request message; Sending order with the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judge whether to comprise the current response message that will carry out, if carry out described response message, and return the step of described judgement, otherwise, the described response message of current reception is carried out buffer memory, and returns the step of described reception response message.
Preferably, described method also comprises: after in judging described buffer memory, comprising the current response message that will carry out and carry out described response message, and the described response message of deletion from described buffer memory.
Preferably, the described current response message that will carry out is specially: in the response message that is not performed, and the minimum pairing response message of sequence number of carrying out.
Preferably, described according to carrying out sequence number, in the current response message that has received but be not performed, judge whether to comprise that the current response message that will carry out comprises:, the execution sequence number and the call back function of described response message is stored in first formation successively according to the execution sequence of response message; Read first element of described first formation, obtain the execution sequence number of the current response message that will carry out; Whether the execution sequence number of judging described response message is identical with the execution sequence number of the described current response message that will carry out.
Preferably, described execution response message comprises: read first element of described first formation, obtain the call back function of described response message; Carry out described response message by described call back function, first element of described first formation of deletion after executing described response message.
Preferably, described response message with current reception carries out buffer memory and is specially: the response message of described current reception and the execution sequence number of described response message are stored in second formation.
The embodiment of the invention discloses a kind of actuating unit of response message, comprising: receiving element is used for the response message that the reception server end returns; Acquiring unit, when being used for the copy function when the call back function of creating response message, from the copy function of the call back function of described response message, obtain the execution sequence number of described response message, wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each execution sequence number sorts successively according to the sending order of each request message; Judging unit, the sending order that is used for the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judges whether to comprise the current response message that will carry out; Performance element, be used for when the judged result of described judging unit when being, carry out described response message, and return described judging unit; Buffer unit, be used for when the judged result of described judging unit for not the time, the described response message of current reception is carried out buffer memory, and returns described receiving element.
Preferably, described device also comprises: first delete cells is used for after judging that described buffer memory comprises the current response message that will carry out and carries out described response message the described response message of deletion from described buffer memory.
Preferably, described judging unit comprises: storage unit, be used for execution sequence according to response message, and the execution sequence number and the call back function of described response message is stored in first formation successively; Second reading unit is used to read first element of described first formation, obtains the execution sequence number of the current response message that will carry out; Judgment sub-unit is used to judge whether the execution sequence number of described response message is identical with the execution sequence number of the described current response message that will carry out.
Preferably, described performance element comprises: third reading is got the unit, is used to read first element of described first formation, obtains the call back function of described response message; Carry out subelement, be used for carrying out described response message by described call back function; Second delete cells is used for deleting first element of described first formation after executing described response message.
As can be seen from the above-described embodiment, after receiving the response message that server end returns, do not carry out response message at once, but judge according to the execution sequence number of this response message whether this response message is the current response message that will carry out, when judging that this response message is not the current response message that will carry out, this response message is buffered in earlier in the formation.From this formation, search the current response message that will carry out then, and carry out response message, thereby in turn carry out the response message that server end returns, make client carry out business processing according to normal business processing logic according to the order that sends.
Description of drawings
Fig. 1 is the process flow diagram of first embodiment of the manner of execution of a kind of response message of the present invention;
Fig. 2 is for there being the first formation synoptic diagram of two response messages and execution sequence number among the present invention;
Fig. 3 has the execution sequence number of three response messages and the second formation synoptic diagram of call back function among the present invention;
Fig. 4 is the structural drawing of first embodiment of the actuating unit of a kind of response message of the present invention;
Fig. 5 is the process flow diagram of second embodiment of the manner of execution of a kind of response message of the present invention;
Fig. 6 is the structural drawing of second embodiment of the actuating unit of a kind of response message of the present invention.
Embodiment
The embodiment of the invention provides the manner of execution and the device of response message.At first, the response message that returns of reception server end; Then, obtain the execution sequence number of described response message, wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each execution sequence number sorts successively according to the sending order of each request message; At last, sending order with the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judge whether to comprise the current response message that will carry out, if, carry out described response message, and return the step of described judgement, otherwise, the described response message of current reception is carried out buffer memory, and return the step of described reception response message.
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the embodiment of the invention is described in detail below in conjunction with accompanying drawing.
The present invention can be used in numerous general or special purpose computingasystem environment or the configuration.For example: personal computer, server computer, handheld device or portable set, plate equipment, multicomputer system, comprise distributed computing environment of above any system or equipment or the like.
The present invention can describe in the general context of the computer executable instructions of being carried out by computing machine, for example program module.Usually, program module comprises the routine carrying out particular task or realize particular abstract, program, object, assembly, data structure or the like.Also can in distributed computing environment, put into practice the present invention, in these distributed computing environment, by by communication network connected teleprocessing equipment execute the task.In distributed computing environment, program module can be arranged in the local and remote computer-readable storage medium that comprises memory device.
See also Fig. 1, it is the process flow diagram of first embodiment of the manner of execution of a kind of response message of the present invention, and this method may further comprise the steps:
Step 101: the response message that the reception server end returns;
Wherein, in single job, send A, B respectively and three requests of C are example with client, each request all has a call back function corresponding with it, when server end receives request that client sends and response message is returned to client, will trigger corresponding call back function, inform that this request of client has obtained response, and then make the client executing response message.Wherein, the AJAX assembly is the assembly that a kind of client that browser provides is communicated by letter with server end, for example, when client is initiated request A, request address and two parameters of call back function of request A can be sent to the AJAX assembly, initiate request according to the request address that provides to server end by the AJAX assembly, and the response of waiting for server end.After server end receives request A, carry out a series of processing earlier, processing is returned a response message after finishing again, after the AJAX assembly has been received the response message of server end, to trigger call back function, notice client-server end responds request A, and is carried out the response message of request A by call back function.
In the present embodiment, the response message of request A is A ', and the response message of request B is B ', and the response message of request C is C ', and the order that the hypothesis server end returns response message is B ', C ', A '.
Step 102: be identified as the default sequence identification of described response message, obtain the execution sequence number of described response message;
Wherein, for response message preset order sign comprises: with the sending order of service request as with the execution sequence of the corresponding response message of described service request, the sequence identification of indicating described response message execution sequence is set for response message.In the present embodiment, sending order is A, B, C, and the execution sequence of response message should be A ', B ', C '.
Be identified as response message preset order sign, obtain described execution sequence number and comprise: create the copy function of the call back function of described response message, the sequence identification of the described response message execution sequence of indication is set in described copy function; Read the described sequence identification in the described copy function, obtain the execution sequence number of described response message.In the present embodiment, when sending request A, B and C, be respectively these three requests and create the copy function of its call back function, preserve the execution sequence number of response message by a member variable is set in the copy function, the execution sequence number of response message A ', B ', C ' is respectively 1,2,3.
According to the hypothesis of step 102 in the present embodiment, that at first receive is response message B ', therefore, is receiving the corresponding copy of response message B ' back triggering function, and the execution sequence number that obtains from the copy function is 2.
Step 103: judge according to the execution sequence number of described response message whether described response message is the current response message that will carry out, if, enter step 104, if not, enter step 105;
Step 104: carry out described response message, enter step 106;
Step 105: the execution sequence number of described response message and described response message is stored in second formation, returns step 101, till all response messages are finished.
Wherein, the current response message that will carry out is in unenforced response message, and minimum is carried out the pairing response message of sequence number.In the present embodiment, following three response messages of original state all do not have to carry out, minimum execution sequence number is 1, the execution sequence number that obtain this moment from the copy function of the call back function of response message B ' is 2, therefore, judge that response message B ' is not the current response message that should carry out, response message B ' and execution sequence number 2 are stored in second formation.
Subsequently, receive response message C ', the execution sequence number that obtains response message C ' is 3, judges that response message C ' neither the current response message that should carry out, with response message C ' with carry out sequence number 3 and also be stored in second formation, as shown in Figure 2.
At last, receive response message A ', the execution sequence number that obtains response message A ' is 1, judges that response message A ' is the current response message that should carry out, carries out response message A '.
Here, can be stored in respectively in first formation according to the execution sequence of response message execution sequence number and call back function three response messages, as shown in Figure 3, the execution sequence number of being extracted in first element from first formation is the execution sequence number of the current response message that will carry out, when the response message that judge to receive is the current response message that will carry out, carry out this response message by the call back function in first element, delete first element in first formation then, make second element in the former formation become first element in the new formation.When judging that whether next response message is the current response message that will carry out, continue from formation, to extract first element, second element in the promptly former formation, by that analogy.
Step 106: according to the execution sequence number of the response message in second formation, judge whether the response message in described second formation is the current response message that will carry out, if, enter step 104, if not, enter step 101.
Wherein, before carrying out response message A ', there is not the current response message that will carry out in described second formation, therefore can turn back to step 101, wait for and receive next response message, after having carried out response message A ', the execution sequence number of the current response message that will carry out is 2, travel through second formation, judge whether the response message in second formation is the current response message B ' that will carry out, when existing, carry out response message B ', the execution sequence number that upgrade the current response message that will carry out this moment is 3, continue traversal second formation, judge whether the response message in second formation is the current response message C ' that will carry out, when existing, carry out response message C ', all response messages are finished.
Corresponding with the manner of execution of above-mentioned a kind of response message, the embodiment of the invention also provides a kind of actuating unit of response message.See also Fig. 4, it is the first example structure figure of the actuating unit of a kind of response message of the present invention, and this device comprises receiving element 401, acquiring unit 402, judging unit 403, performance element 404 and buffer unit 405.Principle of work below in conjunction with this device is further introduced its inner structure and annexation.
Receiving element 401 is used for the response message that the reception server end returns;
Acquiring unit 402 is used to obtain the execution sequence number of described response message, and wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each is carried out sequence number and sorts successively according to the sending order of each request message;
Judging unit 403, the sending order that is used for the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judges whether to comprise the current response message that will carry out;
Performance element 404, be used for when the judged result of described judging unit when being, carry out described response message, and return judging unit 403;
Buffer unit 405, be used for when the judged result of described judging unit for not the time, the described response message of current reception is carried out buffer memory, and returns receiving element 401.
Wherein, acquiring unit 402 comprises creating unit 406, is used to create the copy function of the call back function of described response message, and the execution sequence number of the described response message execution sequence of indication is set in described copy function; First reading unit 407 is used to read described copy function, obtains the execution sequence number of described response message.
Judging unit 403 comprises: storage unit 408, be used for execution sequence according to response message, and the execution sequence number and the call back function of described response message is stored in first formation successively; Second reading unit 409 is used to read first element of described first formation, obtains the execution sequence number of the current response message that will carry out; Judgment sub-unit 410 is used to judge whether the execution sequence number of described response message is identical with the execution sequence number of the described current response message that will carry out.
Performance element 404 comprises: third reading is got unit 411, is used to read first element of described first formation, obtains the call back function of described response message; Carry out subelement 412, be used for carrying out described response message by described call back function; Second delete cells 413 is used for deleting first element of described first formation after executing described response message.
As can be seen from the above-described embodiment, after receiving the response message that server end returns, do not carry out response message at once, but judge according to the execution sequence number of this response message whether this response message is the current response message that will carry out, when judging that this response message is not the current response message that will carry out, this response message is buffered in earlier in the formation.From this formation, search the current response message that will carry out then, and carry out response message, thereby in turn carry out the response message that server end returns, make client carry out business processing according to normal business processing logic according to the order that sends.
See also Fig. 5, it is the process flow diagram of second embodiment of the manner of execution of a kind of response message of the present invention, the difference of present embodiment and the foregoing description is, certain response message in judging first formation is the current response message that will carry out, and after carrying out described response message, also comprise the execution sequence number of deleting described response message and described response message from first formation, this method may further comprise the steps:
Step 501: the response message that the reception server end returns;
Step 502: be identified as the default sequence identification of described response message, obtain the execution sequence number of described response message;
Step 503: judge according to the execution sequence number of described response message whether described response message is the current response message that will carry out, if, enter step 504, if not, enter step 505;
Step 504: carry out described response message, enter step 506;
Step 505: the execution sequence number of described response message and described response message is stored in second formation, returns step 101, till all response messages are finished.
Step 506: according to the execution sequence number of the response message in second formation, judge whether the response message in described second formation is the current response message that will carry out, if, enter step 507, if not, enter step 501;
Step 507: carry out described response message, the execution sequence number of described response message of deletion and described response message is returned step 506 from second formation.
Corresponding with the manner of execution of above-mentioned a kind of response message, the embodiment of the invention also provides a kind of actuating unit of response message.See also Fig. 6, it is the second example structure figure of the actuating unit of a kind of response message of the present invention, and this device comprises receiving element 601, acquiring unit 602, judging unit 603, performance element 604, buffer unit 605 and first delete cells 606.Principle of work below in conjunction with this device is further introduced its inner structure and annexation.
Receiving element 601 is used for the response message that the reception server end returns;
Acquiring unit 602 is used to obtain the execution sequence number of described response message, and wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each is carried out sequence number and sorts successively according to the sending order of each request message;
Judging unit 603, the sending order that is used for the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judges whether to comprise the current response message that will carry out;
Performance element 604, be used for when the judged result of described judging unit when being, carry out described response message, and return judging unit 603;
Buffer unit 605, be used for when the judged result of described judging unit for not the time, the described response message of current reception is carried out buffer memory, and returns receiving element 601.
First delete cells 606 is used for after judging that described buffer memory comprises the current response message that will carry out and carries out described response message, the described response message of deletion from described buffer memory.
Wherein, acquiring unit 602 comprises creating unit, is used to create the copy function of the call back function of described response message, and the execution sequence number of the described response message execution sequence of indication is set in described copy function; First reading unit is used to read described copy function, obtains the execution sequence number of described response message.
Judging unit 603 comprises: storage unit, be used for execution sequence according to response message, and the execution sequence number and the call back function of described response message is stored in first formation successively; Second reading unit is used to read first element of described first formation, obtains the execution sequence number of the current response message that will carry out; Judgment sub-unit is used to judge whether the execution sequence number of described response message is identical with the execution sequence number of the described current response message that will carry out.
Performance element 404 comprises: third reading is got the unit, is used to read first element of described first formation, obtains the call back function of described response message; Carry out subelement, be used for carrying out described response message by described call back function; Second delete cells is used for deleting first element of described first formation after executing described response message.
As can be seen from the above-described embodiment, after receiving the response message that server end returns, do not carry out response message at once, but judge according to the execution sequence number of this response message whether this response message is the current response message that will carry out, when judging that this response message is not the current response message that will carry out, this response message is buffered in earlier in the formation.From this formation, search the current response message that will carry out then, and carry out response message, thereby in turn carry out the response message that server end returns, make client carry out business processing according to normal business processing logic according to the order that sends.
In addition, when from described formation, finding the current response message that will carry out, and behind the execution response message, the response message that deletion has been carried out from described formation, thereby avoid judging again next time when whether response message in the described formation is the current response message that will carry out, repeat to judge the response message that has been performed.
More than the manner of execution and the device of a kind of response message provided by the present invention is described in detail, used specific embodiment herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (10)

1. the manner of execution of a response message is characterized in that, described method comprises:
The response message that the reception server end returns;
When the copy function of the call back function of creating response message, from the copy function of the call back function of described response message, obtain the execution sequence number of described response message, wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each execution sequence number sorts successively according to the sending order of each request message;
Sending order with the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judge whether to comprise the current response message that will carry out, if carry out described response message, and return the step of described judgement, otherwise, the described response message of current reception is carried out buffer memory, and returns the step of described reception response message.
2. method according to claim 1 is characterized in that, described method also comprises:
After in judging described buffer memory, comprising the current response message that will carry out and carry out described response message, the described response message of deletion from described buffer memory.
3. method according to claim 1 is characterized in that, the described current response message that will carry out is specially:
In the response message that is not performed, the minimum pairing response message of sequence number of carrying out.
4. method according to claim 1 is characterized in that, and is described according to carrying out sequence number, in the current response message that has received but be not performed, judges whether to comprise that the current response message that will carry out comprises:
According to the execution sequence of response message, the execution sequence number and the call back function of described response message is stored in first formation successively;
Read first element of described first formation, obtain the execution sequence number of the current response message that will carry out;
Whether the execution sequence number of judging described response message is identical with the execution sequence number of the described current response message that will carry out.
5. method according to claim 4 is characterized in that, described execution response message comprises:
Read first element of described first formation, obtain the call back function of described response message;
Carry out described response message by described call back function, first element of described first formation of deletion after executing described response message.
6. method according to claim 1 is characterized in that, described response message with current reception carries out buffer memory and is specially:
The response message of described current reception and the execution sequence number of described response message are stored in second formation.
7. the actuating unit of a response message is characterized in that, described device comprises:
Receiving element is used for the response message that the reception server end returns;
Acquiring unit, when being used for the copy function when the call back function of creating response message, from the copy function of the call back function of described response message, obtain the execution sequence number of described response message, wherein, the request message that each response message is corresponding with it adopts same execution sequence number, and each execution sequence number sorts successively according to the sending order of each request message;
Judging unit, the sending order that is used for the pairing request message of each response message is a foundation, according to described execution sequence number, in the current response message that has received but be not performed, judges whether to comprise the current response message that will carry out;
Performance element, be used for when the judged result of described judging unit when being, carry out described response message, and return described judging unit;
Buffer unit, be used for when the judged result of described judging unit for not the time, the described response message of current reception is carried out buffer memory, and returns described receiving element.
8. device according to claim 7 is characterized in that, described device also comprises:
First delete cells is used for after judging that described buffer memory comprises the current response message that will carry out and carries out described response message, the described response message of deletion from described buffer memory.
9. device according to claim 7 is characterized in that, described judging unit comprises:
Storage unit is used for the execution sequence according to response message, and the execution sequence number and the call back function of described response message is stored in first formation successively;
Second reading unit is used to read first element of described first formation, obtains the execution sequence number of the current response message that will carry out;
Judgment sub-unit is used to judge whether the execution sequence number of described response message is identical with the execution sequence number of the described current response message that will carry out.
10. device according to claim 7 is characterized in that, described performance element comprises:
Third reading is got the unit, is used to read first element of described first formation, obtains the call back function of described response message;
Carry out subelement, be used for carrying out described response message by described call back function;
Second delete cells is used for deleting first element of described first formation after executing described response message.
CN2008101727304A 2008-11-11 2008-11-11 Response message executing method and device Expired - Fee Related CN101388039B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101727304A CN101388039B (en) 2008-11-11 2008-11-11 Response message executing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101727304A CN101388039B (en) 2008-11-11 2008-11-11 Response message executing method and device

Publications (2)

Publication Number Publication Date
CN101388039A CN101388039A (en) 2009-03-18
CN101388039B true CN101388039B (en) 2010-10-13

Family

ID=40477458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101727304A Expired - Fee Related CN101388039B (en) 2008-11-11 2008-11-11 Response message executing method and device

Country Status (1)

Country Link
CN (1) CN101388039B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102014162B (en) * 2010-11-30 2013-06-05 中国科学院软件研究所 Data transmission monitoring method in operation of distributed system
CN107147562B (en) * 2017-04-27 2018-09-14 腾讯科技(深圳)有限公司 Message treatment method and device
CN108234663B (en) * 2018-01-09 2020-10-16 武汉斗鱼网络科技有限公司 Method and device for acquiring data and computer equipment
CN108961033B (en) * 2018-05-17 2023-09-01 平安科技(深圳)有限公司 Multi-service system interaction method and device, storage medium and electronic terminal
CN109558092A (en) * 2018-12-17 2019-04-02 杭州普创电子有限公司 A kind of chip interior flash storage method and device
CN110764930B (en) * 2019-10-21 2022-07-26 中国民航信息网络股份有限公司 Request or response processing method and device based on message mode
CN113992543A (en) * 2021-10-29 2022-01-28 建信金融科技有限责任公司 Response message sending method, device, equipment and readable storage medium

Also Published As

Publication number Publication date
CN101388039A (en) 2009-03-18

Similar Documents

Publication Publication Date Title
CN101388039B (en) Response message executing method and device
KR101863981B1 (en) Using text messages to interact with spreadsheets
CN110311831B (en) Container cloud-based system resource monitoring method and related equipment
CN107689976B (en) File transmission method and device
CN106909595B (en) Data migration method and device
WO2014173151A1 (en) Method, device and terminal for data processing
CN106034113A (en) Data processing method and data processing device
EP3588287A1 (en) Performance of predicted actions
CN104079623B (en) Multistage cloud storage synchronisation control means and system
CN110798445A (en) Public gateway interface testing method and device, computer equipment and storage medium
CN111221793A (en) Data mining method, platform, computer equipment and storage medium
CN104021191A (en) Method and system for providing solutions to mobile terminal related problems and server
CN102684895A (en) Standby server and system and method for restoring registration of client side in master server
CN108241616B (en) Message pushing method and device
EP2760178A1 (en) Method, apparatus and system for obtaining object
CN111427917A (en) Search data processing method and related product
CN104238965A (en) Printing selection method and electronic device
CN114374686B (en) File processing method, device and equipment based on browser
CN112860412B (en) Service data processing method and device, electronic equipment and storage medium
CN114416885A (en) Data synchronization method and device based on DRBD, computer equipment and storage medium
WO2017067382A1 (en) Disk state detection method, disk expander, and disk control system
CN104850548A (en) Method and system used for implementing input/output process of big data platform
CN109710569B (en) File online browsing method
CN105025042A (en) Method of determining data information, system and proxy servers
CN113656731A (en) Advertisement page processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee
CP03 Change of name, title or address

Address after: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee after: SHENZHEN JINDIE TIANYAN MIDDLEWARE Co.,Ltd.

Address before: 518057 Guangdong City, Nanshan District province high tech Zone in the middle of the industrial zone of the sparrow tower M-6 building, floor 1, area 3, second, 4

Patentee before: SHENZHEN KINGDEE MIDDLEWARE Co.,Ltd.

CP01 Change in the name or title of a patent holder

Address after: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee after: Shenzhen Kingdee tianyanyun computing Co.,Ltd.

Address before: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee before: SHENZHEN JINDIE TIANYAN MIDDLEWARE Co.,Ltd.

CP01 Change in the name or title of a patent holder
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20101013

CF01 Termination of patent right due to non-payment of annual fee