|
except 音标拼音: [ɪks'ɛpt] prep. 除了,除…之外
v. 把…排除在外,反对,对…提出异议 除了,除…之外把…排除在外,反对,对…提出异议 except部分复制 SAEexcept除外 except v 1: take exception to; " he demurred at my suggestion to work on Saturday" [ synonym: { demur}, { except}] 2: prevent from being included or considered or accepted; " The bad results were excluded from the report"; " Leave off the top piece" [ synonym: { exclude}, { except}, { leave out}, { leave off}, { omit}, { take out}] [ ant: { include}] Except \ Ex* cept"\, prep. [ Originally past participle, or verb in the imperative mode.] With exclusion of; leaving or left out; excepting. [ 1913 Webster] God and his Son except, Created thing naught valued he nor . . . shunned. -- Milton. Syn: { Except}, { Excepting}, { But}, { Save}, { Besides}. Usage: Excepting, except, but, and save are exclusive. Except marks exclusion more pointedly. " I have finished all the letters except one," is more marked than " I have finished all the letters but one." Excepting is the same as except, but less used. Save is chiefly found in poetry. Besides ( lit., by the side of) is in the nature of addition. " There is no one here except or but him," means, take him away and there is nobody present. " There is nobody here besides him," means, he is present and by the side of, or in addition to, him is nobody. " Few ladies, except her Majesty, could have made themselves heard." In this example, besides should be used, not except. [ 1913 Webster]
Except \ Ex* cept"\, v. t. [ imp. & p. p. { Excepted}; p. pr. & vb. n. { Excepting}.] [ L. exceptus, p. p. of excipere to take or draw out, to except; ex out capere to take: cf. F. excepter. See { Capable}.] 1. To take or leave out ( anything) from a number or a whole as not belonging to it; to exclude; to omit. [ 1913 Webster] Who never touched The excepted tree. -- Milton. [ 1913 Webster] Wherein ( if we only except the unfitness of the judge) all other things concurred. -- Bp. Stillingfleet. [ 1913 Webster] 2. To object to; to protest against. [ Obs.] -- Shak. [ 1913 Webster]
Except \ Ex* cept"\, v. i. To take exception; to object; -- usually followed by to, sometimes by against; as, to except to a witness or his testimony. [ 1913 Webster] Except thou wilt except against my love. -- Shak. [ 1913 Webster]
Except \ Ex* cept"\ ([ e^] k* s[ e^] pt"), conj. Unless; if it be not so that. [ 1913 Webster] And he said, I will not let thee go, except thou bless me. -- Gen. xxxii. 26. [ 1913 Webster] But yesterday you never opened lip, Except, indeed, to drink. -- Tennyson. [ 1913 Webster] Note: As a conjunction unless has mostly taken the place of except. [ 1913 Webster] 148 Moby Thesaurus words for " except": abjure, abscind, absolve, amputate, annihilate, apart from, aside from, ban, bar, barring, bate, beside, besides, bob, brush aside, but, chuck, chuck out, clip, contemn, contradict, count out, crop, cull, cut, cut away, cut off, cut out, debar, decline, deny, despise, disapprove, discard, discharge, disclaim, discount, discounting, disdain, dismiss, disown, dispense from, dispense with, disregard, dock, eliminate, enucleate, eradicate, ex, except for, except that, excepting, exception taken of, excise, exclude, excluding, exclusive of, excuse, exempt, expostulate, extinguish, extirpate, forswear, free, from, give dispensation from, grant immunity, however, if not, ignore, inveigh against, isolate, kick, knock off, leave out, leaving out, less, let alone, let go, let off, lop, minus, mutilate, nip, not counting, object, off, omit, omitting, other than, outside of, pare, pass by, pass over, pass up, peel, pick out, precluding, protest, prune, push aside, rebuff, recant, refuse, refuse to consider, reject, release, remise, remit, remonstrate, renounce, repel, repudiate, repulse, root out, rule out, save, save and except, save the necessity, saving, scout, set apart, set aside, shave, shear, shove away, spare, spurn, stamp out, strike off, strip, strip off, suspend, take off, take out, than, throw away, throw out, truncate, turn away, turn out, unless, unless that, waive, were it not, wipe out, without, yet
|
安装中文字典英文字典查询工具!
中文字典英文字典工具:
英文字典中文字典相关资料:
- except和except for的区别是什么? - 知乎
虽然“except”和“except for”都表示“除去…之外”或“不包括”的意思,但并不能任意互换。 这是为什么呢? 首先,搭配“except for”的后面只能接名词和名词短语,而“except”的后面既可以接名词、名词短语,也可以接从句、介词短语甚至动词。
- except用法以及和besides的区别 - 知乎
在讲这两个单词的区别之前,先搞清楚Except的用法: 1) except是介词,“除…之外”,不排除的和排除的是同类的东西,如I like to study Chinese, English and history except maths
- 区别except和except for,其实没那么复杂… - 知乎
除了“接从句、接介词短语、排除非同类、用于句首”等几种情况,except与except for基本上可以换用。 详细的说明,请见这篇修订后的文章:
- 都有“除了”的意思,besides,except 和 apart from 有什么区别
很多人容易混淆 besides 和 beside,以及 except 和 except for,但是它们的区别只是其中的一部分,因为 besides 和 except 还会与 apart from 混淆,混来混去,令人晕头转向。
- 首页 - 知乎
知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
- 基础 | 彻底搞懂Python异常处理:try-except-else-finally - 知乎
异常是我们学习和生活中的常客,在编程时遇到的异常我们俗称为“Bug”,Bug的预防和处理关乎到代码质量的高低,今天我总结了Python中try-except-else-finally各种异常的处理逻辑,希望对你有所帮助。
- python try 异常处理 (史上最全) - 知乎
为了处理异常,我们使用 try except 把可能发生错误的语句放在try模块里,用except来处理异常。 except可以处理一个专门的异常,也可以处理一组圆括号中的异常, 如果except后没有指定异常,则默认处理所有的异常。 每一个try,都必须至少有一个except
- raise、异常、try-except - 知乎
二、 异常处理语句 try-except 语句 try: # 可能会抛出异常的代码 result = 10 0 except ZeroDivisionError: # 处理 ZeroDivisionError 异常的代码 print("除数不能为零") try: num = int("abc") result = 10 num except ValueError: print("输入的不是有效的整数") except ZeroDivisionError: print("除数不能为零")
- 爱思唯尔期刊投稿手把手教学 - 知乎
研究生第一篇文章,在痛苦的爆改n个月后终于得到老师认可投稿了,投稿过程中发现也有挺多坑的,网上的很多教程不是很全,所以这里也写个经验贴总结一下。 关于如何写作,这部分没有经验贴,全看自己摸索,知乎上很多大佬分享了写作经验,可以参考一下他们的。 ok,进入正文。 研究生第
- 单词辨析—except和except for的区别 - 知乎
一、首先,except的后面既可以接名词、名词短语,也可以接从句、介词短语甚至动词。 我们先来看几个包含except的例句。
|
|