CN109739666A - Striding course call method, device, equipment and the storage medium of singleton method - Google Patents

Striding course call method, device, equipment and the storage medium of singleton method Download PDF

Info

Publication number
CN109739666A
CN109739666A CN201910020180.2A CN201910020180A CN109739666A CN 109739666 A CN109739666 A CN 109739666A CN 201910020180 A CN201910020180 A CN 201910020180A CN 109739666 A CN109739666 A CN 109739666A
Authority
CN
China
Prior art keywords
calling
singleton
called
calling process
proxy
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
CN201910020180.2A
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.)
Guangzhou Huya Information Technology Co Ltd
Original Assignee
Guangzhou Huya Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Huya Information Technology Co Ltd filed Critical Guangzhou Huya Information Technology Co Ltd
Priority to CN201910020180.2A priority Critical patent/CN109739666A/en
Publication of CN109739666A publication Critical patent/CN109739666A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses striding course call method, device, equipment and the storage mediums of a kind of singleton method.Wherein, method includes: calling process by dynamic proxy, simulates agent object identical with called process;The calling process passes through the singleton method in called process described in proxy object invocation.In the embodiment of the present invention, since agent object is identical as called process, allows system to be mistaken for called process and calling singleton method, singleton can't be perceived and called by other processes, the operation of singleton pattern is not influenced, so that the ingenious striding course for realizing singleton method calls.

Description

