CN114296823A - Information processing method and device for decoupling between service modules - Google Patents

Information processing method and device for decoupling between service modules Download PDF

Info

Publication number
CN114296823A
CN114296823A CN202111642465.3A CN202111642465A CN114296823A CN 114296823 A CN114296823 A CN 114296823A CN 202111642465 A CN202111642465 A CN 202111642465A CN 114296823 A CN114296823 A CN 114296823A
Authority
CN
China
Prior art keywords
sub
service
interface
module
calling
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.)
Pending
Application number
CN202111642465.3A
Other languages
Chinese (zh)
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.)
Shenzhen Huayuxun Technology Co ltd
Original Assignee
Shenzhen Huayuxun Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Huayuxun Technology Co ltd filed Critical Shenzhen Huayuxun Technology Co ltd
Priority to CN202111642465.3A priority Critical patent/CN114296823A/en
Publication of CN114296823A publication Critical patent/CN114296823A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the disclosure discloses an information processing method and an information processing device for decoupling between service modules, wherein the method comprises the steps of defining an interface of any sub-service module in an application; defining a sub-interface corresponding to each function for each function contained in any sub-service module in the application; establishing a relationship between an interface of any sub-service module and a sub-interface, wherein the relationship comprises that all sub-interfaces are added into the interfaces of the sub-service modules as array elements to obtain configured interfaces; and registering the configured interface into a preset service. By establishing the preset service and realizing the calling among the sub-service modules based on the preset service, the problems of reference confusion and code coupling caused by direct calling among the service modules are avoided, and the decoupling calling among the service modules is realized.

Description

