CN114047976A - Plug-in loading method and device, electronic equipment and storage medium - Google Patents

Plug-in loading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114047976A
CN114047976A CN202111370410.1A CN202111370410A CN114047976A CN 114047976 A CN114047976 A CN 114047976A CN 202111370410 A CN202111370410 A CN 202111370410A CN 114047976 A CN114047976 A CN 114047976A
Authority
CN
China
Prior art keywords
plug
task
tasks
loading method
built
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
CN202111370410.1A
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.)
Shanghai Electric Wind Power Group Co Ltd
Original Assignee
Shanghai Electric Wind Power Group 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 Shanghai Electric Wind Power Group Co Ltd filed Critical Shanghai Electric Wind Power Group Co Ltd
Priority to CN202111370410.1A priority Critical patent/CN114047976A/en
Publication of CN114047976A publication Critical patent/CN114047976A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a plug-in loading method, a plug-in loading device, electronic equipment and a storage medium. The method is applied to an integrated system, wherein the integrated system comprises a plurality of mutually independent plug-ins, each plug-in is used for realizing a business function, and each plug-in comprises an execution task for realizing the business function; the plug-in loading method comprises the following steps: in the case of receiving a business service request, determining a target plug-in for responding to the business service request; and activating the execution task of the target plug-in, so that the activated execution task starts a thread to realize the response to the business service request. The plug-in loaded by the integrated system has no dependency relationship with other plug-ins, namely, the plug-ins are mutually independent, and each plug-in only realizes one service function, so that the modification or the failure of one plug-in cannot influence other plug-ins, the influence on the whole integrated system is avoided or is very small, and the running stability of the integrated system is ensured.

Description

