In the next window, enter the following in the Valid string field: @#$_abcdefghijklmnopqrstuvwxyz0123456789 and then Finish.
在接下来的窗口中,在Valid string字段中输入:@#$_abcdefghijklmnopqrstuvwxyz0123456789 并单击Finish。
The short form string should include each valid option letter, followed by a colon (:) to indicate that the command line option should be followed by a value.
短形式字符串应该包含每个有效的选项字母,每个字母后面是一个冒号 (:),这表示命令行选项后面应该是一个值。
In fact, any valid ODBC data source connection string may be specified after the colon character.
实际上,在冒号字符之后可以指定任何有效的ODBC数据源连接字符串。
It takes the connection object and a valid SQL query string as parameters.
它的参数是连接对象和一个有效的SQL查询字符串。
However, elements of type string do not appear as mandatory in the form because the schema accepts an empty value as valid input for a string.
但是,由于模式接受空值作为字符串的有效输入,因此,在表单中字符串类型的元素并不显示为必填的。
The resource adapter might use this method to check that numeric properties are within the acceptable range or to ensure that a string property representing a value from an enumeration is valid.
资源适配器可能用这个方法检查算术属性是否在可以接受的范围之内,或者确保表示枚举值的字符串有效。
This function takes a string value as input which is a valid SQL full select statement.
此函数将一个字符串值作为输入,该字符串是一个有效的SQL全选择语句。
This is a valid URL encoding as specified by RFC 1738, but if you submit the encoded string to a server-side script such as a JSP, you will get a space instead of the + character.
这是一个符合RFC 1738 的有效URL编码,但如果将这个已编码的字符串提交给服务器端脚本,例如JSP,结果将是一个空格而不是 + 字符。
The described conversion is straight-forward and can be done in-place, i.e. the memory area holding the WKT string is modified directly to transform it to a valid SVG element string.
上述转换非常简单,可以一次完成,即,直接修改存放wkt字符串的存储区,将其转换为一个有效的SVG元素字符串。
The error message says that the EXTERNAL NAME clause is not a valid formatted string.
这个错误消息指出EXTERNALNAME子句是一个格式无效的字符串。
With this cipher option String approach, there is no type-safety to ensure you're using valid options.
这种字符串方式的cipher选项,并没有类型安全以确保你正在用有效的选项。
The fourth ASBO, for the broker, contained an additional string field — Valid, which was mentioned above.
第四个ASBO(为代理所用的)包含一个附加字符串字段——Valid,在上文中提到过。
Select a valid datatype for the SQL query that you will be writing ("String" in this example).
为将要输入的SQL查询选择有效的数据类型(本例中为“String”)。
In Listing 9, a string value is valid only if it is from 3 to 25 characters long and ends with the string "xyz".
在清单9中,一个字符串值只有在由3到25个字符组成并且以“xyz”为结尾时才是有效的。
Remember, though, that a String can easily be structured, and thus easily parsed, by making its format valid JSON or XML.
不过要记住,一条String是可以轻松结构化的,因此易于解析,即使其格式为有效的JSON或XML。
The Web application USES a nonce (a unique string whose value is valid only for a short time) that is included in the POST as a way to guard against denial-of-service attacks.
Web应用程序使用POST中包含的nonce(值仅在短期内有效的惟一字符串)来防范服务拒绝攻击。
This HashMap is passed in to the ISearchHelper.buildQueryString method (see Listing 4) which will construct a valid SIAPI query string that is appended on to the user's query terms.
这个HashMap将传递给 ISearchHelper.buildQueryString方法(参见清单4),该方法将构造一个有效的SIAPI查询字符串,以便将其追加到用户的查询项中。
The event selector string should be a valid XPath expression that is used by the CEI server to match events.
事件选择器字符串应当是有效的XPath表达,CEI服务器利用它来匹配事件。
Thus, the string samuelclemens fits the criteria, but it is obviously too long for a valid user name.
因此,字符串samuelclemens 满足条件,但是它的长度显然超出了有效用户名的范围。
In the first case, that string is an explicit service level, for example GoldService, and in this case it is the CN of a verified, valid certificate.
在第一个实例中,字符串是一个直接的服务级别(例如GoldService),在这种情况下它是已通过检验的、有效证书的CN。
Because all character data is a string, Net.Data USES built-in function to perform arithmetic operations on a string that represents a valid number, including those in exponential formats.
由于所有字符数据都是字符串,因此Net . Data将使用内置函数来对表示有效数字(包括用指数形式表示的数字)的字符串执行算术运算。
It creates a MessageConnection by passing a string identifying a destination address (which is a valid mobile number) to the Connector.open method.
它通过向Connector .open方法传递一个标识目的地地址的字符串(一个有效的手机号码)来创建MessageConnection。
The string parameter to the Connector.open() method is a valid URL.
open()方法的字符串(string)参数是一个有效的URL。
An example valid tcp connection string is tcp://remotehost:1883.
例如,一个有效的tcp连接字符串是 tcp://remotehost:1883。
Not every string is valid Rexx symbol — which restricts the keys in the dictionary — but Rexx is pretty liberal about its symbol names, compared to most languages. E.g.
不是每一个字符串都是合法的rexx符号——为限制程序库中的关键字——但是相对于大部分语言,Rexx在符号命名方面非常自由。
In this example, an element of type anyAtomicType can contain a string or integer as a valid value.
在这个例子中,一个anyatomictype类型的元素可以包含一个字符串或整数作为有效值。
Note that you can type the string free-form, so it's not guaranteed to be valid for applying to a Google Maps query.
注意,由于可以键入任意格式的字符串,因此不能够保证可以有效地应用于Google Maps 查询中。
Valid values for this field are string or integer.
这个区域有效的值为string或者integer。
The parameter value can be any valid template expression such as a string literal or a component property.
参数值可以是任何有效的模板表达式,比如字符串字面量或组件的属性。
Comparing floats as string! Can I? Is it valid approach?
浮为字符串比较!我可以吗?它是有效的方法?
应用推荐