• 知道甚至这个测试缺点因为假定短语包括空格并且可以自动换行;但对于一些基于非拉丁字符语言,情况并非如此

    Recognize that even this test has a weakness, since it assumes that phrases will include spaces and can word wrap; this is not true for some non-Latin character-based languages.

    youdao

  • 非常简单但却非常重要测试;如何才能确保一个字符只会映射一个惟一的编码呢?

    This is a simple but important test; can I be sure that a character maps to a unique number?

    youdao

  • 可以使用查询字符串(而不是使用任务名称)指定测试

    You could have specified your test using a query string instead of just the task name.

    youdao

  • 测试程序链接再次打印消息两个函数第一用大写字符,第二小写字符

    The test links to two functions that print the message again: the first time in all uppercase characters and then again in lowercase characters.

    youdao

  • 可以二进制数据ascii文本的形式最多发送15数据,每页最多有93个字符测试装置提供ascii消息支持

    The data can be sent either as binary data or ASCII text up to 15 pages in length, with a page being up to 93 characters in length; the test set only provides support for ASCII messages.

    youdao

  • 另一场测试中,完全随机化数据库(由ascii字符数字组成)250MB变为185 MB。

    In another test, a completely randomized database (consisting of both ASCII characters and numerics) went from 250mb to 185mb.

    youdao

  • 理解不同测试认识shell一些操作符解释成shell元字符成为高级shell用户的重要一步

    Understanding the various tests and knowing that the shell can also interpret some operators as shell metacharacters is an important step to becoming a power shell user.

    youdao

  • 此外更新现有档案执行者寻找新的测试数据文件(例如linebreaking断行)新的XML数据文件,并包括了所有的Unicode字符属性

    In addition to updated existing files, implementers will find new test data files (for example, for linebreaking) and new XML data files that encapsulate all of the Unicode character properties.

    youdao

  • 使用改变进行测量。所以4 月9 号的工作版本,会测试字符串 C 的一些行。

    The Unused and Change columns are measured in lines, so ten fewer lines of strings.c were tested in the Apr 9 build.

    youdao

  • 这种测试内,给出的是一个代表某种图像用户必须读懂表单字段输入这些符号。

    In this test you present an image representing some alphanumeric characters that the user must read and type into a form field.

    youdao

  • 清单2给出了一些值得任何字符实现创建测试

    Listing 2 shows some of the tests worth creating for any string implementation.

    youdao

  • 可以使用程序测试上面提供搜索字符,可以验证您看到期望结果

    You can use this program to test the search strings presented above, and see that you get the expected results.

    youdao

  • 清单3展示了相同代码,但是添加了测试单词字符长度频率逻辑

    Listing 3 shows the same code with logic added that tests for word string length and frequency.

    youdao

  • 可以使用自己的字符或者来自一个数据源来替换值,这些数据源包括数据引用通用代码,或者其他测试变量

    You can substitute this value with your own text string or a value from another data source, such as a data pool, reference, custom code, or another test variable.

    youdao

  • 现有的报表添加修改一个标题描述,报表属性文件中的测试字符定义需要添加以及修改。

    A column heading and description is added or changed in an existing report, its test string definition also needs to be added or changed in the report property file.

    youdao

  • 数组内容然后被连接字符字符串又被加载XML对象中,测试案例中还被回显

    The contents of the array are then imploded into one long string, which is in turn loaded into an XML object and (in this test case) echoed.

    youdao

  • 通过使用正则表达式引擎容易测试字符是否模式匹配

    Using a regular expression engine, it is easy to test if a string matches the pattern.

    youdao

  • 需要修改发送简单文本字符初始测试客户机使发送XML消息

    You will modify the original test client that sent a simple text string to send an XML message.

    youdao

  • 理想做法是,字符一个error与之相似的子(蓝色粗体语句),这个子串允许测试很快地输出文件查找错误

    Ideally, the string of characters should have a substring such as error or something similar (see the statement in bold blue), which will allow the tester to quickly find the error in the output file.

    youdao

  • 这个基准测试关键(清单1在于将大量字符拼接在一起

    The essence of the benchmark (as seen in listing 1) is to take a couple of strings and concatenate them together.

    youdao

  • 清单2显示了字符测试更多示例

    Listing 2 shows more examples of string tests.

    youdao

  • 对于双向字符(BIDI)测试使用希伯来语阿拉伯语

    For bidirectional character set testing (bidi) — Use Hebrew or Arabic.

    youdao

  • 编写处理这些非正式解析任务的程序方法总是有点大杂烩,其中包括定制状态机、正则表达式以及上下文驱动字符测试

    The way I have programmed these informal parsing tasks has always been somewhat of a hodgepodge of custom state-machines, regular expressions, and context-driven string tests.

    youdao

  • 复杂测试场景(其中可能包含多个完成任务每个任务需要使用不同数据完成)需要使用查询字符

    More complex test scenarios, where there might be several outstanding tasks, each needing completion with different data, will require the use of a query string.

    youdao

  • 事实上是个棘手测试只要能够DNA表示字符,就可以利用一确定串之间的差异CPAN模块

    This is a tricky test, actually, and a CPAN module for finding the distance of strings might be useful here, as long as you can represent the DNA as a string.

    youdao

  • 为了加快字符等同性测试的速度,可以打开特性

    To accelerate string equality tests, turn this feature on.

    youdao

  • 测试配置,检查语法错误不受支持字符错误。

    Test the new configuration for any syntax or unsupported character set errors.

    youdao

  • 对于单字节字符(single - byte character set,SBCS)测试使用德语因为语言英语

    For single-byte character set testing (SBCS) — Use German, as this language is lengthy compared to English.

    youdao

  • 正确做法显式地测试字符串是否使用相应的内置函数

    The correct solution is to explicitly test strings for emptiness using the appropriate built-in function.

    youdao

  • string输入发送Web服务测试字符单击Go按钮调用服务,如下面的7中所示。

    Enter a test string to send to your Web service in the "string" box and click the "Go" button to invoke the service, as per Figure 7 below.

    youdao

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

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

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