Plug-in loading method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a plug-in loading method, a plug-in loading device, electronic equipment and a storage medium.
Background
The plug-in can expand the functions of the integrated system and is widely applied to the integrated system. However, the functional coupling degree of the plug-ins of the current integrated system is high, the code call is disordered, and the modification or the failure of one plug-in often affects other plug-ins and even seriously affects the stability of the whole integrated system.
Disclosure of Invention
The invention provides a plug-in loading method, a plug-in loading device, an electronic device and a storage medium, aiming at overcoming the defect of high plug-in coupling degree of an integrated system in the prior art.
The invention solves the technical problems through the following technical scheme:
in a first aspect, a plug-in loading method is provided, which is applied to an integrated system, where the integrated system includes a plurality of mutually independent plug-ins, each plug-in is used to implement a service function, and each plug-in includes an execution task used to implement the service function; the plug-in loading method comprises the following steps:
in the case of receiving a business service request, determining a target plug-in for responding to the business service request;
and activating the execution task of the target plug-in, so that the activated execution task starts a thread to realize the response to the business service request.
Optionally, the performing the task includes: built-in tasks and custom tasks;
the logic codes of the built-in tasks of all the plug-ins are the same;
and the logic code of the user-defined task corresponds to the business function of the plug-in to which the logic code belongs.
Optionally, the number of the built-in tasks is multiple; activating an executive task of the target plug-in, comprising:
activating all or part of built-in tasks in the plurality of built-in tasks, wherein each activated built-in task starts a thread;
and/or the number of the self-defined tasks is multiple; activating an executive task of the target plug-in, comprising:
and activating all or part of built-in tasks in the plurality of custom tasks, wherein each activated custom task starts one thread.
Optionally, the method further comprises:
and modifying the custom task according to the first modification request under the condition of receiving the first modification request aiming at the custom task.
Optionally, each plug-in further includes configuration information;
the configuration information is used to determine adjustable parameters in the logic code of the execution task.
Optionally, the method further comprises:
in the event that a second modification request for the configuration information is received, modifying the configuration information in accordance with the second modification request.
In a second aspect, a plug-in loading device is provided, which is applied to an integrated system, where the integrated system includes a plurality of mutually independent plug-ins, each plug-in is used to implement a business function, and each plug-in includes an execution task used to implement the business function; the plug-in loading method comprises the following steps:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining a target plug-in for responding to a business service request under the condition of receiving the business service request;
and the activation module is used for activating the execution task of the target plug-in so as to start a thread by the activated execution task and realize the response to the service request.
Optionally, the performing the task includes: built-in tasks and custom tasks;
the logic codes of the built-in tasks of all the plug-ins are the same;
and the logic code of the user-defined task corresponds to the business function of the plug-in to which the logic code belongs.
Optionally, the number of the built-in tasks is multiple; the activation module is specifically configured to:
activating all or part of built-in tasks in the plurality of built-in tasks, wherein each activated built-in task starts a thread;
and/or the number of the self-defined tasks is multiple; the activation module is specifically configured to:
and activating all or part of built-in tasks in the plurality of custom tasks, wherein each activated custom task starts one thread.
Optionally, the method further comprises:
and the first modification module is used for modifying the custom task according to the first modification request under the condition of receiving the first modification request aiming at the custom task.
Optionally, each plug-in further includes configuration information;
the configuration information is used to determine adjustable parameters in the logic code of the execution task.
Optionally, the method further comprises:
and the second modification module is used for modifying the configuration information according to a second modification request under the condition of receiving the second modification request aiming at the configuration information.
In a third aspect, an electronic device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the processor implements the plug-in loading method described in any one of the above.
In a fourth aspect, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, implements the plug-in loading method of any one of the above.
The positive progress effects of the invention are as follows: in the embodiment of the invention, the plug-in loaded by the integrated system has no dependency relationship with other plug-ins, namely, the plug-ins are mutually independent, and each plug-in only realizes one service function, so that the modification or the failure of one plug-in cannot influence other plug-ins, the influence on the whole integrated system is avoided or is very small, and the running stability of the integrated system is ensured.
Drawings
Fig. 1 is a flowchart of a plug-in loading method according to an exemplary embodiment of the present invention;
fig. 2 is a schematic view of a scenario of a plug-in loading method according to an exemplary embodiment of the present invention;
fig. 3 is a schematic block diagram of a plug-in loading device according to an exemplary embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
The embodiment of the invention provides a plug-in loading method, which is applied to an integrated system, wherein the integrated system can be but not limited to an SCADA (Supervisory Control And Data Acquisition) system. The integrated system comprises a plurality of mutually independent plug-ins, each plug-in is used for realizing a business function, and each plug-in comprises an execution task for realizing the business function. Each plug-in may also include configuration information that is used to determine tunable parameters in the logic code that performs the task, such as the execution frequency, execution conditions, number of executions, etc. of the task. The configuration information may be recorded in a configuration file of the plug-in.
In the embodiment of the invention, when the plug-in of the integrated system is developed, a developer splits the function of the integrated system which needs to be expanded into the minimum functional unit which can be independently realized by the plug-in, and writes the logic code of the plug-in for realizing the minimum functional unit for each minimum functional unit, so that each plug-in only realizes one service function and is independent from each other, namely, each plug-in has no dependency relationship with other plug-ins. Because each plug-in unit only realizes one service function and is independent, the function decoupling and service isolation of the plug-in units are realized, the plug-in units can be subjected to hot plug, and the start and stop of one plug-in unit cannot influence other plug-in units.
Fig. 1 is a flowchart of a plug-in loading method according to an exemplary embodiment of the present invention, where the plug-in loading method is implemented by using the plug-in developed above, and referring to fig. 1, the plug-in loading method includes the following steps:
step 101, under the condition of receiving a business service request, determining a target plug-in for responding to the business service request.
Different business service requests, different business functions are realized, and different plug-ins are needed. For example, for a service request of data transmission, the required plug-in is a data transmission plug-in; for a business service request of data storage, the required plug-in is a data storage plug-in; for the business service request of data processing, the required plug-in is the data processing plug-in.
In one embodiment, a corresponding relationship between the service request and the plug-in may be preconfigured, and when the service request is received, a target plug-in corresponding to the received service request is determined according to the corresponding relationship.
It should be noted that one service request may correspond to one plug-in or may correspond to multiple plug-ins, which is not particularly limited in this embodiment of the present invention.
And 102, activating the execution task of the target plug-in, so that the activated execution task starts a thread to realize the response to the business service request.
In the embodiment of the invention, the plug-in loaded by the integrated system has no dependency relationship with other plug-ins, namely, the plug-ins are mutually independent, and each plug-in only realizes one service function, namely, each plug-in is owned by the own affairs, so that the modification or the failure of one plug-in cannot influence other plug-ins, the influence or the influence on the whole integrated system is not caused, and the running stability of the integrated system is ensured. In addition, the independent plug-ins are convenient to develop and maintain.
In one embodiment, performing the task includes: a built-in Task (Actor) and a custom Task (Task). The logic codes of the built-in tasks of all the plug-ins are the same; the logic code of the self-defining task corresponds to the business function of the plug-in to which the logic code belongs.
When the plug-in is developed, the execution task is divided into a built-in task and a self-defining task, logic codes of the built-in task are written by developers of the plug-in, and an interface for editing all or part of the logic codes of the self-defining task is provided, so that operation and maintenance personnel of the integrated system can write or modify the logic codes of the self-defining task according to actual requirements, personalized definition and function expansion of business functions of the plug-in are realized, and the requirements of various use scenes are met.
The number of built-in tasks may be one or more. Also, the number of custom tasks may be one or more.
In one embodiment, the number of the built-in tasks is multiple, and the multiple built-in tasks can be activated simultaneously to start multiple threads, so that business multithreading execution is realized. Where each built-in task that is activated starts a thread.
In one embodiment, the number of the custom tasks is multiple, and the multiple custom tasks can be activated simultaneously to start multiple threads, so that service multithreading execution is realized. Wherein each activated custom task starts a thread.
In one embodiment, a modification interface of a custom task is opened for operation and maintenance personnel of the integrated system, so that the operation and maintenance personnel can modify the logic code of the custom system conveniently. Specifically, the operation and maintenance personnel can send a first modification request for the custom task to the integrated system through the interface, and the integrated system modifies the custom task according to the first modification request under the condition that the first modification request for the custom task is received.
In one embodiment, a configuration information modification interface is opened for operation and maintenance personnel of the integrated system, so that the operation and maintenance personnel can modify the configuration information for executing tasks conveniently. Specifically, the operation and maintenance personnel may send a second modification request for the configuration information to the integration system through the interface, and the integration system modifies the configuration information according to the second modification request when receiving the second modification request for the configuration information.
The modification interface of the custom task and the modification interface of the configuration information can adopt the same interface or two interfaces. The Interface may be, for example, a page API (Application Programming Interface) Interface.
Fig. 2 is a scene schematic diagram of a plug-in loading method according to an exemplary embodiment of the present invention, and a file transfer scene is taken as an example in the scene schematic diagram, and a plug-in loading process is further explained through interaction of 2 plug-ins.
In a file transfer scenario, a file transfer service is integrated with FRAMWORK (integration), and at least two plug-ins are required for realizing file transfer, one plug-in is deployed at CLIENT side and used for sending files, and the other plug-in is deployed at SERVER side and used for receiving files.
When a SCADA system of a client receives a service request of file transmission, a target plug-in used for responding to the service request is determined to be a plug-in a used for sending a file, the plug-in a is started, an ACTOR of the plug-in is activated when the plug-in a is started, a plurality of ACTORs can be simultaneously activated, the activated ACTORs respectively start a thread to send a real-time data file of the SCADA, multithread transmission of the file is achieved, and file transmission efficiency is improved. In addition, an ACTOR can be activated to start whether a thread monitoring historical data transmission is clear or not, and the ACTOR can be activated to start a thread monitoring client to monitor the operation condition of the SCADA system.
If necessary, the TASK of the plug-in is also activated when the plug-in a is started, so as to ensure other special TASKs, such as sending a history data file of the SCADA system, and the ACTOR and the TASK are independent.
When a service request of file transmission is received by an SCADA system of a server side, a target plug-in used for responding to the service request is determined to be a plug-in b used for receiving files, the plug-in b is started, an ACTOR of the plug-in is activated when the plug-in b is started, a plurality of ACTORs can be simultaneously activated, and the activated ACTORs respectively start a thread to receive real-time data files of the SCADA, so that multi-thread transmission of the files is realized, and the file transmission efficiency is improved. In addition, an ACTOR can be activated to start a thread to reply whether the received real-time data file is unblocked, and the ACTOR can be activated to start a thread to monitor the running condition of the SCADA system of the server.
And when the plug-in b is started, the TASK of the plug-in b is also activated to ensure other special TASKs, such as receiving a historical data file of the SCADA system, storing the historical data file in a specified directory and recording information.
This completes the start of a complete file transfer service.
The following takes a data processing scenario as an example, and further describes the process of plug-in loading.
In a data processing scenario, a plug-in is required for implementing data processing, and the plug-in is deployed in an SCADA system of a server as an example.
When a service terminal SCADA system receives a service request of data processing, a target plug-in unit for responding to the service request is determined to be a plug-in unit c for data processing, the plug-in unit c is started, when the plug-in unit c is started, an ACTOR of the plug-in unit is activated, a plurality of ACTORs can be simultaneously activated, the activated ACTORs respectively start a thread to process data, for example, a part of the activated ACTORs start the thread to process data generated by a consumer, and a part of the activated ACTORs start the thread to process data generated by a producer.
The producer only generates data which needs to be processed, the data volume is small, the processing is simple, and one or a small number of activated ACTORs can be used for processing the data generated by the producer. The data generated by the consumer is complex and has more data volume, a plurality of activated ACTORs can be used for processing the data generated by the consumer, and a plurality of TASK can be activated to process the data generated by the consumer, so that the data processing of multiple threads is realized, and the data processing efficiency is improved.
The data processing service is started and completed.
In a file transmission scene and a data processing scene, different plug-ins are adopted to realize corresponding service functions, and because the plug-in a and the plug-in b are independent from each other and do not influence each other, the service of the two parties is not influenced between the plug-in a and the plug-in b. The activation mechanism such as the activation timing and the number of the ACTOR and/or the TASK can be defined in the configuration file of the plug-in, so that the ACTOR and/or the TASK can be activated according to the configuration information in the configuration file when the plug-in is started.
Corresponding to the embodiment of the plug-in loading method, the invention also provides an embodiment of the plug-in loading device.
Fig. 3 is a schematic block diagram of a plug-in loading apparatus according to an exemplary embodiment of the present invention, where the plug-in loading apparatus is applied to an integrated system, where the integrated system includes a plurality of mutually independent plug-ins, each plug-in is configured to implement a business function, and each plug-in includes an execution task for implementing the business function; the plug-in loading method comprises the following steps:
a determining module 31, configured to determine, in a case where a business service request is received, a target plug-in for responding to the business service request;
and an activation module 32, configured to activate the execution task of the target plug-in, so that the activated execution task starts a thread, and implement a response to the service request.
Optionally, the performing the task includes: built-in tasks and custom tasks;
the logic codes of the built-in tasks of all the plug-ins are the same;
and the logic code of the user-defined task corresponds to the business function of the plug-in to which the logic code belongs.
Optionally, the number of the built-in tasks is multiple; the activation module is specifically configured to:
activating all or part of built-in tasks in the plurality of built-in tasks, wherein each activated built-in task starts a thread;
and/or the number of the self-defined tasks is multiple; the activation module is specifically configured to:
and activating all or part of built-in tasks in the plurality of custom tasks, wherein each activated custom task starts one thread.
Optionally, the method further comprises:
and the first modification module is used for modifying the custom task according to the first modification request under the condition of receiving the first modification request aiming at the custom task.
Optionally, each plug-in further includes configuration information;
the configuration information is used to determine adjustable parameters in the logic code of the execution task.
Optionally, the method further comprises:
and the second modification module is used for modifying the configuration information according to a second modification request under the condition of receiving the second modification request aiming at the configuration information.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention. One of ordinary skill in the art can understand and implement it without inventive effort.
Fig. 4 is a schematic diagram of an electronic device according to an exemplary embodiment of the present invention, and illustrates a block diagram of an exemplary electronic device 40 suitable for implementing embodiments of the present invention. The electronic device 40 shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in FIG. 4, electronic device 40 may take the form of a general purpose computing device, which may be a server device, for example. The components of electronic device 40 may include, but are not limited to: the at least one processor 41, the at least one memory 42, and a bus 43 connecting the various system components (including the memory 42 and the processor 41).
The bus 43 includes a data bus, an address bus, and a control bus.
The memory 42 may include volatile memory, such as Random Access Memory (RAM)421 and/or cache memory 422, and may further include Read Only Memory (ROM) 423.
Memory 42 may also include a program tool 425 (or utility tool) having a set (at least one) of program modules 424, such program modules 424 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 41 executes various functional applications and data processing, such as the methods provided by any of the above embodiments, by running a computer program stored in the memory 42.
The electronic device 40 may also communicate with one or more external devices 44 (e.g., keyboard, pointing device, etc.). Such communication may be through an input/output (I/O) interface 45. Also, the model-generated electronic device 40 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via a network adapter 46. As shown, the network adapter 46 communicates with the other modules of the model-generated electronic device 40 over a bus 43. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating electronic device 40, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
The present embodiment provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method provided by any of the above embodiments.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation, the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps of implementing the method as provided by any of the embodiments described above, when said program product is run on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. A plug-in loading method is characterized in that the method is applied to an integrated system, the integrated system comprises a plurality of mutually independent plug-ins, each plug-in is used for realizing a business function, and each plug-in comprises an execution task for realizing the business function; the plug-in loading method comprises the following steps:
in the case of receiving a business service request, determining a target plug-in for responding to the business service request;
and activating the execution task of the target plug-in, so that the activated execution task starts a thread to realize the response to the business service request.
2. The plug-in loading method according to claim 1, wherein the executing task comprises: built-in tasks and custom tasks;
the logic codes of the built-in tasks of all the plug-ins are the same;
and the logic code of the user-defined task corresponds to the business function of the plug-in to which the logic code belongs.
3. The plug-in loading method according to claim 2, wherein the number of built-in tasks is plural; activating an executive task of the target plug-in, comprising:
and activating all or part of the built-in tasks in the plurality of built-in tasks, wherein each activated built-in task starts one thread.
4. The plug-in loading method according to claim 2, wherein the number of the custom tasks is multiple; activating an executive task of the target plug-in, comprising:
and activating all or part of built-in tasks in the plurality of custom tasks, wherein each activated custom task starts one thread.
5. The plug-in loading method according to claim 2, further comprising:
and modifying the custom task according to the first modification request under the condition of receiving the first modification request aiming at the custom task.
6. The plug-in loading method according to claim 1, wherein the plug-in further comprises configuration information;
the configuration information is used to determine adjustable parameters in the logic code of the execution task.
7. The plug-in loading method according to claim 6, further comprising:
in the event that a second modification request for the configuration information is received, modifying the configuration information in accordance with the second modification request.
8. A plug-in loading device is applied to an integrated system, the integrated system comprises a plurality of mutually independent plug-ins, each plug-in is used for realizing a business function, and each plug-in comprises an execution task for realizing the business function; the plug-in loading method comprises the following steps:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining a target plug-in for responding to a business service request under the condition of receiving the business service request;
and the activation module is used for activating the execution task of the target plug-in so as to start a thread by the activated execution task and realize the response to the service request.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the plug-in loading method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the plug-in loading method according to any one of claims 1 to 7.
CN202111370410.1A 2021-11-18 2021-11-18 Plug-in loading method and device, electronic equipment and storage medium Pending CN114047976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111370410.1A CN114047976A (en) 2021-11-18 2021-11-18 Plug-in loading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111370410.1A CN114047976A (en) 2021-11-18 2021-11-18 Plug-in loading method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114047976A true CN114047976A (en) 2022-02-15

