英文字典中文字典


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







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

laver    音标拼音: [l'evɚ]
n. 水盆,紫菜类

水盆,紫菜类

Laver
n 1: Australian tennis player who in 1962 was the second man to
win the Australian and French and English and United States
singles titles in the same year; in 1969 he repeated this
feat (born in 1938) [synonym: {Laver}, {Rod Laver}, {Rodney
George Laver}]
2: (Old Testament) large basin used by a priest in an ancient
Jewish temple to perform ritual ablutions
3: edible red seaweeds [synonym: {red laver}, {laver}]
4: seaweed with edible translucent crinkly green fronds [synonym:
{sea lettuce}, {laver}]

Laver \Lav"er\, n. [From {Lave} to wash.]
One who laves; a washer. [Obs.]
[1913 Webster]


Laver \La"ver\ (l[=a]"v[~e]r), n.
The fronds of certain marine alg[ae] used as food, and for
making a sauce called laver sauce. Green laver is the {Ulva
latissima}; purple laver, {Porphyra laciniata} and {Porphyra
vulgaris}. It is prepared by stewing, either alone or with
other vegetables, and with various condiments; -- called also
{sloke}, or {sloakan}.
[1913 Webster]

{Mountain laver} (Bot.), a reddish gelatinous alga of the
genus {Palmella}, found on the sides of mountains
[1913 Webster]


Laver \Lav"er\ (l[=a]"v[~e]r), n. [OE. lavour, F. lavoir, L.
lavatorium a washing place. See {Lavatory}.]
1. A vessel for washing; a large basin.
[1913 Webster]

2. (Script. Hist.)
(a) A large brazen vessel placed in the court of the
Jewish tabernacle where the officiating priests washed
their hands and feet.
(b) One of several vessels in Solomon's Temple in which
the offerings for burnt sacrifices were washed.
[1913 Webster]

3. That which washes or cleanses. --J. H. Newman.
[1913 Webster]

Laver
(Heb. kiyor), a "basin" for boiling in, a "pan" for cooking (1
Sam. 2:14), a "fire-pan" or hearth (Zech. 12:6), the sacred
wash-bowl of the tabernacle and temple (Ex. 30:18, 28; 31:9;
35:16; 38:8; 39:39; 40:7, 11, 30, etc.), a basin for the water
used by the priests in their ablutions.

That which was originally used in the tabernacle was of brass
(rather copper; Heb. nihsheth), made from the metal mirrors the
women brought out of Egypt (Ex. 38:8). It contained water
wherewith the priests washed their hands and feet when they
entered the tabernacle (40:32). It stood in the court between
the altar and the door of the tabernacle (30:19, 21).

In the temple there were ten lavers used for the sacrifices,
and the molten sea for the ablutions of the priests (2 Chr.
4:6). The position and uses of these are described 1 Kings
7:23-39; 2 Chr. 4:6. The "molten sea" was made of copper, taken
from Tibhath and Chun, cities of Hadarezer, king of Zobah (1
Chr. 18:8; 1 Kings 7:23-26).

No lavers are mentioned in the second temple.


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





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


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

































































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


  • MySql NULL values : r golang - Reddit
    placeholder := "VALUES (" for i, c := range columns { if i == 0 { *query += c placeholder += "?" } else { *query += ", "+c placeholder += ", ?" } } placeholder += ")" *query += ") " + placeholder } convert []string to []interface{} func string2interface(s []string) []interface{} { i := make([]interface{}, len(s)) for k, v := range s {
  • Buffering problems Plex is unusable suddenly : r PleX - Reddit
    Over the last week or so Plex has been having issues to the point that I can't even use it It will play a video fine for a few minutes then suddenly start buffering to the point it is unwatchable I managed to grab the console log What I have tried so far Updating both the plex app and server, completing reinstalling the server, updating gpu, updating router firmware, Speed tests on
  • quicklink: google image search : r raycastapp - Reddit
    I’m trying to create a quick link for a google image search but google itself creates a giant URL that, when used, does not search for image, rather it reverts back to regular search Any ideas?
  • A question about pets : r 2007scape - Reddit
    Idk about the placeholder thing (I'd imagine an empty placeholder wouldn't keep you from getting the drop again), but they're currently polling changes to the way pet insurance works If the questions pass pets will automatically insure when they drop, and there's another question for allowing players to reclaim previously uninsured pets Sorry about your pet, but if all goes good you should
  • Generic parameter subsitiution : r cpp_questions - Reddit
    If thats the case you can do the following: Find the placeholder by using strstr (), std::string find () or simply iterate over the char array until finding a placeholder Query the DB for that placeholder At that point you will know the type of the variable create some kind of format string to use with snprintf () or simply use stringstream
  • Filter asset field based on Organization : r jira - Reddit
    The first recommendation I have is to adjust your AQL syntax Remember, AQL is case-sensitive and requires double quotes around field names that contain spaces, like so: `"Asset Organization" = $ {customfield_10002}` Secondly, consider discarding the 'organisations' field in favor of using two asset object types, which might offer a more seamless connection I must say, I'm somewhat perplexed
  • Kitty terminal giving error when i try to launch : r KittyTerminal - Reddit
    This is a subreddit for asking questions and starting discussions about the "Kitty terminal", a cross-platform, fast and GPU accelerated terminal emulator
  • Why does it gives error when I print my string in useState . . . - Reddit
    Posted by u Need_job_coder - 1 vote and 3 comments
  • JAC related query : r Btechtards - Reddit
    true A community for BTech and Engineering students From serious discussions, advice-guidance, suggestions to memes shitposts everything is allowed here Welcome to the community!
  • How to use placeholders in PostgreSQL? : r PostgreSQL - Reddit
    How to use placeholders in PostgreSQL? In SQL systems other than Postgres, such as MySQL for instance, prepared statements can use question marks as a placeholder for data in prepared statements I am not sure how to create placeholders in Postgres





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