To communicate from Eclipse to the Web UI application, there is an API available (Browser.execute (string string)) in the SWT browser control.
要实现从eclipse到webUI应用程序的通信,在SWT浏览器控件内有一个API可用(Browser . execute (string string))。
Because, the outstanding woman, she writes thing others like looking very much that, like this can have the bean or sweet potato starch noodles string string.
因为,优秀的女人,她写的东西别人很喜欢看,这样就会有粉丝串串。
For each character in the first string, any letter that appears in the second string is replaced by the corresponding letter from the third-string.
对于第一个字符串中的每个字符,第二个字符串中的任意一个字符都由第三个字符串中相应的字母所替代。
The program has one performance flaw-i retrieve the string entry in the associated string table by value rather than pointer.
该程序有一个性能缺陷—我是按值而不是按指针在关联的字符串表中检索字符串条目的。
In step B3, search a book, the variable is a search string, so it is also a string.
在步骤B 3中,搜索一本书,这个变量是一个搜索字符串,因此它也是字符串。
The position function returns the starting position of the first occurrence of one string within another string.
position函数返回一个字符串在另一个字符串中第一次出现的起始位置。
The LOCATE function returns the starting position of the first occurrence of one string within another string.
locate函数返回一个字符串在另一个字符串中第一次出现的起始位置。
This is like you frequently manipulating a string with string operations.
这就像有字符串操作就需要频繁处理字符串一样。
It is similar to Listing 7 in that it replaces a fixed string, but the trick is that the replacement itself for the fixed string becomes the fixed string the next time.
它与清单7的相似之处在于它替换了固定字符串,但诀窍在于替代该固定字符串的字符串本身在下次替换时又成了固定字符串。
So the string has no tension, the string goes limp and the bucket of water and you are weightless.
绳子没有张力,完全松弛,不管吊着的是你还是水桶,均为失重状态。
In contrast, concatenating a string is pretty much just a case of running a single opcode to append a string variable to an existing string variable.
相反,连接字符串操作非常简单,只是运行一个操作码,将一个字符串变量附加到一个现有的字符串变量中即可。
The input string data to string functions may have wrong or invalid characters in the string that it is supplied with.
字符串函数的输入字符串数据可能拥有源字符串中的一些错误字符或无效字符。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的C字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
Its role is to escape special XML characters in a string so the string can be used as simple text in an XML document.
它的角色是对字符串中的特殊xml字符进行转义,以便字符串可以用作XML文档中的简单文本。
The result is a single string that incorporates the log level and user-specified format string as a single string.
组合的结果是将日志级别和用户指定的格式字符串包含在一个字符串中。
If the client's encrypted return string and the locally encrypted string match, the shutdown command is run.
如果客户机的加密过的返回字符串与本地加密的字符串匹配,则运行关闭命令。
For example, this would change the word "COLOR" into the string "CLOOR"; this string represents all the letters from the word "COLOR," but in a predictable (and more importantly, matchable) order.
例如,这样做将把单词“COLOR”改为字符串“CLOOR”;该字符串表示单词“COLOR”中的所有字母,但是按照可预测的(而且更重要的是相配的)顺序。
When OCTETS is used as the string length unit, the length of a string is determined by simply counting the bytes of the string.
使用OCTETS作为字符串长度单元时,通过简单地计算字符串的字节数即可确定字符串的长度。
A substring is zero or more contiguous string length units of input string.
子字符串是输入字符串的零个或多个相邻字符串长度单元。
Basically, if you're using simple string concatenation or string substitution to create SQL queries, it's likely you're headed for trouble.
基本上来说,如果您使用简单的字符串拼接或字符串替换操作来创建SQL查询,那么就很可能面临着问题。
The connection string is a URL formatted string with the connection type in lieu of the protocol.
连接字符串是带有连接类型(代替协议)的url格式的字符串。
So Listing 13 does the job, converting string to number and back to string again.
所以清单13同时完成这两项工作,它将字符串转换为数字,处理后再转换回字符串。
Second, if you need to repeat a small string to create a bigger string, you can use the * operator, which multiplies a string out a set number of times.
第二,如果需要重复短字符串来创建长字符串,可以使用 *运算符,将字符串重复一定的次数。
This information includes age (an integer), job description (a string), name (a string), and whether or not the employee is an executive (a Boolean).
这个信息包含年龄(一个整数)、工作描述(一个字符串)、姓名(一个字符串)和该员工是否是执行官(一个布尔型)。
The Directory String syntax stores string values in an LDAP directory.
DirectoryString语法在LDAP目录中保存字符串值。
Checking whether a longer string ends with a particular shorter string.
检查一个长字符串是否以某个短字符串结束。
As you can see, the to_xml method simply USES a string template and string substitution to create an XML node.
正如您所见,to_xml方法仅使用字符串模板和字符串替换来创建xml节点。
The sprintf function USES a control string to specify the output format, and often the control string includes "% s" (string output).
sprintf函数使用一个控制字符串来指定输出格式,该控制字符串通常包括“%s”(字符串输出)。
The getenv() function searches the environment list for a string that matches the string pointed to by name.
getenv()函数会在环境列表中搜索与名称字符串相匹配的字符串。
To compare an element or attribute with a string or pass it into a function that requires a string, you must cast it to a string using (string).
要把元素或属性和字符串进行比较,或者将其传递给需要字符串参数的函数,必须使用(string)强制转换成字符串。
应用推荐