Type
|
X-subtype
|
Description
|
application
|
|
Subtypes of
an application; the name of the subtype is usually a file format name or an
application name.
|
|
x-aiff
|
SGI's AIFF
audio data format.
|
|
x-bitmap
|
An X Windows
bitmap image.
|
|
x-gzip
|
Data
compressed in the GNU gzip format.
|
|
x-dvi
|
A TeX DVI
document.
|
|
x-framemaker
|
A FrameMaker
document.
|
|
x-latex
|
A LaTeX
document.
|
|
x-macBinHex40
|
Identical to
application/mac-BinHex40, but older software may use this x-type instead.
|
|
x-mif
|
A FrameMaker
MIF document.
|
|
x-sd
|
A session
directory protocol announcement, used to announce MBONE events.
|
|
x-shar
|
A shell
archive; the Unix equivalent of a Windows or Macintosh self-extracting
archive. Software shouldn't be configured to unpack shell archives
automatically, because a shell archive can call any program the user who runs
it has the rights to call.
|
|
x-tar
|
A tar
archive.
|
|
x-gtar
|
A GNU tar
archive.
|
|
x-tcl
|
A tool
command language (TCL) program. You should never configure your web browser
or email program to automatically run programs you download from the web or
receive in email messages.
|
|
x-tex
|
A TeX
document.
|
|
x-texinfo
|
A GNU
texinfo document.
|
|
x-troff
|
A troff
document.
|
|
x-troff-man
|
A troff
document written with the man macros.
|
|
x-troff-me
|
A troff
document that should be processed using the me
macros.
|
|
x-troff-ms
|
A troff
document that should be processed using the ms
macros.
|
|
x-wais-source
|
A WAIS
source.
|
|
x-www-form-urlencoded
|
A string
that has been encoded like a URL, with + replacing spaces and % escapes
replacing non-alphanumeric characters that aren't separators.
|
audio
|
|
|
|
x-aiff
|
The same as
application/x-aiff: an AIFF audio file.
|
|
x-mpeg
|
The MP3
sound format.
|
|
x-mpeg.mp3
|
The MP3
sound format.
|
|
x-wav
|
The Windows
WAV sound format.
|
image
|
|
|
|
x-fits
|
The FITS
image format used primarily by astronomers.
|
|
x-macpict
|
A Macintosh
PICT image.
|
|
x-pict
|
A Macintosh
PICT image.
|
|
x-macpaint
|
A MacPaint
image.
|
|
x-pbm
|
A portable
bitmap image.
|
|
x-portable-bitmap
|
A portable
bitmap image.
|
|
x-pgm
|
A PGM image.
|
video
|
|
|
|
x-msvideo
|
A Microsoft
AVI Video for Windows.
|
|
x-sgi-movie
|
A Silicon
Graphics movie.
|
分享到:
相关推荐
- **数值型**(Numeric Types): 如Integer、Long、Single、Double等。 - **字符型**(String Type): 用于存储文本信息。 - **货币型**(Currency Type): 专门用于存储货币值。 - 所有这些数据类型在VBA中都是...
7. **自定义MIME类型**:对于一些非标准或自定义的文件格式,开发者可能需要定义新的MIME类型。这通常通过在服务器配置或应用程序中添加新的类型映射来实现。 8. **多部分表单数据**:在处理包含多个文件的表单数据...
此语言被广泛应用于Mac OS X和GNUstep等遵循OpenStep标准的系统中。Objective-C能够在gcc支持的操作系统上进行编写与编译,因为它包含了Objective-C的编译器。 #### 设定环境 为了能够开始使用Objective-C,首先...
数据类型 (Data Types) CodeVisionAVRC支持多种数据类型,包括但不限于: - `char`: 字符类型。 - `int`: 整型。 - `float`: 浮点型。 - `double`: 双精度浮点型。 - `long`: 长整型。 - `short`: 短整型。 每种...
- `REG_NOSUB`:不记录子表达式的匹配信息。 - **返回值**:如果成功,返回0;若失败,则返回非零值。具体的错误代码可以通过`regerror()`函数获取。 #### 2. **`regexec()`函数** `int regexec(const regex_t* ...
- **标准逻辑类型(Std_logic)**: 包含'0', '1', 'U', 'X', 'Z', '-'等状态,用于表示不确定或无定义的值。 - **向量类型(Std_logic_vector)**: 用于表示多位数据,支持算术和关系运算。 - **位操作**: 包括并...
6. **Block Variables and Types**: Blocks可以访问不同类型的变量,包括stack变量、heap变量和__block变量。__block变量是一种特殊的类型,允许非全局变量在block内外之间共享值。 7. **Using Blocks as Function/...
7.13.1. 从 1.0.x 到 1.5.0 或更新的版本的移植 7.13.2. 从 0.9.3 到 1.0.0RC1 或更新的版本的移植 7.13.3. 从 0.9.2 移植到 0.9.3 或更新的版本 7.13.4. 从 0.6.0 移植到 0.8.0 或更新的版本 7.13.5. 从 0.2.0 ...
As the versions, types and resolution of users' mobile phones vary in current market, conditional ways depending on systems respectively cost extra time and resources. In order to develop efficiently...