加入收藏 设为首页 联系站长
网站首页 | 英语资讯 | 英语学习 | 英语考试 | 英语品牌 | 英语文摘 | 专业英语 | 内容搜索
>首页 -> 专业英语 -> 计算机英语

TOP

wildcard character 通配符-你知道吗?
[ 录入者:zzhzrl | 时间:2007-11-15 21:51:35 | 作者: | 来源:英语学习网 | 浏览:78次 ]

在DOS时代通配符是搜索的必备参数,到现在还是在很多场合使用。

当我们看到wildcard这个单词时,可能会感到费解,从字面上看是“野的”、“卡片”,怎么会跟计算机有什么关系,莫名其妙。

下面就介绍一下这个家伙:

通配符
wildcard character

定义:

A special symbol that stands for one or more characters. Many operating systems and applications support wildcards for identifying files and directories. This enables you to select multiple files with a single specification. For example, in DOS and Windows, the asterisk (*) is a wild card that stands for any combination of letters. The file specification
m*

therefore, refers to all files that begin with m. Similarly, the specification

m*.doc

refers to all files that start with m and end with.doc.

Many word processors also support wild cards for performing text searches.

例子: 
(wildcard characters * and ? allowed, see examples)


细分:


asterisk wildcard 星号通配符

question mark wildcard 问号通配符

   
[上一篇]什么是IPO?详解 [下一篇]电信热门词汇集

评论

称  呼:
内  容:

相关栏目

最新文章

热门文章

推荐文章

链接