• 应用程序将数据收集一个简单格式化字符串

    This application collects the data into a simply formatted string.

    youdao

  • 常见格式化字符串攻击来自于思想攻击者可以控制显示数据所使用格式

    The often-serious format string attack is based on the idea that an attacker can control the format used to display data.

    youdao

  • 上面代码格式化字符串 %1$tB告诉程序使用第一参数打印date对象完整

    The %1$tB formatting string in the code above tells the program to use the first argument and print out the full month name for the date object.

    youdao

  • 任何挂起制表符间距包含对象数组文本表示形式格式化字符串写入输出,并后面跟上结束字符串

    Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream.

    youdao

  • 任何挂起制表符间距包含两个对象文本表示形式格式化字符串写入输出,并后面跟上一个结束字符串

    Writes any pending TAB spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream.

    youdao

  • printf 格式化字符串可以输出数据使用 %n指令),并且可以暴露任意数据,这就使得这个问题成为一个非常严重漏洞

    printf format strings can also write data (using the %n directive) and reveal arbitrary data, making this a critical vulnerability. Following is an example of this mistake

    youdao

  • 格式化字符串宽度,请在A后面放入一个整数

    To format the width of a character string, follow the a with an integer.

    youdao

  • 可以使用下面示例格式字符串格式化数值

    Numeric values can be formatted with a format string as shown in the example.

    youdao

  • 如果正在处理格式化字符串需要特别注意空格问题

    If you are dealing with the formatted string, you need to pay special attention to the blank space issue.

    youdao

  • 无论传递整数还是格式化字符串,都没有关系,最终传送SOAP消息一样

    It doesn't matter whether we pass in an integer or a pre-formatted string, the SOAP messages that flow as a result are identical.

    youdao

  • AddressDisplay对象部分地址类型一个格式化地址字符串

    The AddressDisplay object has two parts: the type of address and a formatted address string.

    youdao

  • gcc编译器选项-Wformat-security 可以警告代码中可能受到格式化字符串攻击地方

    The gcc compiler option -Wformat-security will warn you of some cases where the code may be vulnerable to format string attacks.

    youdao

  • 除了格式化字符串参数所有其他参数必须个元组(tuple)或是一个字典(dictionary)进行挤压

    Exempting the format string argument, all other arguments must be squeezed in with either a tuple or a dictionary.

    youdao

  • ConsoleAPI其他有用特性还有堆栈跟踪对象检查字符串格式化

    Other useful features in the Console API are stack traces, object inspection, and string formatting.

    youdao

  • 可能以前没有看到过这种打印方式,格式化print语句将把一个格式字符串应用后续数据创建特定格式输出

    In case you haven't seen this before, a formatted print statement applies a format string to subsequent data to create specially formatted output.

    youdao

  • 很多Python程序员都感觉用来格式化字符串这个内置%操作符有限了,这是因为

    Many Python programmers felt that the built-in % operator for formatting strings was too constrained, because.

    youdao

  • D {string}- string字符串strftime函数格式化参数。

    D {string} - string is formatted using the strftime function.

    youdao

  • 通过属性返回格式化字符串实现

    This is achieved by iterating though the properties names and returning them as a formatted String. Add the following method to your mediation handler class.

    youdao

  • 里面print语句使用了一个名为字符串格式化概念创建格式设置精美

    The innermost print statement utilizes a new concept, called string formatting to create a nicely formatted table.

    youdao

  • sql字符串格式化(select2 . jy)。

    SQL String formatting (select2.jy).

    youdao

  • 这些看上去格式化十六进制随机字符串(例如C0B9FE13- 179f - 413d -8a5b - 5004db8e5bb2)。

    These keys look like a formatted random hexadecimal string (for example, C0B9FE13-179F-413D-8A5B-5004DB8E5BB2).

    youdao

  • 如果字符串匹配则执行适当计算返回格式化字符串显示。

    The string is matched, the appropriate calculation is performed, and a formatted string is returned to be displayed.

    youdao

  • Render返回HTML字符串函数,这些字符串根据我们显示每个服务器条目规则进行格式化

    RenderFunction that returns an HTML string, formatted according to some rules we devise on how we prefer each server entry to be displayed.

    youdao

  • 基于Jython内置字典字符串格式化cprintf一样强大我们可以使用%运算符来关联字典。

    With Jython's built in dictionary based String formatting which is as powerful as printf in c, we can associate a dictionary using the % operator.

    youdao

  • 发送一个格式化字符串参数(还可能Locale)、使用格式化字符串指定格式转换参数。

    Send a format string and arguments (with a possible Locale) and use what is specified in the format string to convert the arguments.

    youdao

  • 然后创建输出复合string这个字符串string格式化技术创建

    Then it creates and outputs a compound string, created using the string formatting technique.

    youdao

  • 字符串格式化一种非常有用技术,用于以格式设置精美布局创建不同数据类型组成string

    String formatting is a powerful technique for creating a string composed of different data types in a nicely formatted layout.

    youdao

  • 就是说Vimscript中printf并不输出数据参数列表格式化版本会返回一个字符串,其中包含了数据参数列表的格式化版本。

    That is, in Vimscript, printf doesn't print a formatted version of its list of data arguments; it returns a string containing a formatted version of its list of data arguments.

    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

  • c语言中一个常见错误攻击者数据传递格式化字符串参数中(例如printf(3)第一参数)。

    In c, a common mistake is to pass attacker data into format string parameters (such as the first parameter of printf (3)).

    youdao

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

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

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