CN110795140A - Configuration file generation method and device - Google Patents

Configuration file generation method and device Download PDF

Info

Publication number
CN110795140A
CN110795140A CN201910919339.4A CN201910919339A CN110795140A CN 110795140 A CN110795140 A CN 110795140A CN 201910919339 A CN201910919339 A CN 201910919339A CN 110795140 A CN110795140 A CN 110795140A
Authority
CN
China
Prior art keywords
configuration file
configuration
template
target
format
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
CN201910919339.4A
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.)
LIANLIANYINTONG ELECTRONIC PAYMENT CO Ltd
Original Assignee
LIANLIANYINTONG ELECTRONIC PAYMENT CO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by LIANLIANYINTONG ELECTRONIC PAYMENT CO Ltd filed Critical LIANLIANYINTONG ELECTRONIC PAYMENT CO Ltd
Priority to CN201910919339.4A priority Critical patent/CN110795140A/en
Publication of CN110795140A publication Critical patent/CN110795140A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The application provides a method and a device for generating configuration files, wherein the method for generating the configuration files defines a configuration file template for each configuration file format, then stores configuration information corresponding to the configuration file template into a configuration information database, when the configuration file is generated, only the corresponding configuration file template is needed to be obtained according to the format of the configuration file, then the corresponding configuration information is obtained from the configuration information database, and the target configuration file is generated by using the rendering program. Thus, the user, when viewing and modifying configuration information, operates based on the configuration information database, and after the modification is finished, the rendering program is executed to generate the configuration file in the corresponding format, so that the operation on the configuration file is avoided, and the generation efficiency of the configuration file is improved.

Description

