英文字典中文字典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   







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

APT    音標拼音: ['æpt]
a. 傾向于的,易于的,恰當的,聰明的

傾向於的,易於的,恰當的,聰明的

apt
adj 1: (usually followed by `to') naturally disposed toward; "he
is apt to ignore matters he considers unimportant"; "I am
not minded to answer any questions" [synonym: {apt(p)},
{disposed(p)}, {given(p)}, {minded(p)}, {tending(p)}]
2: at risk of or subject to experiencing something usually
unpleasant; "he is apt to lose"; "she is liable to forget"
[synonym: {apt(p)}, {liable(p)}]
3: mentally quick and resourceful; "an apt pupil"; "you are a
clever man...you reason well and your wit is bold"-Bram
Stoker [synonym: {apt}, {clever}]
4: being of striking appropriateness and pertinence; "the
successful copywriter is a master of apposite and evocative
verbal images"; "an apt reply" [synonym: {apposite}, {apt},
{pertinent}]

Apt \Apt\, v. t. [L. aptare. See {Aptate}.]
To fit; to suit; to adapt. [Obs.] " To apt their places."
--B. Jonson.
[1913 Webster]

That our speech be apted to edification. --Jer. Taylor.
[1913 Webster]


Apt \Apt\ ([a^]pt), a. [F. apte, L. aptus, fr. obsolete apere to
fasten, to join, to fit, akin to apisci to reach, attain: cf.
Gr. ? to fasten, Skr. [=a]pta fit, fr. [=a]p to reach
attain.]
1. Fit or fitted; suited; suitable; appropriate.
[1913 Webster]

They have always apt instruments. --Burke.
[1913 Webster]

A river . . . apt to be forded by a lamb. --Jer.
Taylor.
[1913 Webster]

2. Having an habitual tendency; habitually liable or likely;
-- used of things.
[1913 Webster]

My vines and peaches . . . were apt to have a soot
or smuttiness upon their leaves and fruit. --Temple.
[1913 Webster]

This tree, if unprotected, is apt to be stripped of
the leaves by a leaf-cutting ant. --Lubbock.
[1913 Webster]

3. Inclined; disposed customarily; given; ready; -- used of
persons.
[1913 Webster]

Apter to give than thou wit be to ask. --Beau. & Fl.
[1913 Webster]

That lofty pity with which prosperous folk are apt
to remember their grandfathers. --F. Harrison.
[1913 Webster]

4. Ready; especially fitted or qualified (to do something);
quick to learn; prompt; expert; as, a pupil apt to learn;
an apt scholar. "An apt wit." --Johnson.
[1913 Webster]

Live a thousand years,
I shall not find myself so apt to die. --Shak.
[1913 Webster]

I find thee apt . . . Now, Hamlet, hear. --Shak.
[1913 Webster]

Syn: Fit; meet; suitable; qualified; inclined; disposed;
liable; ready; quick; prompt.
[1913 Webster]

171 Moby Thesaurus words for "apt":
Daedalian, a propos, ad rem, adapted, adept, adroit, alert,
applicable, apposite, appropriate, apropos, artistic,
authoritative, becoming, befitting, bent, brainy, bravura, bright,
brilliant, clean, clever, comely, compelling, convincing,
coordinated, correct, crack, crackerjack, cunning, cute, daedal,
decisive, deft, dexterous, dextrous, diplomatic, disposed,
dispositioned, docile, dovetailing, educable, exact, excellent,
expeditious, expert, facile, fair, fancy, felicitous, fit, fitted,
fitting, foreseeable, formable, geared, gifted, given, good,
goodish, graceful, handy, happy, hopeful, immediate,
impressionable, in the cards, in the mood, inclined, ingenious,
inspired, instant, instantaneous, instructable, intelligent, just,
just right, keen, keen-witted, liable, likely, magisterial,
malleable, masterful, masterly, meet, meshing, minded, moldable,
motivated, neat, nice, nimble, nimble-witted, no dumbbell, no mean,
not born yesterday, odds-on, on the button, opportune, pat,
pertinent, plastic, pliable, politic, precise, predictable,
predictable within limits, predisposed, presumable, presumptive,
probable, professional, proficient, promising, prompt, prone,
proper, punctual, qualified, quick, quick-thinking, quick-witted,
quite some, ready, receptive, relevant, resourceful, right,
ripe for instruction, schoolable, scintillating, seasonable,
seemly, sharp, sharp-witted, skillful, slick, smart, some,
sortable, speedy, statesmanlike, statistically probable,
steel-trap, stylish, suitable, suited, suiting, summary,
susceptible, swift, tactful, tailored, talented, teachable,
telling, the compleat, the complete, thirsty for knowledge,
to the point, to the purpose, trainable, verisimilar, virtuoso,
well-chosen, well-done, well-expressed, well-put, willing,
workmanlike



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


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

































































英文字典中文字典相關資料:
  • What is the difference between apt and apt-get? - Ask Ubuntu
    apt-get may be considered as lower-level and "back-end", and support other APT-based tools apt is designed for end-users (human) and its output may be changed between versions Note from apt(8): The `apt` command is meant to be pleasant for end users and does not need to be backward compatible like apt-get(8)
  • apt - What is difference between the options autoclean, autoremove . . .
    When APT is used as a dselect(1) method, clean is run automatically Those who do not use dselect will likely want to run apt-get clean from time to time to free up disk space autoclean : Like clean, autoclean clears out the local repository of retrieved package files
  • apt - Package system is broken. How to fix it? - Ask Ubuntu
    sudo apt-get clean Above command will clean out the local repository of retrieved package file sudo apt-get install -f Will correct broken dependencies i e -f here stands for “fix broken” sudo dpkg --configure -a will configure all (-a) the packages which haven't been configured yet In the end do run the update command sudo apt-get update
  • apt - How do I search for available packages from the command-line . . .
    apt-file search part_of_package_name | grep another_part_of_name Example of searching for ssh server package if I do not know the name is ssh-server or sshserver or server-ssh etc : apt-file search ssh | grep server Steps to prepare apt-file search for searching It should be done before first usage: sudo apt-get install apt-file sudo apt-file
  • apt - How do I fix the GPG error NO_PUBKEY? - Ask Ubuntu
    The reason for this change is that when adding an OpenPGP key that's used to sign an APT repository to etc apt trusted gpg or etc apt trusted gpg d, the key is unconditionally trusted by APT on all other repositories configured on the system that don't have a signed-by (see below) option, even the official Debian Ubuntu repositories
  • Unable to locate package while trying to install packages with APT . . .
    When apt-get install is unable to locate a package, the package you want to install couldn't be found within repositories that you have added (those in in etc apt sources list and under etc apt sources list d ) The following (general) procedure helps to solve this: Make sure you have enabled Ubuntu repositories:
  • What is the difference between dpkg and aptitude apt-get?
    (apt or aptitude is fine as well) This is because dpkg is meant to install packages without installing dependent packages Because of that just installing a package with dpkg, may lead to a later problem where dependency resolution may end up with a broken system You should use the command line apt-get or apt (since
  • apt - Installing suggested recommended packages? - Ask Ubuntu
    I ran the following code and got this package needs these packages, now it also says these packages are suggested, and theses are recommended How do I get those up to install as well myusuf3@pur
  • apt - How can I update my nodeJS to the latest version? - Ask Ubuntu
    sudo apt-get install npm Now when I type nodejs --version It shows v0 6 19 I checked and saw latest nodeJS version is 0 10 26 How can I update my version of nodeJS to 0 10 26? I tried with sudo apt-get install <packagename> sudo apt-get install --only-upgrade <packagename> but no luck
  • apt - The following packages have been kept back: Why and how do I . . .
    apt-get dist-upgrade can remove as well as add packages, but it is not really dangerous Any package installation command can cause serious damage if you have problems in your sources list file! A regular apt-get upgrade command will install any package from any software source that is enabled; dist-upgrade is not unique in this





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

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