英文字典中文字典


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







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

signet    音标拼音: [s'ɪgnɪt]
n. 印,图章
vt. 盖章于

印,图章盖章於

signet
n 1: a seal (especially one used to mark documents officially)

Signet \Sig"net\, n. [OF. signet a signet, F., a bookmark, dim.
of signe. See {Sign}, n., and cf. {Sennet}.]
A seal; especially, in England, the seal used by the
sovereign in sealing private letters and grants that pass by
bill under the sign manual; -- called also {privy signet}.
[1913 Webster]

I had my father's signet in my purse. --Shak.
[1913 Webster]

{Signet ring}, a ring containing a signet or private seal.

{Writer to the signet} (Scots Law), a judicial officer who
prepares warrants, writs, etc.; originally, a clerk in the
office of the secretary of state.
[1913 Webster]

138 Moby Thesaurus words for "signet":
John Hancock, OK, X, acceptance, affirmance, affirmation,
approbation, approval, authentication, authorization, autograph,
billhead, book stamp, bookplate, boss, brand, broad arrow, bump,
cachet, cap of dignity, cap of maintenance, certification, check,
christcross, cipher, colophon, concavity, confirmation, convexity,
coronet, counterfoil, countermark, countersign, countersignature,
counterstamp, cross, crown, dactylogram, dactylograph, dent,
device, diadem, dint, docket, embossment, endorsement, ermine,
excrescence, fingerprint, footmark, footprint, footstep,
fossil footprint, go-ahead, government mark, government stamp,
great seal, green light, hallmark, hand, ichnite, ichnolite,
impress, impression, imprimatur, imprint, indent, indentation,
indention, initials, label, letterhead, logo, logotype, lump, mark,
mark of signature, masthead, monogram, nod, notarization, okay,
orb, pad, paw print, pawmark, permission, pimple, plate, price tag,
print, privy seal, pug, pugmark, purple, purple pall, ratification,
regalia, registered trademark, robe of state, rod, rod of empire,
royal crown, rubber stamp, running head, running title, sanction,
scepter, seal, sigil, sign manual, signature, stamp,
stamp of approval, step, sticker, stub, stud, subscription, tag,
tally, the nod, thumbmark, thumbprint, tiara, ticket, title page,
token, trade name, trademark, trademark name, triple plume, uraeus,
validation, vestige, visa, vise, warrant

Signet
a seal used to attest documents (Dan. 6:8-10, 12). In 6:17, this
word properly denotes a ring. The impression of a signet ring on
fine clay has recently been discovered among the ruins at
Nineveh. It bears the name and title of an Egyptian king. Two
actual signet rings of ancient Egyptian monarchs (Cheops and
Horus) have also been discovered.

When digging a shaft close to the south wall of the temple
area, the engineers of the Palestine Exploration Fund, at a
depth of 12 feet below the surface, came upon a pavement of
polished stones, formerly one of the streets of the city. Under
this pavement they found a stratum of 16 feet of concrete, and
among this concrete, 10 feet down, they found a signet stone
bearing the inscription, in Old Hebrew characters, "Haggai, son
of Shebaniah." It has been asked, Might not this be the actual
seal of Haggai the prophet? We know that he was in Jerusalem
after the Captivity; and it is somewhat singular that he alone
of all the minor prophets makes mention of a signet (Hag. 2:23).
(See {SEAL}.)


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





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


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

































































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


  • How to get Google Maps API key without entering billing info to display . . .
    Context I would like to get Google Maps API key for free usage (below 5000 per year hits), but when I follow the instructions, it seems that providing billing information is mandatory Question
  • Getting a map with points, using ggmap and ggplot2
    I want a map with points (and other geom_* layers) on it I get the map, but instead of the points all I get is a warning: Message d'avis : Removed 3 rows containing missing values (geom_point) H
  • Add scalebar and north arrow in a ggmap without using ggsn
    CY_map <- get_stadiamap(cy, zoom = 10, maptype = "stamen_terrain") %>% ggmap() which creates a "gg" "ggplot" object called CY_map (note: I have used get_stadiamap instead of get_stamenmap since the latter is not supported now However, the important thing is that a gg object is present) Then, I combined the gg object with ggplot:
  • r - Adding geom_point to ggmap (ggplot2) - Stack Overflow
    gg <- gg + geom_map(data=ddf, map=wrld, aes(map_id=Country, fill=x1), color="white", size=0 25) I want to add geom_point to each one of these countries, and set the size of the geom equal to my x2 variable
  • r - World map with ggmap - Stack Overflow
    I am using ggmap and wish to have a map of the world centered on Australia to which I can easily plot geocoded points ggmap seems to be a lot easier to use compared to some of the other mapping pa
  • Layering a ggplot2 map onto ggmap satellite with bathymetry data
    gg <- gg + coord_map() + theme_classic() However, I get the error: Error: ggplot2 doesn't know how to deal with data of class ggmapraster when I try and run the fortify code I have used this method before to add bathymetry polygons (see previous question) but they looked messy when I plotted datapoints onto the ocean so I am now trying this
  • ggmap, ggimage. . . - Saving and loading maps in R - Stack Overflow
    An ideal solution should minimize the amount of code between get_map() (or a related command) and using the saved map within ggmap() (or a related command) I know already that get_map() has a filename attribute to save maps as an image, and I also know the ggimage() method (I've never actually worked with it, though )
  • Pacific-centric Robinson projection with ggplot in R
    gg You can use gdalUtils for this as well, but it just calls the system binaries and you have to specify the clipping polygons with well known strings (so the system call is a few characters shorter for the line)
  • vim: how to map gg=G in insert mode - Stack Overflow
    Can someone tell me how to map gg=G in insert mode When I use map <F2> <C-O>gg=G the cursor is correctly set to the beginning of the file but I then get =G inserted





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