Information processing method and device for decoupling between service modules
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to an information processing method and apparatus for decoupling between service modules.
Background
At present, mutual calling of multiple module services in the Android application development process can cause module reference confusion and code coupling, and the functional service atom independence in the development specification can not be met.
Disclosure of Invention
The main purpose of the present disclosure is to provide an information processing method and apparatus for decoupling between service modules.
In order to achieve the above object, according to a first aspect of the present disclosure, there is provided an information processing method for decoupling between service modules, including: defining an interface of any sub-business module in the application, wherein the interface of any sub-business module can be defined as an array; aiming at each function contained in any sub-service module in the application, defining a sub-interface corresponding to each function, wherein the sub-interface indicates calling information for realizing calling; establishing a relationship between an interface of any sub-service module and a sub-interface, wherein the relationship comprises that all sub-interfaces are added into the interfaces of the sub-service modules as array elements to obtain configured interfaces; and registering the configured interface into a preset service.
Optionally, the method further comprises: and realizing the calling among the sub-business modules based on the preset service.
Optionally, the implementing of the call between the sub-service modules based on the preset service includes:
the preset service is connected with a basic service module in the application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module; when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function; and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
Optionally, the method further comprises: and when the receiving service receives a request for deleting any sub-service module, deleting the interface registered by the sub-service module.
According to a second aspect of the present disclosure, there is provided an information processing apparatus for decoupling between service modules, comprising: a first definition unit configured to define an interface of any sub-business module within an application, wherein the interface of any sub-business module can be defined as an array; the second definition unit is configured to define a sub-interface corresponding to each function aiming at each function contained in any sub-service module in the application, wherein the sub-interface indicates calling information for realizing calling; the establishing unit is configured to establish the relationship between the interface of any sub-service module and the sub-interface, and comprises the steps of adding all the sub-interfaces into the interfaces of the sub-service modules as array elements to obtain configured interfaces; and the registration unit is configured to register the configured interface into the preset service.
Optionally, the method further comprises: and the calling unit is configured to realize calling among the sub business modules based on the preset service.
Optionally, the calling unit is further configured to include: the preset service is connected with a basic service module in the application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module; when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function; and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
Optionally, the apparatus further comprises: and the deleting unit is configured to delete the interface registered by the sub-business module after the receiving service receives a request for deleting any sub-business module.
According to a third aspect of the present disclosure, a computer-readable storage medium is provided, which stores computer instructions for causing a computer to execute the information processing method for decoupling between service modules according to any one of the implementation manners of the first aspect.
According to a fourth aspect of the present disclosure, there is provided an electronic device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a computer program executable by the at least one processor, and the computer program is executed by the at least one processor to cause the at least one processor to execute the information processing method for decoupling between service modules according to any one of the implementations of the first aspect.
In the embodiment of the disclosure, the method comprises the steps of defining an interface of any sub-business module in the application; defining a sub-interface corresponding to each function for each function contained in any sub-service module in the application; establishing a relationship between an interface of any sub-service module and a sub-interface, wherein the relationship comprises that all sub-interfaces are added into the interfaces of the sub-service modules as array elements to obtain configured interfaces; and registering the configured interface into a preset service. By establishing the preset service and realizing the calling among the sub-service modules based on the preset service, the problems of reference confusion and code coupling caused by direct calling among the service modules are avoided, and the decoupling calling among the service modules is realized.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present disclosure, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow diagram of an information processing method for inter-business module decoupling according to an embodiment of the disclosure;
FIG. 2 is a first application view diagram of an information processing method for inter-business module decoupling according to an embodiment of the present disclosure;
fig. 3 is a second application scenario diagram of an information processing method for decoupling between service modules according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those skilled in the art, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only some embodiments of the present disclosure, not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the present disclosure may be described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that, in the present disclosure, the embodiments and features of the embodiments may be combined with each other without conflict. The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
According to an embodiment of the present disclosure, an information processing method for decoupling between service modules is provided, as shown in fig. 1, the method includes the following steps 101 to 104:
step 101: an interface of any sub-business module in the application is defined, wherein the interface of any sub-business module can be defined as an array.
In this embodiment, the Android application structure may be a function that is introduced into an application entry module (app), and the function is mutually invoked by each coupled sub-service module (which may be referred to in a "implementation" manner in build. Referring to fig. 2, for example: in the existing 3 sub-service modules, namely a user module, an order module and a commodity module, the reference among the sub-service modules is disordered, and the object function calling mode in the calling process also causes deep coupling of code logic, for example, if a certain function B of the module B needs to be called in the module A, the function object reference (import) and the function direction (ObjectB.b ()) of the module B exist in the code logic of the module A, and the code modification in the function B of the module B can influence the logic of the module A. For another example, if any sub-business module is added or deleted, another sub-business module may be affected in the code development layer, and the problem of failing to compile may exist.
In order to implement complete decoupling of the service modules, a module connection service (MC for short, that is, a preset service of the present application) may be added to a basic service, where the basic service may be implemented for a common service bottom layer in each sub-service module, for example, the function module may be used for a function of processing a network request, a function of loading a picture, a function of caching a file, and the like. Each sub-business module can be connected with the basic service module.
Further, the establishment of the preset service may include a step of configuring an interface, a step of configuring a cache, and the like. When configuring the interface, the interface provider of each sub-service module in the application may be defined first, and after the definition, each sub-service module corresponds to a name provider key of the interface, for example, provider a, provider B … … provider N. The interface of each sub-service can be defined as an array, and the elements in the array are actions as described below.
Step 102: and aiming at each function contained in any sub-service module in the application, defining a sub-interface corresponding to each function, wherein the sub-interface indicates calling information for realizing calling.
In this embodiment, each sub-business model may include at least one function, for example, the order module may include a function of a completed order module, a function of an unfinished order module, and the like. Because different functions are called with different transmission parameters, different returned data and the like, calling information related to each function needs to be standardized and defined according to interface definition specifications, the implementation can unify execution functions, request parameters, callback monitoring and the like (namely standardization) of all functions in an abstract mode for each function to obtain subinterfaces Action1 and Action2 … … Action N corresponding to each function, and referring to fig. 3, the subinterface Action corresponding to each provider can be obtained through the above mode, and the calling information of the subinterfaces comprises the execution functions, the request parameters, the callback monitoring and the like.
Step 103: and establishing the relationship between the interface of any sub-service module and the sub-interface, wherein all the sub-interfaces are used as array elements and added into the interfaces of the sub-service modules to obtain the configured interfaces.
In this embodiment, adding the implemented Action to the management array in the Provider implemented by the current service module may be implemented by using the defined sub-interface as an element of the sub-service module interface array. All the sub-interfaces under each sub-service module are further available, for example, referring to fig. 3, actions 1, 2, 3 … … are included under ProviderA.
Step 104: and registering the configured interface into a preset service.
In this embodiment, a cache may be preset in the preset service, and after the interface configuration of the preset service is completed, the configured interface may be registered in the cache.
For example, when the app application entry layer is initialized, the Provider of each business module may be obtained and registered in a cache in the preset service for use when calling (e.g., Manager cache in the figure).
As an optional implementation manner of this embodiment, the method further includes: and realizing the calling among the sub-business modules based on the preset service.
In the embodiment of steps 101 to 104, the setup steps of the preset service are disclosed. The established preset service can realize the decoupling type calling among the sub-service modules, namely when the sub-service modules are called, the sub-service modules do not need to be directly called, and the mutual calling can be realized only through the preset service.
As an optional implementation manner of this embodiment, implementing the call between the sub-service modules based on the preset service includes: the preset service is connected with a basic service module in the application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module; when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function; and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
In the optional implementation manner, when the service module function is called, the Request in the preset service can be directly called through the forward key and the Action key, so that the calling functions of other modules are realized.
Specifically, the preset service may first access to the basic service module, and after receiving a call request of any sub-service module, the preset service may first determine an interface name Provider key of the called service module indicated by the request and an interface Action key indicating a call function, then first determine the Provider key from the cache, then determine an element Action key in an array of the Provider key, and then may execute information of the call indicated by the Action key through an execution mechanism of the preset service, for example, execute a function.
It is understood that the default processing may be a predetermined processing manner, including but not limited to a default unicode callback, a default case prompt, etc., to avoid logic blocking if a specific functional service is not screened out.
As an optional implementation manner of this embodiment, the method further includes: and when the receiving service receives a request for deleting any sub-service module, deleting the interface registered by the sub-service module.
In the optional implementation manner, in the related art, the introduction and deletion of the functional module in the development process need to modify the coupling code, so that the system stability is reduced. Because each business module has a direct reference relationship, when any business module is deleted, another business module is affected in a code development level, for example, the problem of failing to compile and the like is solved. The preset service is set through the embodiment, and the calling among the sub-service modules is realized through the preset service, so that the mutual calling among the sub-service modules is avoided.
For example, the user may delete any service sub-module in the development interface, and after the preset service receives the request, may delete the Provider key of the service module and the Action key information included in the Provider key, which are registered in the cache. Therefore, the cache no longer has the management information of the service module, and if the management information does not exist, the calling cannot be performed during the calling. Other sub-service modules are not affected by the method.
Illustratively, when a sub-service module needs to be added, for example, the way of establishing step 101 to step 104, management of the added service module may be established.
In the embodiment, function calling and data communication among the service modules are realized in the preset service by screening the function service in a river key and Action key mode, and all the service modules are not directly referenced and are completely decoupled.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
According to an embodiment of the present disclosure, there is also provided an apparatus for implementing the information processing method for decoupling between service modules, the apparatus including: a first definition unit configured to define an interface of any sub-business module within an application, wherein the interface of any sub-business module can be defined as an array; the second definition unit is configured to define a sub-interface corresponding to each function aiming at each function contained in any sub-service module in the application, wherein the sub-interface indicates calling information for realizing calling; the establishing unit is configured to establish the relationship between the interface of any sub-service module and the sub-interface, and comprises the steps of adding all the sub-interfaces into the interfaces of the sub-service modules as array elements to obtain configured interfaces; and the registration unit is configured to register the configured interface into the preset service.
As an optional implementation manner of this embodiment, the method further includes: and the calling unit is configured to realize calling among the sub business modules based on the preset service.
As an optional implementation manner of this embodiment, the invoking unit is further configured to include: the method comprises the following steps that a preset service is connected with a basic service module in an application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module; when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function; and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
As an optional implementation manner of this embodiment, the apparatus further includes: and the deleting unit is configured to delete the interface registered by the sub-business module after the receiving service receives a request for deleting any sub-business module.
The embodiment of the present disclosure provides an electronic device, as shown in fig. 4, the electronic device includes one or more processors 41 and a memory 42, where one processor 41 is taken as an example in fig. 4.
The controller may further include: an input device 43 and an output device 44.
The processor 41, the memory 42, the input device 43 and the output device 44 may be connected by a bus or other means, and fig. 4 illustrates the connection by a bus as an example.
The processor 41 may be a Central Processing Unit (CPU). The processor 41 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or combinations thereof. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 42, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules corresponding to the control methods in the embodiments of the present disclosure. The processor 41 executes various functional applications of the server and data processing by running non-transitory software programs, instructions and modules stored in the memory 42, that is, implements the information processing method for decoupling between business modules of the above method embodiment.
The memory 42 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of a processing device operated by the server, and the like. Further, the memory 42 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 42 may optionally include memory located remotely from processor 41, which may be connected to a network connection device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 43 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the processing device of the server. The output device 44 may include a display device such as a display screen.
One or more modules are stored in the memory 42, which when executed by the one or more processors 41, perform the method as shown in fig. 1.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the motor control methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a Random Access Memory (RAM), a flash memory (FlashMemory), a hard disk (hard disk drive, abbreviated as HDD) or a Solid State Drive (SSD), etc.; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present disclosure have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the present disclosure, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. An information processing method for decoupling between service modules, comprising:
defining an interface of any sub-business module in the application, wherein the interface of any sub-business module can be defined as an array;
aiming at each function contained in any sub-service module in the application, defining a sub-interface corresponding to each function, wherein the sub-interface indicates calling information for realizing calling;
establishing a relationship between an interface of any sub-service module and a sub-interface, wherein the relationship comprises that all sub-interfaces are added into the interfaces of the sub-service modules as array elements to obtain configured interfaces;
and registering the configured interface into a preset service.
2. The information processing method for decoupling between service modules as claimed in claim 1, further comprising: and realizing the calling among the sub-business modules based on the preset service.
3. The information processing method for decoupling between service modules according to claim 2, wherein implementing a call between sub-service modules based on the preset service comprises:
the preset service is connected with a basic service module in the application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module;
when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function;
and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
4. The method of claim 1, further comprising:
and when the receiving service receives a request for deleting any sub-service module, deleting the interface registered by the sub-service module.
5. An information processing apparatus for decoupling between service modules, comprising:
a first definition unit configured to define an interface of any sub-business module within an application, wherein the interface of any sub-business module can be defined as an array;
the second definition unit is configured to define a sub-interface corresponding to each function aiming at each function contained in any sub-service module in the application, wherein the sub-interface indicates calling information for realizing calling;
the establishing unit is configured to establish the relationship between the interface of any sub-service module and the sub-interface, and comprises the steps of adding all the sub-interfaces into the interfaces of the sub-service modules as array elements to obtain configured interfaces;
and the registration unit is configured to register the configured interface into the preset service.
6. The information processing apparatus for decoupling between service modules as claimed in claim 4, further comprising: and the calling unit is configured to realize calling among the sub business modules based on the preset service.
7. The information processing method for decoupling between service modules as claimed in claim 6, wherein the calling unit is further configured to include:
the preset service is connected with a basic service module in the application, wherein the basic service module is used for realizing a public service bottom layer in each sub-service module;
when the preset service receives a function calling request of any sub-service module, determining the name of an interface of the called sub-service module indicated by the request and the name of a sub-interface corresponding to the called function;
and determining the calling information of the called function based on the name of the interface of the called sub-business module and the name of the sub-interface corresponding to the called function.
8. The method of claim 4, wherein the apparatus further comprises:
and the deleting unit is configured to delete the interface registered by the sub-business module after the receiving service receives a request for deleting any sub-business module.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium stores computer instructions for causing the computer to execute the information processing method for decoupling between service modules according to any one of claims 1 to 4.
10. An electronic device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a computer program executable by the at least one processor, the computer program being executable by the at least one processor to cause the at least one processor to perform the information processing method for decoupling between traffic modules as claimed in any one of claims 1 to 4.
CN202111642465.3A 2021-12-29 2021-12-29 Information processing method and device for decoupling between service modules Pending CN114296823A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111642465.3A CN114296823A (en) 2021-12-29 2021-12-29 Information processing method and device for decoupling between service modules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111642465.3A CN114296823A (en) 2021-12-29 2021-12-29 Information processing method and device for decoupling between service modules

Publications (1)

Publication Number Publication Date
CN114296823A true CN114296823A (en) 2022-04-08

Family

ID=80972053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111642465.3A Pending CN114296823A (en) 2021-12-29 2021-12-29 Information processing method and device for decoupling between service modules

Country Status (1)

Country Link
CN (1) CN114296823A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115482633A (en) * 2022-09-13 2022-12-16 珠海市新德汇信息技术有限公司 Method, system, storage medium and device compatible with communication interaction of different devices

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108683604A (en) * 2018-04-03 2018-10-19 平安科技(深圳)有限公司 concurrent access control method, terminal device and medium
CN109634571A (en) * 2018-12-17 2019-04-16 武汉烽火信息集成技术有限公司 A kind of API method of combination, storage medium, electronic equipment and system
CN110311867A (en) * 2019-07-02 2019-10-08 江苏满运软件科技有限公司 Application module management method, device, electronic equipment, storage medium
CN111209122A (en) * 2019-12-24 2020-05-29 广州华多网络科技有限公司 Interface calling method and device, electronic equipment and storage medium
CN112131082A (en) * 2020-10-16 2020-12-25 苏州浪潮智能科技有限公司 Method, device and storage medium for realizing software system state detection
CN112380033A (en) * 2020-11-17 2021-02-19 北京百度网讯科技有限公司 Vehicle-mounted android operating system architecture, vehicle-mounted operating system calling method, electronic device and storage medium
CN112764726A (en) * 2019-11-04 2021-05-07 北京京东振世信息技术有限公司 Data synthesis method and device
CN113391860A (en) * 2020-03-11 2021-09-14 北京字节跳动网络技术有限公司 Service request processing method and device, electronic equipment and computer storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108683604A (en) * 2018-04-03 2018-10-19 平安科技(深圳)有限公司 concurrent access control method, terminal device and medium
CN109634571A (en) * 2018-12-17 2019-04-16 武汉烽火信息集成技术有限公司 A kind of API method of combination, storage medium, electronic equipment and system
CN110311867A (en) * 2019-07-02 2019-10-08 江苏满运软件科技有限公司 Application module management method, device, electronic equipment, storage medium
CN112764726A (en) * 2019-11-04 2021-05-07 北京京东振世信息技术有限公司 Data synthesis method and device
CN111209122A (en) * 2019-12-24 2020-05-29 广州华多网络科技有限公司 Interface calling method and device, electronic equipment and storage medium
CN113391860A (en) * 2020-03-11 2021-09-14 北京字节跳动网络技术有限公司 Service request processing method and device, electronic equipment and computer storage medium
CN112131082A (en) * 2020-10-16 2020-12-25 苏州浪潮智能科技有限公司 Method, device and storage medium for realizing software system state detection
CN112380033A (en) * 2020-11-17 2021-02-19 北京百度网讯科技有限公司 Vehicle-mounted android operating system architecture, vehicle-mounted operating system calling method, electronic device and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115482633A (en) * 2022-09-13 2022-12-16 珠海市新德汇信息技术有限公司 Method, system, storage medium and device compatible with communication interaction of different devices

Similar Documents

Publication Publication Date Title
US20220276910A1 (en) Dynamically integrating a client application with third-party services
CN110191063B (en) Service request processing method, device, equipment and storage medium
US9253265B2 (en) Hot pluggable extensions for access management system
KR20140033494A (en) Method and system for implementing function extension of open platform
US11777749B2 (en) Devices and methods for analytics exposure to application functions in 5G networks
US20120151056A1 (en) Network service admission control using dynamic network topology and capacity updates
CN109417501B (en) Method and equipment for arranging network resources
CN113377348A (en) Task adjustment method applied to task engine, related device and storage medium
CN113505996A (en) Authority management method and device
CN114296823A (en) Information processing method and device for decoupling between service modules
CN109657485B (en) Authority processing method and device, terminal equipment and storage medium
CN107301053B (en) Picture configuration method and device and electronic terminal
CN111488163B (en) Firmware updating method and device, electronic equipment and storage medium
US20170149641A1 (en) Providing dynamic latency in an integration flow
CN113254014A (en) Sketch plug-in-based interface development method, device and system
CN112752352B (en) Method and equipment for determining I-SMF (intermediate session management function)
CN116389385A (en) System resource processing method, device, storage medium and equipment
CN115774700A (en) File sharing method and device, computer equipment and storage medium
CN111294377A (en) Network request sending method of dependency relationship, terminal device and storage medium
CN115131144A (en) Information processing method and device for business system for transaction
CN111488199B (en) Method, device, equipment and medium for creating virtual machine
CN111008015B (en) Micro front-end application framework based on front-end technology
CN113988826A (en) Method and device for managing multiple accounts
CN114915837B (en) Triggering method and device for video rendering, electronic equipment and storage medium
CN113595788B (en) API gateway management method and device based on plug-in

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