因此,不要期望从PHP编辑器获得帮助,而且不要忘了尽量避免使用该代码串。
So don't expect any assistance from your PHP editor, and don't forget to escape that code string.
除了一个监听器将输入字符串转换成大写字母之外,监听器的代码完全相同。
With the exception that one of the listeners converts the input string to uppercase, the code for the listeners is exactly the same.
谁知,这一串代码与附近罕茨维尔镇一名爱慕虚荣的摩托车车主的车牌凑巧相符,而那个倒霉的车主在去年一年里收到了几百张错误的罚款通知。
Unfortunately the default code matches the vanity plate of a motorist from the nearby town of Huntsville, who has received hundreds of incorrect payment notices over the past year.
Dorcent狂按自己的手机,输入一串代码。
这段代码帮助您避免额外地传递字符串。
除了映射数字和字节字段,在为您的本地语言应用程序选择了正确的代码页时,它还将字符串数据转换成适当的代码页。
In addition to mapping numeric and byte fields, it also converts string data to the appropriate codepage when the correct codepage for your native language application is selected.
代码使用子字符串过滤出这些文件。
清单3展示了相同的代码,但是添加了测试单词字符串长度和频率的逻辑。
Listing 3 shows the same code with logic added that tests for word string length and frequency.
为了避免这一点,您必须显式地向代码添加字符串长度检查。
To avoid this, you must explicitly add string length checks to the code.
这里给出这段代码,只是为了提醒您字符串处理支持和一些解析规则。
It is included simply to remind you about the string handling support and some of the parsing rules.
该方法具有一个使用引号括起来的字符串参数和一个代码块。
The method takes a string parameter, enclosed in quotes, and a code block.
该信息作为包含XML代码的一个字符串返回。
That information is returned as a string that contains XML code.
一比特币本质上就是能在互联网上快速传递和存储在电子钱包中的一小串加密代码。
A Bitcoin is basically just a little bit of encrypted code that can be zipped over the Internet and stored in a digital wallet.
为简便起见,您可以将代码打包成用于字符串替代的公共XSL模板,以使它可重用。
For convenience, you can package the code in a common XSL template for string replacement, thus making it reusable.
清单20展示了处理事件以及搜索与用户输入文本字符串相匹配的记录的代码。
Listing 20 shows the code to process events and search records for a match against a user-entered text string.
接下来,所有在%[和]之间的代码都被解释为单个的字符串。
Next, all code between % [and] is interpreted as a single string.
在绑定时,将基于在绑定期间有效的代码页转换这些嵌入的字符串。
These embedded strings are converted at bind time based on the code page which is in effect during the bind phase.
更好的方法是在代码中将字符串定义为变量。
The better approach is to define the strings as variables in your code.
经过一些小的修改后(主要是针对连接字符串),此代码适合于任何RDBMS。
With some relatively minor modifications (primarily to the connection string) this code could be adapted to suit any RDBMS.
以下XSL代码将字符串中的名称空间前缀转换为对应的名称空间URI。
The following XSL code translates the namespace prefix in a string to the corresponding namespace URI.
字符串分析的原理包括跟踪在穿越这些代码时这个字符串所包含的所有可能值。
The foundation of string analysis involves tracking all of the possible values that a string may contain while it traverses through the code.
文法的程序规则返回散列引用,其中包含作为文本的代码、注释和字符串。
The grammar's program rule returns a hash reference with the code, comments, and strings available inside it as text.
然后,代码从查询字符串获取设备,并根据指示完成输出。
It then gets the device from the query string and completes the output according to the instructions.
那么,我得到一个字符串,这行代码实际上是干什么的呢?
So, I'm getting a string and so what really am I doing in this line of code?
代表特殊字符的字符串使得代码看起来更清楚。
The strings that represent each of the special characters makes the code easier to read.
对于所有解析器而言,输入总是一样的:股票代码字符串。
For all of your parsers, the inputs are always the same: strings for the stock symbols.
可以在清单1的代码中查找字符串并报告相关的数量。
You can simply search the code in Listing 1 for the string and report that associated number.
该包装类将参数格式化为类似上面代码的XML字符串。
The wrapper class would take care of formatting the arguments into an XML string resembling the code above.
这段代码根据GET调用产生的字符串数据创建一个JSON对象。
It simply creates a JSON object from the string data, which is the result of the GET call.
如果没有发现那样的方法,则该代码搜索带字符串参数的一个public构造函数。
If no such method is found, then the code searches for a public constructor that takes a string.
应用推荐