英文字典中文字典


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







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

gallows    音标拼音: [g'æloz]
n. 绞架,绞刑

绞架,绞刑

gallows
n 1: an instrument of execution consisting of a wooden frame
from which a condemned person is executed by hanging

Gallows \Gal"lows\, n. sing.; pl. {Gallowses}or {Gallows}. [OE.
galwes, pl., AS. galga, gealga, gallows, cross; akin to D.
galg gallows, OS. & OHG. galgo, G. galgen, Icel. g[=a]lgi,
Sw. & Dan. galge, Goth. galga a cross. Etymologically and
historically considered, gallows is a noun in the plural
number, but it is used as a singular, and hence is preceded
by a; as, a gallows.]
1. A frame from which is suspended the rope with which
criminals are executed by hanging, usually consisting of
two upright posts and a crossbeam on the top; also, a like
frame for suspending anything.
[1913 Webster]

So they hanged Haman on the gallows. --Esther vii.
10.
[1913 Webster]

If I hang, I'll make a fat pair of gallows. --Shak.
[1913 Webster]

O, there were desolation of gaolers and gallowses!
--Shak.
[1913 Webster]

2. A wretch who deserves the gallows. [R.] --Shak.
[1913 Webster]

3. (Print.) The rest for the tympan when raised.
[1913 Webster]

4. pl. A pair of suspenders or braces. [Colloq.]
[1913 Webster]

{Gallows bird}, a person who deserves the gallows. [Colloq.]


{Gallows bitts} (Naut.), one of two or more frames amidships
on deck for supporting spare spars; -- called also
{gallows}, {gallows top}, {gallows frame}, etc.

{Gallows frame}.
(a) The frame supporting the beam of an engine.
(b) (Naut.) Gallows bitts.

{Gallows tree}, or

{Gallow tree}, the gallows.
[1913 Webster]

At length him nail['e]d on a gallow tree. --Spenser.
[1913 Webster]

52 Moby Thesaurus words for "gallows":
ax, beheading, block, burning, capital punishment, cross,
crucifixion, death chair, death chamber, decapitation, decollation,
defenestration, drop, electric chair, electrocution, execution,
fusillade, gallows-tree, garrote, gas chamber, gassing, gibbet,
guillotine, halter, hanging, hemlock, hemp, hempen collar,
hot seat, judicial murder, lapidation, lethal chamber, maiden,
necktie party, noose, poisoning, rope, scaffold, shooting, stake,
stoning, strangling, strangulation, the ax, the block, the chair,
the gallows, the gas chamber, the guillotine, the hot seat,
the rope, tree



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


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

































































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


  • 8. 0的排序规则utf8mb4_0900_ai_ci和utf8mb4_general_ci有何区别?
    MySQL 8 0之后,默认collation不再像之前版本一样是是utf8mb4_general_ci,而是统一更新成了utf8mb4_0900_ai_ci。 具体可参考这篇博客,讲的非常详细: 阅读全文
  • Windows 11 explorer. exe的这几个图标在哪个文件里? - 知乎
    这些图标是 SVG 格式的,不可能存在于 DLL 的图标资源库里面(后者只能存 ICO)。图标位置是 C:\windows\systemapps\MicrosoftWindows Client FileExp_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light,当然暗色主题、高对比度主题 SVG 的位置很容易看出来在哪儿。 这个包(MicrosoftWindows Client FileExp
  • 数据库MySQL怎么创建一个表并导入数据? - 知乎
    这个学期我辅修计算机而学了数据库课程,老师很给力——而且坦白来讲,我的数据库知识这学期是两个老师一起教的,一个是数据库老师,另外一个是我们的管理信息系统老师——他确实不错呢还另辟蹊径给我们讲了一点数据库。 反正我在他的push下成功下载安装了MySQL数据库,并成功配置了环境
  • MYSQL中的COLLATE是什么? - 知乎
    在上面的例子中,name列使用了utf8_general_ci排序规则。utf8_general_ci是一种大小写不敏感的排序规则,它将忽略大小写字符之间的差异。 除了在创建表时指定列的排序规则,还可以在查询中使用COLLATE来指定排序规则。例如:
  • 为何Mysql默认使用utf8mb4_0900_ai_ci而不是utf8mb4_0900_ai_cs?
    为何Mysql默认使用utf8mb4_0900_ai_ci而不是utf8mb4_0900_ai_cs?
  • mysql创建表出现这个问题怎么解决? - 知乎
    你的表有一个字段id,定义这个字段时,你设置了NOT Null,但没有为它设定 default value。当你insert时又没有给ID赋值。系统自然报错。 最简单的修改方法是在Insert时加上ID。或者 alter table tb_user modify id int default 0 not null 即给它一个默认值0。
  • MySQL如何选择字符集及排序规则? - 知乎
    utf8mb4_0900_ai_ci 比较规则 MySQL 8 0 版本下,utf8mb4 默认的比较规则是 utf8mb4_0900_ai_ci ,而 MySQL 5 7 utf8mb4 默认的比较规则是 utf8mb4_general_ci ,下面我们一起来看下 utf8mb4 字符集下的比较规则。
  • 如何对MySQL的字符集character_set和校验集Collation设置和修改解决乱码等问题? - 知乎
    由于mysql数据库的字符集设置不正确,导致很多的乱码、查询问题,如存储过程出现“Illegalmixofcollation…
  • 用mysql打开sql文件弹框显示unknown file encoding,求解决方法?
    使用navicate运行sql文件出错 错误: 原因: 导出的sql文件是MySQL8 0,导入数据库版本为5 7,高版本导入到低版本引发错误。 解决方案: 修改sql文件,将文件中的所有 utf8mb4_0900_ai_ci 替换为 utf8_general_ci utf8mb4 替换为 utf8 重新运行sql文件
  • MySQL创建数据库时CHARSET前加DEFAULT和不加DEFAULT有什么区别?
    哟,兄弟,问得好!MySQL里创建数据库时,CHARSET前加DEFAULT和不加DEFAULT有什么区别?这个问题看似简单,其实挺有讲究的。咱们从头说起,保证你看完之后对这事儿了然于心。 已收录于,我的技术网站: ddkk com 里面有,500套技术系列教程、1万+道,面试八股文、BAT面试真题、简历模版,工作经验分享





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