• 区分大小写映射区分大小写现在看来微不足道的,实际上很难有效地进行一映射。

    Now it would seem fairly trivial to map from case-sensitive to case-insensitive, but in fact it's hard to do it efficiently.

    youdao

  • 用户名称密码都是区分大小写的。

    Both user names and passwords are case sensitive.

    youdao

  • 如果不再这个表格任何一个域激活不能区分大小写查询程序,您可以使整个表格的索引功能失效

    If you no longer want to enable case-insensitive queries on any field in the table, you can disable indexes for the entire table.

    youdao

  • 区分大小写数据库中这种查询花费的时间增加了5%8%。

    Such queries took 5% to 8% longer in the case-insensitive database.

    youdao

  • 区分大小写单词字母大小写进行搜索默认忽略字母大小)

    Case sensitive : search is performed with respect to the letter-case of the words (default is to ignore letter-case)

    youdao

  • 如果Samba大小写无关的方式访问它们,无法区分两个文件

    If Samba doesn't use case-sensitive access, then it is unable to differentiate between the two files.

    youdao

  • 缺省情况下,比较区分大小写意味着inetorgpersoninetorgperson将被视为不同

    By default, the comparison is case sensitive, which means that inetorgperson and inetorgperson are treated as different classes.

    youdao

  • 可以使用-iname覆盖区分大小写匹配并且您可以使用- follow根据符号链接进行遍历

    You can override case-sensitive matches with -iname, and you can traverse symbolic links with -follow. Here's an example that applies both options.

    youdao

  • 条命令搜索所有名字包含“searchstring”的文件文件夹- i意味着搜索区分大小写的(也就是说会搜索searchstring, searchstring, searchstring等等)。

    This will search for all files and directories with "searchstring" in the name, and -i means the search is not case sensitive (i.e. it will find searchstring, searchstring, searchstring, and so on).

    youdao

  • 如果文件确实存在那么可以区分大小写名称到底是什么进行好的猜测

    If the file does exist, then you can have a pretty good guess as to what its case-sensitive name might be.

    youdao

  • 因此必须经历每个用户数据库激活区分大小写查询整个过程

    Therefore you must go through the entire process for enabling case-insensitive queries for every user database.

    youdao

  • 篇文章描述了关于这个过程详细的细节,同时还阐述了如何归还默认区分大小写查询中来。

    This article describes this process in more detail and also explains how to revert to the default case-sensitive queries.

    youdao

  • 开始激活区分大小写查询程序过程,首先要复审用户数据库模式,确定所有的多行文本

    To begin the process of enabling case-insensitive queries, review the schema of the user database and identify all of the multiline text fields.

    youdao

  • 区分大小写有关的一个问题如果设置正确可能无法访问一些文件

    One problem with case sensitivity is that set incorrectly, you might not be able to access some files.

    youdao

  • 表明索引应该区分大小写的。

    Indicate that the index should be case-insensitive.

    youdao

  • 以不区分大小写的方式搜索DB 2数据多种方法比如使用生成(请参见参考资料)。

    There are several methods to search DB2 data in a case-insensitive manner such as the use of generated columns (see Resources).

    youdao

  • 设置mcauser属性时,应该将值包括引号中避免分布式平台上区分大小写问题

    When you set a value for the MCAUSER attribute, enclose the value in single quotes to avoid issues with case sensitivity on distributed platforms.

    youdao

  • 通常验证检查包括检查用户完整dn,检查是否LDAP服务器唯一的以及检查是否是区分大小写

    Typically, an authorization check involves checking the complete DN of a user, which is unique in the LDAP server and is case sensitive.

    youdao

  • 如上可以编写一条重命名规则区分大小写文件名转换小写文件名,这样可能会与以前已存在的唯一的文件名发生冲突

    It's possible, as shown above, to write a rename rule that converts case-sensitive files into lowercase file names, thereby causing clashes among previously unique file names.

    youdao

  • 每个XML文件中,都发现一个类似的区分大小写目标语句这个语句指定内容属于解决方案信息项目导航中的哪个位置

    In each XML file, you'll find a similar case-sensitive target statement that specifies where the content belongs in the navigation of a solution information project.

    youdao

  • 在内部DB 2区分大小写方式处理用户ID

    Internally, DB2 processes user ID and group names in a case-insensitive fashion.

    youdao

  • 然而并不是所有查询都需要区分大小写的。

    However, not all queries need to be case-insensitive.

    youdao

  • 介绍方法潜在缺点:整个数据库所有中的所有列中的所有数据区分大小写的。

    The potential drawback of the approach described in this section is that all the data in all the columns in all tables in the entire database are treated in a case-insensitive manner.

    youdao

  • 如果应用程序查询这些XML文档寻找城市客户,那么可能需要区分大小写搜索

    An application that queries these XML documents to find customers with a specific city most likely requires case-insensitive search.

    youdao

  • 访问元素区分大小写的。

    Accessing the elements is case-sensitive.

    youdao

  • 要想创建对于所有字符串比较区分大小写数据库需要使用排序规则UCA500R1,见清单4

    To create a database that is case-insensitive for all string comparisons, it is necessary to use the collation UCA500R1 as shown in Listing 4.

    youdao

  • 话说,区分大小写数据库字符串比较开销可能略微增加。

    In other words, string comparisons may be slightly more expensive in a case-insensitive database.

    youdao

  • 提示相同脚本可以同时区分大小写区分大小写查询创建索引

    Tip: The same script creates indexes for both case-insensitive and case-sensitive queries.

    youdao

  • 为了查明区分大小写区分大小写数据库之间性能差异我们创建了常规数据库区分大小写)和一个不区分大小写的数据库。

    To check the performance difference between queries in case-sensitive and case-insensitive databases, we created a regular database (case sensitive) and a case-insensitive database.

    youdao

  • 参数区分大小写的。

    Parameter names are case-insensitive.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定