anoint 音标拼音: [ən'ɔɪnt]
vt . 涂以油或软膏,施以涂油礼
涂以油或软膏,施以涂油礼
anoint v 1 :
choose by or as if by divine intervention ; "
She was anointed the head of the Christian fundamentalist group "
2 :
administer an oil or ointment to ;
often in a religious ceremony of blessing [
synonym : {
anoint }, {
inunct }, {
oil },
{
anele }, {
embrocate }]
Anoint \
A *
noint "\,
p .
p .
Anointed . [
Obs .] --
Chaucer .
[
1913 Webster ]
Anoint \
A *
noint "\ ([.
a ]*
noint "),
v .
t . [
imp . &
p .
p . {
Anointed };
p .
pr . &
vb .
n . {
Anointing }.] [
OF .
enoint ,
p .
p .
of enoindre ,
fr .
L .
inungere ;
in ungere ,
unguere ,
to smear ,
anoint .
See {
Ointment }, {
Unguent }.]
1 .
To smear or rub over with oil or an unctuous substance ;
also ,
to spread over ,
as oil .
[
1913 Webster ]
And fragrant oils the stiffened limbs anoint .
--
Dryden .
[
1913 Webster ]
He anointed the eyes of the blind man with the clay .
--
John ix .
6 .
[
1913 Webster ]
2 .
To apply oil to or to pour oil upon ,
etc .,
as a sacred rite ,
especially for consecration .
[
1913 Webster ]
Then shalt thou take the anointing oil ,
and pour it upon his [
Aaron '
s ]
head and anoint him . --
Exod .
xxix .
7 .
[
1913 Webster ]
Anoint Hazael to be king over Syria . --
1 Kings xix .
15 .
[
1913 Webster ]
{
The Lord '
s Anointed },
Christ or the Messiah ;
also ,
a Jewish or other king by "
divine right ." --
1 Sam .
xxvi .
9 .
[
1913 Webster ]
45 Moby Thesaurus words for "
anoint ":
administer the Eucharist ,
beeswax ,
chair ,
chrism ,
confirm ,
crown ,
daub ,
do duty ,
dope ,
dose ,
dress ,
drug ,
embrocate ,
enthrone ,
glycerolate ,
grease ,
grease the wheels ,
impose ,
inaugurate ,
induct ,
install ,
instate ,
invest ,
lard ,
lay hands on ,
lubricate ,
medicate ,
minister ,
officiate ,
oil ,
perform a rite ,
perform service ,
place ,
place in office ,
pomade ,
put in ,
salve ,
slick ,
slick on ,
smear ,
smooth the way ,
soap the ways ,
throne ,
unguent ,
wax Anoint The practice of anointing with perfumed oil was common among the Hebrews . (
1 .)
The act of anointing was significant of consecration to a holy or sacred use ;
hence the anointing of the high priest (
Ex .
29 :
29 ;
Lev .
4 :
3 )
and of the sacred vessels (
Ex .
30 :
26 ).
The high priest and the king are thus called "
the anointed " (
Lev .
4 :
3 ,
5 ,
16 ;
6 :
20 ;
Ps .
132 :
10 ).
Anointing a king was equivalent to crowning him (
1 Sam .
16 :
13 ;
2 Sam .
2 :
4 ,
etc .).
Prophets were also anointed (
1 Kings 19 :
16 ;
1 Chr .
16 :
22 ;
Ps .
105 :
15 ).
The expression , "
anoint the shield " (
Isa .
21 :
5 ),
refers to the custom of rubbing oil on the leather of the shield so as to make it supple and fit for use in war .
(
2 .)
Anointing was also an act of hospitality (
Luke 7 :
38 ,
46 ).
It was the custom of the Jews in like manner to anoint themselves with oil ,
as a means of refreshing or invigorating their bodies (
Deut .
28 :
40 ;
Ruth 3 :
3 ;
2 Sam .
14 :
2 ;
Ps .
104 :
15 ,
etc .).
This custom is continued among the Arabians to the present day .
(
3 .)
Oil was used also for medicinal purposes .
It was applied to the sick ,
and also to wounds (
Ps .
109 :
18 ;
Isa .
1 :
6 ;
Mark 6 :
13 ;
James 5 :
14 ).
(
4 .)
The bodies of the dead were sometimes anointed (
Mark 14 :
8 ;
Luke 23 :
56 ).
(
5 .)
The promised Deliverer is twice called the "
Anointed "
or Messiah (
Ps .
2 :
2 ;
Dan .
9 :
25 ,
26 ),
because he was anointed with the Holy Ghost (
Isa .
61 :
1 ),
figuratively styled the "
oil of gladness " (
Ps .
45 :
7 ;
Heb .
1 :
9 ).
Jesus of Nazareth is this anointed One (
John 1 :
41 ;
Acts 9 :
22 ;
17 :
2 ,
3 ;
18 :
5 ,
28 ),
the Messiah of the Old Testament .
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Arrays and Strings in C++ - GeeksforGeeks An array in C or C++ is a collection of items stored at contiguous memory locations and elements can be accessed randomly using indices of an array They are used to store similar types of elements as in the data type must be the same for all elements
C++ Strings (With Examples) - Programiz In this tutorial, you'll learn to handle strings in C++ You'll learn to declare them, initialize them and use them for various input output operations
C++ Arrays - W3Schools We have now declared a variable that holds an array of four strings To insert values to it, we can use an array literal - place the values in a comma-separated list, inside curly braces:
6. 096 Introduction to C++: Arrays and strings - MIT OpenCourseWare String literals such as “Hello, world!” are actually represented by C++ as a sequence of characters in memory In other words, a string is simply a character array and can be manipulated as such
Chapter 6: Arrays and the C++ String Class - C# Corner Explore fundamental data structures in C++: arrays and the std::string class Learn how to declare, initialize, and manipulate arrays for storing collections of data
UNIT-III ARRAYS AND STRINGS Pictorial representation of C Programming Arrays The above array is declared as int a [5]; a[0] = 4; a[1] = 5; a[2] = 33; a[3] = 13; a[4] = 1; In the above figure 4, 5, 33, 13, 1 are actual data items 0, 1, 2, 3, 4 are index variables
Arrays in C++ | Types of Arrays in C++ ( With Examples ) - ScholarHat Explore Arrays in C++: Uncover its types with illustrative examples, essential for understanding this fundamental programming technique
String Array C++: Implementation Representation With Examples A string array in C++ is an array of strings In this tutorial, we will dig into the details of the representation implementation of string arrays in C++