CN108182120A - Interface call method and system, storage medium and computer equipment - Google Patents

Interface call method and system, storage medium and computer equipment Download PDF

Info

Publication number
CN108182120A
CN108182120A CN201711295827.XA CN201711295827A CN108182120A CN 108182120 A CN108182120 A CN 108182120A CN 201711295827 A CN201711295827 A CN 201711295827A CN 108182120 A CN108182120 A CN 108182120A
Authority
CN
China
Prior art keywords
call method
interface
target element
server
plug
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
Application number
CN201711295827.XA
Other languages
Chinese (zh)
Other versions
CN108182120B (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 Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shirui Electronics Co Ltd
Original Assignee
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shirui Electronics 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 Shiyuan Electronics Thecnology Co Ltd, Guangzhou Shirui Electronics Co Ltd filed Critical Guangzhou Shiyuan Electronics Thecnology Co Ltd
Priority to CN201711295827.XA priority Critical patent/CN108182120B/en
Publication of CN108182120A publication Critical patent/CN108182120A/en
Application granted granted Critical
Publication of CN108182120B publication Critical patent/CN108182120B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The present invention relates to a kind of interface call method and system, storage medium and computer equipments, by running injecting codes, obtain various components, target element and its call method are determined by plug-in unit again, finally the interface of target element is called using call method on the server, without constructing variable or the complex operations such as client are created, reduce the complexity of interface method of calling.

Description

Interface call method and system, storage medium and computer equipment
Technical field
The present invention relates to computer software technical fields, are situated between more particularly to a kind of interface call method and system, storage Matter and computer equipment.
Background technology
It is called the turn in machine word, component Bean, which can regard as, is available object, and object is exactly the class instantiated.One right As including many methods, each method can regard an interface as.For example, in equipment management Bean, including newly-increased, deletion With the method for modification equipment, these three methods are exactly three interfaces.
Interface in Bean can be called, however, it is found by the inventors that, traditional method of calling complexity is higher.For example, For HTTP (HyperText Transfer Protocol, hypertext transfer protocol) interface, similar POST MAN can be used Tool, construct HTTP parameters, then sent, could call to the specific method for performing business, need to construct The HTTP requests parameter such as header, body.In another example for Dubbo interfaces, then it can only be by creating client, startup project To simulate calling interface.
In conclusion traditional interface call method complexity is higher.
Invention content
Based on this, it is necessary to for traditional interface call method complexity it is higher the problem of, a kind of interface is provided and is called Method and system, storage medium and computer equipment.
A kind of interface call method, includes the following steps:
Injecting codes are run on the server, obtain various components;
The target element that currently calls is determined, and determine the target by the plug-in unit from the component by plug-in unit The call method and target element are sent to the server by the call method of component;
The interface of the target element is called using the call method on the server.
A kind of interface calling system, including:
Module is run, for running injecting codes on the server, obtains various components;
First sending module determines the target element currently called, and lead to for passing through plug-in unit from the various components The call method that the plug-in unit determines the target element is crossed, the call method and target element are sent to the service Device;
Calling module, for being called on the server using the call method to the interface of the target element.
A kind of computer readable storage medium, is stored thereon with computer program, which realizes when being executed by processor The interface call method.
A kind of computer equipment can be run on a memory and on a processor including memory, processor and storage Computer program, which is characterized in that the processor performs the interface call method.
Above-mentioned interface call method and system, storage medium and computer equipment by running injecting codes, obtain each Component, then target element and its call method are determined by plug-in unit, finally on the server using call method to target element Interface be called, without constructing variable or create the complex operations such as client, reduce the complexity of interface method of calling.
Description of the drawings
Fig. 1 is the interface call method flow chart of one embodiment;
Fig. 2 is the structure diagram of the interface calling system of one embodiment.
Specific embodiment
In order to make the purpose , technical scheme and advantage of the present invention be clearer, with reference to the accompanying drawings and embodiments, it is right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
As shown in Figure 1, the embodiment of the present invention provides a kind of interface call method, it may include following steps:
S1 runs injecting codes on the server, obtains various components;
S2 determines the target element that currently calls by plug-in unit from the component, and pass through the plug-in unit determine it is described The call method and target element are sent to the server by the call method of target element;
S3 is on the server called the interface of the target element using the call method.
Component described in the embodiment of the present invention can be Bean.Bean, which can regard as, is available object, can be by Spring frames are managed.Object is exactly the class instantiated, and it is exactly a template that class, which simply understands, and object is exactly according to this Template is created that is come, there is the variable of oneself.There are many methods inside this object, each method is exactly an interface in fact, For example, equipment management Bean, there is method that is newly-increased, deleting and change equipment in the inside, these three methods are exactly three interfaces.It calls Interface is actually to call some Bean above method.In traditional call method, the tools tune such as postman can be passed through Use interface.The tools such as postman can have image conversion interface to go to allow user's input parameter, and then these tools are gone and server again Do call connected Bean above method.The interface of dubbo is gone again currently without graphic interface so to construct client Connection Service device removes calling interface.Http interfaces are that the agreement with server connection mode and communication differs with dubbo differences Sample, but be substantially also to have invoked some object above method by the conversion of frame, the mode only called is different.It passes The method of calling complexity of system is higher.
It can also go to call these methods by unit testing, but unit testing needs deinitialization container every time, It is equivalent to and starts a project.Project is increasing, and the thing of initialization is more and more, calls speed will be slower and slower.
The present invention obtains various components, then determine target element and its called side by plug-in unit by running injecting codes Method is finally on the server called the interface of target element using call method, without constructing variable or creates client The complex operations such as end reduce the complexity of interface method of calling.
Before the method for calling a Bean, it is necessary first to get all Bean objects, be possible to be adjusted With.Spring provides static method and goes to get all Bean, after getting these Bean, as long as the side along with calling Method (including method name) can just go to call and test this method (assuming that this method is no parameter).In step sl, Various components can be obtained by running injecting codes on the server.Injecting codes can take all Bean, and receive one Secondary request (request is with the method called), so as to call the method for Bean.In order to without intrusive change code, can adopt With the mode of java agent, this mode can perform the code (i.e. injecting codes) of specified jar packets before project initiation, and Can original code be modified and be got the resource of project (including all Bean mentioned above).
One effect of plug-in unit is exactly to need to add a start-up parameter before project initiation automatically.In one embodiment In, start-up parameter can include port numbers, and form is:-javaagent:Injecting codes .jar port numbers.Port numbers are jar packets A parameter, generate an available port numbers at random and be transmitted to injecting codes, injecting codes could carry out really calling. It is exactly in order to which injecting codes can be according to the socket servers of one local of this port numbers deactivation to pass port numbers.Plug-in unit energy root It goes to communicate with injecting codes according to this port numbers, the class and call method where the cursor that transmission plug-in unit is got are to injection generation Code.Injecting codes can go to call these methods according to these information after receiving information.Therefore, before step S1, Can start-up parameter be generated by plug-in unit;The start-up parameter is sent to injecting codes, makes the injecting codes according to Start-up parameter starts server.
Program can be allowed to run the code inside jar packets before activation by-javaagent.This section of code can be indirect Take the resource of project (including Bean etc.).Code inside jar packets can remove the code of modification key place, with spring frames For the method for all bean of middle initialization, this method, which has performed, to be represented all Bean and is all initially over, and passes through jar packet generations Code can add in saveBean methods before the return of this method, and the parameter of biography is exactly the Bean resources after initializing successfully (because this initial method is initialization bean, therefore the information of bean being had inside variable).And saveBean this The realization of method is also in jar packets there.That is this jar will not go to take bean information before project initiation, but In project initiation process, spring has invoked saveBean methods automatically after having initialized Bean, then saveBean side Method again saves Bean, behind can use.
In step s 2, after injecting codes perform, it is also necessary to it be triggered, the component that injecting codes is told to be called He can just go to call with method.The plug-in part technology of IntelliJ IDEA at this time may be used, can be got and worked as by plug-in unit The call method of the target element of preceding calling and the target element, and, the call method and target element are sent to The server.Further, in step s 2, the call method and target element can be sent out according to the start-up parameter It send to the server.In one embodiment, the class and call method where editing machine cursor can be got by plug-in unit, And the target element currently called is determined according to the class where editing machine cursor.
IntelliJ IDEA are exactly an editing machine, but are not limited to this editing machine in actual use, most of intelligence Editing machine, such as eclipse are supported by editing plug-in unit come the function of raising efficiency.Plug-in unit is exactly some work(of editing machine Can, editing machine major part function is all made of various plug-in units.These editing machines can provide various interfaces, example Current project name is such as obtained, obtains some file content.Obtain cursor where method this be also editing machine provide interface, only Will be according to the developing plug specification of editing machine with regard to that can developed, and the interface that editing machine is called to provide goes to get cursor place Method and class.
It in step s3, can be on the server by heat deployment tool, and according to institute in order to accelerate calling progress Call method is stated to be called the interface of the target element.Heat deployment tool includes Spring-loaded, Jrebel etc., The effect of heat deployment tool can be come into force quickly without restarting project after changing a component.Coordinate these tools Use can be at any time in amending method parameter remove call method.
Such as include int add (int a, int b) method inside bean, the effect of this method is to be added two values, When needing to test this method, a test method can be increased newly and remove test add:
void addTest(){
add(1,2);
}
By heat deployment tool, this addTest method can come into force at once, then the cursor of editing machine can be just placed in In addTest methods, then triggering plug-in unit is gone to remove to transmit a request to agent and goes to call addTest methods, addTest methods can be adjusted With add methods, so being exactly in test add methods in fact.
If test other parameter (for example, parameter is 1000 and 2000), it is only necessary to make into:
void addTest(){
add(1000,2000);
}
Method is made to come into force by heat deployment again, with regard to other parameter can be tested.
In the above-described embodiments, the effect of plug-in unit includes the following:
(1) available port number is generated at random, and start-up parameter-javaagent is added when project initiation:Injection Code .jar port numbers so that injecting codes come into force.
(2) class and method where cursor are got, injecting codes are transmitted to by way of socket.
The effect of injecting codes includes the following:
(1) all Bean are taken when project initiation (by being inserted into the code of oneself in Spring source codes).
(2) start socket servers according to port numbers
(3) method call is carried out according to the information (class and method) that socket servers receive.
Below with the example of the practical application technical solution that the present invention will be described in detail.
If current project is public class AuthService there are one Bean, effect be to login methods into Row calls, and may include method public void login (String a username, String in the Bean Password), may include performing the service code logged in the above method.
1st, it can at this time construct a test method, i.e., in public class AuthService, public Public void testLogin () are added in before void login (String username, String password), Test method is used to perform login (" xiaoming ", " 123456 ");Can by mouse click login (" xiaoming ", " 123456 ") end, then cursor appear at mouse click.
2nd, testLogin methods is made quickly to come into force using heat deployment tool
3rd, the method that plug-in unit is called by shortcut key.It is in AuthService classes, testLogin to get cursor point Method, and these information are sent to injecting codes by socket.
4th, all Bean taken when being initialized according to oneself will be gone to be matched after injecting codes are taken, find correspondence Reflection calling is carried out further according to method name after Bean, calls testLogin methods.
The present invention combine javaagent, IntelliJ IDEA developing plugs and heat deployment tool, given full play to this three The advantages of a technology:
(1) code is not without intrusion when startup (need to change code, can load specified jar packets automatically).
(2) class and method (do not have to manual defeated class and method goes to perform) are quickly found out.
(3) test method is quickly added, changes test method parameter.
As long as Spring (current popular Development Framework) is only used on code, you can use, call at any time The method for needing to rely on external trigger, method, HTTP including RPC (Remote Procedure Call, remote procedure call) Service implementing method, Dao layers method etc..
As shown in Fig. 2, the embodiment of the present invention also provides a kind of interface calling system, it may include:
Module 10 is run, for running injecting codes on the server, obtains various components;
First sending module 20 determines the target element currently called for passing through plug-in unit from the various components, and The call method of the target element is determined by the plug-in unit, the call method and target element are sent to the service Device;
Calling module 30, for being adjusted on the server using the call method to the interface of the target element With.
The interface calling system of the present invention and the interface call method of the present invention correspond, in above-mentioned interface call method Embodiment illustrate technical characteristic and advantage suitable for the embodiment of interface calling system, hereby give notice that.
In one embodiment, the present invention also provides a kind of computer readable storage mediums, are stored thereon with computer journey Sequence, the program realize the interface call method described in above-mentioned any embodiment when being executed by processor.
In one embodiment, the present invention also provides a kind of computer equipments, including memory, processor and are stored in On reservoir and the computer program that can run on a processor, the processor perform the interface tune described in above-mentioned any embodiment Use method.
Expression or logic and/or step described otherwise above herein in flow charts, for example, being considered use In the order list for the executable instruction for realizing logic function, may be embodied in any computer-readable medium, for Instruction execution system, device or equipment (such as computer based system, including the system of processor or other can be held from instruction The system of row system, device or equipment instruction fetch and execute instruction) it uses or combines these instruction execution systems, device or set It is standby and use.For the purpose of this specification, " computer-readable medium " can any can be included, store, communicate, propagate or pass Defeated program is for instruction execution system, device or equipment or the dress used with reference to these instruction execution systems, device or equipment It puts.
The more specific example (non-exhaustive list) of computer-readable medium is including following:It is connected up with one or more Electrical connection section (electronic device), portable computer diskette box (magnetic device), random access memory (RAM), read-only memory (ROM), erasable edit read-only storage (EPROM or flash memory), fiber device and portable optic disk is read-only deposits Reservoir (CDROM).In addition, computer-readable medium can even is that the paper that can print described program on it or other are suitable Medium, because can be for example by carrying out optical scanner to paper or other media, then into edlin, interpretation or when necessary with it His suitable method is handled electronically to obtain described program, is then stored in computer storage.
It should be appreciated that each section of the present invention can be realized with hardware, software, firmware or combination thereof.Above-mentioned In embodiment, software that multiple steps or method can in memory and by suitable instruction execution system be performed with storage Or firmware is realized.If for example, with hardware come realize in another embodiment, can be under well known in the art Any one of row technology or their combination are realized:With for the logic gates to data-signal realization logic function Discrete logic, have suitable combinational logic gate circuit application-specific integrated circuit, programmable gate array (PGA), scene Programmable gate array (FPGA) etc..
In the description of this specification, reference term " one embodiment ", " example ", " is specifically shown " some embodiments " The description of example " or " some examples " etc. means specific features, structure, material or the spy for combining the embodiment or example description Point is contained at least one embodiment of the present invention or example.In the present specification, schematic expression of the above terms are not Centainly refer to identical embodiment or example.Moreover, particular features, structures, materials, or characteristics described can be any One or more embodiments or example in combine in an appropriate manner.
Each technical characteristic of embodiment described above can be combined arbitrarily, to make description succinct, not to above-mentioned reality It applies all possible combination of each technical characteristic in example to be all described, as long as however, the combination of these technical characteristics is not deposited In contradiction, it is all considered to be the range of this specification record.
Embodiment described above only expresses the several embodiments of the present invention, and description is more specific and detailed, but simultaneously It cannot therefore be construed as limiting the scope of the patent.It should be pointed out that those of ordinary skill in the art are come It says, without departing from the inventive concept of the premise, various modifications and improvements can be made, these belong to the protection of the present invention Range.Therefore, the protection domain of patent of the present invention should be determined by the appended claims.

Claims (10)

1. a kind of interface call method, which is characterized in that include the following steps:
Injecting codes are run on the server, obtain various components;
The target element that currently calls is determined, and pass through the plug-in unit and determine the target element from the component by plug-in unit Call method, the call method and target element are sent to the server;
The interface of the target element is called using the call method on the server.
2. interface call method according to claim 1, which is characterized in that before running injecting codes on the server, It is further comprising the steps of:
Start-up parameter is generated by plug-in unit;
The start-up parameter is sent to injecting codes, the injecting codes is made to start server according to the start-up parameter.
3. interface call method according to claim 2, which is characterized in that send the call method and target element Include to the step of server:
The call method and target element are sent to by the server according to the start-up parameter.
4. interface call method according to claim 1, which is characterized in that obtained currently from the component by plug-in unit The step of target element of calling, includes:
The class where editing machine cursor is determined by plug-in unit;
The target element currently called is determined according to the class where editing machine cursor.
5. interface call method according to claim 1, which is characterized in that utilize the call method pair on the server The step of interface of the target element is called includes:
By heat deployment tool on the server, and the interface of the target element is adjusted according to the call method With.
6. the interface call method according to claim 1 to 5 any one, which is characterized in that the start-up parameter includes Port numbers.
7. a kind of interface calling system, which is characterized in that including:
Module is run, for running injecting codes on the server, obtains various components;
First sending module determines the target element currently called, and pass through institute for passing through plug-in unit from the various components The call method that plug-in unit determines the target element is stated, the call method and target element are sent to the server;
Calling module, for being called on the server using the call method to the interface of the target element.
8. interface calling system according to claim 7, which is characterized in that further include:
Generation module generates start-up parameter for passing through plug-in unit;
Second sending module for the start-up parameter to be sent to injecting codes, makes the injecting codes according to the startup Parameter starts server.
9. a kind of computer readable storage medium, is stored thereon with computer program, which is characterized in that the program is held by processor The interface call method described in claim 1 to 6 any one is realized during row.
10. a kind of computer equipment including memory, processor and stores the meter that can be run on a memory and on a processor Calculation machine program, which is characterized in that the processor perform claim requires the interface call method described in 1 to 6 any one.
CN201711295827.XA 2017-12-08 2017-12-08 Interface calling method and system, storage medium and computer equipment Active CN108182120B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711295827.XA CN108182120B (en) 2017-12-08 2017-12-08 Interface calling method and system, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711295827.XA CN108182120B (en) 2017-12-08 2017-12-08 Interface calling method and system, storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN108182120A true CN108182120A (en) 2018-06-19
CN108182120B CN108182120B (en) 2020-11-24

Family

ID=62545751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711295827.XA Active CN108182120B (en) 2017-12-08 2017-12-08 Interface calling method and system, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN108182120B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124424A (en) * 2019-12-27 2020-05-08 珠海金山网络游戏科技有限公司 Method and device for analyzing algorithm complexity
WO2021169623A1 (en) * 2020-02-29 2021-09-02 苏州浪潮智能科技有限公司 Service processing method and apparatus, and electronic device and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014094508A1 (en) * 2012-12-17 2014-06-26 广州市动景计算机科技有限公司 Method and device for starting external application program in browser
CN104636248A (en) * 2013-11-13 2015-05-20 航天信息股份有限公司 Automatic testing auxiliary recognition method based on code injection
US20160026447A1 (en) * 2014-07-28 2016-01-28 Red Hat, Inc. Console application through web service
CN105518633A (en) * 2013-08-29 2016-04-20 株式会社野村综合研究所 Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
CN106293967A (en) * 2016-08-03 2017-01-04 武汉斗鱼网络科技有限公司 A kind of method and system of long-range injecting codes
CN106326017A (en) * 2016-08-17 2017-01-11 广东亿迅科技有限公司 Realization system for call chain based on Annotation application
CN106775692A (en) * 2016-12-06 2017-05-31 腾讯科技(深圳)有限公司 A kind of component edits method and electronic equipment
CN106909498A (en) * 2015-12-22 2017-06-30 阿里巴巴集团控股有限公司 A kind of java applet injects the method and system of failure
CN107092488A (en) * 2017-03-31 2017-08-25 武汉斗鱼网络科技有限公司 It is a kind of that application is carried out to bury realization method and system a little without intrusionization
CN107203402A (en) * 2017-04-06 2017-09-26 珠海金山网络游戏科技有限公司 It is a kind of that the multiple method of hot repair is carried out to operation code
CN107301098A (en) * 2017-06-15 2017-10-27 搜易贷(北京)金融信息服务有限公司 A kind of remote procedure call device based on Thrift agreements, method and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014094508A1 (en) * 2012-12-17 2014-06-26 广州市动景计算机科技有限公司 Method and device for starting external application program in browser
CN105518633A (en) * 2013-08-29 2016-04-20 株式会社野村综合研究所 Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
CN104636248A (en) * 2013-11-13 2015-05-20 航天信息股份有限公司 Automatic testing auxiliary recognition method based on code injection
US20160026447A1 (en) * 2014-07-28 2016-01-28 Red Hat, Inc. Console application through web service
CN106909498A (en) * 2015-12-22 2017-06-30 阿里巴巴集团控股有限公司 A kind of java applet injects the method and system of failure
CN106293967A (en) * 2016-08-03 2017-01-04 武汉斗鱼网络科技有限公司 A kind of method and system of long-range injecting codes
CN106326017A (en) * 2016-08-17 2017-01-11 广东亿迅科技有限公司 Realization system for call chain based on Annotation application
CN106775692A (en) * 2016-12-06 2017-05-31 腾讯科技(深圳)有限公司 A kind of component edits method and electronic equipment
CN107092488A (en) * 2017-03-31 2017-08-25 武汉斗鱼网络科技有限公司 It is a kind of that application is carried out to bury realization method and system a little without intrusionization
CN107203402A (en) * 2017-04-06 2017-09-26 珠海金山网络游戏科技有限公司 It is a kind of that the multiple method of hot repair is carried out to operation code
CN107301098A (en) * 2017-06-15 2017-10-27 搜易贷(北京)金融信息服务有限公司 A kind of remote procedure call device based on Thrift agreements, method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高本峰: "Java接口和内部类的探究", 《硅谷》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124424A (en) * 2019-12-27 2020-05-08 珠海金山网络游戏科技有限公司 Method and device for analyzing algorithm complexity
CN111124424B (en) * 2019-12-27 2023-09-19 珠海金山数字网络科技有限公司 Method and device for analyzing algorithm complexity
WO2021169623A1 (en) * 2020-02-29 2021-09-02 苏州浪潮智能科技有限公司 Service processing method and apparatus, and electronic device and storage medium
US11704139B2 (en) 2020-02-29 2023-07-18 Inspur Suzhou Intelligent Technology Co., Ltd. Service processing method and apparatus, electronic device, and storage medium

Also Published As

Publication number Publication date
CN108182120B (en) 2020-11-24

Similar Documents

Publication Publication Date Title
CN105593835B (en) Multiple second level clouds are managed by main cloud service manager
US9720800B2 (en) Auto-generating representational state transfer (REST) services for quality assurance
US6804816B1 (en) Method and template for developing device-centric network management applications
Bocchi et al. Monitoring networks through multiparty session types
US20200310945A1 (en) Methods for improved web application testing using remote headless browsers and devices thereof
CN109656538A (en) Generation method, device, system, equipment and the medium of application program
CN108023808A (en) message distributing method and device in application program
CN104536890B (en) Test system, method and apparatus
US20150033205A1 (en) Debugging remote software applications across wan connections
CN103716356B (en) Storing process operating method, device and system based on web
CN108737243A (en) Conversation message quality detecting method and device
CN107728999A (en) A kind of App, the method and system of small routine interface simulation
CN105119722A (en) Identity verification method, equipment and system
US10303444B2 (en) Composable application session parameters
CN109873805A (en) Cloud desktop login method, device, equipment and storage medium based on cloud security
CN106776287A (en) Servlet interface test methods and test client
CN111865629A (en) Method, apparatus and computer program product for configuring service instances
CN101504616A (en) Method and apparatus for login of Windows application program through Web application
Kang et al. Multi-representational security analysis
CN108182120A (en) Interface call method and system, storage medium and computer equipment
CN112035282A (en) API management method, device, equipment and storage medium applied to cloud platform
CN104166551B (en) A kind of application interface development approach and development device
CN112565225B (en) Method and device for data transmission, electronic equipment and readable storage medium
Popp et al. A high-level agent interaction protocol based on a communication ontology
CN109144479A (en) Development frame

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant