CN105955790A - Data processing method and apparatus - Google Patents
Data processing method and apparatus Download PDFInfo
- Publication number
- CN105955790A CN105955790A CN201610345437.8A CN201610345437A CN105955790A CN 105955790 A CN105955790 A CN 105955790A CN 201610345437 A CN201610345437 A CN 201610345437A CN 105955790 A CN105955790 A CN 105955790A
- Authority
- CN
- China
- Prior art keywords
- method body
- http request
- parameter
- described method
- class
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/54—Link editing before load time
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
Abstract
The invention discloses a data processing method and apparatus, and belongs to the technical field of networks. The method comprises the steps of determining a method body of a class matched with an HTTP request and parameters corresponding to the method body after receiving the HTTP request, wherein the HTTP request comprises a series of parameter values; and obtaining annotation information of the method body, and assembling the parameter values required by the method body into the parameters of the method body based on the annotation information and the HTTP request. According to the method and apparatus, the parameter values in the HTTP request are matched by adding the annotation information in the method body, and the parameter values required by the method body are automatically copied in the parameters of the method body, so that a developer does not need to manually assemble the parameter values into java objects when a client sends a large amount of the parameter values to a server, the error probability is reduced, and the development efficiency is greatly improved.
Description
Technical field
The present invention relates to networking technology area, particularly to a kind of data processing method and device.
Background technology
In Large-Scale Interconnected net level applications, whenever user or user end to server initiate HTTP
During (HyperText Transfer Protocol, HTML (Hypertext Markup Language)) request, inevitably at HTTP
Request can attach series of parameters value to server, in order to service end is patrolled accordingly based on these parameter values
Collect and process.
In conventional process scene, HTTP request takes the mode of name&value when carrying parameter value.
So server is after receiving HTTP request, by each label or the name of control, then passes through
The parameter value value that original getParameter () parameter acquiring correspondence is transmitted through.
During realizing the present invention, inventor finds that prior art at least there is problems in that
When user or client send quantity of parameters value to server, if taking the side of the above-mentioned value that gets parms
Formula, then need developer that these parameter values are assembled into java object, the most easily make mistakes, and be substantially reduced
The development efficiency of developer.
Summary of the invention
In order to solve problem of the prior art, embodiments provide a kind of data processing method and device.
Described technical scheme is as follows:
On the one hand, it is provided that a kind of data processing method, described method includes:
After receiving HTTP request, determine the class mated with described HTTP request method body and
The parameter that described method body is corresponding, described HTTP request includes series of parameters value;
Obtain the annotating information of described method body, assemble institute based on described annotating information and described HTTP request
Parameter value needed for stating method body is in the parameter of described method body.
Alternatively, the described method body determining the class mated with described HTTP request and described method body
Before corresponding parameter, described method also includes:
Call blocker to intercept, so that described HTTP request enters BasicAction assembly;
The described method body determined with the class that described HTTP request is mated and ginseng corresponding to described method body
Number, including:
Call described BasicAction assembly, determine the class mated with described HTTP request method body, with
And the parameter that described method body is corresponding.
Alternatively, described assemble based on described annotating information and described HTTP request needed for parameter value to institute
State in the parameter of method body, including:
The key value comprised based on described annotating information determines required parameter value in described HTTP request;
Call described method body by reflection, described required parameter value is automated assembly to described method body
In parameter.
Alternatively, described method also includes:
Annotating information is added before the parameter of described method body.
Alternatively, the parameter type of described method body is initial form, object type, list type, view
Type or array type.
On the other hand, it is provided that a kind of data processing equipment, described device includes:
Determine module, for after receiving HTTP request, determine and described HTTP
Asking the method body of the class of coupling and the parameter that described method body is corresponding, described HTTP request includes
Series of parameters value;
Acquisition module, for obtaining the annotating information of described method body;
Processing module, needed for assembling described method body based on described annotating information and described HTTP request
Parameter value in the parameter of described method body.
Alternatively, described device also includes:
Calling module, is used for calling blocker and intercepts, so that described HTTP request enters BasicAction
Assembly;
Described determine module, be used for calling described BasicAction assembly, determine and described HTTP request
The method body of the class joined and parameter corresponding to described method body.
Alternatively, described processing module, for the key value that comprises based on described annotating information at described HTTP
Request determines required parameter value;Described method body is called, by described required parameter value certainly by reflection
In the dynamic parameter being assembled to described method body.
Alternatively, described device also includes:
Add module, for adding annotating information before the parameter of described method body.
Alternatively, the parameter type of described method body is initial form, object type, list type, view
Type or array type.
The technical scheme that the embodiment of the present invention provides has the benefit that
By mating the parameter value in HTTP request in the method body information of appending notes to, it is achieved the side of copy automatically
Parameter value needed for body of laws, in the parameter of method body, so sends quantity of parameters value to server in client
Time, it is not necessary to these parameter values are manually assembled into java object by developer, not only reduce error probability, and
It is greatly improved development efficiency.
Accompanying drawing explanation
For the technical scheme being illustrated more clearly that in the embodiment of the present invention, institute in embodiment being described below
The accompanying drawing used is needed to be briefly described, it should be apparent that, the accompanying drawing in describing below is only the present invention
Some embodiments, for those of ordinary skill in the art, on the premise of not paying creative work,
Other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the flow chart of a kind of data processing method that the embodiment of the present invention provides;
Fig. 2 is the flow chart of a kind of data processing method that the embodiment of the present invention provides;
Fig. 3 is the schematic diagram of a kind of flow chart of data processing that the embodiment of the present invention provides;
Fig. 4 is the structural representation of a kind of data processing equipment that the embodiment of the present invention provides;
Fig. 5 is the structural representation of a kind of data processing equipment that the embodiment of the present invention provides.
Detailed description of the invention
For making the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing to the present invention
Embodiment is described in further detail.
Fig. 1 is the flow chart of a kind of data processing method that the embodiment of the present invention provides.See Fig. 1, the present invention
The method flow that embodiment provides includes:
101, after receiving HTTP request, determine the class mated with this HTTP request method body, with
And the parameter that the party's body of laws is corresponding, this HTTP request includes series of parameters value.
102, obtain the annotating information of the party's body of laws, assemble the party based on this annotating information and this HTTP request
Parameter value needed for body of laws is in the parameter of the party's body of laws.
The method that the embodiment of the present invention provides, by mating in HTTP request in the method body information of appending notes to
Parameter value, it is achieved in the parameter value needed for automatic copying method body to the parameter of method body, so client
When end sends quantity of parameters value to server, it is not necessary to these parameter values are manually assembled into java object by developer,
Not only reduce error probability, and be greatly improved development efficiency.
Alternatively, the described method body determining the class mated with described HTTP request and described method body
Before corresponding parameter, the method also includes:
Call blocker to intercept, so that described HTTP request enters BasicAction assembly;
The described method body determined with the class that described HTTP request is mated and ginseng corresponding to described method body
Number, including:
Call described BasicAction assembly, determine the class mated with described HTTP request method body, with
And the parameter that described method body is corresponding.
Alternatively, described assemble based on described annotating information and described HTTP request needed for parameter value to institute
State in the parameter of method body, including:
The key value comprised based on described annotating information determines required parameter value in described HTTP request;
Call described method body by reflection, described required parameter value is automated assembly to described method body
In parameter.
Alternatively, the method also includes:
Annotating information is added before the parameter of described method body.
Alternatively, the parameter type of described method body is initial form, object type, list type, view
Type or array type.
Above-mentioned all optional technical schemes, can use and arbitrarily combine the alternative embodiment forming the disclosure,
This repeats the most one by one.
Fig. 2 is the flow chart of a kind of data processing method that the embodiment of the present invention provides.See Fig. 2, the present invention
The method flow that embodiment provides includes:
201, after receiving HTTP request, call blocker and intercept, so that this HTTP request is entered
Enter BasicAction assembly.
Wherein, HTTP is the rule that a set of computer is communicated by network, makes client (such as Web
Browser) can be from http server solicited message and service.HTTP follows request (Request)/response
(Response) model.Web browser sends request to Web server, and Web server processes request also
Return suitable response.All HTTP connection is structured to a set of request and response.When client is to clothes
When business device sends HTTP request, it delivers data block, namely a solicited message, HTTP to server
Solicited message is generally made up of 3 parts: and requesting method URI (Uniform Resource Identifier, unified
Resource identifier) agreement/version, request header (Request Header) and request text.Wherein, a series of ginsengs
Numerical value is included in request text.
In embodiments of the present invention, server, after receiving HTTP request, enters in this HTTP request
Before concrete method body, first call a series of blocker (interceptor) and intercept so that this HTTP
Request enters in BasicAction assembly.Wherein, the blocker in java is that dynamic interception Action calls
Object.It providing a kind of mechanism makes developer can be defined on execution before and after an Action performs
Code, it is also possible to stop it to perform before an Action performs.Also provide one can extract simultaneously
The mode of reusable part in Action.
202, call BasicAction assembly, determine the class mated with this HTTP request method body, with
And the parameter that the party's body of laws is corresponding.
Wherein, BasicAction assembly finds the side of the class mated with this HTTP request by request, location
Body of laws and parameter corresponding to the party's body of laws.Wherein, the parameter type of method body can be initial form, right
As (javabean) type, list (List) type, view (Map) type or array (Array) class
The plurality of data structures such as type, this is the most specifically limited by the embodiment of the present invention.Wherein, BasicAction group
Part is the infrastructure component of Struts2.And Struts 2 is the next-generation of Struts, it is struts 1 He
Brand-new Struts 2 framework merged in the technical foundation of WebWork.Struts 2 is with WebWork
For core, using the mechanism of blocker to process the request of user, such design also makes service logic control
Device processed can completely disengage from open with ServletAPI.Wherein, object type refers specifically to for javabean type,
Javabean can be referred to as java bean, refers to one section of special java class, have silent building method, only have get,
The object of the java class of the method for set.
203, obtain the annotating information of the party's body of laws, assemble the party based on this annotating information and this HTTP request
Parameter value needed for body of laws is in the parameter of the party's body of laws.
In embodiments of the present invention, annotating information@read can be added in advance before the parameter of method body.Pass through
Annotating information@read defines the key value specified.If the key value of receive HTTP request and note
The key value that the definition of information read is specified is identical, then determine the ginseng needed for the party's body of laws in this HTTP request
Numerical value;Call the party's body of laws by reflection afterwards, the parameter value needed for the party's body of laws is automated assembly to method
In the parameter of body.In Java, reflection is a kind of powerful instrument, it is possible to create code flexibly, these codes
Can operationally assemble, it is not necessary to carry out source between the components and represent link.Reflection allows writing and performing
Time, make program code have access to be loaded into class cooperation selected in the internal information of class rather than source code
Code.Java reflex mechanism mainly provides following functions: operationally judge belonging to any one object
Class;Operationally construct the object of any one class;Operationally judge the one-tenth that any one class is had
Member's variable and method;The method operationally calling any one object;Generate dynamic proxy.This makes reflection
Become the main tool building flexible Application.
In sum, whole parameter value assembling process can be found in the schematic diagram shown in Fig. 3, the most whole
Parameter assembling process is transparent to user, and user is not required to concerned with internal and realizes, it is only necessary to according to specific mode
Configuration is good the most permissible.In the subsidiary quantity of parameters value of HTTP request, or the when of dissimilar parameter value,
Save more code and time to exploitation, thus substantially increase the development efficiency of developer.Decrease out
Because the probability of makeing mistakes of value of wanting automatically to go to get parms according to single name when sending out so that user uses
It is more handy to come.
The method that the embodiment of the present invention provides, by mating in HTTP request in the method body information of appending notes to
Parameter value, it is achieved in the parameter value needed for automatic copying method body to the parameter of method body, so client
When end sends quantity of parameters value to server, it is not necessary to these parameter values are manually assembled into java object by developer,
Not only reduce error probability, and be greatly improved development efficiency.
Fig. 4 is the structural representation of a kind of data processing equipment that the embodiment of the present invention provides.See Fig. 4, should
Device comprises determining that module 401, acquisition module 402, processing module 403.
Wherein it is determined that module 401 is connected with acquisition module 402, for receiving HTML (Hypertext Markup Language)
After HTTP request, determine that the method body with the class that described HTTP request is mated and described method body are corresponding
Parameter, described HTTP request includes series of parameters value;Acquisition module 402 and processing module 403
Connect, for obtaining the annotating information of described method body;Processing module 403, for based on described annotating information
Parameter value needed for described method body is assembled in the parameter of described method body with described HTTP request.
Alternatively, this device also includes:
Calling module 404, is used for calling blocker and intercepts, so that described HTTP request enters
BasicAction assembly;
Described determining module 401, be used for calling described BasicAction assembly, determining please with described HTTP
Ask the method body of the class of coupling and the parameter that described method body is corresponding.
Alternatively, described processing module 403, for the key value that comprises based on described annotating information described
HTTP request determines required parameter value;Described method body is called, by described required parameter by reflection
Value is automated assembly in the parameter of described method body.
Alternatively, this device also includes:
Add module 405, for adding annotating information before the parameter of described method body.
Alternatively, the parameter type of described method body is initial form, object type, List type, Map
Type or Array type.
The device that the embodiment of the present invention provides, by mating in HTTP request in the method body information of appending notes to
Parameter value, it is achieved in the parameter value needed for automatic copying method body to the parameter of method body, so client
When end sends quantity of parameters value to server, it is not necessary to these parameter values are manually assembled into java object by developer,
Not only reduce error probability, and be greatly improved development efficiency.
It should be understood that above-described embodiment provide data processing equipment carry out data process time, only with
The division of above-mentioned each functional module is illustrated, in actual application, and can be as desired by above-mentioned merit
Distribution can be completed by different functional modules, the internal structure of device will be divided into different functional modules,
To complete all or part of function described above.It addition, the data processing equipment that above-described embodiment provides
Belonging to same design with data processing method embodiment, it implements process and refers to embodiment of the method, here
Repeat no more.
Fig. 5 is the block diagram according to a kind of data processing equipment 500 shown in an exemplary embodiment.Such as,
Device 500 may be provided in a server.With reference to Fig. 5, device 500 includes processing assembly 522, and it enters
One step includes one or more processor, and by the memory resource representated by memorizer 532, is used for depositing
Storage can be by the instruction of the execution processing assembly 522, such as application program.The application of storage in memorizer 532
Program can include one or more each corresponding to one group instruction module.Additionally, process group
Part 522 is configured to perform instruction, to perform above-mentioned data processing method.
Device 500 can also include that a power supply module 526 is configured to perform the power management of device 500,
One wired or wireless network interface 550 is configured to be connected to device 500 network, and an input is defeated
Go out (I/O) interface 558.Device 500 can operate based on the operating system being stored in memorizer 532, example
Such as Windows ServerTM, Mac OS XTM, UnixTM,LinuxTM, FreeBSDTMOr it is similar.
In the exemplary embodiment, a kind of non-transitory computer-readable storage medium including instruction is additionally provided
Matter, such as include instruction memorizer 532, above-mentioned instruction can by the process assembly 522 of device 500 perform with
Complete said method.Such as, described non-transitory computer-readable recording medium can be ROM, RAM
(Random Access Memory, random access memory), CD-ROM (Compact Disc Read-Only
Memory, compact disc read-only memory), tape, floppy disk and optical data storage devices etc..
A kind of non-transitory computer-readable recording medium, when the instruction in described storage medium is processed by data
When the processor of device performs so that data processing equipment is able to carry out a kind of data processing method, described side
Method includes:
After receiving HTTP request, determine the class mated with described HTTP request method body and
The parameter that described method body is corresponding, described HTTP request includes series of parameters value;
Obtain the annotating information of described method body, assemble institute based on described annotating information and described HTTP request
Parameter value needed for stating method body is in the parameter of described method body.
Alternatively, the described method body determining the class mated with described HTTP request and described method body
Before corresponding parameter, described method also includes:
Call blocker to intercept, so that described HTTP request enters BasicAction assembly;
The described method body determined with the class that described HTTP request is mated and ginseng corresponding to described method body
Number, including:
Call described BasicAction assembly, determine the class mated with described HTTP request method body, with
And the parameter that described method body is corresponding.
Alternatively, described assemble based on described annotating information and described HTTP request needed for parameter value to institute
State in the parameter of method body, including:
The key value comprised based on described annotating information determines required parameter value in described HTTP request;
Call described method body by reflection, described required parameter value is automated assembly to described method body
In parameter.
Alternatively, described method also includes:
Annotating information is added before the parameter of described method body.
Alternatively, the parameter type of described method body is initial form, object type, list type, view
Type or array type.
The non-transitory computer-readable recording medium that disclosure embodiment provides, by appending notes at method body
Information mates the parameter value in HTTP request, it is achieved the parameter value needed for automatic copying method body is to method
In the parameter of body, so when client sends quantity of parameters value to server, it is not necessary to developer is manually by this
A little parameter values are assembled into java object, not only reduce error probability, and are greatly improved development efficiency.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can be passed through
Hardware completes, it is also possible to instructing relevant hardware by program and complete, described program can be stored in
In a kind of computer-readable recording medium, storage medium mentioned above can be read only memory, disk or
CD etc..
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all the present invention's
Within spirit and principle, any modification, equivalent substitution and improvement etc. made, should be included in the present invention's
Within protection domain.
Claims (10)
1. a data processing method, it is characterised in that described method includes:
After receiving HTTP request, determine the class mated with described HTTP request
Method body and parameter corresponding to described method body, described HTTP request includes series of parameters value;
Obtain the annotating information of described method body, assemble institute based on described annotating information and described HTTP request
Parameter value needed for stating method body is in the parameter of described method body.
Method the most according to claim 1, it is characterised in that described determine and described HTTP request
Before the method body of class of coupling and parameter corresponding to described method body, described method also includes:
Call blocker to intercept, so that described HTTP request enters infrastructure component BasicAction assembly;
The described method body determined with the class that described HTTP request is mated and ginseng corresponding to described method body
Number, including:
Call described BasicAction assembly, determine the class mated with described HTTP request method body, with
And the parameter that described method body is corresponding.
Method the most according to claim 1, it is characterised in that described based on described annotating information with institute
State parameter value needed for HTTP request assembling in the parameter of described method body, including:
The key value comprised based on described annotating information determines required parameter value in described HTTP request;
Call described method body by reflection, described required parameter value is automated assembly to described method body
In parameter.
Method the most according to claim 1, it is characterised in that described method also includes:
Annotating information is added before the parameter of described method body.
5. according to the method described in Claims 1-4, it is characterised in that the parameter type of described method body
For initial form, object type, list type, view type or array type.
6. a data processing equipment, it is characterised in that described device includes:
Determine module, for after receiving HTTP request, determine and described HTTP
Asking the method body of the class of coupling and the parameter that described method body is corresponding, described HTTP request includes
Series of parameters value;
Acquisition module, for obtaining the annotating information of described method body;
Processing module, needed for assembling described method body based on described annotating information and described HTTP request
Parameter value in the parameter of described method body.
Device the most according to claim 6, it is characterised in that described device also includes:
Calling module, is used for calling blocker and intercepts, so that described HTTP request enters BasicAction
Assembly;
Described determine module, be used for calling described BasicAction assembly, determine and described HTTP request
The method body of the class joined and parameter corresponding to described method body.
Device the most according to claim 6, it is characterised in that described processing module, for based on institute
State the key value that annotating information comprises in described HTTP request, determine required parameter value;Adjusted by reflection
With described method body, described required parameter value is automated assembly in the parameter of described method body.
Device the most according to claim 6, it is characterised in that described device also includes:
Add module, for adding annotating information before the parameter of described method body.
10. according to the device described in claim 6 to 9, it is characterised in that the parameter class of described method body
Type is initial form, object type, list type, view type or array type.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610345437.8A CN105955790B (en) | 2016-05-20 | 2016-05-20 | Data processing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610345437.8A CN105955790B (en) | 2016-05-20 | 2016-05-20 | Data processing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105955790A true CN105955790A (en) | 2016-09-21 |
CN105955790B CN105955790B (en) | 2019-05-14 |
Family
ID=56910355
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610345437.8A Active CN105955790B (en) | 2016-05-20 | 2016-05-20 | Data processing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105955790B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107463378A (en) * | 2017-07-28 | 2017-12-12 | 深圳市丰巢科技有限公司 | A kind of local cache implementation method, storage device and electronic equipment based on note |
CN108196885A (en) * | 2017-11-27 | 2018-06-22 | 腾讯科技(上海)有限公司 | The determining method and apparatus of object group, storage medium, electronic device |
CN109766102A (en) * | 2018-12-30 | 2019-05-17 | 卓集送信息科技(武汉)有限公司 | A kind of matching process automatically parsing required parameter |
CN110381135A (en) * | 2019-07-18 | 2019-10-25 | 北京奇艺世纪科技有限公司 | Interface creation method, service request method, device, computer equipment and medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102902584A (en) * | 2012-09-27 | 2013-01-30 | 北京国双科技有限公司 | Monitoring method and monitoring device of application (app) view switching on internet work operating system (IOS) platform |
CN103067511A (en) * | 2012-12-28 | 2013-04-24 | 上海寰创通信科技股份有限公司 | Control method of hyper text transport protocol (HTTP) demand processing |
CN103399734A (en) * | 2013-07-10 | 2013-11-20 | 北京慧点科技股份有限公司 | Method for generating REST service and achieving REST and corresponding equipment |
US20150248538A1 (en) * | 2012-09-17 | 2015-09-03 | Dentsply Implants Nv | 3d modelling of bodies |
-
2016
- 2016-05-20 CN CN201610345437.8A patent/CN105955790B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150248538A1 (en) * | 2012-09-17 | 2015-09-03 | Dentsply Implants Nv | 3d modelling of bodies |
CN102902584A (en) * | 2012-09-27 | 2013-01-30 | 北京国双科技有限公司 | Monitoring method and monitoring device of application (app) view switching on internet work operating system (IOS) platform |
CN103067511A (en) * | 2012-12-28 | 2013-04-24 | 上海寰创通信科技股份有限公司 | Control method of hyper text transport protocol (HTTP) demand processing |
CN103399734A (en) * | 2013-07-10 | 2013-11-20 | 北京慧点科技股份有限公司 | Method for generating REST service and achieving REST and corresponding equipment |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107463378A (en) * | 2017-07-28 | 2017-12-12 | 深圳市丰巢科技有限公司 | A kind of local cache implementation method, storage device and electronic equipment based on note |
CN108196885A (en) * | 2017-11-27 | 2018-06-22 | 腾讯科技(上海)有限公司 | The determining method and apparatus of object group, storage medium, electronic device |
CN108196885B (en) * | 2017-11-27 | 2021-07-27 | 腾讯科技(上海)有限公司 | Object group determination method and device, storage medium and electronic device |
CN109766102A (en) * | 2018-12-30 | 2019-05-17 | 卓集送信息科技(武汉)有限公司 | A kind of matching process automatically parsing required parameter |
CN110381135A (en) * | 2019-07-18 | 2019-10-25 | 北京奇艺世纪科技有限公司 | Interface creation method, service request method, device, computer equipment and medium |
CN110381135B (en) * | 2019-07-18 | 2021-09-28 | 北京奇艺世纪科技有限公司 | Interface creating method, service requesting method, device, computer device, and medium |
Also Published As
Publication number | Publication date |
---|---|
CN105955790B (en) | 2019-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101127655B (en) | Method and system for integrating existing www systems | |
US8713177B2 (en) | Remote management of networked systems using secure modular platform | |
CN111258627B (en) | Interface document generation method and device | |
CN107241315B (en) | Access method and device of bank gateway interface and computer readable storage medium | |
US10353750B2 (en) | Discovery and exposure of transactional middleware server-based applications as consumable service endpoints | |
JPH10301960A (en) | Method and device for voice interaction on network using parameter interaction definition item | |
KR20150038757A (en) | Communicating with data storage systems | |
US20030055862A1 (en) | Methods, systems, and articles of manufacture for managing systems using operation objects | |
US8782470B2 (en) | Generation of test data for web service-based test automation and semi-automated test data categorization | |
CN105955790A (en) | Data processing method and apparatus | |
CN110535928A (en) | A kind of event method for pushing of the JAVA intelligence contract of block chain | |
US7668836B2 (en) | IMS SOAP gateway deployment utility | |
US9176719B2 (en) | Resolving prerequisites for a client device in an open service gateway initiative (OSGI) framework | |
Zato et al. | Platform for building large-scale agent-based systems | |
US20050149342A1 (en) | Method and apparatus for creating and customizing plug-in business collaboration protocols | |
CN117955980B (en) | Multi-cluster nano-tube method, platform, equipment and storage medium | |
CN109672732B (en) | Interface adaptation method, device and system | |
WO2016091141A1 (en) | Method and apparatus for information collection | |
EP3041187A1 (en) | Method and system for communicating information between a mobile device and an enterprise system | |
CN115866069A (en) | Method and system for processing remote call request and electronic equipment | |
WO2018110735A1 (en) | Method for integrated data collection from plurality of open apis | |
Hendriks et al. | A systematic approach for interfacing component-based software with an active automata learning tool | |
Foukarakis et al. | Implementation of a mobile agent platform based on web services | |
US7100171B1 (en) | System and method for auto-evolvable remote procedure call structures | |
CN101145953B (en) | Method and system for dynamic debugging of network device management software |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20160921 Assignee: GUANGZHOU CUBESILI INFORMATION TECHNOLOGY Co.,Ltd. Assignor: GUANGZHOU HUADUO NETWORK TECHNOLOGY Co.,Ltd. Contract record no.: X2021980000151 Denomination of invention: Data processing method and device Granted publication date: 20190514 License type: Common License Record date: 20210107 |