Striding course call method, device, equipment and the storage medium of singleton method
Technical field
The present embodiments relate to the communication technology more particularly to a kind of striding course call method of singleton method, device, set Standby and storage medium.
Background technique
Singleton pattern is a kind of common software design pattern.Only it is referred to as single comprising one in its nuclear structure The special defects of example.Can be in guarantee system by singleton pattern, class only one object instance.It is entire to be when many System only needs to possess one global object, is conducive to the behavior of coordination system entirety.
But singleton design pattern has limitation: can only come into force in a process, but inevitably will appear again in project development The case where opening multiple processes.However, existing singleton design pattern does not support striding course to call, i.e., other processes are not capable of calling Singleton method in this process, reduces development efficiency.
Summary of the invention
The embodiment of the present invention provides striding course call method, device, equipment and the storage medium of a kind of singleton method, with reality The striding course of existing singleton method calls.
In a first aspect, the embodiment of the invention provides a kind of striding course call methods of singleton method, comprising:
Calling process simulates agent object identical with called process by dynamic proxy;
The calling process passes through the singleton method in called process described in proxy object invocation.
Second aspect is applied to call the embodiment of the invention also provides a kind of striding course calling device of singleton method Process, comprising:
Analog module, for simulating agent object identical with called process by dynamic proxy;
Calling module, for the singleton method by being called in process described in proxy object invocation.
The third aspect, the embodiment of the invention also provides a kind of electronic equipment, the electronic equipment includes:
One or more processors;
Memory, for storing one or more programs,
When one or more of programs are executed by one or more of processors, so that one or more of processing Device realizes the striding course call method of singleton method described in any embodiment.
Fourth aspect, the embodiment of the invention also provides a kind of computer readable storage mediums, are stored thereon with computer Program realizes the striding course call method of the singleton method as described in any embodiment when the program is executed by processor.
In the embodiment of the present invention, agent object identical with called process is simulated by dynamic proxy, and pass through agency Object reference singleton method, and it is identical as called process just because of agent object, allow system to be mistaken for called process Singleton method is being called, singleton can't be perceived and called by other processes, do not influence the operation of singleton pattern, thus ingenious reality The striding course of existing singleton method calls.
Detailed description of the invention
Fig. 1 is a kind of flow chart of the striding course call method for singleton method that the embodiment of the present invention one provides;
Fig. 2 a is a kind of flow chart of the striding course call method of singleton method provided by Embodiment 2 of the present invention;
Fig. 2 b is a kind of schematic diagram that interprocess communication is carried out by Binder connection pool provided by Embodiment 2 of the present invention;
Fig. 3 is a kind of structural schematic diagram of the striding course calling device for singleton method that the embodiment of the present invention three provides;
Fig. 4 is the structural schematic diagram for a kind of electronic equipment that the embodiment of the present invention four provides.
Specific embodiment
The present invention is described in further detail with reference to the accompanying drawings and examples.It is understood that this place is retouched The specific embodiment stated is used only for explaining the present invention rather than limiting the invention.It also should be noted that in order to just Only the parts related to the present invention are shown in description, attached drawing rather than entire infrastructure.
Embodiment one
Fig. 1 is a kind of flow chart of the striding course call method for singleton method that the embodiment of the present invention one provides, this implementation Example is applicable under singleton pattern, and striding course calls situation, be can be applied to the platform realized using Java language, is not limited to Android system.This method can be executed by the striding course calling device of singleton method, the device can by hardware and/or Software sharing, and be typically integrated in electronic equipment.
In the present embodiment, the striding course calling device of singleton method is applied to calling process, and calling process needs to call quilt Singleton method in calling process, optionally, calling process and called process can be located at client or server-side simultaneously, It can also be located at client and server-side, be not construed as limiting herein.Since the scope of singleton is only that in called process, The striding course that cannot achieve other processes calls, and the present embodiment realizes the tune of striding course singleton method by way of dynamic proxy With, and independent of Android Interface Definition Language (Android Interface Definition Language, AIDL). In conjunction with Fig. 1, method provided in this embodiment specifically includes following operation:
S110, calling process simulate agent object identical with called process by dynamic proxy.
S120, the calling process pass through the singleton method in called process described in proxy object invocation.
The agent way that proxy class is created when program is run is known as dynamic proxy, and the proxy class in dynamic proxy is not It is defined in the Java code, but at runtime according to " instruction " dynamic generation being preset in Java code.
Optionally, a Proxy class and one are provided under the java.lang.reflect packet of Java Dynamic proxy class and agent object can be generated by this class and this interface in InvocationHandler interface.It is specific and Speech creates agent object by the newProxyInstances method of Proxy class, and the agent object and called process are (by generation Manage object) it is identical.
Currently, proxy mode is common Java design pattern, it is characterized in that proxy class and commission class have same interface, base In this, the interprocess communication interface of calling process and called process, such as IUserManager are stated in advance.Interprocess communication Interface is realized by singleton method.
Calling process, according to interprocess communication interface, simulates agency couple identical with called process by dynamic proxy As.Due to realizing interprocess communication interface, and hold agent object, which can act on behalf of called process and go to call Singleton method.
Under singleton pattern, the called process only where singleton can call the singleton method, and other processes can not To call the singleton method.In the embodiment of the present invention, agent object identical with called process is simulated by dynamic proxy, and By proxy object invocation singleton method, and identical as called process just because of agent object, allow system be mistaken for by Calling process is calling singleton method, can't perceive singleton and be called by other processes, not influence the operation of singleton pattern, from And the ingenious striding course for realizing singleton method calls.
Further, the present embodiment is by communication interface between dependent process, realizes the simulation of agent object, and independent of AIDL, applicable platform are not limited to Android, further include the other platforms write using Java language, and application scenarios are wider It is general.
Embodiment two
Fig. 2 a is a kind of flow chart of the striding course call method of singleton method provided by Embodiment 2 of the present invention.This implementation Example advanced optimizes each optional embodiment of above-described embodiment.Embodiment defines pass through proxy object invocation singleton side The parameter transmittance process of method.In conjunction with Fig. 2 a, method provided in this embodiment includes following operation:
S210, the calling process, according to interprocess communication interface, are simulated identical as called process by dynamic proxy Agent object.
When S220, the calling process call the interprocess communication interface method, using the dynamic proxy to interface Calling is linked up with.
Calling process passes through the calling of communication interface realization singleton method between calling process, and call parameters are singleton method Required parameter.Dynamic proxy carries out hook Hook to interface calling, and dynamic proxy is used when calling process initiates to call Method in the invoke of (such as InvocationHandler) replaces original interface call method, realizes what interface called It intercepts.Further, customized operation, such as print log are added in invoke, realizes the hook of application level, thus right Invoke method is extended, and is enhanced the function of original class in the case where not changing original realization class in this way, is met opening and closing Principle.
S230, calling process transmit required parameter to the called process by the agent object, for the quilt Calling process calls the singleton method according to the required parameter, and call result is back to the dynamic proxy.
Required parameter is, for example, the parameters such as address, name in singleton method.Optionally, calling process passes through the agency Object leads between the called process carry out process in the invoke method of dynamic proxy (such as InvocationHandler) Believe (Inter-Process Communication, IPC), and required parameter is transmitted to the called process by IPC.Quilt Calling process calls singleton method according to required parameter, and returns to call result to dynamic proxy by IPC.
Optionally, it is called in the invoke method of dynamic proxy with described in calling process by the agent object Process carries out before interprocess communication, it is also necessary to establish the striding course communication channel between calling process and called process, have Body realizes IPC communication channel by AIDL.In view of needing to call called process in calling process there may be multiple modules In singleton method in order to convenient for management, component (Binder) connection pool is set in called process, the process that is called utilizes One Binder connection pool manages all Binder, it is only necessary to manage BinderPoolMannager connection pool, in this way It can be achieved with service and manage multiple Binder, return to different Binder for different modules, led between process with realizing News.
In conjunction with Fig. 2 b, when realizing Binder connection pool, AIDL file is created in each module of calling process, is created Corresponding java class realizes AIDL communication interface.In called process, BinderPoolService is established, is then realized Binder connection pool, then determined by binderCode return to each module needed for Binder object.Connect down is exactly on realizing Interface is stated, specifically, creates the class of a BinderPool.java, selection creates an inside inside BinderPool Class inherits IBinderPool.Stub and realizes queryBinder method.
When carrying out interprocess communication using Binder connection pool, the calling process provides tune to the called process With the unique identification of module in process, so that according to Binder connection pool to return to the module corresponding for the called process Binder object;Module described in calling process obtains service interface according to the Binder object, and is connect using the service The method that mouth provides realizes interprocess communication.
Optionally, in Android platform, character string is only supported in interprocess communication, does not support other data types.In order to Interprocess communication is set to support numerous types of data, in the present embodiment, calling process will request ginseng by the agent object Number is converted to the first character string, and transmits first character string to the called process.In this way, since required parameter is unified The first character string is converted to, so that required parameter itself can support numerous types of data.
S240, calling process obtain the call result from the dynamic proxy.
Similarly, in order to enable interprocess communication to support numerous types of data, the calling process passes through the agency The call result is converted to the second character string by object, and obtains second character string.It is worth noting that for aspect Description and differentiation, the character string that required parameter is converted to are known as the first character string, and the character string that call result is converted to claims For the second character string.
Second character string sequence is turned to corresponding object after dynamic proxy the second character string of acquisition by calling process (bean).So far, calling process realizes the calling of striding course singleton method by dynamic proxy.
In the present embodiment, when calling process calls the interprocess communication interface method, docked using the dynamic proxy It mouthful calls and to be linked up with, required parameter is transmitted to the called process by the agent object, and from the dynamic proxy The call result is obtained, so that agent object realizes the calling of singleton method by transmitting required parameter;Connected by Binder The calling that multiple modules in calling process are realized in pond is connect, system performance is improved, simplifies process communication, promotes development efficiency; By by required parameter and returning the result and being converted to character string, so that numerous types of data, application range are supported in interprocess communication Extensively.
In each optional embodiment of the various embodiments described above, due to singleton pattern be necessary to ensure that some class only one Example, and voluntarily instantiate and provide this example to whole system, when needing repeatedly to provide this example, it is necessary to more Secondary instantiation.In order to reduce instantiation number, lifting system performance, called process is in advance delayed local singleton by IPC There are in buffer pool, so that other processes are called, and called process need to only call local singleton.It only needs in this way It to be instantiated in buffer pool primary.Based on this, calling process described in proxy object invocation by being called in process Singleton method, comprising: the calling process calls singleton method by agent object from the buffer pool of called process.
In the striding course call operation of singleton method provided by the above embodiment, interface is time-consuming serious, when system main thread When performing above-mentioned time-consuming operation, it is easy to appear program and does not respond (application not responding, ANR).It is based on This, each operation that the various embodiments described above are provided, which is put into sub thread, calls, and is managed collectively by thread pool, and each operation includes But it is not limited to simulate the operation of agent object identical with called process;Required parameter is transmitted by dynamic proxy and receives tune With the operation of result, the operation of hand over word string, according to the operation of Binder thread pool realization striding course communication channel.Into one Step guarantees that the related synchronization between sub thread operates by synchronization means class.Synchronization means class includes but is not limited to CountDownLatch, Semaphore, CycleBarrier etc..The present embodiment is put into sub thread calling by that will operate, and solves ANR problem caused by time-consuming interface in AIDL communication.
Embodiment three
Fig. 3 is a kind of structural schematic diagram of the striding course calling device for singleton method that the embodiment of the present invention three provides.This Embodiment is applicable under singleton pattern, and striding course calls situation, the striding course calling device of singleton method be applied to call into Journey.In conjunction with Fig. 3, device provided in this embodiment includes: analog module 31, calling module 32.
Analog module 31, for simulating agent object identical with called process by dynamic proxy;
Calling module 32, for the singleton method by being called in process described in proxy object invocation.
In the embodiment of the present invention, agent object identical with called process is simulated by dynamic proxy, and pass through agency Object reference singleton method, and it is identical as called process just because of agent object, allow system to be mistaken for called process Singleton method is being called, singleton can't be perceived and called by other processes, do not influence the operation of singleton pattern, thus ingenious reality The striding course of existing singleton method calls.
Further, the present embodiment is by communication interface between dependent process, realizes the simulation of agent object, and independent of AIDL, applicable platform are not limited to Android, further include the other platforms write using Java language, and application scenarios are wider It is general.
Optionally, analog module 31 is passing through dynamic proxy, when simulating agent object identical with called process, specifically For: by dynamic proxy according to interprocess communication interface, simulate agent object identical with called process;Wherein, described Interprocess communication interface is the communication interface of the calling process Yu the called process.
Optionally, calling module 32 is in the singleton method by being called in process described in proxy object invocation, specifically For: when calling the interprocess communication interface method, interface calling is linked up with using the dynamic proxy;By described Agent object transmits required parameter to the called process, so that the called process calls institute according to the required parameter Singleton method is stated, and call result is back to the dynamic proxy;The call result is obtained from the dynamic proxy.
Optionally, calling module 32 is when transmitting required parameter to the called process by the agent object, tool Body is used for: carrying out interprocess communication with the called process in the invoke method of dynamic proxy by the agent object IPC, and required parameter is transmitted to the called process by IPC.
Optionally, which further includes that module is realized in communication, for passing through the agent object in dynamic proxy Before carrying out interprocess communication with the called process in invoke method, provided in calling process to the called process The unique identification of module, so that the called process returns to the corresponding Binder of the module according to component Binder connection pool Object;Module obtains service interface, and the side provided using the service interface according to the Binder object in calling process Method realizes interprocess communication.
Optionally, calling module 32 is when transmitting required parameter to the called process by the agent object, tool Body is used for: required parameter being converted to the first character string by the agent object, and to described in the called process transmitting First character string.Correspondingly, calling module 32 is specifically used for: passing through when obtaining the call result from the dynamic proxy The call result is converted to the second character string by the agent object, and obtains second character string.
Optionally, calling module 32 is in the singleton method by being called in process described in proxy object invocation, specifically For: singleton method is called from the buffer pool of called process by agent object.
Any embodiment of that present invention institute can be performed in the striding course calling device of singleton method provided by the embodiment of the present invention The striding course call method of the singleton method of offer has the corresponding functional module of execution method and beneficial effect.
Example IV
Fig. 4 is the structural schematic diagram for a kind of electronic equipment that the embodiment of the present invention four provides, as shown in figure 4, the electronics is set Standby includes processor 40, memory 41;The quantity of processor 40 can be one or more in electronic equipment, with one in Fig. 4 For processor 40;Processor 40, memory 41 in electronic equipment can be connected by bus or other modes, in Fig. 4 with For being connected by bus.
Memory 41 is used as a kind of computer readable storage medium, can be used for storing software program, journey can be performed in computer Sequence and module, such as the corresponding program instruction of the striding course call method of the singleton method in the embodiment of the present invention/module (example Such as, the analog module 31 in the striding course calling device of singleton method, calling module 32).Processor 40 is stored in by operation Software program, instruction and module in memory 41, thereby executing the various function application and data processing of electronic equipment, Realize the striding course call method of above-mentioned singleton method.
Memory 41 can mainly include storing program area and storage data area, wherein storing program area can store operation system Application program needed for system, at least one function;Storage data area, which can be stored, uses created data etc. according to terminal.This Outside, memory 41 may include high-speed random access memory, can also include nonvolatile memory, for example, at least a magnetic Disk storage device, flush memory device or other non-volatile solid state memory parts.In some instances, memory 41 can be further Including the memory remotely located relative to processor 40, these remote memories can pass through network connection to electronic equipment. The example of above-mentioned network includes but is not limited to internet, intranet, local area network, mobile radio communication and combinations thereof.
Embodiment five
The embodiment of the present invention five also provides a kind of computer readable storage medium for being stored thereon with computer program, the meter Calculation machine program by computer processor when being executed for executing a kind of striding course call method of singleton method, this method packet It includes:
Calling process simulates agent object identical with called process by dynamic proxy;
The calling process passes through the singleton method in called process described in proxy object invocation.
Certainly, a kind of computer-readable storage medium being stored thereon with computer program provided by the embodiment of the present invention Matter, the method operation which is not limited to the described above, can also be performed list provided by any embodiment of the invention Relevant operation in the striding course call method of example method.
By the description above with respect to embodiment, it is apparent to those skilled in the art that, the present invention It can be realized by software and required common hardware, naturally it is also possible to which by hardware realization, but in many cases, the former is more Good embodiment.Based on this understanding, technical solution of the present invention substantially in other words contributes to the prior art Part can be embodied in the form of software products, which can store in computer readable storage medium In, floppy disk, read-only memory (Read-Only Memory, ROM), random access memory (Random such as computer Access Memory, RAM), flash memory (FLASH), hard disk or CD etc., including some instructions are with so that a computer is set Standby (can be personal computer, server or the network equipment etc.) executes method described in each embodiment of the present invention.
It is worth noting that, in the embodiment of the striding course calling device of above-mentioned singleton method, included each unit It is only divided according to the functional logic, but is not limited to the above division with module, as long as can be realized corresponding function Energy;In addition, the specific name of each functional unit is also only for convenience of distinguishing each other, the guarantor being not intended to restrict the invention Protect range.
Note that the above is only a better embodiment of the present invention and the applied technical principle.It will be appreciated by those skilled in the art that The invention is not limited to the specific embodiments described herein, be able to carry out for a person skilled in the art it is various it is apparent variation, It readjusts and substitutes without departing from protection scope of the present invention.Therefore, although being carried out by above embodiments to the present invention It is described in further detail, but the present invention is not limited to the above embodiments only, without departing from the inventive concept, also It may include more other equivalent embodiments, and the scope of the invention is determined by the scope of the appended claims.

