CN116483470A - Method for acquiring configuration information, electronic equipment and medium - Google Patents

Method for acquiring configuration information, electronic equipment and medium Download PDF

Info

Publication number
CN116483470A
CN116483470A CN202310475856.3A CN202310475856A CN116483470A CN 116483470 A CN116483470 A CN 116483470A CN 202310475856 A CN202310475856 A CN 202310475856A CN 116483470 A CN116483470 A CN 116483470A
Authority
CN
China
Prior art keywords
configuration information
environment
end service
configuration
information
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
CN202310475856.3A
Other languages
Chinese (zh)
Inventor
陈登月
莫元武
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
eBaoTech Corp
Original Assignee
eBaoTech Corp
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 eBaoTech Corp filed Critical eBaoTech Corp
Priority to CN202310475856.3A priority Critical patent/CN116483470A/en
Publication of CN116483470A publication Critical patent/CN116483470A/en
Pending legal-status Critical Current

Links

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/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The application relates to the technical field of computers and discloses a method, electronic equipment and a medium for acquiring configuration information, wherein the method, the electronic equipment and the medium comprise the steps of setting a parameter replacement module in front-end service, writing configuration information matched with a release environment into environment variable information of a front-end service operation container when the release platform of a service end releases the front-end service, and operating the parameter replacement module in the front-end service when the service end starts the front-end service so as to read the environment variable information in which the configuration information is written, thereby acquiring the configuration information written in the environment variable information. According to the embodiment of the application, the configuration information matched with the current running environment can be automatically replaced with the existing configuration information, manual participation in configuration is not needed, management cost can be reduced, configuration efficiency is improved, and configuration accuracy of the configuration information of the front-end service is improved.

Description

