CN1332304C - Method for uniformly configuring configuration files - Google Patents
Method for uniformly configuring configuration files Download PDFInfo
- Publication number
- CN1332304C CN1332304C CNB200410098821XA CN200410098821A CN1332304C CN 1332304 C CN1332304 C CN 1332304C CN B200410098821X A CNB200410098821X A CN B200410098821XA CN 200410098821 A CN200410098821 A CN 200410098821A CN 1332304 C CN1332304 C CN 1332304C
- Authority
- CN
- China
- Prior art keywords
- configuration
- configuration item
- value
- item
- file
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
本发明公开了一种对配置文件进行统一配置的方法,该方法包括以下步骤:在系统中设置由配置文件中的配置项组成的统一配置文件,并将所述统一配置文件中至少包括配置项值的配置项相关信息通过配置界面显示出来;对所提供的配置界面中的配置项值进行配置;系统根据所配置的配置项值执行相应的操作。本发明方案实现了通过配置界面对配置文件的配置,且不用切换到各个目录下通过手工方式打开配置文件进行修改,简化了用户对配置文件进行配置的操作,并简化了配置所需时间,也就缩短了安装系统所需的时间,提高了客户的满意度。本发明还实现了对配置信息的合法性校验,保证了配置项值的合法性,提高了配置的准确性。
The invention discloses a method for uniform configuration of configuration files, which includes the following steps: setting a unified configuration file composed of configuration items in the configuration file in the system, and at least including configuration items in the unified configuration file The relevant information of the configuration item of the value is displayed through the configuration interface; configure the configuration item value in the provided configuration interface; the system performs corresponding operations according to the configured configuration item value. The scheme of the present invention realizes the configuration of the configuration file through the configuration interface, and does not need to switch to each directory to manually open the configuration file for modification, simplifies the operation of the user to configure the configuration file, and simplifies the time required for configuration. This shortens the time required to install the system and improves customer satisfaction. The invention also realizes the legitimacy verification of configuration information, ensures the legitimacy of configuration item values, and improves configuration accuracy.
Description
技术领域technical field
本发明涉及对系统中配置文件的配置技术,更确切地说是涉及一种对配置文件进行统一配置的方法。The present invention relates to the configuration technology of configuration files in the system, more precisely, relates to a method for uniform configuration of configuration files.
背景技术Background technique
随着软件业的发展,在各种系统下的应用越来越复杂,而用户对这些系统的要求也越来越高,往往希望能够根据自己的需要来定制系统中的相关配置。基于这些特点,系统需要为用户提供大量的配置信息,用户则需要配置系统中的大量信息。With the development of the software industry, applications in various systems are becoming more and more complex, and users have higher and higher requirements for these systems, and they often hope to customize the relevant configurations in the system according to their own needs. Based on these characteristics, the system needs to provide users with a large amount of configuration information, and users need to configure a large amount of information in the system.
这些系统包括Unix系统、Linux系统及其他的各种操作系统。以Unix系统为例,为便于用户使用,Unix系统提供了大量的配置信息,这就给系统的安装带来了很大的麻烦。这是因为,Unix系统中的配置文件分散在不同的目录下,因此在安装Unix系统时,需要用户到不同的目录下打开不同的配置文件进行配置,在Unix系统中的配置文件很多的情况下,用户操作起来显然会非常麻烦。These systems include Unix system, Linux system and other various operating systems. Taking the Unix system as an example, for the convenience of users, the Unix system provides a large amount of configuration information, which brings great trouble to the installation of the system. This is because the configuration files in the Unix system are scattered in different directories. Therefore, when installing the Unix system, users need to open different configuration files in different directories for configuration. In the case of many configuration files in the Unix system , it will obviously be very troublesome for users to operate.
另外,目前的这种配置方案还具有以下缺点:In addition, the current configuration scheme also has the following disadvantages:
1、绝大多数用户都对Unix系统下的打开文件、进行文本操作的命令(VI)的操作感到非常困难和不便,具体来说,VI操作是以命令行的形式执行的,用户需要输入VI及相应的信息,显然这比较麻烦,而VI操作是对配置文件进行配置所必不可少的操作,这也导致了用户对配置文件修改的不便。1. The vast majority of users find it very difficult and inconvenient to operate commands (VI) to open files and perform text operations under the Unix system. Specifically, VI operations are executed in the form of command lines, and users need to input VI And the corresponding information, obviously this is more troublesome, and the VI operation is an indispensable operation for configuring the configuration file, which also causes inconvenience for users to modify the configuration file.
2、目前的配置方案是由用户通过手工方式进行的,因此很容易出现某几个配置项配置错误的问题,而这些配置项在配置后没有相应的校验,使得用户在由于疏忽而出现错误后,只能通过一个个地查找配置项来发现错误,显然这很难定位错误所在。2. The current configuration scheme is manually carried out by the user, so it is easy to misconfigure certain configuration items, and these configuration items have no corresponding verification after configuration, which makes users make mistakes due to negligence Finally, the error can only be found by looking for the configuration items one by one. Obviously, it is difficult to locate the error.
3、用户必须知道所要修改的配置项,并且知道这些配置项所处的目录,因此往往需要花费较长的时间来阅读安装配置手册,即便如此,也往往会遗漏某些配置项。3. The user must know the configuration items to be modified and the directory where these configuration items are located, so it often takes a long time to read the installation and configuration manual. Even so, some configuration items are often missed.
4、目前的配置文件只能提供一种语言的配置方式,这就限制了使用不同语言的用户对配置文件的配置。4. The current configuration file can only provide configuration in one language, which limits the configuration of configuration files for users who use different languages.
在安装完系统后,往往还需要对系统中的配置文件进行修改,这种情况下同样存在上述问题。After the system is installed, it is often necessary to modify the configuration files in the system. In this case, the above-mentioned problems also exist.
发明内容Contents of the invention
有鉴于此,本发明所要解决的主要问题在于提供一种对配置文件进行统一配置的方法,以在实现对配置文件进行配置的同时,不需要去查找每个配置文件。In view of this, the main problem to be solved by the present invention is to provide a method for uniformly configuring configuration files, so that configuration files do not need to be searched for each configuration file at the same time.
为解决上述问题,本发明的技术方案是这样实现的:一种对配置文件进行统一配置的方法,该方法包括以下步骤:In order to solve the above problems, the technical solution of the present invention is implemented as follows: a method for uniform configuration of configuration files, the method includes the following steps:
a.在系统中设置由配置文件中的配置项组成的统一配置文件,并为配置项设置校验信息,将所述统一配置文件中至少包括配置项值的配置项相关信息通过配置界面显示出来;a. Set a unified configuration file composed of configuration items in the configuration file in the system, and set verification information for the configuration items, and display the configuration item related information including at least configuration item values in the unified configuration file through the configuration interface ;
b.对步骤a所提供的配置界面中的配置项值进行配置;b. Configure the configuration item values in the configuration interface provided in step a;
c.系统根据步骤b所配置的通过校验的配置项值执行相应的操作。c. The system performs corresponding operations according to the configuration item values configured in step b that pass the verification.
所述步骤a中,所述统一配置文件所提供的配置项相关信息进一步包括:配置项名、配置项所在配置文件及将配置项值存入配置项所在配置文件中的写命令;In the step a, the configuration item-related information provided by the unified configuration file further includes: the name of the configuration item, the configuration file where the configuration item is located, and the write command for storing the value of the configuration item in the configuration file where the configuration item is located;
所述步骤c包括:系统将所设置的配置项值通过写命令存入配置项所在的配置文件,并根据配置项所在的配置文件执行相应的操作。The step c includes: the system stores the set configuration item value into the configuration file where the configuration item is located through a write command, and performs corresponding operations according to the configuration file where the configuration item is located.
所述步骤a中,所述配置项的相关信息进一步包括:读取配置文件中配置项当前值的读命令;In the step a, the relevant information of the configuration item further includes: a read command for reading the current value of the configuration item in the configuration file;
所述步骤b之前进一步包括:系统通过读命令将配置项所在的配置文件中的当前配置项值读出,并通过配置界面显示出来。Before the step b, it further includes: the system reads out the value of the current configuration item in the configuration file where the configuration item is located through the read command, and displays it through the configuration interface.
所述步骤a中的校验信息进一步包括:配置项值的数据类型和/或取值范围;The verification information in step a further includes: the data type and/or value range of the configuration item value;
所述步骤b和步骤c之间进一步包括:系统根据所述数据类型和/或取值范围判断所述配置是否合法,如果合法,则通过校验,执行步骤c的操作;否则,未通过校验,拒绝输入的配置项值。The step between step b and step c further includes: the system judges whether the configuration is legal according to the data type and/or value range, and if it is legal, it passes the verification and performs the operation of step c; otherwise, it fails the verification Validate and reject the entered configuration item value.
所述步骤a进一步包括:为统一配置文件中的配置项设置默认值,并将配置界面中的配置项值显示为所述默认值。The step a further includes: setting default values for the configuration items in the unified configuration file, and displaying the configuration item values in the configuration interface as the default values.
所述步骤a进一步包括:为统一配置文件中的配置项设置缺省值;The step a further includes: setting default values for the configuration items in the unified configuration file;
所述步骤a中的配置项相关信息进一步包括:缺省值的获取命令;The configuration item-related information in step a further includes: an acquisition command for a default value;
所述步骤b包括:通过缺省值的获取命令获取配置项值,并将所获取的配置项值作为当前设置的配置项值。The step b includes: acquiring the value of the configuration item through the acquisition command of the default value, and using the acquired value of the configuration item as the currently set value of the configuration item.
所述步骤a中,所述配置项的相关信息进一步包括:不同语言配置界面的显示信息;In the step a, the relevant information of the configuration items further includes: display information of configuration interfaces in different languages;
所述步骤b之前进一步包括:系统根据所选择的显示信息显示相应的配置界面。Before the step b, it further includes: the system displays a corresponding configuration interface according to the selected display information.
所述步骤a中,所述配置项的相关信息进一步包括:不同语言的配置项说明信息。In the step a, the related information of the configuration items further includes: description information of the configuration items in different languages.
所述配置项的相关信息进一步包括:多机信息;The relevant information of the configuration item further includes: multi-machine information;
所述步骤c进一步包括:系统根据自身已有的主机信任关系对多机信息所对应的服务器的配置项进行设置。The step c further includes: the system sets the configuration items of the server corresponding to the multi-machine information according to its existing host trust relationship.
该方法可以进一步包括:系统保存每次配置后的配置项值,并在需要对配置项进行配置时显示所保存的配置项值;从所保存的配置项值中选择一个或多个配置项值作为当前的配置项值,系统根据所述选择执行相应的操作。The method may further include: the system saves the configuration item value after each configuration, and displays the saved configuration item value when the configuration item needs to be configured; selects one or more configuration item values from the saved configuration item values As the current configuration item value, the system performs corresponding operations according to the selection.
所述系统为Unix系统或Linux系统。The system is a Unix system or a Linux system.
本发明方案通过在系统中设置由现有配置文件中的配置项组成的统一配置文件,并将统一配置文件中配置项的相关信息通过配置界面显示出来,使得可以直接通过配置界面对配置文件进行配置,而不用通过切换到各个目录下通过手工方式打开配置文件等方式进行修改,简化了用户修改配置文件的操作。The scheme of the present invention sets a unified configuration file composed of configuration items in the existing configuration file in the system, and displays the relevant information of the configuration items in the unified configuration file through the configuration interface, so that the configuration file can be directly configured through the configuration interface. configuration, instead of switching to each directory and manually opening the configuration file for modification, which simplifies the user's operation of modifying the configuration file.
本发明方案通过汇总配置项大大简化了配置所需的时间,也就缩短了安装系统所需的时间,提高了客户的满意度。对于配置项较多的系统而言,可以减少一半的配置时间。The solution of the invention greatly simplifies the time required for configuration by summarizing configuration items, shortens the time required for system installation, and improves customer satisfaction. For systems with many configuration items, the configuration time can be reduced by half.
本发明还通过设置用于合法性校验的数据类型和/或取值范围,使得系统能够对所配置的信息进行合法性校验,保证了配置项值的合法性,保证了应用的正确性,也提高了配置的准确性。The present invention also enables the system to perform legality verification on the configured information by setting the data type and/or value range used for legality verification, thereby ensuring the legitimacy of configuration item values and the correctness of applications , also improves the accuracy of the configuration.
本发明方案还可以通过系统保存之前的修改日志,使得可以直接获取之前的修改信息,并且还可以直接选择之前的某次修改信息作为当前的配置信息。The solution of the present invention can also save the previous modification log through the system, so that the previous modification information can be directly obtained, and a certain previous modification information can also be directly selected as the current configuration information.
对于具有主机信任关系的系统来说,本发明还通过设置多机信息,实现了对多台服务器同时进行配置项修改。For the system with host trust relationship, the present invention also realizes modifying configuration items of multiple servers at the same time by setting multi-machine information.
本发明所设置的配置项可以根据用户的需要快速地定制,并且可以动态地增加、删除、修改,保证了配置的灵活性,且本发明所提供的统一配置文件可以通过windows图形界面快速地生成。The configuration items set by the present invention can be quickly customized according to the needs of users, and can be dynamically added, deleted, and modified, ensuring the flexibility of configuration, and the unified configuration file provided by the present invention can be quickly generated through the windows graphical interface .
另外,本发明方案为Unix、Linux之类的系统提供的配置界面,还有助于提高系统产品的整体形象。In addition, the configuration interface provided by the solution of the present invention for systems such as Unix and Linux also helps to improve the overall image of system products.
附图说明Description of drawings
图1为本发明的实现流程图;Fig. 1 is the realization flowchart of the present invention;
图2为基于本发明方案的一种人机交互式的菜单界面。Fig. 2 is a man-machine interactive menu interface based on the scheme of the present invention.
具体实施方式Detailed ways
本发明方案可用于包括Unix系统、Linux系统在内的各种设有配置文件的系统中,在各种系统中的应用基本相同,因此下面以Unix系统为例,并结合附图及具体实施例,对本发明方案作进一步详细的说明。The scheme of the present invention can be used in various systems including Unix systems and Linux systems that are provided with configuration files, and the applications in various systems are basically the same, so the Unix system is used as an example below, in conjunction with the accompanying drawings and specific embodiments , the scheme of the present invention is described in further detail.
本发明方案的主要流程如图1所示,对应以下步骤:The main flow of the solution of the present invention is shown in Figure 1, corresponding to the following steps:
步骤101、将用户所需配置的所有配置文件中的配置项合并在一个配置文件中,将该配置文件称为统一配置文件,并以配置界面的形式通过该统一配置文件统一向用户提供配置项。Step 101. Merge the configuration items in all the configuration files that the user needs to configure into one configuration file, call this configuration file a unified configuration file, and provide the configuration items to the user through the unified configuration file in the form of a configuration interface .
具体来说,步骤101所提供的配置项所对应的相关信息至少包括配置项值,以便用户对该配置项值进行相应的修改。还应包括配置项名,以便用户通过配置项名确定需要修改的配置项;并设置相应的配置项所在的配置文件,简称配置项所在文件,以便系统将修改的配置项信息保存到配置项所在文件中;另外,还需设置相应的写命令名,系统通过该命令将修改后的结果写入配置项所在文件中。Specifically, the relevant information corresponding to the configuration item provided in step 101 includes at least the value of the configuration item, so that the user can modify the value of the configuration item accordingly. The name of the configuration item should also be included, so that the user can determine the configuration item that needs to be modified through the name of the configuration item; and set the configuration file where the corresponding configuration item is located, referred to as the file where the configuration item is located, so that the system can save the modified configuration item information to the configuration item. In addition, the corresponding write command name needs to be set, and the system will write the modified result into the file where the configuration item is located through this command.
对于Unix系统中最常用的ini文件来说,其写命令可以为:write_value_to_profile,对于csh环境变量配置文件来说,其写命令可以为write_cshrc。写命令可以根据配置文件的复杂性不断地进行扩充。For the most commonly used ini file in the Unix system, the write command can be: write_value_to_profile, and for the csh environment variable configuration file, the write command can be write_cshrc. Write commands can be continuously expanded according to the complexity of the configuration file.
另外,在实际应用中,需要用户配置的配置项可能只是所有配置项中的某一部分,在这种情况下,可以采用步骤101中的合并方式,也即只将用户所需的配置项进行合并。当然,也可以直接将系统中的所有配置项都合并到统一配置文件中。In addition, in practical applications, the configuration items that need to be configured by the user may be only a certain part of all configuration items. In this case, the merging method in step 101 can be used, that is, only the configuration items required by the user are merged. . Of course, it is also possible to directly merge all configuration items in the system into a unified configuration file.
本步骤中所提供的配置界面的一种实施例如图2所示。An embodiment of the configuration interface provided in this step is shown in FIG. 2 .
步骤102、根据需要对该配置界面所提供的配置项进行修改。
通过上述步骤101中对配置项所作的配置,用户即可直接根据该配置界面所提供的配置项进行相应的修改。Through the configuration of the configuration items in step 101 above, the user can directly make corresponding modifications according to the configuration items provided by the configuration interface.
具体来说,用户首先根据配置项名确定需要修改的配置项,并将当前需要修改的信息输入到该配置界面中。Specifically, the user first determines the configuration item that needs to be modified according to the name of the configuration item, and inputs the current information that needs to be modified into the configuration interface.
步骤103、系统根据用户所作的修改执行相应的操作。
在用户通过配置界面输入配置项信息后,系统确定该配置项所在文件,并根据写命令将输入的信息写入该配置文件。之后即可根据该配置文件中的信息执行相应的操作。After the user enters the configuration item information through the configuration interface, the system determines the file where the configuration item is located, and writes the input information into the configuration file according to the write command. The corresponding operation can then be performed based on the information in the configuration file.
通过以上步骤即可实现对配置项的修改。The configuration items can be modified through the above steps.
当然,为使用户能够更方便地对配置项进行配置,还可以对该配置项作进一步的设置。下面对所作的这些设置进行说明。Certainly, in order to enable the user to configure the configuration item more conveniently, the configuration item can also be further set. These settings are described below.
可以进一步为配置项设置读命令,系统根据该读命令将配置项在配置文件中的当前值读出,这样,用户即可判断当前值是否需要修改,如果当前值正是用户所需的,则用户就不用再输入该值了。对于Unix系统中最常用的ini文件来说,其读命令可以为:read_value_from_profile,对于csh环境变量配置文件来说,其读命令可以为read_cshrc。读命令与写命令相同,同样可以根据配置文件的复杂性不断地进行扩充。You can further set a read command for the configuration item, and the system will read the current value of the configuration item in the configuration file according to the read command. In this way, the user can judge whether the current value needs to be modified. If the current value is exactly what the user needs, then The user does not have to enter the value again. For the most commonly used ini file in the Unix system, the read command can be: read_value_from_profile, and for the csh environment variable configuration file, the read command can be read_cshrc. The read command is the same as the write command, and can also be continuously expanded according to the complexity of the configuration file.
为对当前所修改的数据进行校验,还可以进一步为配置项设置相应的校验信息。比如,设置相应的数据类型,如果当前输入的数据的类型与所设置的数据类型不一致,则确定用户输入有误,可以提示当前操作非法,并拒绝该修改。其中,所设置的数据类型可以为字符串(string)、整型(int)、IP地址(ip)等,如果是设置为ip,则系统会对用户输入的数据做严格的ip合法性检查。In order to verify the currently modified data, it is also possible to further set corresponding verification information for the configuration item. For example, if the corresponding data type is set, if the type of the currently input data is inconsistent with the set data type, it is determined that the user input is wrong, and the current operation can be prompted to be illegal, and the modification can be rejected. Among them, the set data type can be character string (string), integer (int), IP address (ip), etc. If it is set to ip, the system will perform strict ip legality check on the data input by the user.
也可以是设置相应的取值范围,如果当前输入的数据不满足所设置的取值范围,则同样确定用户输入有误,提示当前操作非法,并拒绝修改。其中,所设置的取值范围可以包括枚举类型和取值范围。It is also possible to set a corresponding value range. If the currently input data does not meet the set value range, it is also determined that the user input is wrong, prompting that the current operation is illegal, and rejecting the modification. Wherein, the set value range may include an enumeration type and a value range.
当然,为使校验更加有效,还可以是同时设置相应的数据类型及取值范围,这样,只有在当前输入的数据同时满足数据类型及取值范围时,系统才接受该数据。Of course, in order to make the verification more effective, the corresponding data type and value range can also be set at the same time, so that the system accepts the data only when the currently input data satisfies the data type and value range at the same time.
由于大多数配置项都有自己的默认值,因此还可以为配置项设置相应的默认值信息,这样,系统会直接将该默认值显示给用户。如果用户认同该默认值,就可以直接将该默认值作为输入的数据,而不用再对配置项作其他修改了。系统则会将该默认值通过写命令输入配置项对应的配置文件,之后根据该配置文件执行相应的操作。Since most configuration items have their own default values, corresponding default value information can also be set for configuration items, so that the system will directly display the default value to the user. If the user agrees with the default value, the default value can be directly used as the input data without making other modifications to the configuration item. The system will enter the default value into the configuration file corresponding to the configuration item through the write command, and then perform corresponding operations according to the configuration file.
与默认值类似,大多数配置项还有自己的缺省值,由于一个配置项可能有多个缺省值,因此需要设置相应的缺省值获取命令。用户可以通过该命令选择相应的缺省值,系统则将用户选定的缺省值通过写命令写入配置项对应的配置文件,之后再根据该配置文件执行相应的操作。Similar to default values, most configuration items also have their own default values. Since a configuration item may have multiple default values, it is necessary to set the corresponding default value to get the command. The user can select the corresponding default value through this command, and the system will write the default value selected by the user into the configuration file corresponding to the configuration item through the write command, and then perform corresponding operations according to the configuration file.
还可以为配置项设置相应的语言显示类型,并设置相应的配置项信息,以便掌握各种语言的用户都能够非常方便地对数据类型进行设置。比如,可以为配置界面设置中文和英文显示,用户如果选择中文显示,则显示的信息均为中文。类似地,还可以设置中文和英文的说明,以便用户能够根据说明更方便地确定各个配置项的作用,协助用户给出最合适的配置项值。You can also set the corresponding language display type for the configuration item, and set the corresponding configuration item information, so that users who master various languages can easily set the data type. For example, Chinese and English display can be set for the configuration interface. If the user chooses Chinese display, the displayed information will be in Chinese. Similarly, descriptions in Chinese and English can also be set, so that the user can more easily determine the role of each configuration item according to the description, and assist the user to give the most appropriate configuration item value.
上述给出了一些可能需要经常用到的配置项信息,实际上,还可以根据需要设置其他的配置项信息。比如,由于配置文件有不同的类型,某些配置文件是按照小节进行读取的,因此可以针对这种情况设置相应的配置项信息。The above gives some configuration item information that may be frequently used. In fact, other configuration item information can also be set as needed. For example, since there are different types of configuration files, some configuration files are read in sections, so corresponding configuration item information can be set for this situation.
另外,系统还可以通过修改日志来保存用户对配置文件的所有修改,该修改日志可以包括每个配置项的名称、配置项值、修改时间等信息,当然还可以进一步包括修改原因等信息。这样,在以后每次需要修改配置项时,系统可以根据该修改日志显示相应的信息,并可以根据用户的要求将配置文件中的信息恢复到之前的某次修改。In addition, the system can also save all modifications made by the user to the configuration file through a modification log. The modification log can include information such as the name of each configuration item, configuration item value, modification time, and of course, further information such as the reason for the modification. In this way, each time a configuration item needs to be modified in the future, the system can display corresponding information according to the modification log, and can restore the information in the configuration file to a previous modification according to the user's requirements.
还有,由于系统可以具有主机信任关系,因此可以在配置项中进一步设置多机信息,这样,系统就可以根据自身已有的主机信任关系,对多机信息所对应的服务器中的相应配置项进行修改。其中,可以是对所有的配置项作同步修改,根据需要,还可以定义只对部分配置项的修改作同步处理。Also, since the system can have a host trust relationship, multi-machine information can be further set in the configuration item, so that the system can check the corresponding configuration item in the server corresponding to the multi-machine information according to its own existing host trust relationship. to modify. Among them, all configuration items can be modified synchronously, and according to needs, it can also be defined that only some configuration items are modified synchronously.
以上所述仅为本发明方案的较佳实施例,并不用以限定本发明的保护范围。The above descriptions are only preferred embodiments of the solutions of the present invention, and are not intended to limit the protection scope of the present invention.
Claims (11)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNB200410098821XA CN1332304C (en) | 2004-12-13 | 2004-12-13 | Method for uniformly configuring configuration files |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNB200410098821XA CN1332304C (en) | 2004-12-13 | 2004-12-13 | Method for uniformly configuring configuration files |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1790257A CN1790257A (en) | 2006-06-21 |
| CN1332304C true CN1332304C (en) | 2007-08-15 |
Family
ID=36788153
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNB200410098821XA Expired - Fee Related CN1332304C (en) | 2004-12-13 | 2004-12-13 | Method for uniformly configuring configuration files |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN1332304C (en) |
Families Citing this family (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101901267A (en) * | 2010-08-02 | 2010-12-01 | 中兴通讯股份有限公司 | Method and device for configuration file management |
| CN102467151B (en) * | 2010-11-03 | 2016-01-20 | 北京普源精电科技有限公司 | waveform output method and device |
| CN102122245A (en) * | 2011-02-21 | 2011-07-13 | 北京沃泰丰通信技术有限公司 | Method and system for generating configuration item setting interface |
| CN104346177A (en) * | 2013-07-24 | 2015-02-11 | 杭州海康威视数字技术股份有限公司 | Terminal configuration method and device |
| CN104951321A (en) * | 2014-03-27 | 2015-09-30 | 宇龙计算机通信科技(深圳)有限公司 | Method and device for modifying of system configuration |
| CN105446705B (en) * | 2014-06-30 | 2019-06-21 | 国际商业机器公司 | Method and apparatus for determining the characteristic of configuration file |
| CN105630466A (en) * | 2014-10-30 | 2016-06-01 | 阿里巴巴集团控股有限公司 | Business control method and apparatus |
| CN105282243A (en) * | 2015-09-28 | 2016-01-27 | 深圳市金立通信设备有限公司 | File synchronization method and terminal |
| CN106528223A (en) * | 2016-10-27 | 2017-03-22 | 北京小米移动软件有限公司 | Method and device for reading variable value |
| CN108255533B (en) * | 2016-12-28 | 2021-12-17 | 平安科技(深圳)有限公司 | System configuration changing method and device |
| CN108345459B (en) * | 2017-01-22 | 2021-09-17 | 北京国双科技有限公司 | Site deployment method and device |
| CN107748680B (en) * | 2017-09-28 | 2021-03-16 | 努比亚技术有限公司 | Kernel configuration method, terminal and computer readable storage medium |
| CN107682471B (en) * | 2017-10-17 | 2021-06-29 | 新华三云计算技术有限公司 | A method and device for adjusting network address |
| CN109413499A (en) * | 2018-10-24 | 2019-03-01 | 深圳市康冠技术有限公司 | Configuration method, system and the equipment of Android TV-set fixer |
| CN109471679A (en) * | 2018-11-19 | 2019-03-15 | 郑州云海信息技术有限公司 | A method for configuring a PCIE switch chip configuration file |
| CN112685074A (en) * | 2020-12-28 | 2021-04-20 | 紫光云技术有限公司 | Method for visually modifying redis configuration based on rules |
| CN114661336A (en) * | 2022-03-14 | 2022-06-24 | 深圳市广和通无线股份有限公司 | File configuration method and related equipment |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5933646A (en) * | 1996-05-10 | 1999-08-03 | Apple Computer, Inc. | Software manager for administration of a computer operating system |
| US6256635B1 (en) * | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
| GB2388212A (en) * | 2002-04-29 | 2003-11-05 | Marconi Comm Ltd | Improvements relating to software configuration management systems |
-
2004
- 2004-12-13 CN CNB200410098821XA patent/CN1332304C/en not_active Expired - Fee Related
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5933646A (en) * | 1996-05-10 | 1999-08-03 | Apple Computer, Inc. | Software manager for administration of a computer operating system |
| US6256635B1 (en) * | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
| GB2388212A (en) * | 2002-04-29 | 2003-11-05 | Marconi Comm Ltd | Improvements relating to software configuration management systems |
Also Published As
| Publication number | Publication date |
|---|---|
| CN1790257A (en) | 2006-06-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN1332304C (en) | Method for uniformly configuring configuration files | |
| KR100613052B1 (en) | Method and apparatus for interaction between legacy software and screen reader programs | |
| US8471781B2 (en) | System and method for the auto-detection and presentation of pre-set configurations for multiple monitor layout display | |
| US7490298B2 (en) | Creating documentation screenshots on demand | |
| US7703018B2 (en) | Apparatus and method for automating the diagramming of virtual local area networks | |
| US7398480B2 (en) | System and method of providing multiple installation actions | |
| KR101643002B1 (en) | Method and apparatus for providing context-aware input data | |
| US20030061572A1 (en) | Reusable configuration tool | |
| US7729900B2 (en) | Method and computer-readable medium for consistent configuration of language support across operating system and application programs | |
| US20140380201A1 (en) | System and Method for the Auto-Detection and Presentation of Pre-Set Configurations for Multiple Monitor Layout Display | |
| US20090132919A1 (en) | Appending Hover Help to Hover Help for a User Interface | |
| JPH0727504B2 (en) | System for defining network configuration, method for generating configuration parameters for network, and system for configuring network | |
| KR20010080372A (en) | Method and apparatus for new device driver installation by an operating system | |
| JP2000181595A (en) | Method for designating language and area in data processing system, and system for dividing language and area in data processing system | |
| US10768927B2 (en) | Management system and management method | |
| CN111736825B (en) | Information display method, device, equipment and storage medium | |
| EP1221651A2 (en) | Device environment configuration system, device environment configuration method, and data storage medium therefor | |
| CN107066377A (en) | Page elements acquisition methods and terminal device based on android system | |
| CN109857537A (en) | Background service starts method, apparatus, medium and electronic equipment | |
| CN114661375B (en) | Application integration method and device | |
| US20030043208A1 (en) | Dynamic menu system | |
| US7861173B2 (en) | Interface for configuring internet communications on a zSeries computer | |
| US20160011856A1 (en) | User interface creation system and creation method | |
| CN114090060B (en) | Webpage configuration method, device, terminal equipment and readable storage medium | |
| CN114035791A (en) | Application interface switching method and device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20070815 |
|
| CF01 | Termination of patent right due to non-payment of annual fee |