英文字典中文字典


英文字典中文字典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       







请输入英文单字,中文词皆可:

stuffing    音标拼音: [st'ʌfɪŋ]
n. 填塞物,剥制,填料

填塞物,剥制,填料

stuffing
n 1: a mixture of seasoned ingredients used to stuff meats and
vegetables [synonym: {stuffing}, {dressing}]
2: padding put in mattresses and cushions and upholstered
furniture

Stuff \Stuff\, v. t. [imp. & p. p. {Stuffed}; p. pr. & vb. n.
{Stuffing}.] [OE. stoffen; cf. OF. estoffer, F. ['e]toffer,
to put stuff in, to stuff, to line, also, OF. estouffer to
stifle, F. ['e]touffer; both perhaps of Teutonic origin, and
akin to E. stop. Cf. {Stop}, v. t., {Stuff}, n.]
1. To fill by crowding something into; to cram with
something; to load to excess; as, to stuff a bedtick.
[1913 Webster]

Sometimes this crook drew hazel bought adown,
And stuffed her apron wide with nuts so brown.
--Gay.
[1913 Webster]

Lest the gods, for sin,
Should with a swelling dropsy stuff thy skin.
--Dryden.
[1913 Webster]

2. To thrust or crowd; to press; to pack.
[1913 Webster]

Put roses into a glass with a narrow mouth, stuffing
them close together . . . and they retain smell and
color. --Bacon.
[1913 Webster]

3. To fill by being pressed or packed into.
[1913 Webster]

With inward arms the dire machine they load,
And iron bowels stuff the dark abode. --Dryden.
[1913 Webster]

4. (Cookery) To fill with a seasoning composition of bread,
meat, condiments, etc.; as, to stuff a turkey.
[1913 Webster]

5. To obstruct, as any of the organs; to affect with some
obstruction in the organs of sense or respiration.
[1913 Webster]

I'm stuffed, cousin; I can not smell. --Shak.
[1913 Webster]

6. To fill the skin of, for the purpose of preserving as a
specimen; -- said of birds or other animals.
[1913 Webster]

7. To form or fashion by packing with the necessary material.
[1913 Webster]

An Eastern king put a judge to death for an
iniquitous sentence, and ordered his hide to be
stuffed into a cushion, and placed upon the
tribunal. --Swift.
[1913 Webster]

8. To crowd with facts; to cram the mind of; sometimes, to
crowd or fill with false or idle tales or fancies.
[1913 Webster]

9. To put fraudulent votes into (a ballot box). [U. S.]
[1913 Webster]


Stuffing \Stuff"ing\, n.
1. That which is used for filling anything; as, the stuffing
of a saddle or cushion.
[1913 Webster]

2. (Cookery) Any seasoning preparation used to stuff meat;
especially, a composition of bread, condiments, spices,
etc.; forcemeat; dressing.
[1913 Webster]

3. A mixture of oil and tallow used in softening and dressing
leather.
[1913 Webster]

{Stuffing box}, a device for rendering a joint impervious
where there is a hole through which a movable cylindrical
body, as the paston rod of a steam engine, or the plunger
of a pump, slides back and forth, or in which a shaft
turns. It usually consists of a box or chamber, made by an
enlargement of part of the hole, forming a space around
the rod or shaft for containing packing which is
compressed and made to fill the space closely by means of
a sleeve, called the gland, which fits loosely around the
rod, and is pressed upon the packing by bolts or other
means.
[1913 Webster]

143 Moby Thesaurus words for "stuffing":
Apician, abdomen, all-devouring, anhydration, anus, appendix,
blast-freezing, blind gut, bolting, bonus, bottling, bowels, brain,
brining, bush, bushing, canning, cecum, colon, corning, cramming,
crapulent, crapulous, curing, decoration, dehydration, desiccation,
doubling, doublure, dressing, dry-curing, drying, duodenum,
edacious, embalming, endocardium, entrails, evaporation, extra,
extra added attraction, extra dash, facing, farce, filigree,
filler, filling, fillip, flourish, forcemeat, foregut,
freeze-drying, freezing, frill, fuming, gasket, giblets, gizzard,
gland, glutting, gluttonizing, gluttonous, gobbling, gorging,
greedy, gulping, guts, guttling, guzzling, heart, hindgut, hoggish,
hyperphagic, inlay, inlayer, innards, inner mechanism, insatiable,
insides, insole, intemperate, interlineation, internals, intestine,
inwards, irradiation, jejunum, jerking, kidney, kishkes, lagniappe,
large intestine, liner, lining, liver, liver and lights, lung,
marination, midgut, mummification, omnivorous, ornament, packing,
padding, perineum, pickling, piggish, polyphagic, potting, premium,
pump, pylorus, quick-freezing, rapacious, ravenous, rectum,
refrigeration, salting, seasoning, small intestine, smoking,
something extra, spleen, stomach, stopping, superaddition, swinish,
tampon, tar, taxidermy, ticker, tinning, trimming, tripes, twist,
vermiform appendix, viscera, vitals, voracious, wadding, wainscot,
wolfing, works, wrinkle


请选择你想看的字典辞典:
单词字典翻译
Stuffing查看 Stuffing 在百度字典中的解释百度英翻中〔查看〕
Stuffing查看 Stuffing 在Google字典中的解释Google英翻中〔查看〕
Stuffing查看 Stuffing 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • An introduction to widget testing - Flutter
    In the introduction to unit testing recipe, you learned how to test Dart classes using the test package To test widget classes, you need a few additional tools provided by the flutter_test package, which ships with the Flutter SDK The flutter_test package provides the following tools for testing widgets: The WidgetTester allows building and interacting with widgets in a test environment The
  • Testing Flutter apps
    Testing a widget involves multiple classes and requires a test environment that provides the appropriate widget lifecycle context For example, the Widget being tested should be able to receive and respond to user actions and events, perform layout, and instantiate child widgets
  • Mock dependencies using Mockito - Flutter
    To use the mockito package, add it to the pubspec yaml file along with the flutter_test dependency in the dev_dependencies section This example also uses the http package, so define that dependency in the dependencies section mockito: 5 0 0 supports Dart's null safety thanks to code generation To run the required code generation, add the build_runner dependency in the dev_dependencies
  • Flutter
    > How to handle scrolling in a widget test Many apps feature lists of content, from email clients to music apps and beyond To verify that lists contain the expected content using widget tests, you need a way to scroll through lists to search for particular items To scroll through lists via integration tests, use the methods provided by the [`WidgetTester`][] class, which is included in the
  • Accessibility testing - Flutter
    Test your app using Flutter's Accessibility Guideline API This API checks if your app's UI meets Flutter's accessibility recommendations These cover recommendations for text contrast, target size, and target labels The following snippet shows how to use the Guideline API on a sample widget named AccessibleApp:
  • Handle scrolling - Flutter
    How to handle scrolling in a widget test Many apps feature lists of content, from email clients to music apps and beyond To verify that lists contain the expected content using widget tests, you need a way to scroll through lists to search for particular items To scroll through lists via integration tests, use the methods provided by the WidgetTester class, which is included in the flutter
  • Find widgets - Flutter
    During a flutter run session on a widget test, you can also interactively tap parts of the screen for the Flutter tool to print the suggested Finder This recipe looks at the find constant provided by the flutter_test package, and demonstrates how to work with some of the Finders it provides
  • Capabilities policies - Flutter
    Test the branching code by mocking capabilities and policies so the widget tests don't need to change when capabilities or policies change Name the methods in your capabilities and policies classes based on what they are trying to branch, rather than on device type
  • Tap, drag, and enter text - Flutter
    In the test environment, Flutter doesn't automatically rebuild widgets when the state changes To ensure that the widget tree is rebuilt after simulating a user interaction, call the pump() or pumpAndSettle() methods provided by the WidgetTester This recipe uses the following steps: Create a widget to test Enter text in the text field
  • Visual Studio Code - Flutter
    Flutter Property Editor The Flutter Property Editor is a powerful tool provided by the Flutter extension that lets you view and modify widget properties directly from its visual interface





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