• Windows操作系统中连续字符生成临时db 2 (cont .)。

    On Windows operating systems, the line continuation character generates a temporary db2 (cont.)

    youdao

  • 现在想不起来当初我是怎么PONGBREAKOUT ”游戏屏幕显示分数的了,大概字符生成器吧

    I forget right now how I generated the score digits on my "PONG" and "BREAKOUT" screens but I probably used a char generator.

    youdao

  • 没有手工编写字符生成结构而是借用Linux内核中的font_acorn_8x8 . c中的代码(framebuffer驱动程序一部分)。

    Rather than draw out a character generator structure by hand, I've borrowed font_acorn_8x8.c from the Linux kernel (this is part of the framebuffer driver tree).

    youdao

  • 中,使用换行字符符号生成了一多行提示符

    In this example, the newline character token is used to generate a kind of "multi-line" prompt.

    youdao

  • 对于数据类型例如整数字符,要生成输入域就比较简单,但是对于xml类型输入参数,就要复杂一些

    The latter is simple for data types, such as integer or characters, but more complex for input parameters of type XML.

    youdao

  • 查询选择[1,8]字符时,1生成aaa3bbb3cc

    When the query selects only [1, 8] characters, Row 1 results in AAA3BBB3CC.

    youdao

  • 关联数组hash函数内部生成使用keysig字符进行索引。

    The associated values array is generated inside the hash function and is indexed using keysig characters.

    youdao

  • 接下来if 语句删除置的 “任何字符部分生成 (s)(\w)+(m)(\w)+(l)。

    The next if statement will remove the trailing "any word character section" to produce (s)(\w)+(m)(\w)+(l).

    youdao

  • 幸运的是,Expect提供了各种价值的调试开关报告交互过程;这正是确定CCNA01生成各种字符的方法。

    Luckily, Expect has helpful debugging switches to report on its interactions; that's how I determined exactly what characters CCNA01 was emitting.

    youdao

  • 另外,因为这个脚本可以任何系统相同字符生成相同数字,所以不需要uid存储电子表格数据库中。

    And since this script will always generate the same number for the same character string on any system, the need for storing the UID number in a spreadsheet or database is eliminated.

    youdao

  • 前面技术可以任何用户提供字符生成惟一的标识符但是,在每次需要ewu时都执行一系列命令比较麻烦

    The previous technique will generate a unique identifier for any user-supplied character string; however, it is somewhat cumbersome to issue this list of commands every time an EWU value is needed.

    youdao

  • 现时标志一个发送方(签名者)生成无重复字符这样目标接收方就检查唯一性了。

    A nonce is a non-repeating string freshly generated by the sender (the signer) such that the intended recipient can check its uniqueness.

    youdao

  • 为此可以服务器随机生成字符串,根据用户输入数据创建该(清单2)。

    To do that, you can randomly generate something on the server side, or you can create a value based on the data the user enters (see Listing 2).

    youdao

  • 修改字符匹配组件生成字符串。

    Change the strings to match those you created for your component.

    youdao

  • 因为自动生成命名结构包含字符,所以如果需要的话新的系统可以包含字符

    Since the automatically generated naming structure includes dashes, these could be included in the new system name if desired.

    youdao

  • 包括了较大型团队的情况下,提取字符通过模板生成XSL模板可能有意义

    Where larger teams are involved, it might still make sense to extract the strings and generate the XSL templates from a master template.

    youdao

  • 将自动生成连接字符

    The connection string is automatically generated.

    youdao

  • 服务器必须能够理解JSON形式的字符生成一个服务器端对象处理保存数据

    The server side has to be able to understand a JSON-formatted string and produce a server-side object in order to proceed and save the data.

    youdao

  • 因为长度相同字符-,字符不会更短-,生成一个动画幻觉

    And because I'm writing out a string that's the same length — — my strings aren't getting shorterit's creating this illusion of some animation.

    youdao

  • 首先必须明确规定哪个字符生成idl定义

    The first must stipulate exactly what character set an IDL definition will be made up from.

    youdao

  • 生成字符作为GUI输出然后发布MIDI事件

    A string is generated to be output to the GUI; the MIDI event is then published.

    youdao

  • 由于许多字符可以生成相同散列所以不能必然确定原始字符(用户真实密码)。

    Since multiple strings can generate the same hash, the original string (the user's real password), cannot necessarily be determined.

    youdao

  • 例如LineLength模块建立规则是:所有中的字符都不得超过120个字符否则CheckStyle生成错误

    For instance, the LineLength module establishes the rule that all lines must be 120 characters or fewer or CheckStyle produces an error.

    youdao

  • 使得hash有所加长,有可能加入生成过程所用字符以外字符

    It increases the length of the hashed value and potentially adds characters that were not part of the character set used in generating the table.

    youdao

  • 遵循良好中介处理程序实践我们上下文属性中读取字符并且生成新的消息

    Following good mediation handler practices, we read this string from a context property, and use it to generate a new message.

    youdao

  • 带有完全生成字符属性

    Properties view with the complete generated string.

    youdao

  • 可以通过字符拆分成“单词序列生成列表

    You can also generate a list by splitting a string into a sequence of "words".

    youdao

  • “too_long”选项指定主题长度超过20个字符生成错误消息,它用来替换message”选项。

    The "too_long" option indicates the error message that is generated if the subject name is over 20 characters in length, and is used in place of the "message" option.

    youdao

  • 换言之没有美元符号锚定字符结尾带有匹配前缀例如martin1234-cruft”)的非常长的字符生成误判 (false positive)。

    In other words, without the dollar sign to anchor the end of the string, a very long string with a matching prefix, such as "martin1234-cruft," would yield a false positive.

    youdao

  • Hibernate生成sql语句字符使用JDBC准备执行操作数据库执行它们

    Hibernate generates the SQL statement strings and executes them against the database using the JDBC prepare and execute operations.

    youdao

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

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

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