Claims (10)

1. a kind of striding course call method of singleton method characterized by comprising
Calling process simulates agent object identical with called process by dynamic proxy;
The calling process passes through the singleton method in called process described in proxy object invocation.
2. the method according to claim 1, wherein the calling process by dynamic proxy, is simulated and is adjusted With the identical agent object of process, comprising:
The calling process, according to interprocess communication interface, simulates agency couple identical with called process by dynamic proxy As;
Wherein, the interprocess communication interface is the communication interface of the calling process Yu the called process.
3. according to the method described in claim 2, it is characterized in that, the calling process described in proxy object invocation by being adjusted With the singleton method in process, comprising:
When the calling process calls the interprocess communication interface method, interface calling is hung using the dynamic proxy Hook;
The calling process transmits required parameter to the called process by the agent object, for it is described be called into Journey calls the singleton method according to the required parameter, and call result is back to the dynamic proxy;
The calling process obtains the call result from the dynamic proxy.
4. according to the method described in claim 3, it is characterized in that, the calling process passes through the agent object to the quilt Calling process transmits required parameter, comprising:
The calling process is carried out in the invoke method of dynamic proxy with the called process by the agent object Interprocess communication IPC, and required parameter is transmitted to the called process by IPC.
5. according to the method described in claim 4, it is characterized in that, in the calling process by the agent object in dynamic In the invoke method of agency and before the called process progress interprocess communication, further includes:
The calling process provides the unique identification of module in calling process to the called process, for it is described be called into Journey returns to the corresponding Binder object of the module according to component Binder connection pool;
Module described in the calling process obtains service interface according to the Binder object, and uses the service interface The method of offer realizes interprocess communication.
6. according to the method described in claim 3, it is characterized in that, the calling process passes through the agent object to the quilt Calling process transmits required parameter, comprising:
Required parameter is converted to the first character string by the agent object by the calling process, and to the called process Transmit first character string;
The calling process obtains the call result from the dynamic proxy, comprising:
The call result is converted to the second character string by the agent object by the calling process, and obtains described second Character string.
7. method according to claim 1-6, which is characterized in that the calling process passes through proxy object invocation Singleton method in the called process, comprising:
The calling process calls singleton method by agent object from the buffer pool of called process.
8. a kind of striding course calling device of singleton method, which is characterized in that be applied to calling process, comprising:
Analog module, for simulating agent object identical with called process by dynamic proxy;
Calling module, for the singleton method by being called in process described in proxy object invocation.
9. a kind of electronic equipment, which is characterized in that the electronic equipment includes:
One or more processors;
Memory, for storing one or more programs,
When one or more of programs are executed by one or more of processors, so that one or more of processors are real The now striding course call method of the singleton method as described in any in claim 1-7.
10. a kind of computer readable storage medium, is stored thereon with computer program, which is characterized in that the program is by processor The striding course call method of the singleton method as described in any in claim 1-7 is realized when execution.
CN201910020180.2A 2019-01-09 2019-01-09 Striding course call method, device, equipment and the storage medium of singleton method Pending CN109739666A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910020180.2A CN109739666A (en) 2019-01-09 2019-01-09 Striding course call method, device, equipment and the storage medium of singleton method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910020180.2A CN109739666A (en) 2019-01-09 2019-01-09 Striding course call method, device, equipment and the storage medium of singleton method

