• 一类依赖标准字符串php日期格式

    The 'r' is a generic PHP date format that does not rely on translated strings.

    youdao

  • 可以确保查询使用日期比较不是标准字符串比较。

    This ensures that the date comparison is used in the query, rather than standard string comparison.

    youdao

  • SQL标准所述函数返回输入字符串位字节长度字节长度。

    This function, as mentioned in SQL standard, returns the length of the input string in octets or bytes.

    youdao

  • 实际上解决方案提示接收系统哪些标准的(包括包装拼写)。实际上字符串字段可以存放任何

    This solution, in effect, gives the receiving system a hint as to which values are standard (including casing and spelling) but in fact allows any value in the string field.

    youdao

  • 如果使用标准类型或者一些源代码其它库,需要模型中将这些类型设置普通字符串

    If you need to use types from the standard library, or from some other library in your source code, you have to set such types as plain strings in your model.

    youdao

  • 上面程序逻辑搜索匹配简单标准字母数字字符串

    The main program logic above searches for letter and number strings matching our simplistic criteria.

    youdao

  • 即使一个标准旧式字符串至少有255个字符

    Even a standard old school string value has at least 255 characters.

    youdao

  • 用户可以使这些输出数据流入字符串内部缓冲区标准输出文件

    Users can stream the output data into a string, an internal buffer, the standard output, or a file.

    youdao

  • 所幸是,XLIFF标准包含有的属性允许指定对话框字符串位置文本所用字体字号以及其他很多细节

    Fortunately, the XLIFF standard includes attributes for specifying string position in a dialogue, font type and size used for the text, and many other details.

    youdao

  • SNMP标准版本1中,社区字符串保护限制访问唯一方法

    In Version 1 of the SNMP standard, the community string was the only method of securing or restricting access.

    youdao

  • 所幸是,适合XML文件日期时间字符串表示已经通过一种标准方式处理好了,无需费心创建新的

    Fortunately, the representation of date and time information in strings suitable for inclusion in XML files has been solved in a standard way already so you don't need to invent anything new.

    youdao

  • 通过标准路径文件转换字符串才会导致异常

    The exception is caused by converting files into strings via canonical paths.

    youdao

  • SQL标准所述函数使用字符语义查找字符字符串长度

    This function, as mentioned in SQL standards, is used to find the length of a character string in character semantics.

    youdao

  • 以后你们学到更多,学到字符串不仅仅能运用标准数值运算,你可以他们求长度或者加上其他东西

    You're going to get a chance to explore them, and you'll see not only are there the standard numerics for strings, there are things like length or plus or other things you can do with them.

    youdao

  • 先将字符串参数标准错误(提供它用于定制消息),接下来写入冒号一个空格然后系统错误消息,后面新的一行

    It writes your string argument to stderr (standard error), followed by a colon and a space, then the system error message followed by a newline.

    youdao

  • 邮件地址字符串用作执行ldap查询标准(ldap术语来说是搜索过滤器)。

    This email address string is used as your criterion (or in LDAP terminology, search filter) for performing your LDAP lookup.

    youdao

  • 字符字符串常数支持标准序列。

    Character and string constants support the standard escape sequences.

    youdao

  • Python版本2. x中,raw _ input会标准输入(sys . stdin)读取个输入返回一个字符串,且尾部换行符从末尾移除。

    In Python version 2.x, raw_input reads an input from standard input (sys.stdin) and returns a string with the trailing newline character stripped from the end.

    youdao

  • 一旦完成创建字典,就可以使用标准方括号索引符号访问但是要使用字符串作为索引而不是一个数字

    Once you have created a dictionary, you can access its values using the standard square-bracket indexing notation, but using a string as the index instead of a number.

    youdao

  • 尽管basenamedirname好的工具有时可能需要执行高级字符串截断”,而不只是标准路径名操作

    While basename and dirname are great tools, there are times where we may need to perform more advanced string "chopping" operations than just standard pathname manipulations.

    youdao

  • jQuery序列化表单数据比较容易:只需要访问form元素调用serialize功能获取一个标准查询字符串

    Serializing the form data is easy with jQuery: You simply access the form element and call the serialize function to get a standard query string.

    youdao

  • 这个字符串遵循标准application/x-www-form-urlencoded格式&分隔参数每个参数名称之间使用 =。

    This string follows the standard application/x-www-form-urlencoded format, separating the parameters with & and using = between the name and value of each parameter.

    youdao

  • 格式化Joda对象调用toString方法,并且如果愿意的话传递一个标准ISO- 8601一个JD K兼容的控制字符串告诉JD K如何执行格式化。

    To format a Joda object, call its toString method and, if you wish, pass either a standard ISO-8601 or a JDK-compatible control string to tell Joda how to format it.

    youdao

  • 标准ArrayContentProvider创建ListViewer显示一个字符串数组。

    The standard ArrayContentProvider creates a ListViewer and shows just an array of strings.

    youdao

  • 这种情况下这个表达式调用内置strftime()函数这个函数会返回一个标准时间戳字符串:“FriOct23 14:51:01 2009”。

    In this case, that expression is a call to the built-in strftime() function, which returns a standard timestamp string of the form: "Fri Oct 23 14:51:01 2009".

    youdao

  • 现在我们需要一个程序这个转换标准C 语言就可以了。对于这个简单例子来说,我们将使用Perl 来实现这个程序,因为可以对字符串中的用户代码进行评测语法 C 语言非常类似。

    Now we just need a program to convert our macro into standard C. For this simple example, Perl is used because it can evaluate user code in a string, and its syntax is largely C-like.

    youdao

  • 清单1中的示例给出一个名为hello顶级方法使用writeLine 方法字符串发送标准输出

    The example shown in Listing 1 shows a top-level method called hello, which uses the writeLine method to emit a string to standard output.

    youdao

  • queryLang查询字符串语言必须ISO 639ISO 3166标准一致(该参数可选的;默认值为服务器的位置)。

    QueryLang: the language of the query string; this value must comply with ISO 639 and ISO 3166 standards. (this parameter is optional; the default value is the server locale.)

    youdao

  • queryLang查询字符串语言必须ISO 639ISO 3166标准一致(该参数可选的;默认值为服务器的位置)。

    QueryLang: the language of the query string; this value must comply with ISO 639 and ISO 3166 standards. (this parameter is optional; the default value is the server locale.)

    youdao

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

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

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