dependence 音标拼音: [dɪp'ɛndəns]
n . 依靠,依赖;信任,信赖
依靠,依赖;信任,信赖
dependence 相依 相关
dependence n 1 :
the state of relying on or being controlled by someone or something else [
synonym : {
dependence }, {
dependance },
{
dependency }]
2 :
being abnormally tolerant to and dependent on something that is psychologically or physically habit -
forming (
especially alcohol or narcotic drugs ) [
synonym : {
addiction }, {
dependence },
{
dependance }, {
dependency }, {
habituation }]
Dependence \
De *
pend "
ence \,
n . [
LL .
dependentia ,
fr .
L .
dependens .
See {
Dependent },
and cf . {
Dependance }.]
1 .
The act or state of depending ;
state of being dependent ;
a hanging down or from ;
suspension from a support .
[
1913 Webster ]
2 .
The state of being influenced and determined by something ;
subjection (
as of an effect to its cause ).
[
1913 Webster ]
The cause of effects ,
and the dependence of one thing upon another . --
Bp .
Burnet .
[
1913 Webster ]
3 .
Mutual connection and support ;
concatenation ;
systematic inter -
relation .
[
1913 Webster ]
So dark and so intricate of purpose ,
without any dependence or order . --
Sir T .
More .
[
1913 Webster ]
4 .
Subjection to the direction or disposal of another ;
inability to help or provide for one '
s self ;
a lack of independence or self -
sufficiency .
Syn :
dependance ,
dependency .
[
1913 Webster WordNet 1 .
5 ]
Reduced to a servile dependence on their mercy .
--
Burke .
[
1913 Webster ]
5 .
A resting with confidence ;
reliance ;
trust .
[
1913 Webster ]
Affectionate dependence on the Creator is the spiritual life of the soul . --
T .
Erskine .
[
1913 Webster ]
6 .
That on which one depends or relies ;
as ,
he was her sole dependence .
[
1913 Webster ]
7 .
That which depends ;
anything dependent or suspended ;
anything attached a subordinate to ,
or contingent on ,
something else .
[
1913 Webster ]
Like a large cluster of black grapes they show And make a large dependence from the bough .
--
Dryden .
[
1913 Webster ]
8 .
A matter depending ,
or in suspense ,
and still to be determined ;
ground of controversy or quarrel . [
Obs .]
[
1913 Webster ]
To go on now with my first dependence . --
Beau . &
Fl .
[
1913 Webster ]
132 Moby Thesaurus words for "
dependence ":
Maecenas ,
a habit ,
abettor ,
acceptation ,
acception ,
acquiescence ,
acquired tolerance ,
acute alcoholism ,
addictedness ,
addiction ,
admirer ,
advocate ,
aficionado ,
alcoholism ,
amphetamine withdrawal symptoms ,
angel ,
apologist ,
aspiration ,
assumption ,
assurance ,
assured faith ,
assuredness ,
backer ,
barbiturate addiction ,
barbiturism ,
belief ,
buff ,
certainty ,
chain smoking ,
champion ,
cheerful expectation ,
chronic alcoholism ,
clientage ,
clientship ,
cocainism ,
confidence ,
contingency ,
conviction ,
correlation ,
crash ,
craving ,
credence ,
credit ,
credulity ,
danglement ,
dangling ,
defender ,
dependency ,
desire ,
dipsomania ,
doomed hope ,
drug addiction ,
drug culture ,
drug dependence ,
encourager ,
endorser ,
expectation ,
exponent ,
fair prospect ,
faith ,
fan ,
favorer ,
fervent hope ,
friend at court ,
good cheer ,
good hope ,
great expectations ,
habituation ,
hanging ,
high hopes ,
hope ,
hopeful prognosis ,
hopefulness ,
hopes ,
hoping ,
hoping against hope ,
interrelation ,
lover ,
mainstay ,
maintainer ,
nicotine addiction ,
paranymph ,
partisan ,
patron ,
pendency ,
pendulosity ,
pendulousness ,
pensileness ,
pensility ,
physical dependence ,
prayerful hope ,
presumption ,
promise ,
promoter ,
prospect ,
prospects ,
protagonist ,
psychological dependence ,
reception ,
relativity ,
reliance ,
reliance on ,
sanguine expectation ,
second ,
seconder ,
sectary ,
security ,
sider ,
sponsor ,
stalwart ,
standby ,
stock ,
store ,
support ,
supporter ,
sureness ,
surety ,
suspense ,
suspension ,
suspension of disbelief ,
sustainer ,
sympathizer ,
tolerance ,
trust ,
tutelage ,
upholder ,
votary ,
wardship ,
well -
grounded hope ,
well -
wisher ,
withdrawal sickness ,
withdrawal symptoms
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
regex - Unix - Using find to List all . html files. (Do not use shell . . . A command-line parameter like '* html' is passed, uninterpreted, to the command In this instance, find uses * in a similar, but not identical, manner as the shell does
find - list all directories containing *. html files and also list the . . . This prints the pathname of each directory containing any regular file whose name ends with either htm or html (regardless of case), followed by the ls -l output for that directory
find Command in Linux: Search Files and Directories The find command searches for files and directories by name, type, size, date, permissions, and more This guide covers practical examples including wildcards, …
How can I view all files in a websites directory? - Super User Is it possible to list all files and directories in a given website's directory from the Linux shell? Something similar to: but instead of some_directory, it would be ls -l http: www some_site com some_directory Obviously, the latter will not work
command line - search in subdirectories for all html files containing . . . From the terminal, use the find command to find all the files ending in html and use the grep command to filter the results to show only the names of files that contain the <abbr> string:
Mastering the `find` Command for Searching Files in All Directories in . . . In this blog post, we will delve into the fundamental concepts, usage methods, common practices, and best practices of using the find command to search for files in all directories in Linux
bash - Find all HTML files in a set of folders, extract specific HTML . . . I've currently managed to locate all HTML files using find, passed that content using the cat command to pup which parses the content and looks at the <article> tag and pipes the content to a new file called article-content txt
How to Open HTML File in Linux: A Step-by-Step Guide This guide walks through the most reliable ways to open HTML files on Linux, from double-clicking in the file manager to using command-line tools such as xdg-open, firefox, google-chrome, vim, and Python’s built-in web server
How to Find Human-Readable Files on Unix Linux: Text, Config, HTML . . . This flexibility is powerful but can make finding specific human-readable files—such as plain text, configuration files, HTML, or source code—challenging if you don’t know where to look
find (1) - Linux manual page - man7. org If you are using find in an environment where security is important (for example if you are using it to search directories that are writable by other users), you should read the `Security Considerations' chapter of the findutils documentation, which is called Finding Files and comes with findutils