CN113641425A - Plug-in operation management visualization method and system - Google Patents

Plug-in operation management visualization method and system Download PDF

Info

Publication number
CN113641425A
CN113641425A CN202111206844.8A CN202111206844A CN113641425A CN 113641425 A CN113641425 A CN 113641425A CN 202111206844 A CN202111206844 A CN 202111206844A CN 113641425 A CN113641425 A CN 113641425A
Authority
CN
China
Prior art keywords
plug
data
module
intermediate language
definition
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
CN202111206844.8A
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 Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202111206844.8A priority Critical patent/CN113641425A/en
Publication of CN113641425A publication Critical patent/CN113641425A/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

Abstract

The invention provides a visual method and a visual system for plug-in operation management, wherein the method comprises the following steps: acquiring a target plug-in, and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in; obtaining a target function according to the interface definition data; syntax analysis is carried out on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data; rendering a text box through the visualization definition data, and displaying the objective function and the intermediate language data in the text box. According to the method, the plug-in has sharing multiplexing and differential execution under the multi-tenant environment according to the special plug-in definition and execution method, so that the development cost of the plug-in is reduced; the unique visual definition and execution method enables the plug-in to have better use experience while not increasing development cost.

Description

Plug-in operation management visualization method and system
Technical Field
The invention relates to the technical field of computer plug-ins, in particular to a visual method and a visual system for plug-in operation management.
Background
The field of modern enterprise application software has various complicated and changeable services and expansion requirements, and part of enterprise application software has plug-in expansion capability, so that the application software is suitable for the complicated and changeable enterprise services and the expansion requirements.
Most of the traditional application software plug-ins adopt a predefined plug-in format, the plug-ins are defined according to plug-in specifications, the plug-ins are run by the running engine according to the definition, and the plug-ins are also managed by the running engine according to the definition, such as registration, loading, unloading and the like. However, most of the conventional application software plug-ins do not consider the sharing and multiplexing of multiple tenants; even if sharing and multiplexing of multiple tenants are partially realized, the method has no isolation, and the shared or multiplexed plug-in cannot realize differentiation of the tenants; for the management of the plug-ins, to realize the visual management, the corresponding visual interface must be written for the plug-ins, which increases the difficulty and cost of the plug-in development.
Disclosure of Invention
The invention provides a visual method and a visual system for plug-in operation management, which solve the differentiation problem encountered by plug-in sharing and multiplexing under a multi-tenant environment and the problem of high difficulty in visual development of plug-in management in plug-in management.
The invention provides a visual method for plug-in operation management in a first aspect, which comprises the following steps:
acquiring a target plug-in, and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in;
obtaining a target function according to the interface definition data;
syntax analysis is carried out on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data;
rendering a text box through the visualization definition data, and displaying the objective function and the intermediate language data in the text box.
Further, after parsing the syntax of the plug-in implementation data to convert the plug-in implementation data into intermediate language data, the method further includes:
and temporarily storing the intermediate language data in the plug-in context.
Further, after the temporary storage of the intermediate language data in the plug-in context, the method further includes:
and informing the plug-in management module of completing the plug-in preloading.
Further, after the displaying the objective function and the intermediate language data in the text box, the method further includes:
acquiring user input data;
and displaying the user input data in the text box.
Further, before the obtaining of the target plug-in, the method further includes:
interface data and visualization data of the target plug-in are defined.
The second aspect of the present invention provides a plug-in operation management visualization system, including:
the plug-in analysis module is used for acquiring a target plug-in and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in;
the target function generating module is used for obtaining a target function according to the interface definition data;
the data language conversion module is used for carrying out grammar analysis on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data;
and the visual display module is used for rendering a text box through the visual definition data and displaying the target function and the intermediate language data in the text box.
Further, the system for visualizing the operation management of the plug-in further comprises:
and the intermediate language data temporary storage module is used for temporarily storing the intermediate language data in the plug-in context.
Further, the system for visualizing the operation management of the plug-in further comprises: and the plug-in preloading module is used for informing the plug-in management module of completing the plug-in preloading.
Further, the system for visualizing the operation management of the plug-in further comprises:
an interaction module to:
acquiring user input data;
and displaying the user input data in the text box.
Further, the system for visualizing the operation management of the plug-in further comprises:
and the plug-in definition module is used for defining the interface data and the visual data of the target plug-in.
Compared with the prior art, the embodiment of the invention has the beneficial effects that:
the invention provides a visual method and a visual system for plug-in operation management, wherein the method comprises the following steps: acquiring a target plug-in, and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in; obtaining a target function according to the interface definition data; syntax analysis is carried out on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data; rendering a text box through the visualization definition data, and displaying the objective function and the intermediate language data in the text box. According to the method, the plug-in has sharing multiplexing and differential execution under the multi-tenant environment according to the special plug-in definition and execution method, so that the development cost of the plug-in is reduced; the unique visual definition and execution method enables the plug-in to have better use experience while not increasing development cost.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a visualization method for plug-in operation management according to an embodiment of the present invention;
FIG. 2 is a flowchart of a visualization method for plug-in operation management according to another embodiment of the present invention;
FIG. 3 is a flowchart of a visualization method for plug-in operation management according to another embodiment of the present invention;
FIG. 4 is a flowchart of a visualization method for plug-in operation management according to another embodiment of the present invention;
fig. 5 is an overall physical structure diagram of a plug-in operation management visualization according to an embodiment of the present invention;
FIG. 6 is a block diagram of the overall logic of a visualization of plug-in operation management according to an embodiment of the present invention;
FIG. 7 is a diagram illustrating a plug-in management flow according to an embodiment of the present invention;
FIG. 8 is a schematic diagram of a plug-in operation flow provided by an embodiment of the invention;
FIG. 9 is an apparatus diagram of a plugin operation management visualization system provided by an embodiment of the present invention;
FIG. 10 is an apparatus diagram of a plugin operation management visualization system provided in accordance with another embodiment of the present invention;
FIG. 11 is an apparatus diagram of a plugin operation management visualization system provided in accordance with another embodiment of the present invention;
FIG. 12 is an apparatus diagram of a plugin operation management visualization system provided in accordance with a further embodiment of the present invention;
fig. 13 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be understood that the step numbers used herein are for convenience of description only and are not intended as limitations on the order in which the steps are performed.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The terms "comprises" and "comprising" indicate the presence of the described features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The term "and/or" refers to and includes any and all possible combinations of one or more of the associated listed items.
The plug-in definition refers to writing plug-ins for application software, and the plug-ins can normally run only by writing the plug-ins according to the plug-in definition requirements of specific application software.
The plug-in operation means that a plug-in operation engine is arranged in part of application software, and the operation engine obtains plug-in information from plug-ins meeting the definition specification and operates the plug-ins.
The plug-in management refers to management of plug-in registration, loading, unloading and the like.
The invention designs a set of plug-in definition, registration, loading, execution and unloading methods, and solves the problems of plug-in sharing and multiplexing and differentiation among tenants in a multi-tenant environment; and a set of specific visual defining, registering and executing methods is designed, so that the development difficulty of the plug-in is simplified and the cost is reduced.
A first aspect.
Referring to fig. 1-4, an embodiment of the present invention provides a method for visualizing a plug-in operation management, including:
s10, acquiring the target plug-in, and analyzing the interface definition data, the plug-in implementation data and the visual definition data carried by the target plug-in.
In an embodiment of the present invention, before the step S10, the method further includes:
and S01, defining interface data and visualization data of the target plug-in.
And S20, obtaining the objective function according to the interface definition data.
And S30, carrying out syntax analysis on the plug-in implementation data to convert the plug-in implementation data into intermediate language data.
In another embodiment of the present invention, after the step S30, the method further includes:
and S31, temporarily storing the intermediate language data in the plug-in context.
And S32, informing the plug-in management module to complete the plug-in preloading.
S40, rendering a text box through the visualization definition data, and displaying the objective function and the intermediate language data in the text box.
In another embodiment of the present invention, after the step S40, the method further includes:
and S50, acquiring user input data.
And S60, displaying the user input data in the text box.
According to the method provided by the invention, according to the specific plug-in definition and execution method, the plug-ins have sharing multiplexing and differentiated execution under the multi-tenant environment, and the plug-in development cost is reduced; the unique visual definition and execution method enables the plug-in to have better use experience while not increasing development cost.
In one embodiment, please refer to fig. 5, the present invention is composed of a plug-in consumption end, a plug-in operation engine, a plug-in management system, and a plurality of plug-in packages.
(1) Plug-in consumption end: the plug-in consumer is a client or service using the plug-in.
(2) The plug-in operation engine: the method is used for caching the plug-in, executing the plug-in, isolating the plug-in information of the tenant and the like.
(3) The plug-in management system comprises: the plug-in management method is used for viewing or managing plug-ins in the running engine, managing plug-in difference information among multiple tenants and the like.
(4) Plug-in package: and the file package is used for storing the plug-in meta-information and the plug-in implementation.
The logical structure of this scheme is shown in fig. 6.
(1) Plug-in consumer: the plug-in consumer is the user who uses the plug-in.
(2) The plug-in operation comprises a plug-in context module and a plug-in loading module; the plug-in loading module is used for loading the plug-in implementation to the context module; the context module is used for isolating plug-in information of multiple tenants, storing plug-in operation logic and context information related to the plug-ins.
(3) The plug-in package comprises a visual definition, an interface definition and a plug-in implementation; the visualization definition comprises visualization information used by the plug-in the management system for automatic rendering; the interface definition comprises the interface definition of the plug-in the plug-in context and the communication of the consumer; the plug-in implementation encompasses implementations in a variety of heterogeneous development languages.
(4) The management system comprises a management module and a visual rendering module; the management module is used for managing the plug-in operation, and the visual rendering module is used for automatically rendering the visual interface of the plug-in.
In a specific embodiment, a plug-in operation management visualization method includes:
1. definition of plug-ins
Suppose that an add plug-in java language is implemented in this example to complete the add operation; the a and b values of the addition are different in different tenants. The definition of the plug-in package is shown in fig. 2, and the plug-in package includes an interface definition, a visual definition, and an interface implementation three parts:
1) interface definition:
java:module module1 {
fun add()
}
as the interface definition above, it is stated that the interface is implemented by java language, the module name is module1, and the interface name is add. The interface definition format can enable the plug-in loading module to find the implementation of the interface more easily according to the interface implementation language type.
2) Visualization definition, which defines that tenant differences exist in values of a and b in plug-ins in this example, in order for a plug-in manager to automatically render a plug-in management interface, visualization requirements need to be defined for two variable parameters, namely a parameter a and a parameter b, and assuming that the visualization rendering manner of the parameter a and the parameter b is a text box (textbox), the visualization definition is as follows:
[{
”param”:”a”,
”type”:”textbox”
},{
”param”:”b”,
”type”:”textbox”
}]
3) the plug-in is realized by java language, the pseudo code is as follows, and the tenant differentiation information is transmitted in the realization code by using $ { a }, $ { b }:
public class module1 {
public static int add() {
return ${a} + ${b};
}
}
the pseudo code as above, $ { } is a template writing method for representing the part of the pseudo code that needs to be changed, for example, $ { a } and $ { b } are used instead if different a and b values are used in different tenants in this example.
At this point, a plug-in package is defined to complete.
2. Management of plug-ins
Management of plug-ins, including loading and unloading. The key process of the management of the plug-ins lies in the loading process of the plug-ins, and fig. 7 shows the loading process of one plug-in; the unloading process is simply removed from the context and is not described in detail here.
Assuming that the "add plug-in" defined in step 1 is to be loaded to the runtime engine, the user requests the plug-in loading module to load the "add plug-in" to the plug-in runtime engine using the plug-in management module in the plug-in management system shown in fig. 5. The specific process is shown in the attached figure 7:
1) the plug-in loading module analyzes the interface definition in the plug-in package to know that the implementation of the plug-in is a module1 containing add functions, and the implementation language of the plug-in is java.
2) The plug-in loading module obtains the text stream realized by the plug-in the plug-in package, and converts the text stream into an intermediate language after completing the grammar analysis of the corresponding language, as follows:
m module1:
fun add():
return ${a}+${b};
3) and the plug-in loading module temporarily stores the translated intermediate language into the plug-in context.
4) And the plug-in loading module informs the plug-in management module of completing the preloading.
5) And a visualization rendering module of the plug-in management system analyzes the visualization definition in the plug-in package, and the visualization is rendered into a text box after knowing that the values of a and b in the plug-in package allow tenant difference.
6) And a visual rendering module of the plug-in management system automatically renders two text boxes for a user to input tenant personalized information.
7) Assume that a plug-in is to be loaded to two tenants aaa and bbb, the a, b values are set as follows:
tenant a value b value
aaa 3 2
bbb 1 6
8) Then, the plug-in loading module stores the difference information of the above tenants aaa and bbb, and stores the difference information into the plug-in context.
By this, the plug-in is already loaded to the plug-in context of the plug-in execution module, and includes the personal information of the tenants aaa and bbb.
3. Operation of the plug-in
Referring to fig. 8, the operation of a plug-in is shown. Suppose we want to run an add plug-in for tenant aaa:
1) the plug-in context obtains the add plug-in intermediate language.
m module1:
fun add():
return ${a}+${b};
2) And judging the current tenant as the tenant aaa by the plug-in context.
3) The plug-in context obtains the differential information corresponding to the tenant as follows
Tenant a value b value
aaa 3 2
4) The plug-in context incorporates the differencing information into the intermediate language as follows
m module1:
fun add():
return 3+2;
5) And d, executing the intermediate language dynamically generated in the step d, and returning a result 5.
In this way, the operation process of the plug-in is completed.
According to the scheme, according to a unique plug-in definition and execution method, the plug-ins have sharing multiplexing and differentiated execution in a multi-tenant environment, and the plug-in development cost is reduced; the unique visual definition and execution method enables the plug-in to have better use experience while not increasing development cost.
A second aspect.
Referring to fig. 9-12, an embodiment of the invention provides a plug-in operation management visualization system, including:
and the plug-in analysis module 10 is used for acquiring the target plug-in and analyzing the interface definition data, the plug-in implementation data and the visual definition data carried by the target plug-in.
And the target function generating module 20 is configured to obtain a target function according to the interface definition data.
And the data language conversion module 30 is configured to perform syntax parsing on the plug-in implementation data to convert the plug-in implementation data into intermediate language data.
And the visualization display module 40 is configured to render a text box through the visualization definition data, and display the objective function and the intermediate language data in the text box.
In another specific embodiment, the system for visualizing plugin operation management further includes:
the intermediate language data temporary storage module 50 is configured to temporarily store the intermediate language data in the plug-in context.
And the plug-in preloading module 60 is used for informing the plug-in management module of completing the plug-in preloading.
In another specific embodiment, the system for visualizing plugin operation management further includes:
an interaction module 70 for:
acquiring user input data;
and displaying the user input data in the text box.
In another embodiment, the system for visualizing plugin operation management further includes:
and the plug-in definition module 80 is used for defining interface data and visualization data of the target plug-in.
According to the system provided by the invention, according to the unique plug-in definition and execution method, the plug-ins have sharing multiplexing and differentiated execution under the multi-tenant environment, and the plug-in development cost is reduced; the unique visual definition and execution method enables the plug-in to have better use experience while not increasing development cost.
In a third aspect.
The present invention provides an electronic device, including:
a processor, a memory, and a bus;
the bus is used for connecting the processor and the memory;
the memory is used for storing operation instructions;
the processor is configured to call the operation instruction, and the executable instruction enables the processor to execute an operation corresponding to the plug-in operation management visualization method shown in the first aspect of the present application.
In an alternative embodiment, there is provided an electronic device, as shown in fig. 13, the electronic device 5000 shown in fig. 13 including: a processor 5001 and a memory 5003. The processor 5001 and the memory 5003 are coupled, such as via a bus 5002. Optionally, the electronic device 5000 may also include a transceiver 5004. It should be noted that the transceiver 5004 is not limited to one in practical application, and the structure of the electronic device 5000 is not limited to the embodiment of the present application.
The processor 5001 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 5001 may also be a combination of processors implementing computing functionality, e.g., a combination comprising one or more microprocessors, a combination of DSPs and microprocessors, or the like.
Bus 5002 can include a path that conveys information between the aforementioned components. The bus 5002 may be a PCI bus or EISA bus, etc. The bus 5002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 13, but this is not intended to represent only one bus or type of bus.
The memory 5003 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 5003 is used for storing application program codes for executing the present solution, and the execution is controlled by the processor 5001. The processor 5001 is configured to execute application program code stored in the memory 5003 to implement the teachings of any of the foregoing method embodiments.
Among them, electronic devices include but are not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like.
A fourth aspect.
The present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a plug-in operation management visualization method as shown in the first aspect of the present application.
Yet another embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, which, when run on a computer, enables the computer to perform the corresponding content in the aforementioned method embodiments.

