英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

tar    音標拼音: [t'ɑr]
n. 焦油,柏油,水手
vt. 涂以焦油,慫恿
a. 焦油的

焦油,柏油,水手塗以焦油,慫恿焦油的

tar
n 1: any of various dark heavy viscid substances obtained as a
residue [synonym: {pitch}, {tar}]
2: a man who serves as a sailor [synonym: {mariner}, {seaman},
{tar}, {Jack-tar}, {Jack}, {old salt}, {seafarer}, {gob},
{sea dog}]
v 1: coat with tar; "tar the roof"; "tar the roads"

Tar \Tar\, n. [Abbrev. from tarpaulin.]
A sailor; a seaman. [Colloq.] --Swift.
[1913 Webster]


Tar \Tar\, n. [OE. terre, tarre, AS. teru, teoru; akin to D.
teer, G. teer, theer, Icel. tjara, Sw. tj[aum]ra, Dan.
ti[ae]re, and to E. tree. [root]63. See {Tree}.]
A thick, black, viscous liquid obtained by the distillation
of wood, coal, etc., and having a varied composition
according to the temperature and material employed in
obtaining it.
[1913 Webster]

{Coal tar}. See in the Vocabulary.

{Mineral tar} (Min.), a kind of soft native bitumen.

{Tar board}, a strong quality of millboard made from junk and
old tarred rope. --Knight.

{Tar water}.
(a) A cold infusion of tar in water, used as a medicine.
(b) The ammoniacal water of gas works.

{Wood tar}, tar obtained from wood. It is usually obtained by
the distillation of the wood of the pine, spruce, or fir,
and is used in varnishes, cements, and to render ropes,
oakum, etc., impervious to water.
[1913 Webster]


Tar \Tar\, v. t. [imp. & p. p. {Tarred}; p. pr. & vb. n.
{Tarring}.]
To smear with tar, or as with tar; as, to tar ropes; to tar
cloth.
[1913 Webster]

{To tar and feather a person}. See under {Feather}, v. t.
[1913 Webster]

177 Moby Thesaurus words for "tar":
AB, Amytal, Amytal pill, Ancient Mariner, Argonaut, Demerol,
Dolophine, Dylan, Flying Dutchman, H, Luminal, Luminal pill, M,
Mickey Finn, Nembutal, Nembutal pill, Neptune, OD, Poseidon,
Seconal, Seconal pill, Tuinal, Tuinal pill, Varuna, able seaman,
able-bodied seaman, alcohol, amobarbital sodium, analgesic,
anodyne, asphalt, barb, barbiturate, barbiturate pill, bedaub,
besmear, besmirch, black stuff, blacktop, blue, blue angel,
blue devil, blue heaven, blue velvet, bluejacket, buccaneer,
butter, calmative, carpet, causeway, cement, charcoal,
chloral hydrate, coal, coat, cobblestone, codeine,
codeine cough syrup, concrete, crow, dab, daub, deep-sea man,
defile, depressant, depressor, discolor, dolly, downer, ebon,
ebony, enamel, fair-weather sailor, fisherman, flag, floor, gild,
gloss, goofball, hard stuff, hearty, heroin, hop, horse, hypnotic,
ink, jack, jack afloat, jack-tar, jacky, jet, junk, knockout drops,
lacquer, laudanum, lay on, limey, liquor, lobsterman, lotus,
mariner, matelot, meperidine, metal, methadone, morphia, morphine,
narcotic, navigator, night, opiate, opium, pacifier, pain killer,
paregoric, pave, pebble, pen yan, phenobarbital,
phenobarbital sodium, pirate, pitch, prime, privateer,
purple heart, quietener, rainbow, raven, red, sailor, salt, scag,
sea dog, sea rover, seafarer, seafaring man, seaman,
secobarbital sodium, sedative, shipman, shit, slap on, slather,
sleep-inducer, sleeper, sleeping draught, sleeping pill, sloe,
smack, smear, smear on, smoke, smut, sodium thiopental, soil,
somnifacient, soot, soother, soothing syrup, soporific, spread on,
spread with, stain, sully, tarnish, tarpaulin, tranquilizer, turps,
undercoat, viking, water dog, whaler, white stuff, windjammer,
windsailor, yellow, yellow jacket

("Tape ARchive", following {ar}) {Unix}'s
general purpose {archive} utility and the file format it uses.
Tar was originally intended for use with {magnetic tape} but,
though it has several {command line options} related to tape,
it is now used more often for packaging files together on
other media, e.g. for distribution via the {Internet}.

The resulting archive, a "tar file" (humourously, "tarball")
is often compressed, using {gzip} or some other form of
compression (see {tar and feather}).

There is a {GNU} version of tar called {gnutar} with several
improvements over the standard versions.

{Filename extension}: .tar

{MIME type}: unregistered, but commonly application/x-tar

{Unix manual page}: tar(1).

Compare {shar}, {zip}.

(1998-05-02)



安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • tar (1) - Linux manual page - man7. org
    The example command above written in the short-option style could look like: tar -cvf etc tar etc or tar -c -v -f etc tar etc In GNU or long-option style, each option begins with two dashes and has a meaningful name, consisting of lower-case letters and dashes
  • tar Cheat Sheet - Command in Line
    It allows users to combine multiple files into a single archive, making it easier to store, transfer, and manage large sets of files
  • tar (computing) - Wikipedia
    There are multiple tar file formats, including historical and current ones Two tar formats are codified in POSIX: ustar and pax Not codified but still in current use is the GNU tar format
  • Tar Command in Linux - GeeksforGeeks
    The tar command in Linux (short for Tape Archive) is a powerful tool used to create, view, extract, and manage archive files It allows you to bundle multiple files and directories into a single archive while preserving permissions and directory structure
  • How to Compress and Extract Files Using the tar Command on Linux
    To extract an archive to the current folder, run the command “tar -xzvf archive-name tar gz" Compress multiple directories or files at once by providing a list of files or directories, and exclude certain files or directories using the --exclude switch
  • How to use the tar command in Linux (With examples) - Hostinger
    Learn how to use the Linux tar command to create, extract, compress, and manage archive files with practical examples
  • Tar Commands
    You may have left something out of your original tar archive Instead of recreating it, these command show you how to quickly append files and directories to your tar archives
  • Linux Tar Command Explained with Examples - VITUX
    How can I extract files from a tarball? Use tar -xvf archive_name tar to extract files Here, -x is for extract, -v for verbose, and -f specifies the filename How do I view the contents of a tarball without extracting them? Use tar -tvf archive_name tar The -t flag is used to list the contents
  • The Linux tar Command Explained - HowtoForge
    The above tar command will silently extract that tar gz file, it will show only error messages If you like to see which files get extracted, then add the "v" option
  • tar cheatsheet
    One-page guide to tar: usage, examples, and more Concatenate, Deflate, Inflate files





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典