Publications (1)

Publication Number Publication Date
CN109739666A true CN109739666A (en) 2019-05-10

Family

ID=66364147

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910020180.2A Pending CN109739666A (en) 2019-01-09 2019-01-09 Striding course call method, device, equipment and the storage medium of singleton method

Country Status (1)

Country Link
CN (1) CN109739666A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377438A (en) * 2019-07-22 2019-10-25 广州小鹏汽车科技有限公司 The method for routing of striding course communication interface, device and system
CN110532045A (en) * 2019-09-04 2019-12-03 深圳市迅雷网络技术有限公司 A kind of striding course call method and relevant apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050027871A1 (en) * 2003-06-05 2005-02-03 William Bradley Interoperable systems and methods for peer-to-peer service orchestration
CN108536487A (en) * 2018-04-12 2018-09-14 珠海横琴盛达兆业科技投资有限公司 A kind of Get request method of load server data succinct based on Android platform, efficient

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050027871A1 (en) * 2003-06-05 2005-02-03 William Bradley Interoperable systems and methods for peer-to-peer service orchestration
CN108536487A (en) * 2018-04-12 2018-09-14 珠海横琴盛达兆业科技投资有限公司 A kind of Get request method of load server data succinct based on Android platform, efficient

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XIAOFEI-IT: ""Hermes"", 《HTTPS://GITHUB.COM/XIAOFEI-IT/HERMES》 *
月色下的独轮车: ""Binder连接池的实现步骤"", 《HTTPS://BLOG.CSDN.NET/BAIDU_31093133/ARTICLE/DETAILS/51755227》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377438A (en) * 2019-07-22 2019-10-25 广州小鹏汽车科技有限公司 The method for routing of striding course communication interface, device and system
CN110532045A (en) * 2019-09-04 2019-12-03 深圳市迅雷网络技术有限公司 A kind of striding course call method and relevant apparatus

