CN103309728B - Asynchronous Request processing method and equipment - Google Patents

Asynchronous Request processing method and equipment Download PDF

Info

Publication number
CN103309728B
CN103309728B CN201210062750.2A CN201210062750A CN103309728B CN 103309728 B CN103309728 B CN 103309728B CN 201210062750 A CN201210062750 A CN 201210062750A CN 103309728 B CN103309728 B CN 103309728B
Authority
CN
China
Prior art keywords
data
cgi
function
asynchronous request
module
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
CN201210062750.2A
Other languages
Chinese (zh)
Other versions
CN103309728A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210062750.2A priority Critical patent/CN103309728B/en
Publication of CN103309728A publication Critical patent/CN103309728A/en
Application granted granted Critical
Publication of CN103309728B publication Critical patent/CN103309728B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a kind of Asynchronous Request processing method and equipment, in interface encapsulation module, record has the function of the difference in functionality of corresponding server each CGI(Common gateway interface) CGI, the method includes: when data call logic module detects that Asynchronous Request triggers message, data call logic module triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the identifier ID of Asynchronous Request and service parameter;Interface encapsulation module performs described function according to described service parameter, to send Asynchronous Request message to server, and the data that described ID and the described server that receives return are sent to data exhibiting logic module, so that described data are processed according to described ID and show by described data exhibiting logic module.In the present invention, improve the standardization that asynchronous package request processes.

Description

