Sometimes, you need to know where to find the config files for your new game.
有时,你需要知道到哪里能找到你的新游戏的配置文件。
The config zone contains your configuration.
该配置区域包含您的配置。
Next, look at your kernel config file.
接下来,查看内核配置文件。
One good procedure is to put the changes into the config file as comments.
一个好的过程是将更改作为注释放在配置文件中。
Let's see how you can get the object that represents the config service.
让我们来看看您如何可以获得代表配置服务的对象。
It is common to query various port information using config service.
用配置服务查询各种端口信息是很常见的。
This method is an efficient way to locate config objects easily.
这个方法是轻松找到配置对象的高效途径。
The few config files are all plain text, so you can make changes if needed.
仅有的几个配置文件全部为纯文本文件,因此可以根据需要进行修改。
You will define the required constants and require the config file.
您将定义必要的常量并要求配置文件。
This article illustrates how to use config service through examples.
本文将通过一些示例来演示如何使用配置服务。
Open the server config editor for the server that is already created.
打开已经创建的服务器的服务器配置编辑器。
Enable the following config options on the client and server sides.
在客户机和服务器端启用以下配置选项。
Are the config specs created automatically?
配置规格是自动创建的吗?
Listing 4 shows the necessary code to place in your config file.
清单4展示了配置文件中需要放入的代码。
Note that deleting a parent config object removes all the child config objects as well.
请注意,删除一个父配置对象时还会删除它的所有子配置对象。
As you can see, config objects may be nested, meaning a config object may contain other config objects.
您可以看到,配置对象可以是嵌套的,即一个配置对象可以包含其他的配置对象。
Below are two examples of config objects defined in config documents.
下面是配置文档中定义的两个配置对象示例。
Assume the config file is a file located somewhere on the UNIX filesystem.
假设该配置文件是位于UNIX文件系统中某个位置的一个文件。
Maybe the new version's config file needs slight, or even heavy, tweaking.
新版本的配置文件可能需要作少许修改,甚至可能需要大幅修改。
Config service USES the term "relationship" to describe the logical containment relationship among config objects that reside in different configuration documents.
配置服务使用“关系”这个术语描述驻留在不同配置文档中的配置对象间的逻辑包含关系。
A system manager can modify the config file by hand, but it is assumed that at some level an application will be required to modify the config file directly.
系统管理员可以手动修改该配置文件,但通常在一定程度上,需要应用程序直接地修改该配置文件。
Assign users to admin roles using config service.
用配置服务向用户分配管理角色。
Using config service by example.
通过示例使用配置服务。
Explore config object types and attributes.
探究配置对象的类型和属性。
Any attribute list returned from config service contains two system attributes defined by config service.
从配置服务返回的任何属性列表都包含配置服务定义的两个系统属性。
Listing 6 is the extended dwr.xml config file that includes the extra config info for remoting the Cart class.
清单6是扩展的dwr . xml配置文件,包含cart类进行远程所需要的额外配置。
A config file defines those files and actions.
而配置文件定义了这些文件和操作。
Config service will set up log directories and properly resolve port conflicts.
配置服务会建立日志目录并恰当地解决端口冲突问题。
This structure defines a new config entry (through the config keyword) and then the config option (CONFIG_NEWCMD).
这个结构定义了一个新配置项(通过config关键字)以及一个配置选项(CONFIG_NEWCMD)。
One config file can include another.
配置文件中可以包含其他配置文件。
应用推荐