Method for acquiring configuration information, electronic equipment and medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method for obtaining configuration information, an electronic device, and a medium.
Background
The front-end service, namely a website foreground part, operates on a webpage displayed to a user for browsing on a client browser, and when the front-end service operates in different operation environments, different configuration information (parameters supporting the operation of the front-end service in the different operation environments) is required. The front-end service may request, through an application programming interface (Application Programming Interface, API), to read configuration information required by the operating environment based on address information of the backend server or the third-party server.
At present, address information of a background server or a third party server corresponding to a front-end service running environment is generally set in a code of the front-end service for packaging and compiling, and when the front-end service is started by a client, the front-end service requests to read configuration information required by the running environment based on the address information of the background server or the third party server in packaging content through an API. However, when the running environment is added or changed (for example, after the front-end service completes the test in the test running environment, the front-end service needs to be checked in the checking environment, and the environment is changed), the address information of the background server or the third-party server corresponding to the added or changed environment needs to be set in the code again for packaging, and at this time, the packaged content changes, the information generated by packaging and compiling, such as the Digest (Message-Digest Algorithm5, MD 5) code and the secure hash (Secure Hash Algorithm, SHA) code, also changes accordingly, if the code of the front-end service is modified, the MD5 code and the SHA code generated by packaging and compiling also change accordingly, so that it cannot be determined whether there is a place to be changed in the code of the front-end service, that is, the quality of the code of the repackaged front-end service cannot be guaranteed.
In order to solve the above-mentioned problems, some solutions propose to separate configuration information from codes of the front-end service, and in a newly added operation environment or a changed operation environment, use configuration information required for manually configuring the front-end service, which increases the manual management cost.
Disclosure of Invention
In order to solve the above-mentioned problem that the configuration information required by manually configuring the front-end service increases the cost of manual management, the first aspect of the embodiments of the present application provides a method for obtaining configuration information, where the method for obtaining configuration information includes obtaining a release environment of the front-end service; determining first configuration information based on a release environment of the front-end service; writing the first configuration information into first environment variable information of a front-end service operation container to acquire second environment variable information; when the front-end service is started up in the release environment, the second configuration information in the configuration file of the front-end service is replaced by the first configuration information based on the second environment variable information.
Based on the scheme, when the front-end service is started in a new environment, the configuration information matched with the current environment can be automatically replaced with the existing configuration information, manual configuration is not needed, management cost can be reduced, configuration efficiency is improved, and configuration accuracy of the configuration information of the front-end service is improved.
In some alternative examples, the method further comprises: setting a parameter replacement module in front-end service;
replacing the second configuration information in the configuration file of the front-end service with the first configuration information based on the second environment variable information comprises the following steps: operating a parameter replacement module in front-end service; and reading the second environment variable information by using the parameter replacement module, and replacing the second configuration information in the configuration file of the front-end service with the first configuration information based on the second environment variable information.
In some alternative examples, replacing the second configuration information in the configuration file of the front-end service with the first configuration information based on the second environment variable information includes: acquiring first configuration information from the second environment variable information; and replacing the second configuration information in the configuration file of the front-end service with the first configuration information.
In some alternative examples, determining the first configuration information based on the distribution environment of the front-end service includes: and acquiring the first configuration information based on the running environment identifier corresponding to the release environment of the front-end service.
In some optional examples, obtaining the first configuration information based on the running environment identifier corresponding to the publishing environment of the front-end service includes: determining an operation environment identifier corresponding to a release environment of the front-end service; configuration information that matches the operating environment identification is determined as first configuration information.
In some alternative examples, the method further comprises: and presetting configuration information corresponding to different running environments on a deployment platform.
In some alternative examples, the operating environment includes a development environment, a testing environment, and a production environment.
In some optional examples, writing the first configuration information into the first environment variable information of the front-end service runtime container, and obtaining the second environment variable information includes: and replacing the configuration information in the first environment variable information of the front-end service operation container with the first configuration information to obtain second environment variable information.
In some alternative examples, the method further comprises: and sending a request to the second electronic equipment based on the current domain name of the front-end service and the first configuration information, and acquiring response data of the response of the second electronic equipment.
In some alternative examples, the response data of the server response may include a file and/or a picture.
In a second aspect, an embodiment of the present application provides an electronic device, including: a memory for storing instructions for execution by one or more processors of the electronic device, and the processor, which is one of the one or more processors of the electronic device, for performing the methods of obtaining configuration information referred to herein.
In a third aspect, embodiments of the present application provide a readable storage medium having stored thereon instructions that, when executed on an electronic device, cause the electronic device to perform a method for obtaining configuration information as mentioned herein.
In a fourth aspect, embodiments of the present application provide a computer program product comprising instructions for implementing a method for obtaining configuration information as mentioned in embodiments of the present application.
Drawings
Fig. 1 is a schematic view of an application scenario provided in an embodiment of the present application;
fig. 2 is a schematic diagram of a method for obtaining configuration information according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an apparatus for acquiring configuration information according to an embodiment of the present application;
fig. 4 is a schematic hardware structure of an electronic device for implementing the method for obtaining configuration information according to the embodiment of the present application.
Detailed Description
Illustrative embodiments of the present application include, but are not limited to, methods, electronic devices, and media based on a method of obtaining configuration information.
In order to solve the above-mentioned problems, the present application provides a method for obtaining configuration information, where a server may preset configuration information corresponding to different environments, and preset different running environment identifiers to identify different running environments, for example, a production environment or a development environment. And meanwhile, a parameter replacement module can be arranged in the front-end service. When the front-end service is released by the release platform of the server, determining the release environment of the front-end service, and acquiring configuration information corresponding to the release environment. When the service end starts the front-end service, a parameter replacement module in the front-end service is operated to read the environment variable information written with the configuration information, so that the configuration information written in the environment variable information is obtained. Therefore, when the new running environment is started, the front-end service can automatically replace the existing configuration information with the configuration information matched with the current running environment, manual configuration is not needed, management cost can be reduced, configuration efficiency is improved, and configuration accuracy of the configuration information of the front-end service is improved.
In some examples, the running environment where the front-end service is located may be determined based on the running environment identifier, specifically, if the running environment identifier is prod, the running environment where the representative service is located is a production environment, and if the running environment identifier is dev, the running environment where the representative service is located is a development environment.
Fig. 1 is a schematic view of an application scenario provided in the embodiment of the present application, as shown in fig. 1, in a specific implementation, a server 110 may replace configuration information in a configuration file of a front-end service with configuration information 111 matched with an operating environment, where when the front-end service is started in a new operating environment corresponding to a client 120, a request may be sent to the server 110, and response data of the server 110 based on the response of the sending request may be obtained.
The method for acquiring the configuration information mentioned in the embodiment of the present application is described in detail below. Fig. 2 is a schematic diagram of a method for obtaining configuration information according to an embodiment of the present application, where the method for obtaining configuration information shown in fig. 2 may be performed by an electronic device, and the electronic device may be a server.
As shown in fig. 2, the method for obtaining configuration information may include:
201: and presetting configuration information corresponding to different running environments on a deployment platform.
It will be appreciated that the development process for the front-end services may include stages of development, testing, and production, with the operating environment of the servers used at each stage of the development process being different. For example, the operating environment of the server used by the front-end service in the development stage is a development environment, the operating environment of the server used in the test stage is a test environment, and the operating environment of the server used in the production stage is a production environment. The development environment may be a Windows development environment or a Linux development environment. In the actual development process, the front-end service may further include other stages, and accordingly, may further include other operating environments, and embodiments of the present application are not specifically limited.
It will be appreciated that the configuration information corresponding to different operating environments may have different operating environment identifiers, which may represent the operating environment of the server used by the front-end service. I.e. the running environment of the front-end service can be determined based on the running environment identification. For example, if the runtime environment identification is dev, it may indicate that the runtime environment of the server is a development environment. If the running environment is identified as test, the running environment of the server can be indicated as a test environment. If the running environment is identified as prod, it may indicate that the running environment of the server is a production environment.
In order to enable the front-end service to normally operate in any operating environment, configuration information corresponding to different operating environments can be preset on the deployment platform. For example, the development environment may be preset to have an operation environment identifier dev, and the configuration information corresponding to the development environment may be preset to be "google_ ANALYTICS _id": "GOOGLE001" may preset that the test environment has an operation environment identifier test, and preset that the configuration information corresponding to the test environment is "google_ ANALYTICS _id": "GOOGLE002" may preset that the production environment has an operation environment identifier prod, and preset that the configuration information corresponding to the production environment is "google_ ANALYTICS _id": "google003".
202: and setting a parameter replacement module in the front-end service.
It will be appreciated that a startup scripting language (shell) may be added to the front-end service as a parameter replacement module, where the scripting language may replace configuration information in a configuration file of the front-end service, where the configuration file may be set in a config.
It can be understood that when the front-end service is started, the parameter replacement module may be operated, the parameter replacement module is used to read the environment variable information corresponding to the operating environment of the front-end service, and replace the configuration information in the configuration file of the front-end service with the configuration information in the read environment variable information by means of the replacement command, i.e. replace the configuration information in the configuration file of the front-end service with the configuration information in the environment variable information matched with the operating environment of the front-end service.
203: and acquiring first configuration information corresponding to the release environment of the front-end service, writing the first configuration information into first environment variable information of the front-end service operation container, and acquiring second environment variable information.
It can be understood that when the publishing platform publishes the front-end service, the publishing environment of the front-end service can be determined, and the first configuration information corresponding to the publishing environment can be obtained. For example, an operation environment identifier corresponding to the release environment may be obtained, and then, first configuration information matched with the operation environment identifier of the release environment may be determined from configuration information preset in the configuration platform according to the operation environment identifier.
In some optional examples, when the release environment of the front-end service is a development environment, an operation environment identifier dev corresponding to the development environment may be obtained, and then, according to the operation environment identifier dev, first configuration information { "google_ ANALYTICS _id": "GOOGLE001" } which matches the operation environment identifier dev of the development environment may be determined from configuration information preset in the configuration platform.
In some optional examples, when the release environment of the front-end service is a test environment, an operation environment identifier test corresponding to the test environment may be obtained, and then, according to the operation environment identifier test, first configuration information { "google_ ANALYTICS _id": "GOOGLE002" } matched with the operation environment identifier test of the test environment may be determined from configuration information preset in the configuration platform.
In some optional examples, when the release environment of the front-end service is a production environment, an operating environment identifier prod corresponding to the production environment may be obtained, and then, according to the operating environment identifier prod, first configuration information { "google_ ANALYTICS _id": "GOOGLE003" } matched with the operating environment identifier prod of the production environment may be determined from configuration information preset in the configuration platform.
204: when the front-end service is started in the release environment, the operation parameter replacement module replaces second configuration information in the configuration file of the front-end service with first configuration information.
It can be understood that when the front-end service is started in the release environment, the parameter replacement module is set in the front-end service, and when the front-end service is started, the parameter replacement module in the front-end service can be operated, the parameter replacement module is used for reading the second environment variable information of the front-end service operation container, and further, the second configuration information in the configuration file of the front-end service is replaced by the first configuration information in the second environment variable information by means of the replacement command, so that the front-end service can normally operate in the release environment.
In some optional embodiments, when the release environment of the front-end service is a test environment, the second configuration information in the parameter replacement module in the front-end service is configuration information matched with the development environment, if the front-end service is started in the test environment, the parameter replacement module may be operated to replace the second configuration information matched with the development environment in the configuration file of the front-end service with the first configuration information matched with the test environment by means of a replacement command.
In some optional embodiments, when the release environment of the front-end service is a production environment, the second configuration information in the parameter replacement module in the front-end service is configuration information matched with the test environment, if the front-end service is started in the production environment, the parameter replacement module may be operated to replace the second configuration information matched with the test environment in the configuration file of the front-end service with the first configuration information matched with the production environment by means of a replacement command.
In some optional embodiments, when the release environment of the front-end service is a development environment, the second configuration information in the parameter replacement module in the front-end service is configuration information matched with the production environment, if the front-end service is started in the development environment, the parameter replacement module may be operated to replace the second configuration information matched with the production environment in the configuration file of the front-end service with the first configuration information matched with the development environment by means of a replacement command.
It can be understood that after the second configuration information in the front-end service is replaced with the first configuration information in the second environment variable information, when the client runs the front-end service, a request can be sent to the server by the mode of the current domain name+parameter replacement module, and a file and/or a picture of the response of the server based on the sending request can be obtained.
By adopting the method for acquiring the configuration information, which is provided by the embodiment of the application, the parameter replacement module is arranged in the front-end service, and the parameter replacement module in the front-end service is operated when the front-end service is started so as to read the environment variable information in which the configuration information is written, thereby acquiring the configuration information written in the environment variable information. Therefore, when the front-end service is started in a new environment, the configuration information matched with the current environment can be automatically replaced with the existing configuration information, manual configuration is not needed, management cost can be reduced, configuration efficiency is improved, and configuration accuracy of the configuration information of the front-end service is improved.
An embodiment of the present application provides a device for obtaining configuration information, and fig. 3 is a schematic structural diagram of the device for obtaining configuration information provided in the embodiment of the present application. As shown in fig. 3, the apparatus for acquiring configuration information may include:
a first obtaining module 301, configured to obtain a release environment of a front-end service;
a determining module 302, configured to determine first configuration information based on a release environment of the front-end service;
a second obtaining module 303, configured to write the first configuration information into first environment variable information of the front-end service running container, and obtain second environment variable information;
and the replacing module 304 is configured to replace the second configuration information in the front-end service configuration file with the first configuration information based on the second environment variable information when the front-end service is started up in the publishing environment.
The present embodiment is an apparatus embodiment corresponding to the above-described method embodiment, and can be implemented in cooperation with the method embodiment. The related technical details mentioned in the method embodiment are still valid in this embodiment, and in order to reduce repetition, details are not repeated here. Accordingly, the related technical details mentioned in the present embodiment may also be applied in the method embodiment.
The electronic device provided by the embodiment of the application comprises a processor and a memory, wherein at least one instruction or at least one section of program is stored in the memory, and the at least one instruction or the at least one section of program is loaded and executed by the processor to realize the method for acquiring the configuration information provided by the embodiment of the method.
Fig. 4 is a schematic hardware structure of an electronic device for implementing the method for obtaining configuration information according to the embodiment of the present application. As shown in fig. 4, the electronic device may include one or more (shown as 401a, 401b in the figure) processors 401 (the processor 401 may include, but is not limited to, a processing means such as a microprocessor MCU or a programmable logic device FPGA), a memory 402 for storing data, and a transmission means 403 for communication functions. In addition, it may further include: a display, an input/output interface (I/O interface), a Universal Serial Bus (USB) port (which may be included as one of the ports of the I/O interface), a network interface, and/or a power source. It will be appreciated by those of ordinary skill in the art that the configuration shown in fig. 4 is merely illustrative and is not intended to limit the configuration of the electronic device described above. For example, the electronic device may also include more or fewer components than shown in FIG. 4, or have a different configuration than shown in FIG. 3.
It should be noted that the one or more processes 401 and/or other data processing circuits described above may be referred to generally herein as "data processing circuits. The data processing circuit may be embodied in whole or in part in software, hardware, firmware, or any other combination. Further, the data processing circuitry may be a single stand-alone processing module, or incorporated in whole or in part into any of the other elements in the electronic device (or mobile device). As referred to in the embodiments of the present application, the data processing circuit acts as a processor 401 control (e.g., selection of the variable resistor termination path to interface with).
The memory 402 may be used to store software programs and modules of application software, such as a program instruction/data storage device corresponding to the method for obtaining configuration information in the embodiment of the present application, and the processor 401 executes the software programs and modules stored in the memory 402, so that each functional application and data processing are never executed, that is, the method for obtaining configuration information is implemented. Memory 402 may include high-speed random access memory, and may also include non-volatile random access memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some alternative embodiments, memory 402 may further include memory located remotely from the process, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission means 403 are used for receiving or transmitting data via a network. The network embodiments described above may include wireless networks provided by communication providers of electronic devices. In some alternative embodiments, the transmission means 403 comprises a network adapter (Network Interface Controller, NIC) which can be connected to other network devices via a base station so as to communicate with the internet. In some alternative embodiments, the transmission device 403 may be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
The display may be, for example, a touch screen type liquid crystal display (LED) that may enable a user to interact with a user interface of an electronic device (or mobile device).
Embodiments of the present application provide a computer readable storage medium that may be disposed in an electronic device to store at least one instruction or at least one degree of information related to a method for implementing a method embodiment of obtaining configuration information, where the at least one instruction or the at least one degree of information is loaded and executed by the processor to implement the method for obtaining configuration information provided by the method embodiment described above.
Alternatively, in an embodiment of the present application, the storage medium may be located in at least one network server of a plurality of network servers of a computer network. Alternatively, the storage medium may include, but is not limited to: a U-disk, a Read-only Memory (ROM), a random access Memory (Random Access Memory, RAM), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
It should be noted that in the examples and descriptions of this patent, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, 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 phrase "comprising" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. While the present application has been shown and described with reference to certain preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present application.
It should be noted that the order of the embodiments of the present application is merely for illustration, and does not represent the advantages and disadvantages of the embodiments, and that the specific embodiments are described above, and other embodiments are within the scope of the appended claims. In some cases, the actions or steps recited in the claims can be performed in a different order in a different embodiment and can achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or the sequential order of connection, to achieve desirable results. In some embodiments, multitasking parallel processing is also possible or may be advantageous.
In this application, each embodiment is described in a progressive manner, and the same or similar parts of each embodiment are referred to each other, where each embodiment is mainly described as a difference from other embodiments. In particular, for embodiments of the electronic device, the storage medium and the computer program product, the description is relatively simple, as it is based on embodiments similar to the method, as relevant see also part of the description of the method embodiments.
It should be noted that modifications and adaptations to the present invention may occur to one skilled in the art without departing from the principles of the present invention and are intended to be within the scope of the present application.