Asynchronous Request processing method and equipment
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of Asynchronous Request processing method and equipment.
Background technology
Asynchronous Request refers to a kind of method that on webpage, data to server request data and according to return update web displaying interface.Asynchronous Request mainly has two features:
One, the physical operations of computer entry device is not necessarily triggered by said process by page viewers;
Two, the beginning fetched data with carry out during, web displaying can not have any change;After obtaining data, the interface of webpage is made to carry out renewal partly or wholly further according to this data run specific data exhibiting logic.
As depicted in figs. 1 and 2, the schematic flow sheet of the most existing Asynchronous Request principle and the logical process schematic diagram of existing Asynchronous Request.Its main flow includes: user triggers Asynchronous Request, Asynchronous Request message is sent to server, this Asynchronous Request message carries CGI(CommonGatewayInterface, CGI(Common gateway interface)) information (such as sample.cgi), service parameter (parameters, such as the date) and Header(such as header) etc.;After server receives Asynchronous Request message, perform sample.cgi according to the parameter wherein carried, header, and the result performed is returned to browser;Browser receives data that server returns and after determining the normal termination of Asynchronous Request flow process, changes webpage according to the data that server returns.
One large-scale network application, such as large-scale website, relates to many people when developing, if each developer can use common Asynchronous Request Pattern completion Asynchronous Request to lack unified Asynchronous Request pattern, not only can cause redundant code, and probability of makeing mistakes can be increased.
Summary of the invention
The present invention provides a kind of Asynchronous Request processing method and equipment, to improve the standardization that Asynchronous Request processes.
In order to reach object above, embodiments providing a kind of Asynchronous Request processing method, in interface encapsulation module, record has the function of the difference in functionality of corresponding server each CGI(Common gateway interface) CGI, and the method includes:
When data call logic module detects that Asynchronous Request triggers message, data call logic module triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the identifier ID of Asynchronous Request and service parameter;
Interface encapsulation module performs described function according to described service parameter, to send Asynchronous Request message to server, and the data that described ID and the described server that receives return are sent to data exhibiting logic module, so that described data are processed according to described ID and show by described data exhibiting logic module.
The embodiment of the present invention also provides for a kind of user terminal, including: interface encapsulation module, data call logic module and data exhibiting logic module;Wherein:
Data call logic module is used for, and when detecting that Asynchronous Request triggers message, triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the ID of Asynchronous Request and service parameter;
Interface encapsulation module is used for, the function of the difference in functionality of record corresponding server each CGI(Common gateway interface) CGI;Perform described invoked function according to the service parameter received, to send Asynchronous Request message to server, and the data of described ID with the described server return received are sent to data exhibiting logic module;
Data exhibiting logic module is used for, and processes described data according to described ID and shows.
In the above embodiment of the present invention, by recording the function of the difference in functionality of each CGI of corresponding server in interface encapsulation module, when data call logic module detects that Asynchronous Request triggers message, trigger message according to this Asynchronous Request from interface encapsulation module, call corresponding function, and input should the ID of Asynchronous Request and service parameter, invoked function is performed according to this service parameter by receiving package module, to send Asynchronous Request message to server, and the data of this ID with the described server return received are sent to data exhibiting logic module, so that the data received are processed according to this ID and show by data exhibiting logic module, improve the standardization that Asynchronous Request processes.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of Asynchronous Request principle in prior art;
Fig. 2 is the logical process schematic diagram of Asynchronous Request in prior art;
The schematic flow sheet of a kind of Asynchronous Request processing method that Fig. 3 provides for the embodiment of the present invention;
The schematic flow sheet of a kind of Asynchronous Request processing method that Fig. 4 provides for the embodiment of the present invention;
The structural representation of a kind of user terminal that Fig. 5 provides for the embodiment of the present invention.
Detailed description of the invention
For above-mentioned the problems of the prior art, embodiments provide the technical scheme that a kind of Asynchronous Request processes.In this technical scheme, by recording the function of the difference in functionality of each CGI of corresponding server in interface encapsulation module, when data call logic module detects that Asynchronous Request triggers message, trigger message according to this Asynchronous Request from interface encapsulation module, call corresponding function, and input should the ID(identifier of Asynchronous Request) and service parameter, invoked function is performed according to this service parameter by receiving package module, to send Asynchronous Request message to server, and the data of this ID with the described server return received are sent to data exhibiting logic module, so that the data received are processed according to this ID and show by data exhibiting logic module.
Wherein, the function recorded in interface encapsulation module can complete specifically, concrete universal asynchronous request function, and it is possible to be each function allocation elements pond, preserves the element carrying data exhibiting logic in element pond.
When data call logic module trigger data call request, data call logic calls corresponding function from interface encapsulation module, and incoming ID and complete the service parameter needed for this data call, interface encapsulation module performs invoked function according to this service parameter, to send Asynchronous Request message to server, process Asynchronous Request process, and the data of this ID with the described server return received are called successively the data exhibiting logic of all elements in its element pond.
According to ID, data exhibiting logic may determine that whether the data of above-mentioned return are oneself pre-interim data to be processed, in this way, are then presented to user, as no, then ignore.
In view of in prior art, webpage backstage is typically to be developed by many people, parameter nomenclature, and parameter type style may be inconsistent, and back office interface is frequently not for single business development, and parameter is tediously long, readable the highest with semantization degree.The unitized of name is received in order to realize asynchronous data, in the technical scheme that the embodiment of the present invention provides, the CGI list of server can be obtained in advance, and according to the function of each CGI, CGI is mapped as the function of the difference in functionality of corresponding each CGI respectively, and by this function and with the correspondence relationship information record of CGI in interface encapsulation module, thus in Asynchronous Request data acquisition, can realize the corresponding function of corresponding CGI is conducted interviews by calling the function of correspondence.Wherein, the most corresponding different function of the difference in functionality of same CGI, i.e. the corresponding relation of CGI function can be one to one or one-to-many.Such as, the a.cgi of server side comprises and obtains news list and obtain the function of number of reviews, then to should CGI(a.cgi in interface encapsulation module) function can be " obtaining news list function (obtaining news list .cgi) " and " acquisition number of reviews function (acquisition number of reviews .cgi) ".
Below in conjunction with the accompanying drawing in the application, the technical scheme in the application is carried out clear, complete description, it is clear that described embodiment is a part of embodiment of the application rather than whole embodiments.Based on the embodiment in the application, the every other embodiment that those of ordinary skill in the art are obtained on the premise of not making creative work, broadly fall into the scope of the application protection.
As shown in Figure 3, schematic flow sheet for a kind of Asynchronous Request processing method that the embodiment of the present invention provides, in this embodiment, in interface encapsulation module, record has the function of the difference in functionality of corresponding server each CGI(Common gateway interface) CGI, and the method may comprise steps of:
Step 301, when data call logic module detects that Asynchronous Request triggers message, data call logic module triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the ID of Asynchronous Request and service parameter.
Such as, certain website homepage gives tacit consent to ten hot news of displaying in the form of a list, and provides arrow upwards and downward arrow, it is assumed that when the function of its correspondence is respectively as follows: the arrow that user clicks on upwards, shows than ten the newest hot news;When user clicks on downward arrow, show than ten the oldest hot news.So, obtaining news data just becomes a concrete function in our interface encapsulation module, and we add to arrow upwards in this element of a function pond, same, also downward arrow are added in this element of a function pond.
When data call logic module detects that Asynchronous Request triggers message (as data calling logic module detects that user clicks arrow upwards), data call logic answers the acquisition news data function in calling interface package module, the incoming ID to upward arrow, and carry and represent the flag (such as the date and time of news to be obtained) obtaining newer news, complete data call.
Step 302, interface encapsulation module perform invoked function according to service parameter, to send Asynchronous Request message to server, and the data that ID and the server that receives return are sent to data exhibiting logic module, so that the data received are processed according to this ID and show by this data exhibiting logic module.
Such as, obtain news data function and complete common Asynchronous Request, and by all elements in the ID of this data call and its element pond of data notification.In this example, it is two elements, the element that arrow upwards is corresponding is corresponding for represent newer news;And the element that downward arrow is corresponding, corresponding for representing news earlier.Owing to the ID that data call in step 301 is incoming is arrow upwards, therefore, the element that arrow upwards is corresponding should call its data exhibiting logic, and the data (data called) that interface encapsulation module is returned are presented to user.Although the element that downward arrow is corresponding has also taken the data this time called, but ID is not inconsistent with it, and therefore, it abandons processing this data, and so far, whole asynchronous procedure completes.
Wherein, interface encapsulation module carries out the flow process of Asynchronous Request and mainly may include that interface encapsulation module determines the server CGI of correspondence according to invoked function, and sends the Asynchronous Request message carrying this CGI information and corresponding service parameter to server;It is identical with corresponding flow process of the prior art that server receives the handling process after Asynchronous Request message, does not repeats them here.
Below in conjunction with the Asynchronous Request handling process shown in Fig. 4, the logic realization flow process of the technical scheme that the embodiment of the present invention provides is further described in more detail.
Seeing Fig. 4, the logic realization flow process of the Asynchronous Request that the embodiment of the present invention provides specifically includes:
S10, encapsulate single asynchronous interface
Concrete, first, the combination to cgi and the cgi parameter of each server carries out secondary encapsulation, it is provided that be more suitable for the newname of this business, it is provided that the function that function is more single-minded.Then, for the space in this function application element pond, and provide the interface placing element in element pond.
As: assuming that cgi server provides a.cgi, accept a type as its parameter, when type is 0, its function is to provide news list, and when type is 1, function is to take comment list.In order to make it more directly perceived, this cgi can be encapsulated as two single asynchronous interfaces, i.e. take news list asynchronous interface and take comment list asynchronous interface.Other developer need not inquire about the implication of a.cgi, the value of type, and how result can change, and only needs directly by taking news list asynchronous interface and taking comment list asynchronous interface and complete corresponding function.
S20, package interface package module
Concrete, in this embodiment, thing to be processed in each single asynchronous interface can be extracted and be uniformly processed, as initialized Asynchronous Request, process the browser compatibility during Asynchronous Request, basic parameter testing etc., and all single asynchronous interfaces are packaged into a module, and give its exclusive name, call for data call logic module.
S30, Asynchronous Request process
Concrete, in this embodiment, message-oriented data callback method Asynchronous Request process may include that
1), calling interface encapsulation in single asynchronous interface function in the method adding element to, addition element, this yuan have ID and binding data represents logic.Such as, this element can be the region representing news list, and correspondingly, data exhibiting logic can be the ways of presentation of this spot news list.
It should be noted that in embodiments of the present invention, same element can only add once by the same asynchronous interface function in same interface encapsulation.
2), the data exhibiting logic of the element that definition is added
3) the single asynchronous interface function, in the encapsulation of data call logic calling interface, the service parameter needed for incoming ID and this asynchronous interface.
4) the single asynchronous interface function, in interface encapsulation and cgi server complete common Asynchronous Request, after pending data returns, call the data exhibiting logic of element in asynchronous interface functional element pond successively, and the data that ID and server are returned are incoming as parameter.
5), element then decides whether to process this data according to the difference of ID.As being consistent with intended message name, then carry out processing display data to viewer.As not being inconsistent, ignore this message.
It should be noted that, the technical scheme that the embodiment of the present invention provides is readily adaptable for use in processor-oriented data callback method, its main flow may include that calls asynchronous interface, processing method after the parameter of this asynchronous interface incoming needs and data return, after data return, automatically call predefined processing method by data exhibiting to viewer.
By above description it can be seen that the technical scheme using the embodiment of the present invention to provide, following beneficial effect can be obtained:
1, developer is without being concerned about source and the request process of data.In embodiments of the present invention, Asynchronous Request processing procedure can be reduced to two steps: how definition data should process after returning represents this data;Carry required parameter and send Asynchronous Request, other detailed problem is uniformly processed by interface encapsulation module, and the most both the asynchronous interactive flow process in specification project, decreased again the workload of developer.
2, representing of data can be kept completely separate with request of data.In embodiments of the present invention, identifier incoherent with business (ID) can be carried due to the Asynchronous Request of encapsulation, then data call can be given any data exhibiting and be gone to process, and data exhibiting also need not be concerned about how to go to call data.Specifically, in actual application, the developer processing data exhibiting is no longer needed for doing the thing of data call, and the developer of data call also need not be concerned about the thing of data exhibiting.The shortcoming that removes process type under conventional asynchronous request mode, developer should process data call, must process again data exhibiting simultaneously.So greatly simplify the flow process of entirety.
3, message-oriented data readjustment is suitable for by a large number, repeatedly call, or needs request and represent the demand separated.Meanwhile, the technical scheme that the embodiment of the present invention provides also supports processor-oriented readjustment simultaneously completely, is suitable for the demand of simple scenario, and in this case, data call is simplified to only need a step.
4, the unitized of asynchronous data interface name is realized.
5, can quote at any time and run after once writing.Owing to this programme becomes single asynchronous interface one by one cgi interface encapsulation, and further single asynchronous interface being packaged into a module, this module has then processed the detailed problem of all Asynchronous Requests.Therefore, in large-scale exploitation, as long as interface encapsulation module is introduced, can use, this programme shows as a single file physically.Therefore, the file that only need to introduce this programme encapsulation can use this programme.
Based on the technology design that said method embodiment is identical, the embodiment of the present invention also provides for a kind of user terminal, can apply in said method flow process.
As it is shown in figure 5, the structural representation of a kind of user terminal provided for the embodiment of the present invention, may include that interface encapsulation module 51, data call logic module 52 and data exhibiting logic module 53;Wherein:
Data call logic module 51 is used for, and when detecting that Asynchronous Request triggers message, triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the ID of Asynchronous Request and service parameter;
Interface encapsulation module 52 is used for, the function of the difference in functionality of record corresponding server each CGI(Common gateway interface) CGI;Perform described invoked function according to the service parameter received, to send Asynchronous Request message to server, and the data of described ID with the described server return received are sent to data exhibiting logic module;
Data exhibiting logic module 53 is used for, and processes described data according to described ID and shows.
Wherein, the user terminal that the embodiment of the present invention provides can also include: function mapping block 54, for obtaining the CGI list of server, and according to the function of each CGI, described CGI is mapped as the function of the difference in functionality of corresponding each CGI respectively, and by described function and with the correspondence relationship information record of CGI in described interface encapsulation module.
Wherein, described data call logic module 51 can be specifically for, and the corresponding different Asynchronous Request of record triggers the data call logic of message;The data call logic that message call is corresponding, by described data call logical triggering data call, corresponding function in calling interface package module is triggered according to described Asynchronous Request.
Wherein, described data exhibiting logic module 53 can be specifically for, record and the data call logic corresponding data exhibiting logic recorded in described data call logic module, described in represent data call logic described in logical AND and be associated by ID;Determine the data exhibiting logic of correspondence according to described ID, and the data received by this data exhibiting logic interfacing are processed and show.
Wherein, described interface encapsulation module 52 can be specifically for, determines the server CGI of correspondence according to described invoked function, and sends the Asynchronous Request message carrying described CGI information and service parameter to described server.
Through the above description of the embodiments, those skilled in the art is it can be understood that can add the mode of required general hardware platform by software to the present invention and realize, naturally it is also possible to by hardware, but a lot of in the case of the former is more preferably embodiment.Based on such understanding, the part that prior art is contributed by technical scheme the most in other words can embody with the form of software product, this computer software product is stored in a storage medium, including some instructions with so that a computer equipment (can be personal computer, server, or the network equipment etc.) perform the method described in each embodiment of the present invention.
It will be appreciated by those skilled in the art that accompanying drawing is the schematic diagram of a preferred embodiment, module or flow process in accompanying drawing are not necessarily implemented necessary to the present invention.
It will be appreciated by those skilled in the art that the module in the device in embodiment can describe according to embodiment to carry out being distributed in the device of embodiment, it is also possible to carry out respective change and be disposed other than in one or more devices of the present embodiment.The module of above-described embodiment can merge into a module, it is also possible to is further split into multiple submodule.
The several specific embodiments being only the present invention disclosed above, but, the present invention is not limited to this, and the changes that any person skilled in the art can think of all should fall into protection scope of the present invention.

