CN107483559A - The offer method and device of SDK services - Google Patents

The offer method and device of SDK services Download PDF

Info

Publication number
CN107483559A
CN107483559A CN201710622478.1A CN201710622478A CN107483559A CN 107483559 A CN107483559 A CN 107483559A CN 201710622478 A CN201710622478 A CN 201710622478A CN 107483559 A CN107483559 A CN 107483559A
Authority
CN
China
Prior art keywords
sdk
http request
module
services
name
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
CN201710622478.1A
Other languages
Chinese (zh)
Other versions
CN107483559B (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.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software 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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710622478.1A priority Critical patent/CN107483559B/en
Publication of CN107483559A publication Critical patent/CN107483559A/en
Application granted granted Critical
Publication of CN107483559B publication Critical patent/CN107483559B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure is directed to a kind of offer method and device of SDK services.This method includes:In the case where receiving HTTP request, determine that SDK corresponding to the HTTP request is serviced;The service logic of the SDK services is obtained from SDK containers;The HTTP request is responded according to the service logic.The disclosure passes through in the case where receiving HTTP request, determine that SDK corresponding to HTTP request is serviced, the service logic of SDK services is obtained from SDK containers, and the HTTP request is responded according to the service logic, thus SDK is made only to need outwards to expose an interface, so that SDK is more succinct, more lightweight, more efficient, and it is easy to the management and maintenance of SDK services.

Description

The offer method and device of SDK services
Technical field
This disclosure relates to field of computer technology, more particularly to the offer method and device of SDK services.
Background technology
It is specific that SDK (Software Development Kit, SDK), which is often referred to software engineer, The set of developing instrument when software kit, software frame, hardware platform or operating system etc. establish application software.Correlation technique In, it usually needs access SDK by HTTP (HyperText Transfer Protocol, HTTP) mode and carry The API (Application Programming Interface, application programming interface) of confession, to obtain the clothes of SDK offers Business.When the API numbers that SDK is provided are excessive, the management and maintenance of SDK services will be not easy to, and SDK will become too fat to move, multiple It is miscellaneous.
The content of the invention
To overcome problem present in correlation technique, the disclosure provides a kind of offer method and device of SDK services.
According to the first aspect of the embodiment of the present disclosure, there is provided a kind of offer method of SDK services, including:
In the case where receiving HTTP request, determine that SDK corresponding to the HTTP request is serviced;
The service logic of the SDK services is obtained from SDK containers;
The HTTP request is responded according to the service logic.
For the above method, in a kind of possible implementation, the industry of the SDK services is being obtained from SDK containers Before logic of being engaged in, methods described also includes:
Module name, method name and the service logic serviced according to every SDK, every SDK clothes are stored in the SDK containers Business.
For the above method, in a kind of possible implementation, in the case where receiving HTTP request, it is determined that described Serviced corresponding to HTTP request, including:
In the case where receiving HTTP request, the HTTP request is encapsulated as HTTP request context object;
Determine that SDK corresponding to the HTTP request context object is serviced.
For the above method, in a kind of possible implementation, determine corresponding to the HTTP request context object SDK is serviced, including:
Module name and method name corresponding to the HTTP request context object are determined by Object Request Broker;
According to module name and method name corresponding to the HTTP request context object, the HTTP request context is determined SDK corresponding to object is serviced.
According to the second aspect of the embodiment of the present disclosure, there is provided a kind of offer device of SDK services, including:
Determining module, in the case where receiving HTTP request, determining that SDK corresponding to the HTTP request is serviced;
Acquisition module, for obtaining the service logic of the SDK services from SDK containers;
Respond module, for responding the HTTP request according to the service logic.
For said apparatus, in a kind of possible implementation, described device also includes:
Memory module, for module name, method name and the service logic serviced according to every SDK, in the SDK containers Store every SDK services.
For said apparatus, in a kind of possible implementation, the determining module includes:
Submodule is encapsulated, in the case where receiving HTTP request, the HTTP request to be encapsulated as into HTTP request Context object;
Determination sub-module, for determining that SDK corresponding to the HTTP request context object is serviced.
For said apparatus, in a kind of possible implementation, the determination sub-module includes:
Module name and method name determination sub-module, for determining the HTTP request context pair by Object Request Broker As corresponding module name and method name;
SDK services determination sub-module, for module name and method name according to corresponding to the HTTP request context object, Determine that SDK corresponding to the HTTP request context object is serviced.
According to the third aspect of the embodiment of the present disclosure, there is provided a kind of offer device of SDK services, including:
Processor;
For storing the memory of processor-executable instruction;
Wherein, the step of processor is configured as performing the above method.
According to the fourth aspect of the embodiment of the present disclosure, there is provided a kind of computer-readable recording medium, be stored thereon with calculating Machine program, the step of computer program realizes the above method when being executed by processor.
The technical scheme provided by this disclosed embodiment can include the following benefits:By receiving HTTP request In the case of, determine corresponding to HTTP request that SDK is serviced, obtain the service logic of SDK services from SDK containers, and according to The service logic responds the HTTP request, thus makes SDK only need outwards to expose an interface, so that SDK is more succinct, more light weight Change, be more efficient, and being easy to the management and maintenance of SDK services.
It should be appreciated that the general description and following detailed description of the above are only exemplary and explanatory, not The disclosure can be limited.
Brief description of the drawings
Accompanying drawing herein is merged in specification and forms the part of this specification, shows the implementation for meeting the disclosure Example, and be used to together with specification to explain the principle of the disclosure.
Fig. 1 is a kind of flow chart of the offer method of SDK services according to an exemplary embodiment.
Fig. 2 is a kind of flow chart of the offer method of SDK services according to an example of an exemplary embodiment.
Fig. 3 is a kind of offer method and step S11 of SDK services according to an example of an exemplary embodiment Flow chart.
Fig. 4 is a kind of offer method and step S112 of SDK services according to an example of an exemplary embodiment Flow chart.
Fig. 5 is a kind of block diagram of the offer device of SDK services according to an exemplary embodiment.
Fig. 6 is a kind of block diagram of the offer device of SDK services according to an example of an exemplary embodiment.
Fig. 7 is a kind of block diagram of the device 1900 of offer for SDK services according to an exemplary embodiment.
Embodiment
Here exemplary embodiment will be illustrated in detail, its example is illustrated in the accompanying drawings.Following description is related to During accompanying drawing, unless otherwise indicated, the same numbers in different accompanying drawings represent same or analogous key element.Following exemplary embodiment Described in embodiment do not represent all embodiments consistent with the disclosure.On the contrary, they be only with it is such as appended The example of the consistent apparatus and method of some aspects be described in detail in claims, the disclosure.
Fig. 1 is a kind of flow chart of the offer method of SDK services according to an exemplary embodiment.This method can be with Applied in server.As shown in figure 1, the method comprising the steps of S11 to step S13.
In step s 11, in the case where receiving HTTP request, determine that SDK corresponding to the HTTP request is serviced.
In the present embodiment, HTTP request refers to asking the HTTP request of SDK services.
As an example of the present embodiment, the form of SDK services can include the correlation of a kind of software of auxiliary development It is one or more in document, example and instrument etc..
As an example of the present embodiment, the type of SDK services can include software requirement instrument, Software for Design work Tool, software construction instrument, Software Testing Tool, software maintenance tool, SCM tool, Software Engineering Management instrument, It is one or more in Software engineering process instrument and software quality instrument.Wherein, software requirement instrument can be built including demand Die worker has and one or two in demand tracer tools.Software design tool can be used for creating and checking Software for Design.It is soft Part Construct Tool can include one or more in program editor, compiler, code generator, interpreter and debugger. Software Testing Tool can include Self -adaptive device, test execution framework, test evaluation instrument, test and management instrument and performance point It is one or more in analysis instrument.Software maintenance tool can include understanding tool (such as visualization tool) and reconstruction instrument (such as Reconfiguration tools) in one or two.SCM tool can include tracer tools, Version and issue work It is one or more in tool.Software Engineering Management instrument can include the project plan and tracer tools, risk management tool and degree It is one or more in amount instrument.Software engineering process instrument can include modeling tool, management tool and software development environment In it is one or more.Software quality instrument can include one or two in checking tool and analysis tool.
In step s 12, the service logic of SDK services is obtained from SDK containers.
Wherein, SDK containers can be used for storing every SDK services.In the present embodiment, every SDK services are passed through into SDK Container is managed and safeguarded, SDK only needs externally to expose an interface, without generating interface respectively for every SDK services.
In step s 13, the HTTP request is responded according to service logic.
In the present embodiment, server, can be by the industry after the service logic of SDK services corresponding to HTTP request is obtained Business logic is sent to the client for sending the HTTP request.
The present embodiment is by the case where receiving HTTP request, determining that SDK corresponding to HTTP request is serviced, from SDK The service logic of SDK services is obtained in container, and the HTTP request is responded according to the service logic, thus make SDK only need to Outer one interface of exposure, so that SDK is more succinct, more lightweight, more efficient, and it is easy to the management and maintenance of SDK services.
Fig. 2 is a kind of flow chart of the offer method of SDK services according to an example of an exemplary embodiment. As shown in Fig. 2 this method can include step S10 to step S13.
In step slo, module name, method name and the service logic serviced according to every SDK, is stored in SDK containers Every SDK services.
In the present embodiment, module name, method name and the service logic of every SDK services can be stored in SDK containers, And the mapping relations between the module name of every SDK service, method name and service logic three.Wherein, a module name can Can be corresponding with multiple method names, it is also possible to only corresponding with a method name., can be uniquely true according to module name and method name Fixed SDK services and the service logic of SDK services.
As an example of the present embodiment, in module name, method name and the service logic serviced according to every SDK, Before every SDK services are stored in SDK containers, this method can also include:According to specified configuration information initializing SDK containers. Wherein, specified configuration information can meet RESTful API specifications, can also include SDK service memories in the SDK containers Format specification etc., is not limited thereto.Those skilled in the art can flexibly set specified configuration letter according to practical application request Breath.
In step s 11, in the case where receiving HTTP request, determine that SDK corresponding to the HTTP request is serviced.
In step s 12, the service logic of SDK services is obtained from SDK containers.
In step s 13, the HTTP request is responded according to service logic.
Fig. 3 is a kind of offer method and step S11 of SDK services according to an example of an exemplary embodiment Flow chart.As shown in figure 3, step S11 can include step S111 and step S112.
In step S111, in the case where receiving HTTP request, the HTTP request is encapsulated as above and below HTTP request Literary object.
Wherein, HTTP request context (HTTPContext) object can include ASP.NET the big portion in HTTP request Divide the information of object, such as Request (request), Response (response), Server (service end) and Modules (module) etc. The information of object.
In step S112, determine that SDK corresponding to the HTTP request context object is serviced.
As an example of the present embodiment, it can determine that the HTTP please according to the content of HTTP request context object Module name corresponding to context object and method name are asked, so that it is determined that SDK corresponding to the HTTP request context object is serviced.
Fig. 4 is a kind of offer method and step S112 of SDK services according to an example of an exemplary embodiment Flow chart.As shown in figure 4, step S112 can include step S1121 and step S1122.
In step S1121, by Object Request Broker determine module name corresponding to the HTTP request context object and Method name.
Wherein, Object Request Broker (ORB, Object Request Broker) is that client and clothes are established between object The middleware for end relation of being engaged in.Using Object Request Broker, client can pellucidly call the SDK in SDK containers to service.
As an example of the present embodiment, Object Request Broker can intercept and capture HTTP request context object, and can be with According to the content of HTTP request context object, module name and method name corresponding to the HTTP request context object are determined.
In step S1122, according to module name and method name corresponding to the HTTP request context object, the HTTP is determined SDK corresponding to request contexts object is serviced.
In this example, determine that SDK corresponding to HTTP request context object is serviced by Object Request Broker, thus, it is possible to Enough make that SDK is simpler, more light weight.
Fig. 5 is a kind of block diagram of the offer device of SDK services according to an exemplary embodiment.Reference picture 5, the dress Put including determining module 51, acquisition module 52 and respond module 53.
The determining module 51 is configured as in the case where receiving HTTP request, determines SDK corresponding to the HTTP request Service.
The acquisition module 52 is configured as obtaining the service logic of SDK services from SDK containers.
The respond module 53 is configured as responding the HTTP request according to service logic.
Fig. 6 is a kind of block diagram of the offer device of SDK services according to an example of an exemplary embodiment.Ginseng According to Fig. 6:
In a kind of possible implementation, the device also includes memory module 54.
The memory module 54 is configured as module name, method name and the service logic serviced according to every SDK, holds in SDK Every SDK services are stored in device.
In a kind of possible implementation, determining module 51 includes encapsulation submodule 511 and determination sub-module 512.
The encapsulation submodule 511 is configured as in the case where receiving HTTP request, and the HTTP request is encapsulated as HTTP request context object.
The determination sub-module 512 is configured to determine that SDK corresponding to the HTTP request context object is serviced.
In a kind of possible implementation, determination sub-module 512 includes module name and method name determination sub-module, SDK Service determination sub-module.
The module name and method name determination sub-module are configured as determining above and below the HTTP request by Object Request Broker Module name and method name corresponding to literary object.
SDK services determination sub-module is configured as module name and method according to corresponding to the HTTP request context object Name, determine that SDK corresponding to the HTTP request context object is serviced.
On the device in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method Embodiment in be described in detail, explanation will be not set forth in detail herein.
The present embodiment is by the case where receiving HTTP request, determining that SDK corresponding to HTTP request is serviced, from SDK The service logic of SDK services is obtained in container, and the HTTP request is responded according to the service logic, thus make SDK only need to Outer one interface of exposure, so that SDK is more succinct, more lightweight, more efficient, and it is easy to the management and maintenance of SDK services.
Fig. 7 is a kind of block diagram of the device 1900 of offer for SDK services according to an exemplary embodiment.Example Such as, device 1900 may be provided in a server.Reference picture 7, device 1900 include processing component 1922, and it further comprises One or more processors, and as the memory resource representated by memory 1932, can be by processing component 1922 for storing Execution instruction, such as application program.The application program stored in memory 1932 can include one or more Each corresponds to the module of one group of instruction.In addition, processing component 1922 is configured as execute instruction, to perform the above method.
Device 1900 can also include a power supply module 1926 and be configured as the power management of performs device 1900, one Wired or wireless network interface 1950 is configured as device 1900 being connected to network, and input and output (I/O) interface 1958.Device 1900 can be operated based on the operating system for being stored in memory 1932, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM or similar.
In the exemplary embodiment, a kind of non-transitorycomputer readable storage medium including instructing, example are additionally provided Such as include the memory 1932 of instruction, above-mentioned instruction can be performed to complete the above method by the processing component 1922 of device 1900. For example, the non-transitorycomputer readable storage medium can be ROM, random access memory (RAM), CD-ROM, tape, Floppy disk and optical data storage devices etc..
Those skilled in the art will readily occur to the disclosure its after considering specification and putting into practice invention disclosed herein Its embodiment.The application is intended to any modification, purposes or the adaptations of the disclosure, these modifications, purposes or Person's adaptations follow the general principle of the disclosure and including the undocumented common knowledges in the art of the disclosure Or conventional techniques.Description and embodiments are considered only as exemplary, and the true scope of the disclosure and spirit are by following Claim is pointed out.
It should be appreciated that the precision architecture that the disclosure is not limited to be described above and is shown in the drawings, and And various modifications and changes can be being carried out without departing from the scope.The scope of the present disclosure is only limited by appended claim.

Claims (10)

  1. A kind of 1. offer method of SDK services, it is characterised in that including:
    In the case where receiving HTTP request, determine that SDK corresponding to the HTTP request is serviced;
    The service logic of the SDK services is obtained from SDK containers;
    The HTTP request is responded according to the service logic.
  2. 2. according to the method for claim 1, it is characterised in that patrolled in the business that the SDK services are obtained from SDK containers Before volume, methods described also includes:
    Module name, method name and the service logic serviced according to every SDK, every SDK services are stored in the SDK containers.
  3. 3. according to the method for claim 1, it is characterised in that in the case where receiving HTTP request, it is determined that described Serviced corresponding to HTTP request, including:
    In the case where receiving HTTP request, the HTTP request is encapsulated as HTTP request context object;
    Determine that SDK corresponding to the HTTP request context object is serviced.
  4. 4. according to the method for claim 3, it is characterised in that determine SDK corresponding to the HTTP request context object Service, including:
    Module name and method name corresponding to the HTTP request context object are determined by Object Request Broker;
    According to module name and method name corresponding to the HTTP request context object, the HTTP request context object is determined Corresponding SDK services.
  5. A kind of 5. offer device of SDK services, it is characterised in that including:
    Determining module, in the case where receiving HTTP request, determining that SDK corresponding to the HTTP request is serviced;
    Acquisition module, for obtaining the service logic of the SDK services from SDK containers;
    Respond module, for responding the HTTP request according to the service logic.
  6. 6. device according to claim 5, it is characterised in that described device also includes:
    Memory module, for module name, method name and the service logic serviced according to every SDK, stored in the SDK containers Every SDK services.
  7. 7. device according to claim 5, it is characterised in that the determining module includes:
    Submodule is encapsulated, in the case where receiving HTTP request, the HTTP request to be encapsulated as above and below HTTP request Literary object;
    Determination sub-module, for determining that SDK corresponding to the HTTP request context object is serviced.
  8. 8. device according to claim 7, it is characterised in that the determination sub-module includes:
    Module name and method name determination sub-module, for determining the HTTP request context object pair by Object Request Broker The module name and method name answered;
    SDK services determination sub-module, for module name and method name according to corresponding to the HTTP request context object, it is determined that SDK corresponding to the HTTP request context object is serviced.
  9. A kind of 9. offer device of SDK services, it is characterised in that including:
    Processor;
    For storing the memory of processor-executable instruction;
    Wherein, the processor is configured as the step of method described in any one in perform claim requirement 1 to 4.
  10. 10. a kind of computer-readable recording medium, is stored thereon with computer program, it is characterised in that the computer program The step of method described in any one is realized in Claims 1-4 when being executed by processor.
CN201710622478.1A 2017-07-27 2017-07-27 SDK service providing method and device Active CN107483559B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710622478.1A CN107483559B (en) 2017-07-27 2017-07-27 SDK service providing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710622478.1A CN107483559B (en) 2017-07-27 2017-07-27 SDK service providing method and device

Publications (2)

Publication Number Publication Date
CN107483559A true CN107483559A (en) 2017-12-15
CN107483559B CN107483559B (en) 2020-09-11

Family

ID=60598466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710622478.1A Active CN107483559B (en) 2017-07-27 2017-07-27 SDK service providing method and device

Country Status (1)

Country Link
CN (1) CN107483559B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111552464A (en) * 2020-04-27 2020-08-18 上海鸿翼软件技术股份有限公司 SDK generation method, device, equipment and medium
CN111654495A (en) * 2020-06-03 2020-09-11 百度在线网络技术(北京)有限公司 Method, apparatus, device and storage medium for determining traffic generation source
CN113419750A (en) * 2021-08-24 2021-09-21 北京华品博睿网络技术有限公司 Model reasoning service calling system and method
CN111552464B (en) * 2020-04-27 2024-05-31 上海鸿翼软件技术股份有限公司 SDK generation method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104639539A (en) * 2015-01-27 2015-05-20 深圳市汇朗科技有限公司 Method and device for interface calling
US20150309849A1 (en) * 2014-04-29 2015-10-29 Fixmo, Inc. Method and system for managing and presenting multiple application containers as a single logical container
CN105760151A (en) * 2014-12-19 2016-07-13 深圳市金蝶中间件有限公司 Method and device for developing application
CN106603593A (en) * 2015-10-15 2017-04-26 北京京东尚科信息技术有限公司 HTTP calling method and device based on adaption
CN106775702A (en) * 2016-12-09 2017-05-31 中电科华云信息技术有限公司 Service internal interface based on container finds method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150309849A1 (en) * 2014-04-29 2015-10-29 Fixmo, Inc. Method and system for managing and presenting multiple application containers as a single logical container
CN105760151A (en) * 2014-12-19 2016-07-13 深圳市金蝶中间件有限公司 Method and device for developing application
CN104639539A (en) * 2015-01-27 2015-05-20 深圳市汇朗科技有限公司 Method and device for interface calling
CN106603593A (en) * 2015-10-15 2017-04-26 北京京东尚科信息技术有限公司 HTTP calling method and device based on adaption
CN106775702A (en) * 2016-12-09 2017-05-31 中电科华云信息技术有限公司 Service internal interface based on container finds method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111552464A (en) * 2020-04-27 2020-08-18 上海鸿翼软件技术股份有限公司 SDK generation method, device, equipment and medium
CN111552464B (en) * 2020-04-27 2024-05-31 上海鸿翼软件技术股份有限公司 SDK generation method, device, equipment and medium
CN111654495A (en) * 2020-06-03 2020-09-11 百度在线网络技术(北京)有限公司 Method, apparatus, device and storage medium for determining traffic generation source
CN113419750A (en) * 2021-08-24 2021-09-21 北京华品博睿网络技术有限公司 Model reasoning service calling system and method
CN113419750B (en) * 2021-08-24 2021-11-02 北京华品博睿网络技术有限公司 Model reasoning service calling system and method

Also Published As

Publication number Publication date
CN107483559B (en) 2020-09-11

Similar Documents

Publication Publication Date Title
Palade et al. An evaluation of open source serverless computing frameworks support at the edge
KR102443654B1 (en) Automatically create machine learning models for software tools that operate on source code
CN110275831B (en) Mock data verification method and device of protocol interface
CN108255707B (en) Development role creating method, device, equipment and storage medium of test case
CN107608901B (en) Jmeter-based testing method and device, storage medium and electronic equipment
CN106484623A (en) A kind of method of software test, apparatus and system
CN108804304B (en) Test case generation method and device, storage medium and electronic equipment
CN110955409B (en) Method and device for creating resources on cloud platform
CN111865644B (en) Recommendation method and device of computing resources, electronic equipment and storage medium
CN110955600A (en) Interface test method and device
US20180025162A1 (en) Application program analysis apparatus and method
CN113407327A (en) Modeling task and data analysis method, device, electronic equipment and system
CN114564374A (en) Operator performance evaluation method and device, electronic equipment and storage medium
CN107483559A (en) The offer method and device of SDK services
CN108694120B (en) Method and device for testing service component
CN114819553A (en) Dynamic configuration method, device, equipment and storage medium based on workflow engine
CN107341106A (en) Application compatibility detection method, exploitation terminal and storage medium
CN112559343B (en) Test path generation method and related equipment
CN111966597B (en) Test data generation method and device
Mirandola et al. UML based performance modeling of distributed systems
CN111506305A (en) Tool kit generation method and device, computer equipment and readable storage medium
CN111580409A (en) Fault simulation test method for real-time embedded system
Barve et al. Upsara: A model-driven approach for performance analysis of cloud-hosted applications
Manner et al. Impact of application load in function as a service
Ghasemi et al. Towards an Analytical Approach to Measure Modularity in Software Architecture Design.

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