extra 音标拼音: ['ɛkstrə]
a . 额外的,外加的
n . 额外的事物,额外收费之物
ad . 特别地,非常地;除外
额外的,外加的额外的事物,额外收费之物特别地,非常地;除外
extra 特别; 额外
EXTR extra 额外
extra adv 1 :
unusually or exceptionally ; "
an extra fast car "
adj 1 :
more than is needed ,
desired ,
or required ; "
trying to lose excess weight "; "
found some extra change lying on the dresser "; "
yet another book on heraldry might be thought redundant "; "
skills made redundant by technological advance "; "
sleeping in the spare room ";
"
supernumerary ornamentation "; "
it was supererogatory of her to gloat "; "
delete superfluous (
or unnecessary )
words "; "
extra ribs as well as other supernumerary internal parts "; "
surplus cheese distributed to the needy " [
synonym : {
excess }, {
extra }, {
redundant }, {
spare },
{
supererogatory }, {
superfluous }, {
supernumerary },
{
surplus }]
2 :
added to a regular schedule ; "
a special holiday flight "; "
put on special buses for the big game " [
synonym : {
extra }, {
special }]
3 :
further or added ; "
called for additional troops "; "
need extra help "; "
an extra pair of shoes " [
synonym : {
extra }, {
additional }]
n 1 :
a minor actor in crowd scenes [
synonym : {
supernumerary }, {
spear carrier }, {
extra }]
2 :
an additional edition of a newspaper (
usually to report a crisis )
3 :
something additional of the same kind ; "
he always carried extras in case of an emergency " [
synonym : {
extra }, {
duplicate }]
Extra - \
Ex "
tra -\ [
L .,
fr .
exter .
See {
Exterior }.]
A Latin preposition ,
denoting beyond ,
outside of ; --
often used in composition as a prefix signifying outside of ,
beyond ,
besides ,
or in addition to what is denoted by the word to which it is prefixed .
[
1913 Webster ]
Extra \
Ex "
tra \,
a .
Beyond what is due ,
usual ,
expected ,
or necessary ;
additional ;
supernumerary ;
also ,
extraordinarily good ;
superior ;
as ,
extra work ;
extra pay . "
By working extra hours ." --
H .
Spencer .
[
1913 Webster ]
Extra \
Ex "
tra \,
n .;
pl . {
Extras }.
1 .
Something in addition to what is due ,
expected ,
or customary ;
esp .,
an added charge or fee ,
or something for which an additional charge is made ;
as ,
at some hotels air conditioning is an extra .
[
Webster 1913 Suppl .]
2 .
An edition of a newspaper issued at a time other than the regular one .
[
Webster 1913 Suppl .]
3 . (
Cricket )
A run ,
as from a bye ,
credited to the general score but not made from a hit .
[
Webster 1913 Suppl .]
4 .
Something of an extra quality or grade .
[
Webster 1913 Suppl .]
213 Moby Thesaurus words for "
extra ":
above ,
accessory ,
accident ,
accidental ,
added ,
addendum ,
addition ,
additional ,
additionally ,
adjunct ,
adscititious ,
adventitious ,
again ,
all included ,
also ,
altogether ,
amazingly ,
among other things ,
ancillary ,
and all ,
and also ,
and so ,
another ,
appendage ,
appurtenance ,
appurtenant ,
as a bonus ,
as well ,
ascititious ,
au reste ,
auxiliary ,
balance ,
beside ,
besides ,
beyond ,
bit player ,
bonus ,
casual ,
circumstantial ,
collateral ,
considerably ,
contingency ,
contingent ,
contributory ,
daily ,
daily newspaper ,
de trop ,
decoration ,
dividend ,
else ,
en plus ,
especially ,
exceptionally ,
excess ,
extra added attraction ,
extra dash ,
extra edition ,
extraordinarily ,
extremely ,
farther ,
figurant ,
figurante ,
filigree ,
filling ,
fillip ,
flourish ,
for lagniappe ,
fortuitous ,
fresh ,
frill ,
further ,
furthermore ,
gazette ,
gratuity ,
happenstance ,
held back ,
held in reserve ,
held out ,
in abeyance ,
in addition ,
in hand ,
incidental ,
inessential ,
inter alia ,
into the bargain ,
item ,
kicker ,
lagniappe ,
leftover ,
likewise ,
margin ,
markedly ,
mere chance ,
mint ,
more ,
moreover ,
mute ,
national newspaper ,
neighborhood newspaper ,
new ,
news ,
newspaper ,
newspaper of record ,
nonessential ,
not -
self ,
notably ,
noticeably ,
occasional ,
odd ,
off ,
on the side ,
on top of ,
original ,
ornament ,
other ,
out -
of -
the -
way ,
over ,
over and above ,
overage ,
overmeasure ,
overplus ,
overrun ,
overset ,
overstock ,
oversupply ,
padding ,
paper ,
part -
time ,
particularly ,
plus ,
pourboire ,
premium ,
pristine ,
put aside ,
put by ,
rag ,
rarely ,
remainder ,
remaining ,
remarkably ,
reserve ,
saved ,
secondary ,
sheet ,
side ,
similarly ,
something extra ,
spare ,
spear -
carrier ,
special ,
special edition ,
stand -
in ,
standby ,
stored ,
strikingly ,
stuffing ,
subsidiary ,
substitute ,
supe ,
super ,
superadded ,
superaddition ,
superfluous ,
supernumerary ,
supervenient ,
supplement ,
supplemental ,
supplementary ,
support ,
supporting actor ,
supporting cast ,
surcharge ,
surplus ,
surplusage ,
surprisingly ,
suspended ,
tabloid ,
then ,
therewith ,
tip ,
to boot ,
to spare ,
too ,
trimming ,
twist ,
ulterior ,
unapplied ,
unbeaten ,
uncommon ,
uncommonly ,
unconsumed ,
understudy ,
unemployed ,
unessential ,
unexercised ,
unexpectedly ,
unexpended ,
unhandled ,
unspent ,
untapped ,
untouched ,
untrodden ,
unused ,
unusually ,
unutilized ,
very ,
waived ,
walk -
on ,
walking gentleman ,
weekly ,
weekly newspaper ,
wrinkle ,
yet
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Pydantic validations for extra fields that not defined in schema Pydantic v1 You can use the extra field in the Config class to forbid extra attributes during model initialisation (by default, additional attributes will be ignored) For example:
node. js - Cannot find module fs-extra npm - Stack Overflow Cannot find module 'fs-extra' npm Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 19k times
Python json. loads shows ValueError: Extra data - Stack Overflow raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 2 column 1 - line 10 column 1 (char 261900 - 6964758) PS I use the word record, but that's not the official name Also, if your file has newline characters like mine, you can loop through it to loads () one record at a time into a json variable
Custom ValidationError message for extra fields - Stack Overflow I don't know if you can override existing errors, but if you just want to change messages, you could use custom errors Would that cause any issues for you? I mean, does it need to remain as the extra_forbidden type?
How does one ignore extra arguments passed to a dataclass? 5 Using the dacite python library to populate a dataclass using a dictionary of values ignores extra arguments values present in the dictionary (along with all the other benefits the library provides)
XML Error: Extra content at the end of the document XML Error: Extra content at the end of the document Asked 12 years, 5 months ago Modified 1 year, 10 months ago Viewed 203k times
extra fields not permitted (type=value_error. extra) extra fields not permitted (type=value_error extra) Asked 2 years, 4 months ago Modified 2 years, 3 months ago Viewed 8k times
How to set an index URL for uv-like pip configurations When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages The use case is, for example, for big companies where
How to install pytorch with CUDA support with pip in Visual Studio I am trying to install torch with CUDA enabled in Visual Studio environment I right clicked on Python Environments in Solution Explorer, uninstalled the existing version of Torch that is not compi
How do I define a function with optional arguments? You'll need to complete a few actions and gain 15 reputation points before being able to upvote Upvoting indicates when questions and answers are useful What's reputation and how do I get it? Instead, you can save this post to reference later