CN104376056B - A kind of method and apparatus of data processing - Google Patents

A kind of method and apparatus of data processing Download PDF

Info

Publication number
CN104376056B
CN104376056B CN201410616964.9A CN201410616964A CN104376056B CN 104376056 B CN104376056 B CN 104376056B CN 201410616964 A CN201410616964 A CN 201410616964A CN 104376056 B CN104376056 B CN 104376056B
Authority
CN
China
Prior art keywords
data
ajax
unified
server
data structure
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
CN201410616964.9A
Other languages
Chinese (zh)
Other versions
CN104376056A (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.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN201410616964.9A priority Critical patent/CN104376056B/en
Publication of CN104376056A publication Critical patent/CN104376056A/en
Application granted granted Critical
Publication of CN104376056B publication Critical patent/CN104376056B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Abstract

The present invention provides a kind of method and apparatus of data processing, it is related to computer realm, the workload of client-side code modification can be reduced.The described method includes:Server-side receives ajax data request informations;The server-side obtains the corresponding data of the ajax data request informations;The data structure of the data of acquisition is carried out unification by the server-side;The unified data of the server-side output data structure.The present invention is used for web page access.

Description

A kind of method and apparatus of data processing
Technical field
The present invention relates to computer realm, more particularly to a kind of method and apparatus of data processing.
Background technology
In 2.0 epoch of Web, the data of user's request are usually obtained using Ajax technologies.In the process, client An Ajax request can be sent to server-side, the Ajax can be asked corresponding number by server-side after receiving the Ajax requests According to back to client for client carry out dissection process.
In the related art, server-side may have a variety of different data structure forms to the data that client returns, Thus, client is when the data returned to server-side carry out dissection process, to the various numbers with different shape data structure According to different processing may be carried out.So, client-side needs to carry out multiple code revision, adds workload.
The content of the invention
An embodiment of the present invention provides a kind of method and apparatus of data processing, to reduce the work of client-side code modification Measure.
First aspect, there is provided a kind of method of data processing, the described method includes:
Server-side receives ajax data request informations;
The server-side obtains the corresponding data of the ajax data request informations;
The data structure of the data of acquisition is carried out unification by the server-side;
The unified data of the server-side output data structure.
Wherein, it may include this three parts of state, message, data content through unified data structure.
Alternatively, callback or var parameters can be carried in the ajax data request informations.
In one embodiment of the invention, callback parameters are carried in the ajax data request informations, it is described defeated Going out the unified data of data structure may include:
With the data that the data format output data structure of Jsonp is unified.
In another embodiment of the present invention, var parameters, the output number are carried in the ajax data request informations Include according to the unified data of structure:
With the data that the data format output data structure of Script is unified.
In yet another embodiment of the present invention, callback and var ginsengs are not carried in the ajax data request informations Number, the unified data of the output data structure may include:
With the data that the data format output data structure of Json is unified.
Second aspect, there is provided a kind of device of data processing, described device include:
Receiving module, for receiving ajax data request informations;
Processing module, the corresponding data of the ajax data request informations received for obtaining the receiving module;And The data structure of the data of acquisition is subjected to unification;
Output module, for exporting the data handled through the processing module, that data structure is unified.
In one embodiment of the invention, the processing module can be specifically used for:The data structure of the data is united One is:This three parts of state, message, data content.
In another embodiment of the present invention, the processing module can be additionally used in:
Determine whether carry callback or var parameters in the ajax data request informations that receiving module receives;
The output module, is additionally operable to:
If the processing module determines to carry callback parameters in the ajax data request informations, with Jsonp's The unified data of data format output data structure;
If the processing module determines to carry var parameters in the ajax data request informations, with the data of Script The unified data of form output data structure.
If the processing module determines not carrying callback and var parameters in the ajax data request informations, with The unified data of the data format output data structure of Json.
The third aspect, there is provided the method for another data processing, the method may include:
Client sends Ajax data request informations to server-side, so that the server-side is according to the Ajax request of data Message, obtains corresponding data and the data structure of the data of acquisition is carried out unification;
The client receives the data of the data structure through unification that the server-side returns, and carries out at parsing Reason.
Alternatively, in one embodiment, callback or var parameters are carried in the ajax data request informations.
Fourth aspect, there is provided the device of another data processing, the device of the data processing may include:
Sending module, for sending Ajax data request informations to server-side, so that the server-side is according to the Ajax Data request information, obtains corresponding data and the data structure of the data of acquisition is carried out unification.
Receiving module, the data of the data structure through unification returned for receiving the server-side;
Processing module, the data for being received to the receiving module carry out dissection process.
Alternatively, in one embodiment, callback or var parameters are carried in the ajax data request informations.
After adopting the above technical scheme, the method and apparatus of data processing provided in an embodiment of the present invention, by obtaining To the data structures of data carry out unification, and data that output data structure is unified, can reduce client-side code modification Workload.
Brief description of the drawings
To describe the technical solutions in the embodiments of the present invention more clearly, make required in being described below to embodiment Attached drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the present invention, for For those of ordinary skill in the art, without creative efforts, other can also be obtained according to these attached drawings Attached drawing.
Figure 1A is the flow chart of the method for data processing provided in an embodiment of the present invention;
Figure 1B is the flow chart of the method for another data processing provided in an embodiment of the present invention;
Fig. 2 is the flow chart of the method for data processing provided in an embodiment of the present invention;
Fig. 3 is the structure diagram of the device of data processing provided in an embodiment of the present invention;
Fig. 4 is the structure diagram of the device of another data processing provided in an embodiment of the present invention.
Embodiment
To make the object, technical solutions and advantages of the present invention clearer, below in conjunction with attached drawing to embodiment party of the present invention Formula is described in further detail.
Fig. 1 is the flow chart of the method for data processing provided in an embodiment of the present invention.With reference to Fig. 1, the embodiment of the present invention carries The method of the data processing of confession may include:
Step 11, server-side receive data request information.
Specifically, the data request information can be Ajax data request informations.
Step 12, the server-side obtain the corresponding data of the ajax data request informations.
The data structure of the data of acquisition is carried out unification by step 13, the server-side.
The unified data of step 14, the server-side output data structure.
In embodiments of the present invention, through unified data structure may include state (status), message (message), Data content (data) this three parts.Wherein:
State:The state returned according to request;
Message:The message to be shown;
Data content:The data content returned according to request.
For example, a kind of data unified by data structure, which export, to be:
{"status":200,"message":"","data":{"username":"luxh","nickname":" little Lu Son " } }.
Wherein, 200 states for representing to return are successfully.
Another kind is exported by the unified data of data structure:
{"status":500, " message " server internal is abnormal " ", " data ":{ " without " } }.
Wherein, 500 states for representing to return are internal error.
In the related art, client sends Ajax requests, and server-side is received data after Ajax is asked with Json's Mode is output to client, transfers to client dissection process.Since skeleton does not have canonical data structure, cause client May be all different to the processing mode of various data during parsing data, in this way, adding the work of client-side code modification Amount.The method of data processing provided in an embodiment of the present invention, is united by the data structure of data of the server-side to getting One, and the data that output data structure is unified, the workload that client-side code is changed can be reduced.
When request of data is related to cross-domain scene, in the related art, it is also necessary to which weight is carried out to service side code It is newly developed.The embodiment of the present invention can not carry parameter when that need not carry out cross-domain;And can be when needing to carry out cross-domain Relevant parameter is carried in ajax data request informations, can complete corresponding cross-domain data thus by the instruction of parameter please Ask, it is not necessary to modify the code of service side.
Alternatively, in one embodiment of the invention, callback ginsengs can be carried in the ajax data request informations Number, the unified data of output data structure described in step 14 may include:
With the data that the data format output data structure of Jsonp is unified.
In another embodiment of the present invention, var parameters are carried in the ajax data request informations, institute in step 14 Stating the unified data of output data structure may include:
With the data that the data format output data structure of Script is unified.
In yet another embodiment of the present invention, callback and var ginsengs are not carried in the ajax data request informations Number, the unified data of output data structure described in step 14 may include:
With the data that the data format output data structure of Json is unified.
In the embodiment of the present invention, callback parameters or var parameters are carried in ajax data request informations, by determining Callback or var parameters whether are carried in the ajax data request informations;If it is determined that the ajax data request informations Middle carrying callback parameters, then with the unified data of the data format output data structure of Jsonp;It is if it is determined that described Var parameters are carried in ajax data request informations, then with the unified data of the data format output data structure of Script; If it is determined that not carrying callback and var parameters in the ajax data request informations, then exported with the data format of Json The unified data of data structure.In this way, it can be realized according to the ajax data request informations for carrying different parameters to data Exported in different ways.
In addition, with reference to Figure 1B, the embodiment of the present invention also provides a kind of method of client-based data processing, the side Method may include:
17th, client sends Ajax data request informations to server-side, so that the server-side is according to the Ajax data Request message, obtains corresponding data and the data structure of the data of acquisition is carried out unification.
18th, the client receives the data of the data structure through unification that the server-side returns, and is parsed Processing.
The method of data processing provided in an embodiment of the present invention, since client carries out the data knot of the data of dissection process Structure is unified, it is thus possible to reduces the workload of client-side code modification.
Alternatively, in one embodiment, callback or var parameters are carried in the ajax data request informations.This Sample, server-side can be completed according to callback the or var parameters with the data format of Jsonp or the data format of Script Data export.So as to which the client can complete cross-domain request.
Fig. 2 is the flow chart of the method for data processing provided in an embodiment of the present invention.The present embodiment combination Spring mvc (Model View Controller, model-view-controller) uses, and is realized on the view of Spring mvc JsonView views, and the data structure of output data is unified for state, message and data content this three parts;Meanwhile permit Perhaps request when by Transfer Parameters callback or var come control data be in the form of Jsonp or script export.System One parsings of the client SDK (Software Development Kit, i.e. Software Development Kit) to Ajax request datas And cause system in the case of cross-domain, it is not necessary to modify service side code, only need to increase parameter when client sends and asks, i.e., It can complete cross-domain request.
With reference to Fig. 2, the method for data processing provided in an embodiment of the present invention includes:
21st, client sends Ajax request of data.
22nd, after service side Sprig MVC receive the Ajax request of data, according to acquisition request data, and with JsonView form returned datas.
23rd, server-side is parsed into JsonView.
24th, server-side judges whether carry callback parameters in user's request.If carried, step 241 is performed, i.e., With the data format output data of Jsonp.If not carrying, step 242 is performed.
241st, server-side to client with the data format output data of Jsonp.
242nd, server-side judges whether carry var parameters in request.If carry, perform step 2421, i.e., with The data format output data of script.If not carrying var parameters, perform step 2422 and number is exported with the form of json According to.
2421st, server-side to client with the data format output data of script.
2422nd, server-side to client with the form output data of json.
Client receives the output data that the server-side returns, and carries out dissection process.
The data exported in a variety of different ways are exemplified below.
Json data output examples:
Example request URL:http://message.game.yy.com/test/json.do
{"status":200,"message":"","data":{"username":"luxh","nickname":" little Lu Son " } }.
Jsonp data output examples:
Example request URL:http://message.game.yy.com/test/json.doCallback= callback2
callback2({"status":200,"message":"",
"data":{"username":"luxh","nickname":" little Lu " } }).
Script data output examples:
Example request URL:http://message.game.yy.com/test/json.doVar=abc
Var abc={ " status ":200,"message":"","data":{"username":"luxh"," nickname":" little Lu " } }.
In above example, client is after the Jsonp data for receiving server-side export, you can according to callback2 ({"status":200,"message":"","data":{"username":"luxh","nickname":" little Lu " } }) Complete cross-domain request.Similarly, client, also can be according to var abc=after the Script data for receiving server-side export {"status":200,"message":"","data":{"username":"luxh","nickname":" little Lu " } } it is complete Into cross-domain request.
Each example is only easy for understanding above, and is not meant to be restriction.Those skilled in the art can think according to above-mentioned example To other examples, these are all within protection scope of the present invention.
In the embodiment of the present invention, callback parameters or var parameters are carried in ajax data request informations, by determining Callback or var parameters whether are carried in the ajax data request informations;If it is determined that the ajax data request informations Middle carrying callback parameters, then with the unified data of the data format output data structure of Jsonp;It is if it is determined that described Var parameters are carried in ajax data request informations, then with the unified data of the data format output data structure of Script; If it is determined that not carrying callback and var parameters in the ajax data request informations, then exported with the data format of Json The unified data of data structure.In this way, it can be realized according to the ajax data request informations for carrying different parameters to data Exported in different ways.In addition, client-side can also be exported according to the data format of Json or the data of Script Cross-domain request is completed in form output.
Fig. 3 is a kind of structure diagram of the device of data processing provided in an embodiment of the present invention.It is real with reference to Fig. 3, the present invention The device 30 for applying the data processing of example offer can be server-side, and may include receiving module 31, processing module 32 and output Module 33.Wherein:
Receiving module 31, for receiving ajax data request informations;
Processing module 32, the corresponding number of the ajax data request informations received for obtaining the receiving module 31 According to;And the data structure of the data of acquisition is subjected to unification;
Output module 33, for exporting the data handled through the processing module 32, that data structure is unified.
Wherein, the processing module 32 can be specifically used for:The data structure of the data is unified for:State, message, number According to this three parts of content.
The device of data processing provided in an embodiment of the present invention, is united by the data structure of the data to getting One, and the data that output data structure is unified, the workload that client-side code is changed can be reduced.
In one embodiment of the invention, the processing module 32 can be additionally operable to:
Determine whether carry callback or var parameters in the ajax data request informations that receiving module 31 receives;
The output module 33, is additionally operable to:
If the processing module 32 determines to carry callback parameters in the ajax data request informations, with Jsonp The unified data of data format output data structure;
If the processing module 32 determines to carry var parameters in the ajax data request informations, with the number of Script According to the data that form output data structure is unified.
If the processing module 32 determines not carrying callback and var parameters in the ajax data request informations, With the data that the data format output data structure of Json is unified.
In addition, with reference to Fig. 4, the embodiment of the present invention also provides the device 40 of another data processing, the data processing Device 40 can be client and may include:
Sending module 41, for sending Ajax data request informations to server-side, so that the server-side is according to Ajax data request informations, obtain corresponding data and the data structure of the data of acquisition are carried out unification.
Receiving module 42, the data of the data structure through unification returned for receiving the server-side;
Processing module 43, the data for being received to the receiving module carry out dissection process.
The device of data processing provided in an embodiment of the present invention, due to carry out dissection process data data structure into Go unified, it is thus possible to reduce the workload of client-side code modification.
Alternatively, in one embodiment, callback or var parameters are carried in the ajax data request informations.This Sample, server-side can be completed according to callback the or var parameters with the data format of Jsonp or the data format of Script Data export.So as to which the device of the data processing can complete cross-domain request.
It should be noted that:Device only being partitioned into above-mentioned each function module for the data transfer that above-described embodiment provides Row can be completed, Ji Jiangsuo by different function modules as needed and by above-mentioned function distribution for example, in practical application The internal structure for stating the device of data processing is divided into different function modules, to complete all or part of work(described above Energy.In addition, the device of data processing and the embodiment of the method for data processing that above-described embodiment provides belong to same design, it has Body realizes that process refers to embodiment of the method, and which is not described herein again.
It should be noted that each embodiment in this specification is described by the way of progressive, each embodiment weight Point explanation is all difference with other embodiment, between each embodiment identical similar part mutually referring to. For device class embodiment, since it is substantially similar to embodiment of the method, so description is fairly simple, related part ginseng See the part explanation of embodiment of the method.
It should be noted that herein, term " comprising ", "comprising" or its any other variant are intended to non-row His property includes, so that process, method, article or equipment including a series of elements not only include those key elements, and And other elements that are not explicitly listed are further included, or further include as this process, method, article or equipment institute inherently Key element.In the absence of more restrictions, the key element limited by sentence "including a ...", it is not excluded that including institute State in process, method, article or the equipment of key element that also there are other identical element.
One of ordinary skill in the art will appreciate that hardware can be passed through by realizing all or part of step of above-described embodiment To complete, relevant hardware can also be instructed to complete by program, the program can be stored in a kind of computer-readable In storage medium, storage medium mentioned above can be read-only storage, disk or CD etc..
The foregoing is merely presently preferred embodiments of the present invention, is not intended to limit the invention, it is all the present invention spirit and Within principle, any modification, equivalent replacement, improvement and so on, should all be included in the protection scope of the present invention.

Claims (8)

  1. A kind of 1. method of data processing, it is characterised in that the described method includes:
    Server-side receives ajax data request informations;
    The server-side obtains the corresponding data of the ajax data request informations;
    The data structure of the data of acquisition is carried out unification by the server-side;
    The unified data of the server-side output data structure;
    Wherein, state, message, data content this three parts are included through unified data structure;
    The unified data of the server-side output data structure include:
    When callback parameters are carried in the ajax data request informations, with the data format output data structure of Jsonp The unified data;
    It is unified with the data format output data structure of Script when var parameters are carried in the ajax data request informations The data.
  2. 2. the according to the method described in claim 1, it is characterized in that, data of server output data structure unification Including:
    When not carrying callback and var parameters in the ajax data request informations, number is exported with the data format of Json According to the data that structure is unified.
  3. 3. a kind of device of data processing, it is characterised in that described device includes:
    Receiving module, for receiving ajax data request informations;
    Processing module, the corresponding data of the ajax data request informations received for obtaining the receiving module;And it will obtain The data structure of the data taken carries out unification;
    Output module, for exporting the data handled through the processing module, that data structure is unified;
    Wherein, the processing module is specifically used for:The data structure of the data is unified for:State, message, data content this Three parts;
    The processing module is additionally operable to:Determine whether carried in the ajax data request informations that the receiving module receives Callback or var parameters;
    The output module, is used for:
    If the processing module determines to carry callback parameters in the ajax data request informations, with the data of Jsonp The unified data of form output data structure;
    If the processing module determines to carry var parameters in the ajax data request informations, with the data format of Script The unified data of output data structure.
  4. 4. device according to claim 3, it is characterised in that
    The output module, is used for:
    If the processing module determines not carrying callback and var parameters in the ajax data request informations, with Json The unified data of data format output data structure.
  5. A kind of 5. method of data processing, it is characterised in that the described method includes:
    Client sends Ajax data request informations to server-side, so that the server-side disappears according to the Ajax request of data Breath, obtains corresponding data and the data structure of the data of acquisition is carried out unification;
    The client receives the data of the data structure through unification that the server-side returns, and carries out dissection process;
    Wherein, state, message, data content this three parts are included through unified data structure;
    When callback parameters are carried in the ajax data request informations, the unified data of data structure are Jsonp Data format;
    When var parameters are carried in the ajax data request informations, the data of data structure unification are the number of Script According to form.
  6. 6. according to the method described in claim 5, it is characterized in that, do not carried in the ajax data request informations During callback and var parameters, the data of data structure unification are the data format of Json.
  7. 7. a kind of storage medium, computer instruction is stored with the storage medium, when the computer instruction is run, is held Any method in row claim 1-2.
  8. 8. a kind of storage medium, computer instruction is stored with the storage medium, when the computer instruction is run, is held Any method in row claim 5-6.
CN201410616964.9A 2014-11-04 2014-11-04 A kind of method and apparatus of data processing Active CN104376056B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410616964.9A CN104376056B (en) 2014-11-04 2014-11-04 A kind of method and apparatus of data processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410616964.9A CN104376056B (en) 2014-11-04 2014-11-04 A kind of method and apparatus of data processing

Publications (2)

Publication Number Publication Date
CN104376056A CN104376056A (en) 2015-02-25
CN104376056B true CN104376056B (en) 2018-04-27

Family

ID=52554963

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410616964.9A Active CN104376056B (en) 2014-11-04 2014-11-04 A kind of method and apparatus of data processing

Country Status (1)

Country Link
CN (1) CN104376056B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104994122B (en) * 2015-05-12 2019-02-19 深圳市微阳信息技术有限公司 A kind of newsletter method based on JSON data protocol
CN105338104B (en) * 2015-11-19 2019-05-03 上海熙菱信息技术有限公司 Service request response method, parsing method and system
CN106027619A (en) * 2016-05-11 2016-10-12 上海佳依佳信息科技有限公司 Method and equipment for processing JSONP (JSON with Padding)-based request
CN106095886B (en) * 2016-06-03 2020-10-09 腾讯科技(深圳)有限公司 Data processing method and device
CN106293714B (en) * 2016-07-29 2020-01-14 四川天邑康和通信股份有限公司 Data layer-based method for improving ajax performance

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102279884A (en) * 2011-08-05 2011-12-14 中国工商银行股份有限公司 Data acquiring and displaying method, system and Web server based on Web pages
CN103577599A (en) * 2013-11-15 2014-02-12 北京邮电大学 Method and device for storing local data through mobile terminal
CN103685207A (en) * 2012-09-21 2014-03-26 百度在线网络技术(北京)有限公司 System, apparatus, and method for integrating data spanning data sources
CN104123331A (en) * 2013-09-26 2014-10-29 腾讯科技(深圳)有限公司 Data querying method, device and system of client end application

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7000189B2 (en) * 2001-03-08 2006-02-14 International Business Mahcines Corporation Dynamic data generation suitable for talking browser
US20080065605A1 (en) * 2006-09-08 2008-03-13 Group 1 Software Inc. Rich browser-based interface for address standardization and geocoding
US20090031401A1 (en) * 2007-04-27 2009-01-29 Bea Systems, Inc. Annotations for enterprise web application constructor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102279884A (en) * 2011-08-05 2011-12-14 中国工商银行股份有限公司 Data acquiring and displaying method, system and Web server based on Web pages
CN103685207A (en) * 2012-09-21 2014-03-26 百度在线网络技术(北京)有限公司 System, apparatus, and method for integrating data spanning data sources
CN104123331A (en) * 2013-09-26 2014-10-29 腾讯科技(深圳)有限公司 Data querying method, device and system of client end application
CN103577599A (en) * 2013-11-15 2014-02-12 北京邮电大学 Method and device for storing local data through mobile terminal

Also Published As

Publication number Publication date
CN104376056A (en) 2015-02-25

Similar Documents

Publication Publication Date Title
CN104376056B (en) A kind of method and apparatus of data processing
CN105900396B (en) Mobile cloud service architectural framework
CN109656538A (en) Generation method, device, system, equipment and the medium of application program
CN103942225A (en) Method and system for invoking resources of Hybrid App client and client
WO2012033909A2 (en) Method and system of simulating a data center
CN106933871A (en) Short linking processing method, device and short linked server
CN105068876B (en) Method based on distributed deployment prototype collection cell phone application performance data
Zhang et al. Skyline discovery and composition of multi-cloud mashup services
CN110020043B (en) Page crawling method, device, storage medium and processor
US20150081798A1 (en) Process-based inter-thing collaboration apparatus and method in web of things environment
US10796038B2 (en) Estimating think times
CN110334299A (en) A kind of pop-up methods of exhibiting, device and electronic equipment monitored based on address field
CN109254854A (en) Asynchronous invoking method, computer installation and storage medium
WO2015138524A1 (en) Run-time experimentation with user interface configurations
CN105022619A (en) Code processing method and device
CN107329834A (en) Method and apparatus for performing calculating task
CN109634752A (en) A kind of client request processing method and system based on page gateway
CN113055348B (en) Cross-platform data request method and device and electronic equipment
CN104539450B (en) Run active process system, method and apparatus in website
Collazo-Mojica et al. Cloud Application Resource Mapping and Scaling Based on Monitoring of QoS Constraints.
CN105338104B (en) Service request response method, parsing method and system
US8935410B2 (en) Cobrowsing macros
CN104598223B (en) A kind of network modelling language analysis method and device
CN108920278A (en) Resource allocation methods and device
Zhu et al. Validation of pervasive cloud task migration with colored petri net

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 511446 Guangzhou City, Guangdong Province, Panyu District, South Village, Huambo Business District Wanda Plaza, block B1, floor 28

Applicant after: Guangzhou Huaduo Network Technology Co., Ltd.

Address before: 510655, Guangzhou, Whampoa Avenue, No. 2, creative industrial park, building 3-08,

Applicant before: Guangzhou Huaduo Network Technology Co., Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant