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.
无论传递的是整数还是预格式化的字符串,都没有关系,最终传送的SOAP消息都是一样的。
This structure takes advantage of Python's ability to treat methods as variables and pass them as arguments in exactly the same way a string or integer would be passed.
这种结构利用了Python可以将方法视为变量并可以将它们作为参数传递(传递的方式与传递字符串或整数相同)的优势。
As you can see from the output (Listing 2), the perror function displays the string you pass to it, followed by a colon, a space, and then the textual representation of the current errno value.
正如您可以从输出(清单2)中看到的,perror函数显示了传递给它的字符串,后跟冒号、空格,接着是当前errno值的文字表示形式。
As you might know, the Jython wsadmin scripting object methods can pass either a list of strings (as you see here) or a string of lists (which you saw earlier).
Jythonwsadmin脚本对象方法可以传递字符串列表(这里看到的情况),也可以传递列表的串(前面看到的情况)。
The first part of the string offers a clue: It’s using a PHP function to decode the string of text, which is encoded as base64. If we pass this through a decoder, the string looks a lot more malicious
这串代码的第一部分提供了一个线索:这是一个用64位编码的PHP函数。
To filter logs, you pass a string based on the information you want to be filtered, such as your component or plug-in name.
为了筛选日志,您可以传递一条基于您想要筛选的信息的字符串,例如您的构件或者插件名。
There are cases where you are only interested in a certain part of the XML document, or it could be that you want to leave that part unparsed and pass it as a string downstream.
有时候您只对XML文档某部分感兴趣或您希望保持这部分不解析并将其作为字符串向下传递。
As you can see, an Assembly object exposes the GetManifestResourceStream method, which allows you to pass a string name that identifies the embedded resource.
正如您看到的那样,Assembly对象公开GetManifestResourceStream方法,允许您传递标识嵌入资源的字符串名称。
Optionally, you can pass a string to preg_quote() to automatically escape any regex operator it finds, as in line 1.
您可以随意将字符串传递给 preg_quote()来自动转义它找到的所有regex操作符,如第 1行所示。
You can even use "*" as a precision specifier (such as "%.*s"), so you can pass in a maximum length instead of having the maximum length embedded in the control string.
甚至可以使用“ * ”作为精确指定符(比如“ %.*s ”),这样您就可以传入一个最大长度值,而不是在控制字符串中嵌入最大长度值。
In c, a common mistake is to pass attacker data into format string parameters (such as the first parameter of printf (3)).
在c语言中,一个常见的错误是将攻击者的数据传递到格式化字符串参数中(例如printf(3)的第一个参数)。
She'll be quite safe, for I shall tie a string round her neck, and pass it down the chimney, and tie it to my wrist as I go about the house, so she can't fall off without my knowing it.
保证牛不会有事,因为我用绳子拴在它的脖子上,然后把绳子从烟囱里放下来,我在屋里走动时,绳子系在我的手腕上,所以在我不知道的情况下,牛是不会掉下来的。
If there is more than one format in the string, you need to pass a tuple as right operand, as in this example.
如果有超过一个的字符串要格式化为一体,就需要将它们传入一个元组做为右值,如下所示。
You create the script as a string, and then pass it to the method, which adds it to the page.
以字符串形式创建脚本,然后将其传递给方法,方法再将脚本添加到页中。
Pass the Adapter object as the first argument, and a string containing an SQL statement as the second argument.
第一个参数是一个适配器对象;第二个参数是包含一个SQL语句的字符。
Pass the Adapter object as the first argument, and a string containing an SQL statement as the second argument.
第一个参数是一个适配器对象;第二个参数是包含一个SQL语句的字符。
应用推荐