Claims (10)

1. A visual method for plug-in operation management is characterized by comprising the following steps:
acquiring a target plug-in, and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in;
obtaining a target function according to the interface definition data;
syntax analysis is carried out on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data;
rendering a text box through the visualization definition data, and displaying the objective function and the intermediate language data in the text box.
2. The visualization method as recited in claim 1, wherein after parsing the plugin implementation data to convert the plugin implementation data into intermediate language data, the visualization method further comprises:
and temporarily storing the intermediate language data in the plug-in context.
3. The visualization method for plugin operation management as claimed in claim 2, wherein after the temporary storage of the intermediate language data in the plugin context, further comprising:
and informing the plug-in management module of completing the plug-in preloading.
4. The method as claimed in claim 1, wherein after the displaying the objective function and the intermediate language data in the text box, the method further comprises:
acquiring user input data;
and displaying the user input data in the text box.
5. The visualization method for managing plugin operation according to claim 1, wherein before acquiring the target plugin, the method further includes:
interface data and visualization data of the target plug-in are defined.
6. A plugin operation management visualization system, comprising:
the plug-in analysis module is used for acquiring a target plug-in and analyzing interface definition data, plug-in implementation data and visual definition data carried by the target plug-in;
the target function generating module is used for obtaining a target function according to the interface definition data;
the data language conversion module is used for carrying out grammar analysis on the plug-in implementation data so as to convert the plug-in implementation data into intermediate language data;
and the visual display module is used for rendering a text box through the visual definition data and displaying the target function and the intermediate language data in the text box.
7. A plugin operation management visualization system as claimed in claim 6 further including:
and the intermediate language data temporary storage module is used for temporarily storing the intermediate language data in the plug-in context.
8. A plugin operation management visualization system as claimed in claim 7 further including:
and the plug-in preloading module is used for informing the plug-in management module of completing the plug-in preloading.
9. A plugin operation management visualization system as claimed in claim 6 further including: an interaction module to:
acquiring user input data;
and displaying the user input data in the text box.
10. A plugin operation management visualization system as claimed in claim 6 further including:
and the plug-in definition module is used for defining the interface data and the visual data of the target plug-in.
CN202111206844.8A 2021-10-18 2021-10-18 Plug-in operation management visualization method and system Pending CN113641425A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111206844.8A CN113641425A (en) 2021-10-18 2021-10-18 Plug-in operation management visualization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111206844.8A CN113641425A (en) 2021-10-18 2021-10-18 Plug-in operation management visualization method and system