Claims (13)

1. A method of obtaining configuration information, the method being applied to a first electronic device, the method comprising:
acquiring a release environment of front-end service;
determining first configuration information based on a release environment of the front-end service;
writing the first configuration information into first environment variable information of the front-end service operation container to acquire second environment variable information;
and when the release environment is started, the front-end service changes the second configuration information in the configuration file of the front-end service into the first configuration information based on the second environment variable information.
2. The method according to claim 1, wherein the method further comprises:
setting a parameter replacement module in the front-end service;
the replacing, based on the second environment variable information, second configuration information in the configuration file of the front-end service with the first configuration information includes:
operating the parameter replacement module in the front-end service;
and reading the second environment variable information by using the parameter replacement module, and replacing second configuration information in the configuration file of the front-end service with the first configuration information based on the second environment variable information.
3. The method of claim 2, wherein the replacing second configuration information in the configuration file of the front-end service with the first configuration information based on the second environment variable information comprises:
acquiring the first configuration information from the second environment variable information;
and replacing the second configuration information in the configuration file of the front-end service with the first configuration information.
4. The method of claim 1, wherein the determining the first configuration information based on the distribution environment of the front-end service comprises:
and acquiring the first configuration information based on an operation environment identifier corresponding to the release environment of the front-end service.
5. The method of claim 4, wherein the obtaining the first configuration information based on the running environment identifier corresponding to the publishing environment of the front-end service comprises:
determining an operation environment identifier corresponding to the release environment of the front-end service;
and determining configuration information matched with the running environment identification as the first configuration information.
6. The method of claim 5, wherein the method further comprises:
and presetting configuration information corresponding to different running environments on a deployment platform.
7. The method of claim 6, wherein the operating environment comprises a development environment, a testing environment, and a production environment.
8. The method of claim 1, wherein writing the first configuration information to the first environment variable information of the front-end service runtime container, and obtaining second environment variable information, comprises:
and replacing configuration information in the first environment variable information of the front-end service operation container with the first configuration information to obtain the second environment variable information.
9. The method according to claim 1, wherein the method further comprises:
and sending a request to second electronic equipment based on the current domain name of the front-end service and the first configuration information, and acquiring response data responded by the second electronic equipment.
10. The method of claim 9, wherein the response data comprises: files and/or pictures.
11. An electronic device, comprising: a memory for storing instructions for execution by one or more processors of the electronic device, and the processor, which is one of the one or more processors of the electronic device, for performing the method of obtaining configuration information of any of claims 1-10.
12. A readable storage medium having stored thereon instructions that, when executed on an electronic device, cause the electronic device to perform the method of obtaining configuration information of any of claims 1-10.
13. A computer program product, characterized in that it comprises instructions for implementing the method of obtaining configuration information according to any of claims 1-10.
CN202310475856.3A 2023-04-27 2023-04-27 Method for acquiring configuration information, electronic equipment and medium Pending CN116483470A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310475856.3A CN116483470A (en) 2023-04-27 2023-04-27 Method for acquiring configuration information, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310475856.3A CN116483470A (en) 2023-04-27 2023-04-27 Method for acquiring configuration information, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN116483470A true CN116483470A (en) 2023-07-25

