关于extent是什么意思中文的信息
except to the extent that是什么意思
except to the extent that是什么意思
中文翻译手机版
但……除外
except: 短语和例子 I would go except it's ...
to: adv. 到某种状态;〔特指〕到停止状态;关闭。 ★也常 ...
the: 短语和例子 hire by the week 按周雇用。 ...
extent: n. 1.广度,宽度,长度,一大片(土地)。 2.分量, ...
that: pron. (pl. those ) 1.〔指示代名词〕 ...
例句与用法
1. I do not , however , see anything particularly sinister in such developments , except to the extent that the internet might facilitate avoidance of rules on remittances
不过,我不认为这发展有甚么不妥之处,除非互联网能够方便人们规避遵守汇款规则。
2. Income tax is recognised in the profit and loss account except to the extent that it relates to items recognised directly in equity , in which case it is recognised in equity
所得税会于损益表中确认,但关乎直接确认为权益项目的,则自权益内确认。
3. Article xiv a contracting state shall not be entitled to avail itself of the present convention against other contracting states except to the extent that it is itself bound to apply the convention
第十四条缔约国除在自己适用本公约的限度内,无权利用本公约对抗其他缔约国。
4. Creditors whose claims have not been determined may not exercise their voting rights except to the extent that the people ' s court exercises voting rights on their behalf and provisionally determines the amounts of their claims
债权尚未确定的债权人,除人民**能够为其行使表决权而临时确定债权额的外,不得行使表决权。
5. These terms of use govern your use of the web site and all applications , software and services ( collectively known as " services " ) available via the web site , except to the extent thatsuch services are the subject of a separate agreement
这些使用条款规定了您进入及使用本网站的应用、软件及服务(总称"服务" )的条件,除非这些服务在其它协议中另有规定。
6. These terms of use govern your use of the web site and all applications , software and services collectively known as " services " available via the web site , except to the extent thatsuch services are the subject of a separate agreement
除受制于分开的协议外,这些条款决定您使用网站和通过网站提供的所有应用软件及服务合称服务。使用通过网站提供的某些服务或项目服务协议可能适用特定的条款或协议。
7. An interactive user interface displays " appropriate legal notices " to the extent that it includes a convenient and prominently visible feature that ( 1 ) displays an appropriate copyright notice , and ( 2 ) tells the user that there is no warranty for the work ( except to the extent that warranties are provided ) , that licensees may convey the work under this license , and how to view a copy of this license
一个显示“适当的法律通告”的交互用户界面要达到以下程度:包括一个方便而显着的可视部件,且具备以下功能: (一)显示一个合适的版权通告; ( 2 )告诉用户该作品没有任何担保责任(除非它连担保责任也有提供) ,告诉受权人可以在本授权下传达该作品,以及如何阅读本授权的副本。
8. Documentation is provided “ as is ” and all expressor impliedconditions , representations and warranties , including any implied warranty of merchantability , fitness for aparticular purpose or non - infringement , aredisclaimed , except to the extent thatsuch disclaimers are held to be legally invalid
本文档按“仅此状态”的基础提供,对所有明示或默示的条件、陈述和担保,包括适销性、适用于某特定用途和非侵权的默示保证,均不承担任何责任,除非此免责声明的适用范围在法律上无效。
“extent”与“range scope”的区别是什么?
区别如下:
1、extent 强调程度限度(的范围:how extent .... 多大程度上)
2、area 强调面积,两维(小区域的面积如: 吸烟区)
3、range用于科学学科中的数据范围,单维(山脉mountain range,单向长得很山 就是山脉)
4、region地理上的地区
5、scope视野范围(望眼镜telescope)+虚拟的范围( Dobson promised to widen the organization's scope of activity 多布森先生答应扩大该组织的活动范围。)
请教高手extent and nature中文意思是什么?
暂时的或固有的
extent 有“扣押、临时所有权令”的意思。
The nature and extent of an owner's rights。
固有的或暂时的所有权。
extend 的名词是extension还是extendibility 这三个单词的动词,名词,形容词 ,副词分别是什么? 非常感谢
extend的名词是extension。名词形式是extension,形容词形式是extensive,副词形式是extensively 。
以下是副词的相关介绍:
副词(Adverb 简称adv.)是指在句子中表示行为或状态特征的词,用以修饰动词、形容词、其他副词或全句,表示时间、地点、程度、方式等概念。副词可分为:时间副词、频率副词、地点副词、方式副词、程度副词、疑问副词、连接副词、关系副词、表顺序的副词以及表完成的副词。
多数副词放在动词后面,或者放在be动词、助动词或情态动词之后,实义动词之前。 如果实义动词后有宾语,则放于宾语之后。
以上资料参考百度百科——副词
extent是什么意思
你好,很高兴为你解答,答案如下:
extent
[英][ɪkˈstent][美][ɪkˈstɛnt]
n.
程度; 长度; 广大地域; 扣押;
复数:extents
希望我的回答对你有帮助,满意请采纳
oracle表空间extens是什么意思
1、extent就是扩展的意思,表空的extent呢包括了:initial_extent、next_extent、min_extents、max_extents 等内容,其意义就是:初始扩展数,下一次扩展数,最小扩展数和最大扩展数。这些概念实际上在9i以上版本中就弱化了,主要是现在建立的数据库基本上都是采用本地管理的,而不是字典管理方式。extent是一个数量的概念,并不是大小概念,每个extent是由很多个block构成的,每个block的大小呢在表空间建立后就是确定的(如果在表空间建立时没有特殊指定,那么block的大小就和数据库创建时设定的blocksize相同)。在建立表空间的时候当然可以指定表空间的扩展值,但是要注意,如果你想指定表空间的扩展的大小的话必须指定为blocksize的整数倍。
2、uniform实际上是段的概念,就是在表空间本地管理过程中对不同对象使用相同的段设置。如果使用了uniform参数那么表空间的段管理方式就不再是system,而是你设定的uniform了。
这些实际上是数据库的基本概念,你可以了解一下,块、区、段等等的基础概念就比较清楚了。