Claims (10)

1. an Asynchronous Request processing method, it is characterised in that in interface encapsulation module, record has the function of the difference in functionality of corresponding server each CGI(Common gateway interface) CGI, and the method includes:
When data call logic module detects that Asynchronous Request triggers message, data call logic module triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the identifier ID of Asynchronous Request and service parameter;
Interface encapsulation module performs described function according to described service parameter, to send Asynchronous Request message to server, and the data that described ID and the described server that receives return are sent to data exhibiting logic module, so that described data are processed according to described ID and show by described data exhibiting logic module.
2. the method for claim 1, it is characterised in that
In described interface encapsulation module, record has the function of the difference in functionality of corresponding server each CGI(Common gateway interface) CGI particularly as follows: obtain the CGI list of server, and according to the function of each CGI, described CGI is mapped as the function of the difference in functionality of corresponding each CGI respectively, and by described function and with the correspondence relationship information record of CGI in described interface encapsulation module.
3. the method for claim 1, it is characterised in that in described data call logic module, record has corresponding different Asynchronous Request to trigger the data call logic of message;
Data call logic module triggers message according to this Asynchronous Request and calls the function of correspondence from interface encapsulation module, particularly as follows:
Data call logic module triggers the data call logic that message call is corresponding, by described data call logical triggering data call, corresponding function in calling interface package module according to described Asynchronous Request.
4. method as claimed in claim 3, it is characterized in that, described data exhibiting logic module record has and the data call logic corresponding data exhibiting logic of record in described data call logic module, and data call logic described in described data exhibiting logical AND is associated by ID;
Described data are processed according to described ID and show by described data exhibiting logic module, particularly as follows:
Described data exhibiting logic module determines the data exhibiting logic of correspondence according to described ID, and the data received by this data exhibiting logic interfacing are processed and show.
5. the method for claim 1, it is characterised in that described interface encapsulation module performs described function according to described service parameter, to send Asynchronous Request message to server, particularly as follows:
Described interface encapsulation module determines the server CGI of correspondence according to described invoked function, and sends the Asynchronous Request message carrying described CGI information and service parameter to described server.
6. a user terminal, it is characterised in that including: interface encapsulation module, data call logic module and data exhibiting logic module;Wherein:
Data call logic module is used for, and when detecting that Asynchronous Request triggers message, triggers message according to this Asynchronous Request and calls corresponding function from interface encapsulation module, and inputs should the ID of Asynchronous Request and service parameter;
Interface encapsulation module is used for, the function of the difference in functionality of record corresponding server each CGI(Common gateway interface) CGI;Perform described invoked function according to the service parameter received, to send Asynchronous Request message to server, and the data of described ID with the described server return received are sent to data exhibiting logic module;
Data exhibiting logic module is used for, and processes described data according to described ID and shows.
7. user terminal as claimed in claim 6, it is characterised in that also include:
Function mapping block, for obtaining the CGI list of server, and is mapped as the function of the difference in functionality of corresponding each CGI respectively according to the function of each CGI by described CGI, and by described function and with the correspondence relationship information record of CGI in described interface encapsulation module.
8. user terminal as claimed in claim 6, it is characterised in that
Described data call logic module specifically for, the corresponding different Asynchronous Request of record triggers the data call logic of message;The data call logic that message call is corresponding, by described data call logical triggering data call, corresponding function in calling interface package module is triggered according to described Asynchronous Request.
9. user terminal as claimed in claim 8, it is characterised in that
Described data exhibiting logic module specifically for, record is associated by ID with the data call logic corresponding data exhibiting logic recorded in described data call logic module, data call logic described in described data exhibiting logical AND;Determine the data exhibiting logic of correspondence according to described ID, and the data received by this data exhibiting logic interfacing are processed and show.
10. user terminal as claimed in claim 6, it is characterised in that
Described interface encapsulation module specifically for, determine the server CGI of correspondence according to described invoked function, and send to described server and carry the Asynchronous Request message of described CGI information and service parameter.
CN201210062750.2A 2012-03-12 2012-03-12 Asynchronous Request processing method and equipment Active CN103309728B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210062750.2A CN103309728B (en) 2012-03-12 2012-03-12 Asynchronous Request processing method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210062750.2A CN103309728B (en) 2012-03-12 2012-03-12 Asynchronous Request processing method and equipment