Configuration file generation method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for generating a configuration file.
Background
At present, most server software is managed through configuration files, and configuration information of each software is stored in a corresponding configuration file and is dispersed in each server.
The existing method for generating the configuration file mainly needs to log in server software first, then generates the configuration file by checking characters in the configuration file and editing configuration information in the configuration file, and the method for generating the configuration file needs to frequently check and edit the configuration information, so that the operation on the configuration file cannot be avoided, and the generation efficiency of the configuration file is low.
Disclosure of Invention
The application provides a configuration file generation method and device, and aims to solve the problem that the generation efficiency of the configuration file is low in the prior art.
In order to achieve the above object, the present application provides the following technical solutions:
a method for generating a configuration file comprises the following steps:
receiving a configuration file generation instruction, analyzing the configuration file generation instruction, and determining the format of a target configuration file;
acquiring a configuration file template corresponding to the format of the target configuration file;
acquiring configuration information corresponding to the configuration file template from a pre-established configuration information database;
and calling a rendering program, and generating the target configuration file according to the configuration file template and the corresponding configuration information.
Further, the step of analyzing the configuration file generation instruction and determining the format of the target configuration file specifically includes:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
Further, the step of pre-constructing a configuration information database storing the configuration information specifically includes:
determining variable parameter names in each configuration file template according to each configuration file template;
constructing a configuration information data table according to variable parameter names in each configuration file template;
and receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
Further, the step of calling the rendering program and generating the target configuration file according to the configuration file template and the configuration information corresponding to the configuration file template specifically includes:
calling a rendering program, wherein the rendering program is used for reading the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file template for rendering, and generating the target configuration file.
Further, the method also comprises the following steps:
calling a configuration legal verification instruction through a remote calling program to verify the configuration information of the target configuration file;
under the condition that the verification is passed, the target configuration file is sent to a target server in a file transmission mode;
and calling a reloading instruction to reload the target configuration file to finish updating the configuration file.
A profile generation apparatus comprising:
the first processing unit is used for receiving a configuration file generation instruction, analyzing the configuration file generation instruction and determining the format of a target configuration file;
the second processing unit is used for acquiring a configuration file template corresponding to the format of the target configuration file;
the third processing unit is used for acquiring the configuration information corresponding to the configuration file template from a pre-established configuration information database;
and the fourth processing unit is used for calling a rendering program and generating the target configuration file according to the configuration file template and the corresponding configuration information.
Further, the first processing unit is specifically configured to:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
Further, the third processing unit is specifically further configured to:
determining variable parameter names in each configuration file template according to each configuration file template;
constructing a configuration information data table according to variable parameter names in each configuration file template;
and receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
Further, the fourth processing unit is specifically configured to:
calling a rendering program, wherein the rendering program reads the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file module for rendering, and generating the target configuration file.
Further, the method also comprises the following steps:
the fifth processing unit is used for calling a configuration legal verification instruction through a remote calling program to verify the configuration information of the target configuration file;
the sixth processing unit is used for sending the target configuration file to a target server in a file transmission mode under the condition that the verification is passed;
and the seventh processing unit is used for calling the reloading instruction to reload the target configuration file and finishing updating the configuration file.
According to the configuration file generation method and device, firstly, the format of a target configuration file is determined according to a received configuration file generation instruction; then determining a corresponding configuration file template according to the format of the target configuration file; then obtaining the configuration information corresponding to the configuration file template from a pre-established configuration information database; and finally, calling a rendering program, and generating the target configuration file according to the configuration file template and the corresponding configuration information. According to the scheme disclosed by the application, the configuration information is stored in the configuration information database, the configuration information is separated from the configuration information template, so that when a user checks and modifies the configuration information, the user operates based on the configuration information database, the rendering program is executed after the modification is completed, the configuration file with the corresponding format can be generated, the operation on the configuration file is avoided, and the generation efficiency of the configuration file is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a configuration file generation method disclosed in an embodiment of the present application;
FIG. 2 is a flow chart of another method for generating a configuration file disclosed in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a configuration file generation apparatus disclosed in an embodiment of the present application.
Detailed Description
The application provides a configuration file generation method and device, which are applied to generation of configuration files of various software.
The invention aims to solve the problem that the efficiency of generating the configuration file is low in the prior art.
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 only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of a configuration file generation method provided in an embodiment of the present application, which specifically includes the following steps:
s101: receiving a configuration file generation instruction, analyzing the configuration file generation instruction, and determining the format of a target configuration file.
The configuration file generation instruction contains information identifying a format of the configuration file. The target configuration file is a configuration file which needs to be generated by a user, the configuration file generation instruction is an instruction which is sent by a software user and used for generating the configuration file, and after the instruction is received, the configuration file generation instruction is analyzed, so that the format of the target configuration file is determined.
It should be noted that each configuration file corresponds to a different format of the configuration file, and therefore, in the embodiment of the present application, the format of the target configuration file needs to be determined according to the information identifying the format of the configuration file in the configuration file generation instruction.
In this embodiment, the step of analyzing the configuration file generation instruction and determining the format of the target configuration file includes:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
In this embodiment, the configuration file generation instruction needs to be analyzed to obtain information about the format of the configuration file identified by the configuration file generation instruction, and then the format of the target configuration file is determined according to the configuration data of the target configuration file.
Further, the configuration file generation instruction may include a unique identifier for identifying a format of each configuration file, and when the configuration file is generated, the configuration file generation instruction is analyzed to obtain the corresponding unique identifier, that is, the format of the corresponding configuration file may be determined according to the unique identifier.
S102: and acquiring a configuration file template corresponding to the format of the target configuration file.
In this embodiment, a corresponding configuration file template is generated in advance for each configuration file in each format, and a corresponding relationship between the format of the configuration file and the configuration file template is constructed, so that when the configuration file is generated and the format of the target configuration file is determined, the configuration file template corresponding to the format of the target configuration file can be obtained according to the corresponding relationship between the format of the configuration file and the configuration file template.
It should be noted that the generation of the configuration file template is a pre-performed operation, which is a one-time operation, and the configuration file template does not need to be modified when the software is not upgraded.
S103: and acquiring the configuration information corresponding to the configuration file template from a pre-established configuration information database.
In this embodiment, the step of constructing in advance a configuration information database storing the configuration information may specifically include:
variable parameter names that can be changed in each profile template are determined from each profile template.
And constructing a configuration information data table according to variable parameter names in each configuration file template.
And receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
It should be noted that the configuration information database is preset, and stores the variable parameter names corresponding to each configuration file module. In practical application, the variable parameter names corresponding to each configuration file module can be displayed to the user in a centralized and visual manner, and when the user needs to query and modify the configuration files, the configuration information can be modified only by modifying the configuration data under the corresponding variable parameter names in the configuration information database.
In the disclosure of this embodiment, the configuration information is stored in the configuration information database, so that the configuration file template and the configuration information are separated, and therefore, when the user views and modifies the configuration information, the user operates based on the configuration information database to modify the configuration information.
In this embodiment, a complex data relationship can be stored in the configuration information database, and thus the configuration file generation method provided by the present application can be applied to almost all configuration files.
S104: and calling a rendering program, and generating the target configuration file according to the configuration file template and the corresponding configuration information.
It should be noted that the step of calling the rendering program to generate the target configuration file according to the configuration file template and the configuration information corresponding to the configuration file template specifically includes:
calling a rendering program, wherein the rendering program is used for reading the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file template for rendering, and generating the target configuration file.
If the configuration file needs to be modified, the rendering program is called after the modification is completed, the configuration file template and the configuration information corresponding to the configuration file template are read, and the configuration file with the corresponding format can be generated by executing the rendering program finally, so that the operation on the configuration file is avoided, and the generation efficiency of the configuration file is improved.
In this embodiment, a rendering program is called, the configuration information corresponding to the configuration file template is loaded into the configuration file template for rendering, and the target configuration file is generated, which belongs to the prior art and is not described in detail herein.
According to the configuration file generation method provided by the embodiment, firstly, the format of a target configuration file is determined according to a received configuration file generation instruction; then determining a corresponding configuration file template according to the format of the target configuration file; then obtaining the configuration information corresponding to the configuration file template from a pre-established configuration information database; and finally, calling a rendering program, and generating the target configuration file according to the configuration file template and the corresponding configuration information. According to the embodiment of the application, a configuration file template is defined for each configuration file format, then the configuration information corresponding to the configuration file template is stored in the configuration information database, when the configuration file is generated, the corresponding configuration file template is obtained according to the configuration file format, then the corresponding configuration information is obtained from the configuration information database, and the target configuration file is generated by using the rendering program.
In this embodiment, for example, a new website configuration file is added, first, a network configuration file template is defined in advance according to a preset program, and a corresponding relationship between the website configuration file template and a format of the website configuration file is constructed, specifically, the preset program is as follows (vhost. tpl):
Figure BDA0002217105850000081
then, a configuration information database is constructed according to the domain name defined by the network configuration file template and the name (variable name vdata) of the website file directory.
Figure BDA0002217105850000082
Finally, a corresponding website configuration file is generated according to the configuration file generation method provided by the present application, so that the present embodiment provides a website configuration file generation method, which specifically includes the following steps:
step 1: receiving a website configuration file generation instruction, analyzing the website configuration file generation instruction, and determining the format of the website configuration file.
In this embodiment, the format of the website configuration file includes a domain name a.test.com based on Nginx (a WEB middleware), and the present embodiment uses Python programming language and a template engine Jinja2 under Python.
Step 2: and acquiring a network configuration file template corresponding to the format of the website configuration file.
And step 3: and acquiring network configuration information corresponding to the network configuration file template from a pre-established network configuration information database.
And 4, step 4: and calling a rendering program, and generating a network configuration file according to the network configuration file template and the corresponding network configuration information.
In this embodiment, a rendering program is called to read a network configuration file template and network configuration information corresponding to the network configuration file template, and the network configuration information corresponding to the network configuration file template is loaded into a network configuration file module for rendering, in this embodiment, the rendering program is general, and the rendering program is as follows:
env=Environment(loader=FileSystemLoader('/'))
tpl=env.get_template('vhost.tpl')
with open('{}.conf'.format(vdata["domain"]),'w+')as f:
render_content=tpl.render(vhost=vdata)
f.write(render_content)
finally, a network profile is generated from a generative file program (a.test.com.conf) as follows:
Figure BDA0002217105850000091
it should be noted that if different software only defines different configuration file templates, the configuration information is stored in the configuration information database, and when a configuration file is generated, the rendering program is called to read the configuration file module and the corresponding configuration information, and the configuration information is loaded into the configuration file module to generate the corresponding configuration file. If the software is the same, the corresponding configuration file can be generated only by changing the configuration data in the configuration information database. In addition, various configuration file templates and configuration information databases can be visually developed and defined, and the generation of configuration files of various software can be realized.
In order to complete the update of the configuration file, after the target configuration file is generated, as shown in fig. 2, the configuration file generation method further includes the following steps:
s105: and calling a configuration legal verification instruction through a remote calling program to verify the configuration information of the target configuration file.
S106: and under the condition that the verification is passed, sending the target configuration file to a target server in a file transmission mode.
S107: and calling a reloading instruction to reload the target configuration file to finish updating the configuration file.
In the embodiment of the application, after a target configuration file is generated, the target configuration file calls a configuration legal verification instruction through a remote calling program to verify configuration information of the target configuration file, the target configuration file is sent to a target server in a file transmission mode under the condition that the verification is passed, then a reloading instruction is called to reload the target configuration file, and finally the updating of the configuration file is completed. It should be noted that, the check of the configuration file and the reloading process of the configuration file belong to the prior art, and are not described in detail herein.
Based on the configuration file generation method disclosed in the foregoing embodiment, a configuration file generation device is correspondingly disclosed in this embodiment, and the configuration file generation device provided in the embodiment of the present application is specifically described below, and specific contents of the configuration file generation method may be specifically referred to, and details are not described here again.
Fig. 3 is a schematic diagram of a configuration file generation apparatus provided in an embodiment of the present application, which may specifically include: a first processing unit 301, a second processing unit 302, a third processing unit 303 and a fourth processing unit 304, wherein:
the first processing unit 301 is configured to receive a configuration file generation instruction, parse the configuration file generation instruction, and determine a format of a target configuration file.
The second processing unit 302 is configured to obtain a configuration file template corresponding to the format of the target configuration file.
A third processing unit 303, configured to obtain configuration information corresponding to the configuration file template from a pre-established configuration information database.
The fourth processing unit 304 is configured to invoke a rendering program, and generate the target configuration file according to the configuration file template and the configuration information corresponding to the configuration file template.
Further, the first processing unit 301 is specifically configured to:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
Further, the third processing unit 303 is further configured to:
determining variable parameter names in each configuration file template according to each configuration file template;
constructing a configuration information data table according to variable parameter names in each configuration file template;
and receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
Further, the fourth processing unit 304 is specifically configured to:
calling a rendering program, wherein the rendering program reads the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file module for rendering, and generating the target configuration file.
A fifth processing unit 305, configured to invoke a configuration validity checking instruction through a remote calling program to check configuration information of the target configuration file;
the sixth processing unit 306 is configured to, in a case that the verification passes, invoke a reload instruction to reload the target configuration file, and complete updating of the configuration file;
a seventh processing unit 307, configured to send the target configuration file to a target server by a file transfer method.
According to the configuration file generation device provided by the embodiment of the application, firstly, a first processing unit determines the format of a target configuration file according to a received configuration file generation instruction; then the second processing unit determines a corresponding configuration file template according to the format of the target configuration file; then the third processing unit obtains the configuration information corresponding to the configuration file template from a pre-established configuration information database; and finally, the fourth processing unit calls a rendering program and generates the target configuration file according to the configuration file template and the corresponding configuration information. According to the embodiment of the application, the format of the configuration file is separated from the configuration information, each software only needs to define one configuration file template, the configuration information is stored in the configuration information database, a user operates based on the configuration information database when checking and modifying the configuration information, the configuration file with the corresponding format can be generated by executing the rendering program after the modification is completed, the operation on the configuration file is avoided, and the generation efficiency of the configuration file is improved.
The configuration file generating device comprises a processor and a memory, wherein the first processing unit, the second processing unit, the third processing unit, the fourth processing unit, the fifth processing unit, the sixth processing unit, the seventh processing unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the configuration information is stored in the configuration information database, so that the separation of the configuration file template and the configuration information is realized, therefore, when a user checks and modifies the configuration information, the operation is carried out based on the configuration information database, and the configuration file with the corresponding format can be generated by executing the rendering program after the modification is finished, so that the operation on the configuration file is avoided, and the generation efficiency of the configuration file is improved.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for generating a configuration file, comprising:
receiving a configuration file generation instruction, analyzing the configuration file generation instruction, and determining the format of a target configuration file;
acquiring a configuration file template corresponding to the format of the target configuration file;
acquiring configuration information corresponding to the configuration file template from a pre-established configuration information database;
and calling a rendering program, and generating the target configuration file according to the configuration file template and the corresponding configuration information.
2. The method according to claim 1, wherein the step of parsing the configuration file generation instruction and determining the format of the target configuration file specifically comprises:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
3. The method according to claim 1, wherein the step of pre-constructing a configuration information database storing the configuration information comprises:
determining variable parameter names in each configuration file template according to each configuration file template;
constructing a configuration information data table according to variable parameter names in each configuration file template;
and receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
4. The method according to claim 1, wherein the step of invoking the rendering program to generate the target configuration file according to the configuration file template and the corresponding configuration information thereof specifically comprises:
calling a rendering program, wherein the rendering program is used for reading the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file template for rendering, and generating the target configuration file.
5. The method of claim 1, further comprising:
calling a configuration legal verification instruction through a remote calling program to verify the configuration information of the target configuration file;
under the condition that the verification is passed, the target configuration file is sent to a target server in a file transmission mode;
and calling a reloading instruction to reload the target configuration file to finish updating the configuration file.
6. A profile generation apparatus, comprising:
the first processing unit is used for receiving a configuration file generation instruction, analyzing the configuration file generation instruction and determining the format of a target configuration file;
the second processing unit is used for acquiring a configuration file template corresponding to the format of the target configuration file;
the third processing unit is used for acquiring the configuration information corresponding to the configuration file template from a pre-established configuration information database;
and the fourth processing unit is used for calling a rendering program and generating the target configuration file according to the configuration file template and the corresponding configuration information.
7. The apparatus according to claim 6, wherein the first processing unit is specifically configured to:
analyzing the configuration file generation instruction to obtain the information of the format of the configuration file identified by the configuration file generation instruction;
and determining the format of the target configuration file according to the information of the format of the configuration file.
8. The apparatus according to claim 6, wherein the third processing unit is further configured to:
determining variable parameter names in each configuration file template according to each configuration file template;
constructing a configuration information data table according to variable parameter names in each configuration file template;
and receiving configuration data input by a user, storing the configuration data to a storage position indicated by a corresponding variable parameter name, and generating the configuration information database.
9. The apparatus according to claim 6, wherein the fourth processing unit is specifically configured to:
calling a rendering program, wherein the rendering program reads the configuration file template and the configuration information corresponding to the configuration file template;
and loading the configuration information corresponding to the configuration file template into the configuration file module for rendering, and generating the target configuration file.
10. The apparatus of claim 6, further comprising:
the fifth processing unit is used for calling a configuration legal verification instruction through a remote calling program to verify the configuration information of the target configuration file;
the sixth processing unit is used for sending the target configuration file to a target server in a file transmission mode under the condition that the verification is passed;
and the seventh processing unit is used for calling the reloading instruction to reload the target configuration file and finishing updating the configuration file.
CN201910919339.4A 2019-09-26 2019-09-26 Configuration file generation method and device Pending CN110795140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910919339.4A CN110795140A (en) 2019-09-26 2019-09-26 Configuration file generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910919339.4A CN110795140A (en) 2019-09-26 2019-09-26 Configuration file generation method and device