Publications (1)

Publication Number Publication Date
CN113641425A true CN113641425A (en) 2021-11-12

Family

ID=78427182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111206844.8A Pending CN113641425A (en) 2021-10-18 2021-10-18 Plug-in operation management visualization method and system

Country Status (1)

Country Link
CN (1) CN113641425A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104240148A (en) * 2014-08-28 2014-12-24 国家电网公司 Power grid visualization method based on plugins
CN108052548A (en) * 2017-11-27 2018-05-18 深圳市前海圆舟网络科技股份有限公司 Method, system and the terminal device that a kind of webpage creates
US20190079780A1 (en) * 2017-09-09 2019-03-14 Box, Inc. Plug-in management wrappers
CN110020307A (en) * 2017-11-30 2019-07-16 阿里巴巴集团控股有限公司 A kind of method for drafting and device of client's end-view
CN110109713A (en) * 2019-04-18 2019-08-09 北京四方继保自动化股份有限公司 A method of realizing that secondary device visualizes plug-in unit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104240148A (en) * 2014-08-28 2014-12-24 国家电网公司 Power grid visualization method based on plugins
US20190079780A1 (en) * 2017-09-09 2019-03-14 Box, Inc. Plug-in management wrappers
CN108052548A (en) * 2017-11-27 2018-05-18 深圳市前海圆舟网络科技股份有限公司 Method, system and the terminal device that a kind of webpage creates
CN110020307A (en) * 2017-11-30 2019-07-16 阿里巴巴集团控股有限公司 A kind of method for drafting and device of client's end-view
CN110109713A (en) * 2019-04-18 2019-08-09 北京四方继保自动化股份有限公司 A method of realizing that secondary device visualizes plug-in unit

