| 单词 |
wild cards |
| 释义 |
DictionarySeewild cardwild cards
wild cardsSymbols used to represent any value when selecting specific files. In DOS, Windows and Unix, the asterisk (*) represents any collection of characters, and the question mark (?) represents a single character. In SQL, the percent sign (%) and underscore (_) are used for matching text. Note the following examples:
DOS and Windows (case insensitive) *.gif .gif or .GIF extension a*.gif beginning with "a" or "A" boot.* all files named "BooT" any mix upper/lower case *.d* extensions starting with "d" or "D" ?abc 1ABC, 2abc, etc. ??abc 10ABC, xxabc, etc. Windows only (case insensitive) *t.jpg JPEG files ending with "T" Unix only (case sensitive) *.jpg .jpg extension *.JPG .JPG extension a*.jpg beginning with "a" A*.jpg beginning with "A" boot.* all files named "boot" BOOT.* all files named "BOOT" ?abc 1abc, xabc, etc. ??ABC 10ABC, XXABC, etc. SQL Good% begining with "Good" _bcd any name followed by "bcd" MedicalSeeWild Card |
| 随便看 |
- aug 7, 2023
- aug 8
- aug 8, 2011
- aug 8, 2012
- aug 8, 2013
- aug 8, 2014
- aug 8, 2015
- aug 8, 2016
- aug 8, 2017
- aug 8, 2018
- aug 8, 2019
- aug 8, 2020
- aug 8, 2021
- aug 8, 2022
- aug 8, 2023
- aug 9
- aug 9, 2011
- aug 9, 2012
- aug 9, 2013
- aug 9, 2014
- aug 9, 2015
- aug 9, 2016
- aug 9, 2017
- aug 9, 2018
- aug 9, 2019
|