英文字典中文字典


英文字典中文字典51ZiDian.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 - 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
  • apt - How to list all installed packages - Ask Ubuntu
    source: man apt-clone APT-Clone is used by ubiquity (Ubuntu installer) for upgrade process It is much better than the dpkg --get-selections solution because: It preserves all repositories information It keeps track of what packages were automatically installed It allows to repack locally installed DEB files
  • apt - How to list manually installed packages? - Ask Ubuntu
    Commandline: apt install postgresql-9 5-plv8 Commandline: aptdaemon role='role-install-file' sender=':1 85' Commandline: apt install task Commandline: apt autoremove Commandline: apt install atom Commandline: apt upgrade Commandline: apt-get install asciinema Commandline: apt install iperf3 Commandline: apt upgrade Commandline: apt-get install
  • 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:
  • apt - What is dist-upgrade and why does it upgrade more than upgrade . . .
    apt-get upgrade is restricted to the case where packages are to be replaced by newer versions, but no package needs to be added or removed A new version of Firefox, for instance, should be installable with apt-get upgrade However apt-get upgrade will refuse to
  • apt - How can I see all versions of a package that are available in the . . .
    That's why I'd suggest always using apt-cache policy <package-name> instead Note about output: I have some local repository setup and both of the command shows those as well Note 2 Newer apt comes with policy integrated into them So, you can use apt instead of apt-cache directly





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