Publications (2)

Publication Number Publication Date
CN103309728A CN103309728A (en) 2013-09-18
CN103309728B true CN103309728B (en) 2016-08-03

Family

ID=49134987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210062750.2A Active CN103309728B (en) 2012-03-12 2012-03-12 Asynchronous Request processing method and equipment

Country Status (1)

Country Link
CN (1) CN103309728B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866383B (en) * 2015-05-29 2018-11-23 北京金山安全软件有限公司 Interface calling method and device and terminal
CN105069164A (en) * 2015-08-27 2015-11-18 上海斐讯数据通信技术有限公司 Data loading optimization method and system, database and page data loading system
CN105843600A (en) * 2016-02-29 2016-08-10 乐视体育文化产业发展(北京)有限公司 Data editing method, apparatus and system
CN106453573A (en) * 2016-10-20 2017-02-22 凌云天博光电科技股份有限公司 Method and system for processing CGI request in HTTP server
CN109815292A (en) * 2019-01-03 2019-05-28 广州中软信息技术有限公司 A kind of concerning taxes data collection system based on asynchronous message mechanism
CN110879756B (en) * 2019-10-31 2023-10-17 深圳市泰洲科技有限公司 Collaborative process exception handling method, collaborative process exception handling device, computer equipment and storage medium
CN110928656B (en) * 2019-11-18 2023-02-28 浙江大搜车软件技术有限公司 Service processing method, device, computer equipment and storage medium
CN111124610B (en) * 2019-12-19 2024-01-23 北京炎黄盈动科技发展有限责任公司 Application program calling method, device and storage medium in application container
CN113452721A (en) * 2021-08-30 2021-09-28 湖南高至科技有限公司 Network interaction function optimization system, method, computer equipment and medium
CN115082058B (en) * 2022-07-25 2022-11-18 上海富友支付服务股份有限公司 Virtual account transaction management method and system based on dynamic control

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101640667A (en) * 2008-07-30 2010-02-03 国际商业机器公司 Process execution method, process execution system and configuration equipment and configuration method of process execution system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004086354A (en) * 2002-08-23 2004-03-18 Ricoh Co Ltd Image processor
US8200742B2 (en) * 2008-02-13 2012-06-12 Robert Kocyan Apparatus, system, and method for facilitating data flow between a first application programming interface and a second application programming interface
US8191083B2 (en) * 2008-06-25 2012-05-29 Microsoft Corporation Executing state machine processing modules with an executive processing module

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101640667A (en) * 2008-07-30 2010-02-03 国际商业机器公司 Process execution method, process execution system and configuration equipment and configuration method of process execution system

