CN115268841A - Data management method and device, electronic equipment and storage medium - Google Patents
Data management method and device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN115268841A CN115268841A CN202210738480.6A CN202210738480A CN115268841A CN 115268841 A CN115268841 A CN 115268841A CN 202210738480 A CN202210738480 A CN 202210738480A CN 115268841 A CN115268841 A CN 115268841A
- Authority
- CN
- China
- Prior art keywords
- function
- document
- target
- plug
- platform
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/10—Requirements analysis; Specification techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
- G06F9/44526—Plug-ins; Add-ons
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Document Processing Apparatus (AREA)
Abstract
The application provides a data management method, a device, an electronic device and a storage medium, wherein the method comprises the following steps: storing a first identity token of the code construction and release platform and a second identity token of the target platform to the target plug-in; based on a first identifier of a first function, loading a first requirement document and first configuration data corresponding to the first function locally through a target plug-in; in response to a first input within a plug-in page corresponding to the target plug-in, performing at least one of the following: opening a first document, executing a first construction issuing command and executing a first Host switching command; the plug-in page displays demand content corresponding to a first function, the first document is opened based on the first demand document, the first construction issuing command is executed based on the first configuration data, and the first Host switching command is executed based on the first demand document. The file can be opened by one key, the command can be executed by one key, and the development and construction efficiency is improved.
Description
Technical Field
The present application relates to the field of application development technologies, and in particular, to a data management method and apparatus, an electronic device, and a storage medium.
Background
When the application software is developed, each function of the application software corresponds to a requirement document, and the requirement document records development starting time, function test time, online time corresponding to the current function, link information of various documents required by the current function, host information, brief explanation of the current function and the like. The various documents required by the current function may include one or more items of a prototype document, an Interface document, a User Interface (UI) document, and the like. The prototype document is a document for recording specific interaction and implementation of functions; the interface document is used for defining the document which interacts with the back end; the Host information can be opened by using tools such as a notebook and the like, and the function of the Host information is to establish the association relationship between the website domain name of the function and the corresponding IP address.
For front-end development, if a certain document is to be opened, a required document must be opened to search, so that the development efficiency is influenced; if the system Host file needs to be modified, third-party software is needed to be adopted, so that the development efficiency is influenced to a certain extent; at present, the operation of constructing and releasing is relatively complex, and the operation of always waiting in the interval of constructing and releasing is needed, so that the efficiency of constructing and releasing is reduced to a certain extent.
Therefore, in the process of developing and constructing the application software, the existing development and construction process has the problems of low development and construction efficiency and poor development experience.
Disclosure of Invention
The embodiment of the application provides a data management method and device, electronic equipment and a storage medium, and aims to solve the problems of low development and construction efficiency and poor development experience of the existing development and construction process in the development and construction process of application software.
In a first aspect, an embodiment of the present application provides a data management method, including:
storing a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform to a target plug-in, wherein the target platform comprises a demand document corresponding to a plurality of functions of application software to be developed respectively;
based on a first identifier corresponding to a first function, locally loading a first requirement document corresponding to the first function and first configuration data corresponding to the first function during construction and release of the first function through the target plug-in, wherein the first function is a function to be developed and constructed in the multiple functions, the first requirement document is from the target platform, and the first configuration data is from the code construction and release platform;
in response to a first input in a plug-in page corresponding to the target plug-in, performing at least one of: opening a first document corresponding to the first function, executing a first construction issuing command corresponding to the first function, and executing a first Host switching command corresponding to the first function;
the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction and issuance command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
In a second aspect, an embodiment of the present application provides a data management apparatus, including:
the system comprises a first storage module, a target plug-in and a second storage module, wherein the first storage module is used for storing a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform to the target plug-in, and the target platform comprises a demand document corresponding to a plurality of functions of application software to be developed;
the loading module is used for locally loading a first requirement document corresponding to a first function and first configuration data corresponding to the first function during construction and release of the first function through the target plug-in based on a first identifier corresponding to the first function, wherein the first function is a function to be developed and constructed in the multiple functions, the first requirement document is from the target platform, and the first configuration data is from the code construction and release platform;
the first processing module is used for responding to a first input in the plug-in page corresponding to the target plug-in and executing at least one of the following operations: opening a first document corresponding to the first function, executing a first construction and release command corresponding to the first function, and executing a first Host switching command corresponding to the first function;
the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction and issuance command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
In a third aspect, an embodiment of the present application provides an electronic device, which includes a processor, a memory, and a computer program stored in the memory and executable on the processor, and when executed by the processor, the computer program implements the steps of the data management method according to the first aspect.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the data management method according to the first aspect.
According to the technical scheme, the first identity token corresponding to the code building and issuing platform and the second identity token corresponding to the target platform are obtained, the first identity token and the second identity token are stored in the target plugin, the target plugin has the capability of accessing the code building and issuing platform and the target platform, after the first identification corresponding to the first function is obtained based on the development building requirement, the first requirement document corresponding to the first function and the first configuration data are locally loaded through the target plugin, at least one of opening the first document corresponding to the first function, executing the first building and issuing command corresponding to the first function and executing the first Host switching command corresponding to the first function is executed based on the first input of a developer in the plugin page corresponding to the target plugin, the one-key opening file and the one-key executing command can be realized through the target plugin, and the development building efficiency and the development building experience of the developer are improved.
Drawings
FIG. 1 is a schematic diagram of a data management method provided in an embodiment of the present application;
FIG. 2 is a flowchart illustrating an implementation of a data management method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a data management apparatus according to an embodiment of the present application;
fig. 4 shows a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
It should be appreciated that reference throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present application. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
In various embodiments of the present application, it should be understood that the sequence numbers of the following processes do not mean the execution sequence, and the execution sequence of each process should be determined by the function and the inherent logic of the process, and should not constitute any limitation to the implementation process of the embodiments of the present application.
An embodiment of the present application provides a data management method, as shown in fig. 1, the method includes:
The data management method provided by the embodiment of the application can be applied to front-end development equipment, and the front-end development equipment acquires a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform. The code construction and release platform is an integrated platform for code construction, function test and function online. The identity token is a token used to determine the user's login status as well as the user's identity. The target platform is a document platform and is used for storing requirement documents corresponding to a plurality of functions of application software to be developed respectively, and the requirement documents record development starting time, function testing time, online time corresponding to the current functions, link information of various documents (including one or more of prototype documents, interface documents and UI documents) required by the current functions, host information, brief explanation of the current functions and the like.
After a first identity token corresponding to the code building and issuing platform and a second identity token corresponding to the target platform are obtained, the first identity token and the second identity token are stored in the target plug-in, so that the target plug-in can obtain the capability of accessing the code building and issuing platform based on the first identity token and obtain the capability of accessing the target platform based on the second identity token.
The target plug-in the embodiment of the present application may be a vscode plug-in, or may be another plug-in, and since the applicability of the vscode plug-in is high, the target plug-in the embodiment is described as an example of the vscode plug-in.
102, based on a first identifier corresponding to a first function, locally loading, by the target plug-in, a first requirement document corresponding to the first function and first configuration data corresponding to the first function when the first function is constructed and released, where the first function is a function to be developed and constructed among the multiple functions, the first requirement document is derived from the target platform, and the first configuration data is derived from the code construction and release platform.
After the first identity token and the second identity token are stored in the target plug-in, so that the target plug-in has the capability of accessing the code to construct a release platform and a target platform, a first identifier corresponding to a first function to be developed and constructed can be obtained based on development and construction requirements. The first function is a certain function to be developed and constructed in a plurality of functions corresponding to the application software to be developed.
After the first identification corresponding to the first function is obtained, based on the first identification, the capability of constructing the publishing platform and the capability of accessing the target platform by using the code accessible by the target plug-in are utilized, the first requirement document corresponding to the first function from the target platform is obtained by the target plug-in, the first configuration data corresponding to the first function from the code constructing and publishing platform when the first function is constructed and published is obtained, and the first requirement document and the first configuration data are loaded locally, so that the first requirement document and the first configuration data are stored locally.
After the first requirement document and the first configuration data corresponding to the first function are locally loaded, the requirement content corresponding to the first function may be displayed on the plug-in page corresponding to the target plug-in, where the requirement content corresponding to the first function is the content related to the first function and acquired by the target plug-in, and may include link information of the first requirement document, link information of the first configuration data, an introduction of application software to be developed, a related introduction of the first function, and the like.
Under the condition that a plug-in page corresponding to the target plug-in is displayed and a first input of a developer in the plug-in page corresponding to the target plug-in is received, responding to the first input, and executing at least one of the following operations: the method comprises the steps of opening a first document corresponding to a first function, executing a first construction issuing command corresponding to the first function, and executing a first Host switching command corresponding to the first function.
The first input of the developer in the add-in page may be an input to a related control in the add-in page, or may be a shortcut key input when the add-in page is displayed. The first input may be an input indicating to open a document or an input indicating to execute a command, the developer may execute at least one first input in a plug-in page corresponding to the target plug-in, and execute a corresponding operation according to an indication content corresponding to the first input for each first input, and when the first input is used to indicate to open a document, in response to the first input in the plug-in page corresponding to the target plug-in, open a first document corresponding to a first function, where the first document is determined based on a first requirement document, and the first document may be a first requirement document, and may also be a document corresponding to a document link included in the first requirement document; and when the first input is used for indicating the execution of the command, responding to the first input in the plug-in page corresponding to the target plug-in, and executing a first build issue command corresponding to the first function or executing a first Host switching command corresponding to the first function. The first construction issuing command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
According to the implementation process, the first identity token corresponding to the code construction and release platform and the second identity token corresponding to the target platform are obtained, and the first identity token and the second identity token are stored in the target plugin, so that the target plugin has the capability of accessing the code construction and release platform and the target platform, after a first identifier corresponding to a first function is obtained based on development construction requirements, a first requirement document corresponding to the first function and first configuration data are locally loaded through the target plugin, at least one operation of opening the first document corresponding to the first function, executing a first construction and release command corresponding to the first function and executing a first Host switching command corresponding to the first function is executed based on first input of a developer in a plugin page corresponding to the target plugin, the one-key opening file and the one-key executing command can be realized through the target plugin, and the development construction efficiency and the development construction experience of the developer are improved.
Introducing a process of storing the first identity token and the second identity token into the target plug-in, step 101 stores the first identity token corresponding to the code building and issuing platform and the second identity token corresponding to the target platform into the target plug-in, including:
acquiring a first identity token corresponding to the code construction and release platform and a second identity token corresponding to the target platform through a browser plug-in;
storing the first identity token and the second identity token to the target plugin, such that the target plugin can build a publishing platform based on the first identity token accessing the code and access the target platform based on the second identity token.
When the first identity token and the second identity token are stored in the target plugin, the first identity token corresponding to the code construction and release platform and the second identity token corresponding to the target platform can be firstly obtained through the browser plugin, and after the first identity token and the second identity token are obtained, the first identity token and the second identity token are stored in the target plugin, so that the target plugin can access the code construction and release platform through the first identity token and access the target platform through the second identity token. After the first identity token and the second identity token are stored, the target plug-in can have the capability of accessing the code construction and release platform and the capability of accessing the target platform, so that the code construction and release platform can be accessed to acquire the related content stored on the code construction and release platform, and the target platform can be accessed to acquire the related content stored on the target platform.
After storing the first identity token and the second identity token in the target plugin to enable the target plugin to have the capability of accessing the code to construct the publishing platform and the capability of accessing the target platform, step 102 locally loads, by the target plugin, a first requirement document corresponding to the first function and first configuration data corresponding to the first function when the first function constructs the publishing, based on a first identifier corresponding to the first function, including: based on the first identification, the first requirement document is pulled from the target platform through the target plug-in, and the first configuration data is pulled from the code building and releasing platform; and storing the first requirement document and the first configuration data in a local first storage area.
When it is determined that a first function needs to be developed and constructed based on current development requirements, a first identification corresponding to the first function is obtained. Because the target plug-in has the capability of accessing the code to construct the publishing platform and the capability of accessing the target platform, the target platform can be accessed through the target plug-in based on the first identifier, the first requirement document corresponding to the first function is pulled from the target platform, the publishing platform is constructed through the target plug-in accessing the code, and the first configuration data corresponding to the first function is pulled from the code constructing and publishing platform.
After a first requirement document and first configuration data corresponding to a first function are obtained, the first requirement document and the first configuration data corresponding to the first function are stored in a first storage area, the first storage area is a local storage area and is a predetermined storage area corresponding to the first function, and the first requirement document and the first configuration data corresponding to the first function are stored in the storage area corresponding to the first function.
In the implementation process, the first identity token and the second identity token are stored in the target plug-in unit by obtaining the first identity token and the second identity token, so that the target plug-in unit has the capability of accessing the code to construct the release platform and the target platform, and then the first requirement document is pulled in the target platform through the target plug-in unit, the first configuration data is pulled in the code constructing and releasing platform, and the first requirement document and the first configuration data are locally stored.
It should be noted that the requirement document includes at least one of link information corresponding to the prototype document, link information corresponding to the interface document, link information corresponding to the user interface UI document, and Host information; then, the first requirement document includes at least one of link information corresponding to the first prototype document, link information corresponding to the first interface document, link information corresponding to the first UI document, and first Host information. The following describes a process for performing a related operation in response to a first input, and at least one of the following operations is performed in response to the first input in the plug-in page corresponding to the target plug-in: opening a first document corresponding to the first function, executing a first construction issuing command corresponding to the first function, and executing a first Host switching command corresponding to the first function, wherein the method comprises at least one of the following schemes:
under the condition that a first input indicating to open a document is received, responding to the first input, and opening and displaying a first requirement document, a first prototype document, a first interface document or a first UI document corresponding to the first function, wherein the first prototype document, the first interface document and the first UI document are determined based on link information in the first requirement document;
under the condition that a first input indicating to execute a construction and issue command is received, responding to the first input, executing a first construction and issue command corresponding to the first function so as to construct and compile a function code corresponding to the first function and issue a front-end page corresponding to the first function;
in a case where a first input indicating execution of a Host switch command is received, first Host information in the first requirement document is appended to a system Host file in response to the first input to update the system Host file.
After the target platform pulls the first requirement document and the first configuration data corresponding to the first function and stores the first requirement document and the first configuration data in the local first storage area, the requirement content corresponding to the first function can be displayed on the plug-in page corresponding to the target plug-in. Receiving a first input of a developer in a plug-in page corresponding to a target plug-in, determining the first input as an input indicating to open a document when the first input meets a first input characteristic, and opening and displaying a first document corresponding to a first function in response to the first input, wherein the first document can be a first requirement document, a first prototype document, a first interface document or a first UI document, and the first prototype document, the first interface document and the first UI document are determined based on link information in the first requirement document.
And under the condition that the first input meets the second input characteristic, determining that the first input is an input for instructing the execution of a build issue command, and responding to the first input, executing the first build issue command corresponding to the first function so as to build and compile a function code corresponding to the first function and issue a front-end page corresponding to the first function. And in the case that the first input meets the third input characteristic, determining that the first input is an input indicating that a Host switching command is executed, and in response to the first input, appending the first Host information in the first requirement document to the system Host file to update the system Host file, wherein the process of updating the system Host file can be understood as replacing the Host information in the system Host file with the first Host information in the first requirement document. By adding the first Host information in the first requirement document to the system Host file, the development test environment corresponding to the first function can be deployed in the system.
The developer can execute at least one first input on a plug-in page corresponding to the target plug-in, and for each first input, the corresponding instruction content can be determined according to the input characteristics of the first input, so as to execute the corresponding operation.
In the implementation process, the first requirement document, the first prototype document, the first interface document or the first UI document is opened and displayed under the condition that the first input for instructing to open the document is received, the first construction issuing command is executed under the condition that the first input for instructing to execute the construction issuing command is received, and the first Host information in the first requirement document is added to the system Host file to update the system Host file under the condition that the first input for instructing to execute the Host switching command is received, so that the one-key opening document and the one-key executing command can be operated on the basis of the operation in the plug-in page.
In an embodiment, in case of receiving a function switching instruction, the method further comprises:
according to a second identifier in the function switching instruction, pulling a second requirement document corresponding to a second function on the target platform through the target plug-in, and pulling second configuration data corresponding to the second function when the second function is constructed and released on the code construction and release platform, wherein the second function is a function to be developed and constructed, which is matched with the second identifier, in the plurality of functions;
storing the second requirement document and the second configuration data in a local second storage area;
responding to a second input in the plug-in page corresponding to the target plug-in, and executing at least one of the following operations: opening a second document corresponding to the second function, executing a second construction and release command corresponding to the second function, and executing a second Host switching command corresponding to the second function;
the plug-in page displays requirement content corresponding to the second function, the second document is started based on the second requirement document, the second construction and release command is executed based on the second configuration data, and the second Host switching command is executed based on the second requirement document.
And under the condition that another function needs to be developed and constructed, receiving a function switching instruction of a developer, and acquiring a second identifier carried in the function switching instruction. It should be noted that, during multitask development, the code version control tool Git may be used to switch among different to-be-developed and constructed functions.
Because the target plug-in has the capability of accessing the code to construct the publishing platform and the capability of accessing the target platform, the target platform can be accessed through the target plug-in based on the second identifier, the second requirement document corresponding to the second function is pulled from the target platform, the publishing platform is constructed through the target plug-in accessing the code, and the second configuration data corresponding to the second function is pulled from the code constructing and publishing platform.
After the second requirement document and the second configuration data corresponding to the second function are obtained, the second requirement document and the second configuration data corresponding to the second function are stored in a second storage area, the second storage area is a local storage area and is a predetermined storage area corresponding to the second function, and the second requirement document and the second configuration data corresponding to the second function are stored in the storage area corresponding to the second function. The second requirement document comprises at least one of link information corresponding to the second prototype document, link information corresponding to the second interface document, link information corresponding to the second UI document and second Host information.
After the target platform pulls the second requirement document corresponding to the second function, the code construction and release platform pulls the second configuration data corresponding to the second function, and the second requirement document and the second configuration data are stored in the local second storage area, the requirement content corresponding to the second function can be displayed on the plug-in page corresponding to the target plug-in. Receiving a second input of the developer in the plug-in page corresponding to the target plug-in, determining the second input as an input indicating to open the document if the second input meets the first input characteristic, and opening and displaying a second document corresponding to a second function in response to the second input, wherein the second document can be a second requirement document, a second prototype document, a second interface document or a second UI document, and the second prototype document, the second interface document and the second UI document are determined based on the link information in the second requirement document.
And under the condition that the second input meets the second input characteristic, determining that the second input is an input for instructing the execution of the build issue command, and responding to the second input, executing the second build issue command corresponding to the second function so as to build and compile the function code corresponding to the second function and issue the front-end page corresponding to the second function. And in the case that the second input satisfies the third input characteristic, determining that the second input is an input indicating execution of a Host switching command, and in response to the second input, appending the second Host information in the second requirement document to the system Host file to update the system Host file, wherein the process of updating the system Host file may be understood as replacing the Host information in the system Host file with the second Host information in the second requirement document. By adding the second Host information in the second requirement document to the system Host file, the development test environment corresponding to the second function can be deployed in the system.
The developer can execute at least one second input on the plug-in page corresponding to the target plug-in, and for each second input, the corresponding instruction content can be determined according to the input characteristics of the second input, so as to execute the corresponding operation.
In the implementation process, the second requirement document is pulled from the target platform through the target plug-in, and the second configuration data is pulled from the code construction and release platform, so that the second requirement document and the second configuration data can be locally stored; opening and displaying the second document in a case where a second input instructing to open the document is received, executing the second build issue command in a case where the second input instructing to execute the build issue command is received, and appending the second Host information in the second requirement document to the system Host file in a case where the second input instructing to execute the Host switching command is received, the one-key open document, the one-key execution command based on the operation within the plug-in page can be realized.
The following describes a process of one-key operation in the data management method provided by the present application by using a specific embodiment, and referring to fig. 2, the process includes the following steps:
Step 202, detecting whether a storage area corresponding to a first function to be developed and constructed is configured locally, if not, executing step 203, and if so, executing step 204.
And 204, detecting whether the first identity token and the second identity token are stored in the vscode plug-in, if not, executing a step 205, otherwise, executing a step 206.
And step 207, receiving a first input of the developer in a plug-in page corresponding to the vscode plug-in. Step 208 is executed in the case where the first input is a first input indicating to open the document, step 209 is executed in the case where the first input is a first input indicating to execute the build issue command, and step 210 is executed in the case where the first input is a first input indicating to execute the Host switch command.
And step 208, starting and displaying a first requirement document, a first prototype document, a first interface document or a first UI document corresponding to the first function.
In the implementation process, the first requirement document is pulled from the target platform and the first configuration data is pulled from the code building and issuing platform through the plug-in with the capability of accessing the code building and issuing platform and the target platform, so that the first requirement document and the first configuration data are locally stored; after receiving a first input of a developer in the plug-in page, according to the instruction content corresponding to the first input, at least one of the following operations is executed: the method comprises the steps of starting a first document corresponding to a first function, executing a first build and issue command corresponding to the first function, and executing a first Host switching command corresponding to the first function, so as to realize one-key starting of the document and one-key execution of the command.
In the above overall implementation process of the data management method provided in the embodiment of the present application, the first identity token corresponding to the code building and issuing platform and the second identity token corresponding to the target platform are obtained, and the first identity token and the second identity token are stored in the target plugin, so that the target plugin has the capability of accessing the code building and issuing platform and the target platform, after the first identifier corresponding to the first function is obtained based on the development and building requirements, the first requirement document corresponding to the first function and the first configuration data are locally loaded by the target plugin through the target plugin, based on the first input of the developer in the plugin page corresponding to the target plugin, the opening of the first document corresponding to the first function, the execution of the first building and issuing command corresponding to the first function, and the execution of at least one of the first Host switching command corresponding to the first function are performed, and a one-key opening file and one-key execution command can be implemented by the target plugin, thereby improving the development and building efficiency and the development and building experience of the developer.
An embodiment of the present application provides a data management apparatus, as shown in fig. 3, the apparatus includes:
the first storage module 301 is configured to store a first identity token corresponding to a code building and publishing platform and a second identity token corresponding to a target platform to a target plug-in, where the target platform includes a requirement document corresponding to each of multiple functions of application software to be developed;
a loading module 302, configured to locally load, by using the target plug-in, a first requirement document corresponding to a first function and first configuration data corresponding to the first function when the first function is constructed and released based on a first identifier corresponding to the first function, where the first function is a function to be developed and constructed among the multiple functions, the first requirement document is derived from the target platform, and the first configuration data is derived from the code construction and release platform;
a first processing module 303, configured to, in response to a first input in a plug-in page corresponding to the target plug-in, perform at least one of the following operations: opening a first document corresponding to the first function, executing a first construction and release command corresponding to the first function, and executing a first Host switching command corresponding to the first function;
the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction and issuance command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
Optionally, the first storage module includes:
the acquisition submodule is used for acquiring a first identity token corresponding to the code construction and release platform and a second identity token corresponding to the target platform through a browser plug-in;
a first storage submodule, configured to store the first identity token and the second identity token in the target plugin, so that the target plugin can access the code to construct a publishing platform based on the first identity token and access the target platform based on the second identity token.
Optionally, the loading module includes:
the pull sub-module is used for pulling the first requirement document on the target platform through the target plug-in and pulling the first configuration data on the code building and issuing platform based on the first identifier;
and the second storage submodule is used for storing the first requirement document and the first configuration data in a local first storage area.
Optionally, the requirement document includes at least one of link information corresponding to the prototype document, link information corresponding to the interface document, link information corresponding to the user interface UI document, and Host information;
the first processing module comprises at least one of the following sub-modules:
the first processing submodule is used for responding to a first input and opening and displaying a first requirement document, a first prototype document, a first interface document or a first UI document corresponding to the first function under the condition that the first input indicating to open the document is received, wherein the first prototype document, the first interface document and the first UI document are determined based on link information in the first requirement document;
the second processing submodule is used for responding to a first input under the condition that the first input indicating to execute a building and issuing command is received, and executing the first building and issuing command corresponding to the first function so as to build and compile a function code corresponding to the first function and issue a front end page corresponding to the first function;
and the third processing submodule is used for responding to the first input and adding the first Host information in the first requirement document to a system Host file to update the system Host file under the condition that the first input indicating the execution of the Host switching command is received.
Optionally, the apparatus further comprises:
the pulling module is used for pulling a second requirement document corresponding to a second function on the target platform through the target plug-in and pulling second configuration data corresponding to the second function when the second function is constructed and issued on the code construction and issuing platform according to a second identifier in the function switching instruction under the condition that the function switching instruction is received, wherein the second function is a function to be developed and constructed, which is matched with the second identifier, in the plurality of functions;
the second storage module is used for storing the second requirement document and the second configuration data in a local second storage area;
a second processing module, configured to, in response to a second input in the plug-in page corresponding to the target plug-in, perform at least one of the following operations: opening a second document corresponding to the second function, executing a second construction and release command corresponding to the second function, and executing a second Host switching command corresponding to the second function;
the plug-in page displays requirement content corresponding to the second function, the second document is started based on the second requirement document, the second construction and release command is executed based on the second configuration data, and the second Host switching command is executed based on the second requirement document.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
An embodiment of the present application further provides an electronic device, including: the processor, the memory, and the computer program stored in the memory and capable of running on the processor, when executed by the processor, implement the processes of the data management method embodiments, and can achieve the same technical effects, and in order to avoid repetition, details are not repeated here.
For example, fig. 4 shows a schematic physical structure diagram of an electronic device. As shown in fig. 4, the electronic device may include: a processor (processor) 410, a communication Interface (Communications Interface) 420, a memory (memory) 430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are in communication with each other via the communication bus 440. The processor 410 may call logic instructions in the memory 430, and the processor 410 is configured to perform the following steps: storing a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform to a target plug-in, wherein the target platform comprises a demand document corresponding to each of a plurality of functions of application software to be developed; based on a first identifier corresponding to a first function, locally loading a first requirement document corresponding to the first function and first configuration data corresponding to the first function during construction and release of the first function through the target plug-in, wherein the first function is a function to be developed and constructed in the multiple functions, the first requirement document is from the target platform, and the first configuration data is from the code construction and release platform; in response to a first input in a plug-in page corresponding to the target plug-in, performing at least one of: opening a first document corresponding to the first function, executing a first construction and release command corresponding to the first function, and executing a first Host switching command corresponding to the first function; the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction and issuance command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document. The processor 410 may also perform other aspects of the embodiments of the present application and will not be further described herein.
In addition, the logic instructions in the memory 430 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application.
The embodiments of the present application further provide a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the processes of the data management method embodiment, and can achieve the same technical effects, and in order to avoid repetition, the computer program is not described herein again. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a component of' 8230; \8230;" does not exclude the presence of another like element in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.
Those of ordinary skill in the art would appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed in the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U disk, a removable hard disk, a ROM, a RAM, a magnetic disk or an optical disk, and various media capable of storing program codes.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.
Claims (12)
1. A method of data management, comprising:
storing a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform to a target plug-in, wherein the target platform comprises a demand document corresponding to a plurality of functions of application software to be developed respectively;
based on a first identifier corresponding to a first function, locally loading a first requirement document corresponding to the first function and first configuration data corresponding to the first function during construction and release of the first function through the target plug-in, wherein the first function is a function to be developed and constructed in the multiple functions, the first requirement document is from the target platform, and the first configuration data is from the code construction and release platform;
in response to a first input in a plug-in page corresponding to the target plug-in, performing at least one of: opening a first document corresponding to the first function, executing a first construction issuing command corresponding to the first function, and executing a first Host switching command corresponding to the first function;
the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction and issuance command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
2. The method of claim 1, wherein storing the first identity token corresponding to the code building publishing platform and the second identity token corresponding to the target platform to the target plug-in comprises:
acquiring a first identity token corresponding to the code construction and release platform and a second identity token corresponding to the target platform through a browser plug-in;
storing the first identity token and the second identity token to the target plugin, such that the target plugin can build a publishing platform based on the first identity token accessing the code and access the target platform based on the second identity token.
3. The method according to claim 1, wherein the loading, by the target plug-in, the first requirement document corresponding to the first function and the first configuration data corresponding to the first function when the first function builds the release locally based on the first identifier corresponding to the first function includes:
based on the first identification, the first requirement document is pulled from the target platform through the target plug-in, and the first configuration data is pulled from the code building and issuing platform;
and storing the first requirement document and the first configuration data in a local first storage area.
4. The method according to claim 1, wherein the requirement document comprises at least one of link information corresponding to a prototype document, link information corresponding to an interface document, link information corresponding to a user interface UI document, and Host information;
the response to the first input in the plug-in page corresponding to the target plug-in, at least one of the following operations is executed: opening a first document corresponding to the first function, executing a first construction issuing command corresponding to the first function, and executing a first Host switching command corresponding to the first function, wherein the method comprises at least one of the following schemes:
under the condition that a first input indicating to open a document is received, responding to the first input, and opening and displaying a first requirement document, a first prototype document, a first interface document or a first UI document corresponding to the first function, wherein the first prototype document, the first interface document and the first UI document are determined based on link information in the first requirement document;
under the condition that a first input for instructing execution of a build issue command is received, responding to the first input, executing a first build issue command corresponding to the first function so as to build and compile a function code corresponding to the first function and issue a front end page corresponding to the first function;
in a case where a first input indicating execution of a Host switch command is received, first Host information in the first requirement document is appended to a system Host file in response to the first input to update the system Host file.
5. The method of claim 1, wherein in case of receiving a function switching instruction, the method further comprises:
according to a second identifier in the function switching instruction, pulling a second requirement document corresponding to a second function on the target platform through the target plug-in, and pulling second configuration data corresponding to the second function when the second function is constructed and released on the code construction and release platform, wherein the second function is a function to be developed and constructed, which is matched with the second identifier, in the plurality of functions;
storing the second requirement document and the second configuration data in a local second storage area;
responding to a second input in the plug-in page corresponding to the target plug-in, and executing at least one of the following operations: opening a second document corresponding to the second function, executing a second construction and release command corresponding to the second function, and executing a second Host switching command corresponding to the second function;
the plug-in page displays requirement content corresponding to the second function, the second document is started based on the second requirement document, the second construction and release command is executed based on the second configuration data, and the second Host switching command is executed based on the second requirement document.
6. A data management apparatus, comprising:
the system comprises a first storage module, a target plug-in and a second storage module, wherein the first storage module is used for storing a first identity token corresponding to a code construction and release platform and a second identity token corresponding to a target platform to the target plug-in, and the target platform comprises a requirement document corresponding to a plurality of functions of application software to be developed;
the loading module is used for locally loading a first requirement document corresponding to a first function and first configuration data corresponding to the first function during construction and release of the first function through the target plug-in based on a first identifier corresponding to the first function, wherein the first function is a function to be developed and constructed in the multiple functions, the first requirement document is from the target platform, and the first configuration data is from the code construction and release platform;
the first processing module is used for responding to a first input in the plug-in page corresponding to the target plug-in and executing at least one of the following operations: opening a first document corresponding to the first function, executing a first construction and release command corresponding to the first function, and executing a first Host switching command corresponding to the first function;
the plug-in page displays requirement content corresponding to the first function, the first document is opened based on the first requirement document, the first construction issuing command is executed based on the first configuration data, and the first Host switching command is executed based on the first requirement document.
7. The apparatus of claim 6, wherein the first storage module comprises:
the acquisition submodule is used for acquiring a first identity token corresponding to the code construction and release platform and a second identity token corresponding to the target platform through a browser plug-in;
a first storage submodule, configured to store the first identity token and the second identity token in the target plugin, so that the target plugin can access the code to construct a publishing platform based on the first identity token and access the target platform based on the second identity token.
8. The apparatus of claim 6, wherein the loading module comprises:
the pull sub-module is used for pulling the first requirement document on the target platform through the target plug-in and pulling the first configuration data on the code building and issuing platform based on the first identifier;
and the second storage submodule is used for storing the first requirement document and the first configuration data in a local first storage area.
9. The apparatus according to claim 6, wherein the requirement document includes at least one of link information corresponding to a prototype document, link information corresponding to an interface document, link information corresponding to a user interface UI document, and Host information;
the first processing module comprises at least one of the following sub-modules:
the first processing submodule is used for responding to a first input and opening and displaying a first requirement document, a first prototype document, a first interface document or a first UI document corresponding to the first function under the condition that the first input indicating to open the document is received, wherein the first prototype document, the first interface document and the first UI document are determined based on link information in the first requirement document;
the second processing submodule is used for responding to a first input under the condition that the first input indicating to execute a construction and issue command is received, executing the first construction and issue command corresponding to the first function so as to construct and compile a function code corresponding to the first function and issue a front-end page corresponding to the first function;
and the third processing sub-module is used for responding to a first input under the condition that the first input indicating the execution of a Host switching command is received, and adding the first Host information in the first requirement document to a system Host file so as to update the system Host file.
10. The apparatus of claim 6, further comprising:
the pull module is used for pulling a second requirement document corresponding to a second function on the target platform through the target plug-in unit according to a second identifier in the function switching instruction under the condition that the function switching instruction is received, and pulling second configuration data corresponding to the second function when the second function is constructed and released on the code construction and release platform, wherein the second function is a function to be developed and constructed, which is matched with the second identifier, in the multiple functions;
the second storage module is used for storing the second requirement document and the second configuration data in a local second storage area;
a second processing module, configured to, in response to a second input in the plug-in page corresponding to the target plug-in, perform at least one of the following operations: opening a second document corresponding to the second function, executing a second construction and release command corresponding to the second function, and executing a second Host switching command corresponding to the second function;
the plug-in page displays requirement content corresponding to the second function, the second document is opened based on the second requirement document, the second construction and release command is executed based on the second configuration data, and the second Host switching command is executed based on the second requirement document.
11. An electronic device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the data management method according to any one of claims 1 to 5.
12. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the data management method according to any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210738480.6A CN115268841B (en) | 2022-06-27 | 2022-06-27 | Data management method, device, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210738480.6A CN115268841B (en) | 2022-06-27 | 2022-06-27 | Data management method, device, electronic equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115268841A true CN115268841A (en) | 2022-11-01 |
CN115268841B CN115268841B (en) | 2023-05-23 |
Family
ID=83762363
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210738480.6A Active CN115268841B (en) | 2022-06-27 | 2022-06-27 | Data management method, device, electronic equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115268841B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116028026A (en) * | 2023-03-24 | 2023-04-28 | 广州嘉为科技有限公司 | Research and development process management method and device based on plug-in and storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB9909599D0 (en) * | 1998-05-14 | 1999-06-23 | Peopledoc Ltd | A document storing and retrieving system |
US10579966B1 (en) * | 2016-06-24 | 2020-03-03 | Intuit Inc. | Adapting a shared project build platform to a developer plugin |
WO2020123464A1 (en) * | 2018-12-10 | 2020-06-18 | Shelterzoom Corp. | Decentralized marketplace and ecosystem powered by blockchain-based document delivery, collaboration, and dissemination |
CN112052008A (en) * | 2020-09-10 | 2020-12-08 | 腾讯科技(深圳)有限公司 | Code checking method, device, computer equipment and computer readable storage medium |
CN113590118A (en) * | 2021-07-23 | 2021-11-02 | 南京赛宁信息技术有限公司 | Resource authority control device and method based on DRF framework |
CN113626392A (en) * | 2021-09-03 | 2021-11-09 | 微民保险代理有限公司 | Method and device for updating document data, electronic equipment and storage medium |
CN114090019A (en) * | 2021-11-19 | 2022-02-25 | 浪潮云信息技术股份公司 | Code construction, scanning and storage platform based on software integration |
-
2022
- 2022-06-27 CN CN202210738480.6A patent/CN115268841B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB9909599D0 (en) * | 1998-05-14 | 1999-06-23 | Peopledoc Ltd | A document storing and retrieving system |
US10579966B1 (en) * | 2016-06-24 | 2020-03-03 | Intuit Inc. | Adapting a shared project build platform to a developer plugin |
WO2020123464A1 (en) * | 2018-12-10 | 2020-06-18 | Shelterzoom Corp. | Decentralized marketplace and ecosystem powered by blockchain-based document delivery, collaboration, and dissemination |
CN112052008A (en) * | 2020-09-10 | 2020-12-08 | 腾讯科技(深圳)有限公司 | Code checking method, device, computer equipment and computer readable storage medium |
CN113590118A (en) * | 2021-07-23 | 2021-11-02 | 南京赛宁信息技术有限公司 | Resource authority control device and method based on DRF framework |
CN113626392A (en) * | 2021-09-03 | 2021-11-09 | 微民保险代理有限公司 | Method and device for updating document data, electronic equipment and storage medium |
CN114090019A (en) * | 2021-11-19 | 2022-02-25 | 浪潮云信息技术股份公司 | Code construction, scanning and storage platform based on software integration |
Non-Patent Citations (3)
Title |
---|
RIJUL SAINI: "Towards Conflict-Free Collaborative Modelling using VS Code Extensions", 《2021 ACM/IEEE INTERNATIONAL CONFERENCE ON MODEL DRIVEN ENGINEERING LANGUAGES AND SYSTEMS COMPANION (MODELS-C)》 * |
薛扬波: "一站式大数据智能云研发平台的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
黄超: "基于角色的访问控制策略构建方法研究", 《中国博士学位论文全文数据库 信息科技辑》 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116028026A (en) * | 2023-03-24 | 2023-04-28 | 广州嘉为科技有限公司 | Research and development process management method and device based on plug-in and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN115268841B (en) | 2023-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110221872B (en) | Page jump method and device, electronic equipment and storage medium | |
CN109639749B (en) | Cloud desktop access method, device, equipment and storage medium | |
CN106843976B (en) | Method and apparatus for generating image file | |
CN105630551A (en) | Method and device for installing application software and electronic equipment | |
CN111552633A (en) | Interface abnormal call testing method and device, computer equipment and storage medium | |
CN111538659A (en) | Interface testing method and system for service scene, electronic device and storage medium | |
CN105512294A (en) | Multi-media file update prompting method and device | |
CN111694733A (en) | API (application programming interface) testing method and device for software development kit SDK (software development kit) | |
CN112631924A (en) | Automatic testing method and device, computer equipment and storage medium | |
CN115268841A (en) | Data management method and device, electronic equipment and storage medium | |
CN112286485A (en) | Method and device for controlling application through voice, electronic equipment and storage medium | |
CN114257624A (en) | Configuration method, device and equipment of Internet of things equipment and storage medium | |
CN105094857B (en) | Method and system for application load | |
CN109684027A (en) | The method and apparatus of dynamically track Java Virtual Machine operation | |
CN116266482A (en) | Equipment software upgrading method and device | |
CN111984248A (en) | Page editing method and device, storage medium and electronic device | |
CN113821249A (en) | Project development configuration method and device, electronic equipment and readable storage medium | |
US9787552B2 (en) | Operation process creation program, operation process creation method, and information processing device | |
WO2009097241A1 (en) | A method and system for assessing deployment and un-deployment of software installations | |
CN111181836B (en) | Message pushing method and device | |
CN114679491A (en) | Micro front-end service application method and device, storage medium and electronic equipment | |
CN113179183A (en) | Service switch state control device and method | |
CN108762736B (en) | Project branch management method, device and equipment and computer readable storage medium | |
CN114257584B (en) | Method and device for generating configuration file of Internet of things equipment and storage medium | |
CN107256170B (en) | Method and device for activating input method setting items of terminal equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |