英文字典中文字典


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







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

whose    音标拼音: [h'uz]
pron. 谁的;那人的,那些人的

谁的;那人的,那些人的

Who \Who\, pron. [Possess. {whose}; object. {Whom}.] [OE. who,
wha, AS. hw[=a], interrogative pron., neut. hw[ae]t; akin to
OFries. hwa, neut. hwet, OS. hw[=e], neut. hwat, D. wie,
neut. wat, G. wer, neut. was, OHG. wer, hwer, neut. waz,
hwaz, Icel. hvat, neut., Dan. hvo, neut. hvad, Sw. ho, hvem,
neut. hvad, Goth. hwas, fem. hw[=o], neut. hwa, Lith. kas,
Ir. & Gael. co, W. pwy, L. quod, neuter of qui, Gr. po`teros
whether, Skr. kas. [root]182. Cf. {How}, {Quantity},
{Quorum}, {Quote}, {Ubiquity}, {What}, {When}, {Where},
{Whether}, {Which}, {Whither}, {Whom}, {Why}.]
[1913 Webster]
1. Originally, an interrogative pronoun, later, a relative
pronoun also; -- used always substantively, and either as
singular or plural. See the Note under {What}, pron., 1.
As interrogative pronouns, who and whom ask the question:
What or which person or persons? Who and whom, as relative
pronouns (in the sense of that), are properly used of
persons (corresponding to which, as applied to things),
but are sometimes, less properly and now rarely, used of
animals, plants, etc. Who and whom, as compound relatives,
are also used especially of persons, meaning the person
that; the persons that; the one that; whosoever. "Let who
will be President." --Macaulay.
[1913 Webster]

[He] should not tell whose children they were.
--Chaucer.
[1913 Webster]

There thou tell'st of kings, and who aspire;
Who fall, who rise, who triumph, who do moan.
--Daniel.
[1913 Webster]

Adders who with cloven tongues
Do hiss into madness. --Shak.
[1913 Webster]

Whom I could pity thus forlorn. --Milton.
[1913 Webster]

How hard is our fate, who serve in the state.
--Addison.
[1913 Webster]

Who cheapens life, abates the fear of death.
--Young.
[1913 Webster]

The brace of large greyhounds, who were the
companions of his sports. --Sir W.
Scott.
[1913 Webster]

2. One; any; one. [Obs., except in the archaic phrase, as who
should say.]
[1913 Webster]

As who should say, it were a very dangerous matter
if a man in any point should be found wiser than his
forefathers were. --Robynson
(More's
Utopia).
[1913 Webster]


Whose \Whose\ (h[=oo]z), pron. [OE. whos, whas, AS. hw[ae]s,
gen. of hw[=a]. See {Who}.]
The possessive case of who or which. See {Who}, and {Which}.
[1913 Webster]

Whose daughter art thou? tell me, I pray thee. --Gen.
xxiv. 23.
[1913 Webster]

The question whose solution I require. --Dryden.
[1913 Webster]


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





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


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

































































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


  • JSON 格式是什么? - 知乎
    上述 JSON 范例大括号 {}第一层包含 buyerName, orderDate, orderItems 三组 key-value pair。buyerName, orderDate 的 value 是字串。而 orderItems 的 value 是数组,此数组每一笔资料又是一组 {} 包含的 key-value pairs。上述 JSON 范例可描述一笔订单,清楚指定订购者 (buyerName),订购日期 (orderDate)、订购的商品与数量 (orderItems
  • json 的数据结构是怎样的? - 知乎
    JSON (JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于ECMAScript的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯 (包括C、C++、C#、Java、JavaScript、Perl、Python等)。这些特性使JSON成为理想的数据交换语言。 易于人阅读和编写,同时也易于机器解析和生成
  • 知乎 - 有问题,就会有答案
    不用框架时将JavaBean转成JSON 使用Strus2的时候,Struts2自带了组件能够让JavaBean对象、集合转成是JSON,不用我们自己拼接 这是非常方便 S
  • json后缀的文件用什么能打开呀? - 知乎
    易于人阅读和编写,同时也易于机器解析和生成,并有效地提升网络传输效率。 二、用什么打开 我这里推荐一个绿色的Json文件查看器,大小只有3 4mb左右。 特别支持打开超大型的JSON文件, 可以秒开MB单位的JSON文件,也可以快速打开GB单位的JSON文件。
  • 如何理解 js 和 json 的区别? - 知乎
    JSON (JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于ECMAScript的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯 (包括C、C++、C#、Java、JavaScript、Perl、Python等)。这些特性使JSON成为理想的数据交换语言。 易于人阅读和编写,同时也易于机器解析和生成
  • 如何在 Python 中安装 json 模块? - 知乎
    一、前言 json 模块 是 Python 的标准库,也就是说把 Python 安装好以后,直接用就可以了。 无需单独安装。 二、Python 的 JSON 标准库 json 模块是 Python 标准库中用于处理 JSON 数据的模块。 它有 4 个基本方法 1、json dumps () json dumps() 用于将 Python 对象转换为 JSON 格式的
  • pcl启动器下载版本时json文件一直卡在4%,删了重下也没办法?
    看起来你在使用PCL2启动器时遇到了问题。PCL2(Minecraft启动器)在尝试下载JSON文件时卡在4%并报告连接失败,这可能是由多种原因造成的。以下是一些可能的解决方案: 1 检查网络连接:首先,请确保你的网络连接稳定。如果可能,请尝试在其他网络环境下尝试启动Minecraft。 2 清除缓存和重启:有
  • JSON文件怎么打开? - 知乎
    JSON文件可以用记事本或者文本编辑器打开,比如Notepad++、Sublime Text等,比较大型的JSON文件,可以使用Atom、 Visual Studio Code 等编辑器打开。
  • json 的优点有哪些? - 知乎
    JSON(JavaScript Object Notation)格式在数据交换和存储方面具有多项优势,这也是它广泛流行的原因。以下是JSON的一些主要优点: 1 轻量级: JSON结构简单,易于阅读和编写,同时也易于机器解析和生成,这使得它比如XML等其他标记语言更加轻便。 2 易于解析: 多数编程语言都有内置或可用的库来解析
  • YAML,JSON,ini,XML 用来做配置文件,优缺点分别是什么?
    ini,上古时代的配置文件,优点是简单,缺点也是因为简单。 XML,某段时期的特定产物,优点是某段时期很通用,缺点就是很难阅读,一不小心写错。 JSON,网络传输下的产品,大家发现它竟然意外的好用,做配置文件的话,易写也易读,你的代码基本自带解释器,缺点嘛,不能写注释。但写缺点





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