英文字典中文字典


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







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

intolerant    音标拼音: [ɪnt'ɑlɚənt]
a. 不宽容的;褊狭的

不宽容的;褊狭的

intolerant
adj 1: unwilling to tolerate difference of opinion [ant:
{tolerant}]
2: narrow-minded about cherished opinions [synonym: {illiberal},
{intolerant}]

Intolerant \In*tol"er*ant\ ([i^]n*t[o^]l"[~e]r*ant), a. [L.
intolerans, -antis: cf. F. intol['e]rant. See {In-} not, and
{Tolerant}.]
[1913 Webster]
1. Not enduring; not able to endure.
[1913 Webster]

The powers of human bodies being limited and
intolerant of excesses. --Arbuthnot.
[1913 Webster]

2. Not tolerating difference of opinion or sentiment,
especially in religious matters; refusing to allow others
the enjoyment of their opinions, rights, or worship;
unjustly impatient of the opinion of those disagree with
us; not tolerant; unforbearing; bigoted.
[1913 Webster]

Religion, harsh, intolerant, austere,
Parent of manners like herself severe. --Cowper.
[1913 Webster]


Intolerant \In*tol"er*ant\, n.
An intolerant person; a bigot.
[1913 Webster]

76 Moby Thesaurus words for "intolerant":
ageist, antipathetic, averse, balking, balky, biased, bigoted,
bulldogged, bulletheaded, bullheaded, case-hardened, classist,
contemptuous, discriminatory, disdainful, dogged, dogmatic,
fanatic, fractious, hardheaded, headstrong, hidebound, illiberal,
impatient, inconsiderate, indignant, inflexible, inhospitable,
irate, irritable, jaundiced, mulish, narrow, narrow-minded,
obdurate, obstinate, one-sided, opinionated, outraged, overzealous,
parochial, partial, persevering, pertinacious, pigheaded,
prejudiced, provincial, racist, restive, self-willed, set, sexist,
small-minded, snappish, stiff-necked, strong-willed, strongheaded,
stubborn, stuffy, sulky, sullen, tenacious, twisted, uncharitable,
uncondoning, uncooperative, unforbearing, unindulgent,
unregenerate, unsympathetic, upset, warped, waspish, willful,
worked up, xenophobic


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





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


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

































































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


  • JSON | 文档 - Redis 教程
    → 理解Redis数据类型 → JSON JSON Redis对JSON的支持 Redis开源版的JSON功能为Redis提供了JavaScript对象表示法 (JSON) 支持。 它允许你在Redis数据库中存储、更新和检索JSON值,类似于任何其他Redis数据类型。 Redis JSON还与 Redis查询引擎 无缝协作,让你能够 索引和查询JSON文档。
  • Redis 6+ 正式支持 JSON 类型:RedisJSON 模块的原理、使用与项目实战
    Redis 6 0引入的RedisJSON模块为JSON数据处理带来革命性升级。 文章解析了传统Redis处理JSON的局限性,介绍了RedisJSON的核心功能,包括原生JSON支持、路径查询和JSONPath语法。 详细说明了部署方式(推荐使用Redis Stack镜像)和基本操作命令,并展示了高级查询技巧。
  • 当 Redis 原生支持 JSON,大厂程序员都说它像德芙一样丝滑
    Redis官方现支持JSON操作,简化了数据存取流程,无需序列化与反序列化。 文章详细介绍了RedisJSON的安装、配置及Java、Python客户端操作示例,并引用官方性能测试报告,展示其在读写速度和延迟上的显著优势。
  • 深入解析RedisJSON:在Redis中直接处理JSON数据 - 腾讯云
    RedisJSON是Redis的扩展模块,提供原生JSON数据支持,采用高效二进制格式和树状结构存储,支持丰富查询操作。 其高性能特性适用于实时应用,如内容管理、产品目录、移动应用开发和会话管理。
  • Redis查询之RediSearch和RedisJSON讲解 - 上善若泪 - 博客园
    体验下来,感觉 Redis 原生支持 json 之后,对于 redis 的操作更加灵活了。 想象空间更大了,一切复杂信息的存储皆可 JSON,并且操作十分简单,省去了序列化、反序列化的操作, 1 4 2 Java 来操作 redis Json 当然我们还是要在一个 Java 工程中去操作一下: 1 5
  • redis8. 0新特性:原生JSON支持详解 - CSDN博客
    1、基本命令 (1)JSON SET 设置 JSON 值 (2)JSON GET 获取 JSON 值 (3)JSON DEL 删除 JSON 值 (4)JSON MGET 批量获取 (5)JSON MSET 批量插入 2、数组命令 (1)JSON ARRAPPEND 数组追加元素 (2)JSON ARRINSERT 数组插入元素 (3)JSON ARRLEN 获取数组长度 (4)JSON ARRINDEX 查找第一个
  • RedisJSON 安装部署及使用示例:在 Redis 中存储和操作 JSON 数据_51CTO博客_redis的安装和使用
    RedisJSON 安装部署及使用示例:在 Redis 中存储和操作 JSON 数据,RedisJSON是Redis的一个模块,为Redis提供了JSON数据类型的支持,允许直接存储、更新和查询JSON文档。
  • JSON | Docs - Redis
    The JSON capability of Redis Open Source provides JavaScript Object Notation (JSON) support for Redis It lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
  • JSON | 文档 - Redis 教程
    由于没有标准的 JSON 路径语法,Redis 开源版实现了自己的语法。 JSONPath 语法 RedisJSON v2 0 及更高版本支持 JSONPath 语法,该语法类似于 Goessner 的设计。 路径以美元符号 ($) 开头,表示 JSON 文档的根。 请参阅 JSONPath 语法表,了解如何访问 JSON 文档中的各种元素。
  • Redis8新增特性前言 redis8发布之后,新增了几项特性,其中将RedisJSON支持到redis了,支持了对js - 掘金
    前言 redis8 发布之后,新增了几项特性,其中将RedisJSON支持到redis了,支持了对json的操作了 redis8中的json操作 redis8安装 为了方便,采用docker安装 本文因为服务器安装了redis了,占用了默认端口 6379,所以映射端口改为 6380 命令操作 1、进入到容器内部





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