Family

ID=87224864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310475856.3A Pending CN116483470A (en) 2023-04-27 2023-04-27 Method for acquiring configuration information, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN116483470A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117148801A (en) * 2023-10-27 2023-12-01 浙江禾川科技股份有限公司 Controller adaptation method, device, electronic equipment and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117148801A (en) * 2023-10-27 2023-12-01 浙江禾川科技股份有限公司 Controller adaptation method, device, electronic equipment and medium
CN117148801B (en) * 2023-10-27 2024-02-02 浙江禾川科技股份有限公司 Controller adaptation method, device, electronic equipment and medium

Similar Documents

Publication Publication Date Title
US10282191B2 (en) Updating web resources
US7363514B1 (en) Storage area network(SAN) booting method
US10372463B1 (en) Provisioning a computerized device with an operating system
CN111782339A (en) Container creation method and device, electronic equipment and storage medium
WO2020248727A1 (en) Management method and device for software module, and server
CN111666091A (en) System updating method, device, electronic equipment and computer readable storage medium
CN110851204B (en) Application starting method and device and application packaging method and device
CN111274512A (en) Page loading method, device and medium
CN116483470A (en) Method for acquiring configuration information, electronic equipment and medium
CN106462442A (en) System and method of loading virtual machines
CN113900721A (en) Operating system starting method and device and electronic equipment
CN109032693B (en) Method and device for loading display information, electronic equipment and readable storage medium
CN110955449B (en) Gray scale release method and device for client
CN110201397B (en) Game resource allocation method and device and electronic equipment
WO2021197579A1 (en) Method for deploying application software in cloud environments
CN113934437B (en) Method and system for installing application on cloud mobile phone and client cloud mobile phone
CN114157658A (en) Mirror image warehouse deployment method and device, electronic equipment and computer readable medium
CN112988583A (en) Method and device for testing syntax compatibility of database
CN112685071A (en) Application program repairing method, device, equipment and storage medium
CN112328288A (en) Method, system, equipment and storage medium for updating server component
WO2021133245A1 (en) Computer-implemented method and non-transitory computer-readable memory for test result analysis and device for use with method
CN112685097B (en) Data processing method and device
CN110858201A (en) Data processing method and system, processor and storage medium
CN115827392B (en) Monitoring method, device and system of distributed system
US20240152356A1 (en) Automated developer configuration tool

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