Publications (1)

Publication Number Publication Date
CN110795140A true CN110795140A (en) 2020-02-14

Family

ID=69439906

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910919339.4A Pending CN110795140A (en) 2019-09-26 2019-09-26 Configuration file generation method and device

Country Status (1)

Country Link
CN (1) CN110795140A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112711437A (en) * 2020-12-31 2021-04-27 中国工商银行股份有限公司 Configuration file processing method and device
CN114564250A (en) * 2022-02-28 2022-05-31 天翼安全科技有限公司 Reading configuration method and device
CN114816570A (en) * 2022-04-13 2022-07-29 京东城市(北京)数字科技有限公司 Method, apparatus, device and medium for processing configuration information and generating application program
CN116775163A (en) * 2023-08-22 2023-09-19 深圳富联富桂精密工业有限公司 Configuration file acquisition method and device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105608088A (en) * 2014-11-19 2016-05-25 中国航空工业集团公司西安飞机设计研究所 Method for automatically creating database and dynamically recording data on the basis of configuration file
CN106844643A (en) * 2017-01-13 2017-06-13 王洋 A kind of Database Dynamic generation method based on template engine
CN107341025A (en) * 2016-05-03 2017-11-10 北京京东尚科信息技术有限公司 Using update method and device
CN108037961A (en) * 2017-12-07 2018-05-15 北京锐安科技有限公司 A kind of application program collocation method, device, server and storage medium
CN109165332A (en) * 2018-09-13 2019-01-08 郑州云海信息技术有限公司 A kind of webpage information acquisition methods, device and equipment
CN109766121A (en) * 2018-12-20 2019-05-17 平安信托有限责任公司 Environment profile generation method, device, computer equipment and storage medium
CN110162524A (en) * 2019-04-15 2019-08-23 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of configuration data

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105608088A (en) * 2014-11-19 2016-05-25 中国航空工业集团公司西安飞机设计研究所 Method for automatically creating database and dynamically recording data on the basis of configuration file
CN107341025A (en) * 2016-05-03 2017-11-10 北京京东尚科信息技术有限公司 Using update method and device
CN106844643A (en) * 2017-01-13 2017-06-13 王洋 A kind of Database Dynamic generation method based on template engine
CN108037961A (en) * 2017-12-07 2018-05-15 北京锐安科技有限公司 A kind of application program collocation method, device, server and storage medium
CN109165332A (en) * 2018-09-13 2019-01-08 郑州云海信息技术有限公司 A kind of webpage information acquisition methods, device and equipment
CN109766121A (en) * 2018-12-20 2019-05-17 平安信托有限责任公司 Environment profile generation method, device, computer equipment and storage medium
CN110162524A (en) * 2019-04-15 2019-08-23 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of configuration data

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112711437A (en) * 2020-12-31 2021-04-27 中国工商银行股份有限公司 Configuration file processing method and device
CN114564250A (en) * 2022-02-28 2022-05-31 天翼安全科技有限公司 Reading configuration method and device
CN114564250B (en) * 2022-02-28 2023-10-31 天翼安全科技有限公司 Reading configuration method and device
CN114816570A (en) * 2022-04-13 2022-07-29 京东城市(北京)数字科技有限公司 Method, apparatus, device and medium for processing configuration information and generating application program
CN116775163A (en) * 2023-08-22 2023-09-19 深圳富联富桂精密工业有限公司 Configuration file acquisition method and device, electronic equipment and storage medium
CN116775163B (en) * 2023-08-22 2024-02-02 深圳富联富桂精密工业有限公司 Configuration file acquisition method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110795140A (en) Configuration file generation method and device
CN105511873B (en) User interface control display method and device
US7216340B1 (en) Analysis data validation tool for use in enterprise architecture modeling with result based model updating
CN111104392B (en) Database migration method and device, electronic equipment and storage medium
US7424702B1 (en) Data integration techniques for use in enterprise architecture modeling
AU2006200694B2 (en) Method and system for creating, storing, managing and consuming culture specific data
CN108287708B (en) Data processing method and device, server and computer readable storage medium
CN111784108B (en) Modeling method and device of main data management platform
CN109062925A (en) Automatically generate the method, apparatus, computer equipment and storage medium of insert sentence
CN110806866A (en) Generation method and device of front-end management system
CN111046640A (en) Dynamic generation method and device of certification document
CN111984666A (en) Database access method and device, computer readable storage medium and computer equipment
CN112800063A (en) Automatic label passing method and device based on data structure
US20110296373A1 (en) Command line shell command generation based on schema
CN117493309A (en) Standard model generation method, device, equipment and storage medium
CN111625225A (en) Program specified data output method and device
US9922059B1 (en) Case model—data model and behavior versioning
CN109343891B (en) Data processing system, method and device
CN115544132A (en) Data import method and system and electronic equipment
CN114819631A (en) Multitask visualization method and device, computer equipment and storage medium
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
CN113254455A (en) Dynamic configuration method and device of database, computer equipment and storage medium
CN117008890B (en) Extended application development system and method
CN112543453B (en) Industrial router customized version management method and system, router and cloud platform
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business

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