Similar Documents

Publication Publication Date Title
US7530081B2 (en) System for creating a dynamic OGSI service proxy framework using runtime introspection of an OGSI service
US9235495B2 (en) Method and system that provides an interactive debugging session
CN110716748B (en) Service processing method, device, computer readable medium and electronic equipment
CN104821954B (en) A kind of cross-platform remote procedure calling (PRC) method
CN112329945A (en) Model deployment and reasoning method and device
US20230153158A1 (en) Method, apparatus, system, and storage medium for performing eda task
CN113722020B (en) Interface calling method, device and computer readable storage medium
CN109739666A (en) Striding course call method, device, equipment and the storage medium of singleton method
CN113760543A (en) Resource management method and device, electronic equipment and computer readable storage medium
EP4293498A1 (en) Application modification method, and system, cluster, medium and program product
CN113204425A (en) Method and device for process management internal thread, electronic equipment and storage medium
US20230171179A1 (en) Method for testing pressure, electronic device and storage medium
WO2021097683A1 (en) Android system starting method and apparatus, device, and storage medium
CN110705191A (en) Method for constructing polymorphic simulation verification environment
Wood et al. Triton: a domain specific language for cyber-physical systems
CN109597611A (en) Front end data flow control Components Development system, method, equipment and storage medium
CN115509531A (en) Micro front end implementation method, device, terminal and storage medium based on front end technology
Wu et al. An automatic artificial intelligence training platform based on kubernetes
CN114816672A (en) Virtual machine creation method and device, electronic equipment and storage medium
CN114064218A (en) Mirror image generation method, system, medium and application for machine learning component
CN112559336B (en) Method, device and system for self-adaptively debugging heterogeneous computing chip and main board chip
CN113708971A (en) Openstack cloud platform deployment method and related device
CN107015837A (en) A kind of software kit automation is installed and collocation method and device
CN110399296B (en) Method, system and medium for testing interactive interface between client and server
CN114268695B (en) Processing method, equipment and storage medium for automatic dialogue flow

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190510