查询
1 词典释义:
ini
时间: 2025-05-22 05:23:48
英 [,aɪɛn'aɪ]
美 [,aɪɛn'aɪ]

n. 初始化设置文件的后缀名

双语例句
  • What should you know about the INI files?

    需要对INI文件了解什么呢?

  • There are two INI sections: [main] and [users].

    有两个INI段落:[main]和[users]。

  • OmegaT +.ini - configuration file for launcher.

    OmegaT + . ini -启动器配置文件。

  • Ability to manage the complete installation (exe, ini, etc).

    管理完整安装(exe、ini、etc)的能力。

  • Listing 15 shows the configuration snippet in Shiro INI.

    清单15中显示了Shiro INI中的配置片段。

  • See Listing 1 for an extract from the contents of this INI file.

    清单1中给出这个INI文件的内容片段。

  • Not all of the system registry entries (or INI file) were removed.

    未删除所有系统注册表项(或INI文件)。

  • INI is easy to read, simple to use, and requires very few dependencies.

    INI易于阅读、使用简单并且需要极少依赖。

  • The disadvantage is that this is a read-only technique like the INI file.

    这项技术的缺点是,这是一个像INI文件一样的只读技术。

  • Unlike the .ini file example, text block types can occur in any order.

    不像 .ini 文件示例,文本块类型可以任何顺序出现。

  • This similarity results because you can configure Shiro using the INI file.

    这种类似性的出现是因为您可以使用INI文件来配置Shiro。

  • As you can see, there is a [urls] INI section available to web applications.

    如你所见,Web应用可以使用[urls] INI段落。

  • If this were your ID, you would add ownerId=999999999999 to the .ini file.

    如果这是您的 ID,您应该将 ownerId=999999999999 添加到该 .ini 文件。

  • INI-style sections are another AppConfig feature that you may find useful.

    ini样式的节是AppConfig的另一个特性,您会发现它很有用。

  • For more detailed information on INI configuration, please see Shiro's documentation.

    关于INI配置的更多细节,请参见Shiro文档。

  • This is the same file format as an INI file, but I write my own accessories for it.

    这是同ini文件相同的文件格式,但我自己编写了辅助工具。

  • You can parse entire PHP-style .ini files in a single command using parse_ini_file.

    您可以在一条命令中使用 parse_ini_file 解析整个 PHP 样式的 .ini 文件。

  • Ini files in a location of your choice, such as your broker service user home directory.

    在选择的位置(如代理服务用户主目录)创建ODBC . ini文件。

  • The domain may be, for example, the family tree or the .ini configuration file elements.

    举例来说,这个域可以是家庭树或 .ini 配置文件元素。

  • First, it's easy to read INI files, but it's almost impossible to write INI files securely.

    首先,虽然这样做较容易读取INI文件,但却几乎不可能安全地写INI文件。

  • The simplest example of configuring Shiro based on INI is shown in the example in Listing 2 below.

    下列清单2列出了基于INI的Shiro最简配置。

  • This example USES the ActiveDirectoryRealm object configured in an INI file to authenticate users.

    本例使用了在INI文件内配置的ActiveDirectoryRealm对象来验证用户的身份。

  • If the name of a configuration file is not passed as a parameter, the code USES s3.ini by default.

    如果一个配置文件的名称没有作为一个参数传递,代码将默认使用s3 . ini。

  • In Listing 2, we see the example INI configuration we will use to configure the SecurityManager instance.

    在清单2中,我们看到了用于配置SecurityManager实例的INI配置例子。

  • I don't recommend using the INI files for configuration items for your applications for a couple of reasons.

    我不推荐使用INI文件作为应用程序的配置,这有两个理由。

  • Note that Shiro also supports Spring XML configuration and other alternatives, but we'll cover INI here.

    注意,Shiro还支持Spring XML配置及其他方式,但这里只我们只讨论INI。

  • IFILE 'c: \ Sybase \ ini \ sql.ini' — We specify the location of the interfaces file via this Server option.

    IFILE ' c: \ Sybase \ ini \ sql . ini '——我们通过该Server选项来指定接口文件的位置。

  • The first step is to create and edit a 32-bit ODBC .ini file using the template at /var/mqsi/odbc/.odbc.ini.

    第一步是使用 /var/mqsi/odbc/.odbc.ini 处的模板创建并编辑 32 位 ODBC .ini 文件。

  • A common alternative to storing configuration items in an INI file is to use a simple PHP script to hold the data.

    通常对于在INI文件中存储配置条目的一个替代办法是使用一个简单的php脚本来保持数据。

  • Listing 4 below is an example of configuring Shiro (via INI) to use an LDAP directory as one of the application's Realms.

    下面的清单4是通过INI配置Shiro使用LDAP目录作为应用Realm的示例。