So don't expect any assistance from your PHP editor, and don't forget to escape that code string.
因此,不要期望从PHP编辑器获得帮助,而且不要忘了尽量避免使用该代码串。
With the exception that one of the listeners converts the input string to uppercase, the code for the listeners is exactly the same.
除了一个监听器将输入字符串转换成大写字母之外,监听器的代码完全相同。
With the exception that one of the listeners converts the input string to uppercase, while the second converts the string to lowercase, the code for the listeners is exactly the same.
例外情况,一个监听器将输入字符串转换成大写字母,而另一个将其转换成小写字母,这对于监听器所编写的代码都是完全相同的。
The function includes two arguments, the first one being the string and second one the code units.
该函数包含两个参数,第一个参数是字符串,而第二个参数是代码单元。
Listing 3 shows the same code with logic added that tests for word string length and frequency.
清单3展示了相同的代码,但是添加了测试单词字符串长度和频率的逻辑。
Because the string memory is released by code executing inside the DLL, the correct local heap is used, and no debug assertion results.
因为字符串内存是由在DLL内部执行的代码释放的,所以使用的是正确的本地堆,没有调试断言结果。
RDF literals can be given data types such as "integer", "string", "date", or even "morse code".
可以为RDF文字给定数据类型,如“整数”、“字符串”、“日期”或甚至是“莫尔斯代码”。
The method takes a string parameter, enclosed in quotes, and a code block.
该方法具有一个使用引号括起来的字符串参数和一个代码块。
For convenience, you can package the code in a common XSL template for string replacement, thus making it reusable.
为简便起见,您可以将代码打包成用于字符串替代的公共XSL模板,以使它可重用。
If all quotes are now removed from that string by some function in the application code, the string analysis model detects that this string cannot possibly hold quotes from here on.
如果所有的引号现在都被这个应用程序代码中的一些功能从此字符串中清除掉,那么这个字符串分析模型就会检测到这个字符串从此以后就不可能包含引号。
If string to be searched is found, the result is a number from 1 to the actual length of input string, expressed in the code units that are explicitly specified.
如果找到搜索字符串,则所得结果是一个从1到输入字符串实际长度之间的一个数字,使用显式指定的代码单元来表示。
The code passes the string value of what the control is referenced as in this local Web page so that the controller object can reference that when it renders the view objects.
代码传递在此局部网页中引用的控件的字符串值,以便在其显示视图对象时控制器对象可以引用该值。
With some relatively minor modifications (primarily to the connection string) this code could be adapted to suit any RDBMS.
经过一些小的修改后(主要是针对连接字符串),此代码适合于任何 RDBMS。
In many situations, you need the string length in terms of code units, the character-based functions could be used to find the length of the string in terms of string units.
在很多情形下,您需要根据代码单元计算的字符串长度,可以使用基于字符的函数来获取根据字符串单元计算的字符串长度。
This method's flow is straightforward; once the data is parsed, the code builds up a string representation that's similar to the approach of the XML parser handler.
该方法的流程简单明了,一旦数据被解析,代码建立一个类似于xml解析器处理程序方法的字符串表示。
You can simply search the code in Listing 1 for the string and report that associated number.
可以在清单1的代码中查找字符串并报告相关的数量。
The wrapper class would take care of formatting the arguments into an XML string resembling the code above.
该包装类将参数格式化为类似上面代码的XML字符串。
When you compile your program, the compiler knows which piece of code is a number, which is a string and so on.
当你编译程序时,编译器可以分辨出哪个是数字,哪个是字符串。
Using string types enables you to reuse the relationship in any mapping between business objects that need a state name to state code mapping between string-typed properties.
通过字符串类型,如果业务对象之间需要字符串类型的属性之间的州名称到州代码的映射,则可以在这些业务对象之间的任意映射中重用此关系。
As mentioned in the comment, the standard run mechanism for custom code classes is the exec (ITestExecutionServices, String ) method.
正如上面注释中提到的那样,定制代码类的标准运行机制是exec (itestexecutionservices,String)方法。
There will be a few hand-written lines of "glue code" to string things together.
几行手写“粘合代码”将起到一个连接的作用。
Instead of lines of code with calls to String methods, the new approach implies delegating the core of the parser logic and replacing it with a regexp library.
新的方法将取消编写用来调用String方法的多行代码,它意味着将解析器逻辑的核心委托出去,并替换为regexp库。
The input into the service is a zip code as a type String. Then, the method
服务中的输入是一个字符串类型的邮政编码。
Zip code, a five- or ten-character string consisting of digits and a hyphen
邮政编码,五或十个字符组成的字符串,包括数字和连字符
The script consists of the ByteLoader preamble, with the compiled code stored as a byte string.
该脚本由 ByteLoader前同步码组成,编译好的代码以字节字符串的形式保存。
The CODEUNITS16 and CODEUNIST32 as string units may cause code page conversions.
CODEUNITS16和CODEUNIST32作为字符串单元可能导致代码页转换。
Next, the code parses the Accept header using the Groovy string manipulation.
接下来,该代码将使用Groovy字符串操作解析accept标头。
Then, this code prints the string that the method returned, which is the blogid of the remote blog entry that was created.
然后,此代码打印该方法返回的字符串,也就是创建的远程博客文章的 blogid。
To deserialize the LOB column and get to the text string again, use the following code.
为了将lob列进行反序列发转换,并且为了再次获得该文本字符串,请使用以下代码。
The eval function permits the run-time evaluation of a string of code.
eval函数允许字符串代码的运行时计算。
应用推荐