Family

ID=80210551

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111370410.1A Pending CN114047976A (en) 2021-11-18 2021-11-18 Plug-in loading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114047976A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115514667A (en) * 2022-09-14 2022-12-23 京东方科技集团股份有限公司 Access service processing method, system, device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109885313A (en) * 2019-01-30 2019-06-14 浙江大学 Plug-in type intelligent energy system development approach, development platform and intelligent energy system
CN110007980A (en) * 2019-01-29 2019-07-12 阿里巴巴集团控股有限公司 The implementation method and device at multi-services end
CN112068902A (en) * 2020-09-10 2020-12-11 北京五八信息技术有限公司 Plug-in calling method and device, electronic equipment and storage medium
CN112394917A (en) * 2021-01-20 2021-02-23 博智安全科技股份有限公司 Cross-platform security service software construction method, device, equipment and storage medium
CN113282318A (en) * 2021-05-21 2021-08-20 中国邮政储蓄银行股份有限公司 Service implementation method and device
CN113282347A (en) * 2021-05-24 2021-08-20 挂号网(杭州)科技有限公司 Plug-in operation method, device, equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110007980A (en) * 2019-01-29 2019-07-12 阿里巴巴集团控股有限公司 The implementation method and device at multi-services end
CN109885313A (en) * 2019-01-30 2019-06-14 浙江大学 Plug-in type intelligent energy system development approach, development platform and intelligent energy system
CN112068902A (en) * 2020-09-10 2020-12-11 北京五八信息技术有限公司 Plug-in calling method and device, electronic equipment and storage medium
CN112394917A (en) * 2021-01-20 2021-02-23 博智安全科技股份有限公司 Cross-platform security service software construction method, device, equipment and storage medium
CN113282318A (en) * 2021-05-21 2021-08-20 中国邮政储蓄银行股份有限公司 Service implementation method and device
CN113282347A (en) * 2021-05-24 2021-08-20 挂号网(杭州)科技有限公司 Plug-in operation method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115514667A (en) * 2022-09-14 2022-12-23 京东方科技集团股份有限公司 Access service processing method, system, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11513926B2 (en) Systems and methods for instantiation of virtual machines from backups
US10078557B2 (en) Use of replicated copies to improve database backup performance
US11119797B2 (en) Active drive API
US9678680B1 (en) Forming a protection domain in a storage architecture
CN109558260B (en) Kubernetes fault elimination system, method, equipment and medium
US10055309B1 (en) Parallel restoration of a virtual machine's virtual machine disks
US7757015B2 (en) Device, method and computer program product readable medium for determining the identity of a component
US11507474B2 (en) System and method for a backup and recovery of application using containerized backups comprising application data and application dependency information
US20110016088A1 (en) System and method for performance and capacity monitoring of a reduced redundancy data storage system
US11093332B2 (en) Application checkpoint and recovery system
CN111522703A (en) Method, apparatus and computer program product for monitoring access requests
US11748166B2 (en) Method and system for pre-allocation of computing resources prior to preparation of physical assets
US9405634B1 (en) Federated back up of availability groups
TWI428744B (en) System, method and computer program product for storing transient state information
CN114047976A (en) Plug-in loading method and device, electronic equipment and storage medium
JP5352027B2 (en) Computer system management method and management apparatus
US20210083931A1 (en) Intention-based device component tracking system
JP2023553220A (en) Process mining for multi-instance processes
US10621163B2 (en) Tracking and reusing function results
US9378123B2 (en) Testing of transaction tracking software
CN102426535B (en) For promoting the system and method for application virtualization
US11520668B2 (en) Vendor-neutral models of vendors' application resources
AU2021268828B2 (en) Secure data replication in distributed data storage environments
US20210334396A1 (en) Creating vendor-neutral data protection operations for vendors' application resources
US20170242605A1 (en) Guid partition table based hidden data store system

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