Similar Documents

Publication Publication Date Title
US9116680B2 (en) Dynamically building locale objects or subsections of locale objects based on historical data
CN107479868B (en) Interface loading method, device and equipment
CN110706093A (en) Accounting processing method and device
CN110109983B (en) Method and device for operating Redis database
CN113434582A (en) Service data processing method and device, computer equipment and storage medium
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
US20110307859A1 (en) Dynamic languages for static hosts
CN113641425A (en) Plug-in operation management visualization method and system
CN111797270A (en) Audio playing method and device, electronic equipment and computer readable storage medium
CN111796865B (en) Byte code file modification method, device, terminal equipment and medium
CN113947297A (en) Formula conversion method and system based on template variables
CN111459933B (en) GDB data dynamic expansion method, device and storage medium
CN113885996A (en) User interface generation method and device
CN113656041A (en) Data processing method, device, equipment and storage medium
CN113535565A (en) Interface use case generation method, device, equipment, medium and program product
CN113377415A (en) Application publishing method and device
CN115114280A (en) Report generation processing method, device and equipment
CN112068814A (en) Method, device, system and medium for generating executable file
CN111488286A (en) Method and device for independently developing Android module
CN113553040B (en) Registration realization method, device, equipment and medium for visible and spoken identification function
CN115098077B (en) Method and platform for IT application access platform
US9778917B2 (en) Dynamically building subsections of locale objects at run-time
CN114237624A (en) Go language-based error processing method, device, equipment, medium and product
CN115309404A (en) File generation method and device, electronic equipment and storage medium
CN116821158A (en) Structured query statement generation method and device, electronic equipment and storage medium

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: 20211112