您要查找的是不是:
- 在此我們將使用MATCH函數。We employ the MATCH function here.
- 查找文本值時,函數MATCH不區分大小寫字母。MATCH does not distinguish between uppercase and lowercase letters when matching text values.
- Boolean值,指示返回的子字元串是否包含Match。Boolean value indicating whether to return substrings that include or exclude Match.
- 使用MATCH關鍵字使得同一語句可執行多次而不會覆蓋舊的數據。Using the MATCH keyword enables the same statement to be executed several times without writing over old data.
- Hash Match運算符通過計算其生成輸入中每行的哈希值生成哈希表。The Hash Match operator builds a hash table by computing a hash value for each row from its build input.
- 要麼是0次(沒有匹配)或1次,因為preg_match()在第一次匹配之後將停止搜索。That will be either 0 times (no match) or 1 time because preg_match() will stop searching after the first match.
- 誰在100米賽中獲勝? The visiting team was no match for the home team.Who won the 100 metres?
- 如果省略了關鍵字MATCH,日誌的備份副本的名稱將與資料庫的當前事務日誌同名。If the MATCH keyword is omitted, the backup copy of the log will have the same name as the current transaction log for the database.
- 你能打完全場比賽嗎? There are at most five sets in a volleyball match.Can you play the full match?
- 使用Wsdl.exe生成的代理類將type屬性用作包含子match元素的match的返回類的名稱。Proxy classes generated using Wsdl. Exe use the type attribute as the name of the returned class for a match that contains child match elements.
- 如果Include為True,則Filter函數返回將Match作為子字元串包含在其中的數組的子集。If Include is True, the Filter function returns the subset of the array that contains Match as a substring.
- 邊緣匹配 (Side- Match)矢量量化器 (SMVQ)是有限狀態矢量量化器 (FSVQ)的一個分支。The side-match vector quantizer(SM VQ) is a branch of the finite-state vector quantizer(FSVQ). This quantizer is su itable for encoding the image in which there is a high correlation between neigh boring image blocks.
- 如果Include為False,則Filter函數返回不將Match作為子字元串包含在其中的數組的子集。If Include is False, the Filter function returns the subset of the array that does not contain Match as a substring.
- 將來可以支持資源規範的例子包括Condor ClassAds的match-making和LSF的lsplace資源規範。Examples of resource specifications that will be supported in future releases include Condor ClassAds match-making and LSF lsplace resource specification.
- 如果需要找出匹配元素的位置而不是匹配元素本身,則應該使用MATCH函數而不是LOOKUP函數。Use MATCH instead of one of the LOOKUP functions when you need the position of an item in a range instead of the item itself.
- 如果match XML元素包含子match元素,則Wsdl.exe工具生成的代理類將name屬性與類關聯起來。A proxy class generated by the Wsdl. Exe tool associates the name attribute with a class, if the match XML element has child match elements.
- Hash Match Root運算符與其下一級所有Hash Match Team運算符共享同一個哈希函數和分區策略。The Hash Match Root operator and all Hash Match Team operators directly below it share a common hash function and partitioning strategy.
- 下面的示例使用Regex類的Match方法返回Match類型的對象,以便找到輸入字元串中的第一個匹配項。The following example uses the Match method of the Regex class to return an object of type Match in order to find the first match in the input string.
- 在這個關係的基礎上 ,討論了TSM(thru short match)和TRL(thru reflect line)方法中的方程選擇 .Choices of the equations in the thru short match (TSM) and thru reflect line (TRL) methods are discussed.
- Captures屬性(CaptureCollection類的對象)是作為Match和group類的成員提供的,以便於對捕獲的子字元串的集合的訪問。The Captures property, an object of the CaptureCollection class, is provided as a member of the Match and Group classes to facilitate access to the set of captured substrings.