Also Published As

Publication number Publication date
CN103309728A (en) 2013-09-18

Similar Documents

Publication Publication Date Title
CN103309728B (en) Asynchronous Request processing method and equipment
CN103942225B (en) A kind of resource transfer method, client and the system of mixed type applications client
CN114637933B (en) System and method for allocating communication resources via an information technology infrastructure
CN103563296B (en) Liaison centre's co-browse for mobile device
CN111836105B (en) Television user identity recognition method and television terminal
US10735358B1 (en) Message selection and presentation in a real-time messaging platform
CN104462534A (en) Network information sharing method and device
CN111177112A (en) Database blocking method and device based on operation and maintenance management system and electronic equipment
CN104821954A (en) Cross-platform remote procedure call method
CN112260853A (en) Disaster recovery switching method and device, storage medium and electronic equipment
CN105095220B (en) A kind of browser implementation method, terminal and virtualization agent device
CN112835632B (en) Method and equipment for calling end capability and computer storage medium
CN111782988A (en) Method, device, computer system and storage medium for determining source of application program
CN109725887B (en) Data interaction method and device based on message research and development framework and terminal equipment
CN110928706A (en) Applet interaction method and device, electronic equipment and storage medium
CN109218041B (en) Request processing method and device for server system
CN106599045B (en) Request sending method and device
CN109218272A (en) Media content method for pushing, device, server, system and storage medium
CN106528733A (en) Webpage display method and apparatus
CN108289056B (en) Method and device for sharing dynamic chart and computing equipment
CN112491943A (en) Data request method, device, storage medium and electronic equipment
US20130036374A1 (en) Method and apparatus for providing a banner on a website
CN105630918A (en) Whole-network user tag fusion and user identification unifying method
CN114037503A (en) Order processing method and device
CN107276821A (en) User behavior monitoring system and method

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