英文字典中文字典


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







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

virulence    音标拼音: [v'ɪrələns]
n. 有毒,毒性,恶意

有毒,毒性,恶意

virulence
n 1: extreme harmfulness (as the capacity of a microorganism to
cause disease); "the virulence of the plague" [synonym:
{virulence}, {virulency}]
2: extreme hostility; "the virulence of the malicious old man"
[synonym: {virulence}, {virulency}]

Virulence \Vir"u*lence\, Virulency \Vir"u*len*cy\, n. [Cf. F.
virulence, L. virulentia an offensive odor, a stench.]
1. The quality or state of being virulent or venomous;
poisonousness; malignancy.
[1913 Webster]

2. Extreme bitterness or malignity of disposition. "Refuted
without satirical virulency." --Barrow.
[1913 Webster]

The virulence of one declaimer, or the profundities
and sublimities of the other. --I. Taylor.
[1913 Webster]

181 Moby Thesaurus words for "virulence":
acerbity, acid, acidity, acidulousness, acridity, acrimony,
acuteness, amperage, animality, animosity, animus, antagonism,
armipotence, asperity, astringency, atrocity, authority, bad blood,
balefulness, banefulness, barbarity, beef, bile, bite,
bitter feeling, bitter resentment, bitterness,
bitterness of spirit, black power, bloodlust, brutality,
brute force, causticity, charge, charisma, choler, clout, cogence,
cogency, communicability, compulsion, contagiousness, deadliness,
destructiveness, detrimentalness, dint, drive, duress, edge,
effect, effectiveness, effectuality, energy, extremity, fatality,
ferociousness, feud, fierceness, flower power, force,
force majeure, forcefulness, full blast, full force, furiousness,
gall, gnashing of teeth, grip, hard feelings, harmfulness,
harshness, hatred, heartburning, hostility, hurtfulness, ill blood,
ill feeling, ill will, impetuosity, inclemency, infectiousness,
infectivity, influence, inhumanity, injuriousness, intensity,
keenness, lethality, main force, main strength, malevolence,
malice, maliciousness, malignance, malignancy, malignity, mana,
mercilessness, might, might and main, mightiness, mindlessness,
mischievousness, mordacity, mordancy, mortality, moxie,
murderousness, muscle power, noisomeness, noxiousness, ominousness,
perniciousness, pitilessness, pizzazz, poignancy, point, poison,
poisonousness, poop, potence, potency, potentiality, power,
power pack, power structure, power struggle, powerfulness,
prepotency, productiveness, productivity, puissance, pull, punch,
push, rancor, rankling, resentment, rigor, roughness, savagery,
severity, sharpness, sinew, slow burn, soreness, sourness, spite,
spleen, steam, sting, strength, stridency, stringency, strong arm,
superiority, superpower, tartness, teeth, terrorism, toxicity,
trenchancy, ungentleness, unhealthiness, validity, vandalism,
vehemence, vendetta, venom, venomousness, viciousness, vigor, vim,
violence, virility, virtue, virulency, vitality, vitriol, wattage,
weight


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





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


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

































































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


  • Redis五大数据类型与使用场景汇总!!(含完整实战案例 . . .
    本文深入探讨Redis的五大数据类型:String、Hash、List、Set和SortedSet,并提供Java客户端Jedis与JedisCluster的实战案例,包括增删改查、排序、计数等功能,适用于缓存、计数、消息队列等多种场景。
  • Redis五大数据类型全解析| 面试必备干货 - 暹罗软件开发 . . .
    Redis作为高性能的键值数据库,其核心魅力之一就是丰富的数据类型。今天我们就来彻底解析Redis的五种核心数据类型,帮你打好Redis基础! Redis五种核心数据类型概览 String (字符串) Hash (哈希,类似Java中的Map) List (列表,类似LinkedList) Set (集合,类似HashSet) Zset (有序集合) 一、核心概念
  • Redis的五种常用数据类型、三种特殊数据类型详解 - CSDN博客
    Redis 是一个开源(BSD许可)的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。 它支持多种类型的数据结构,如 字符串(strings),散列(hashes), 列表(lists),集合(sets),有序集合(sorted sets) 与范围查询, bitmaps, hyperloglogs 和 地理空间(geospatial) 索引半径查询。
  • 一文读懂Redis五种数据类型及应用场景 - 知乎
    1 内容大纲 Redis 提供了丰富的数据类型,常见的有五种: String(字符串), Hash (哈希),List(列表),Set(集合)、 Zset (有序集合)。
  • Redis五种基本数据类型介绍 - electrwlr - 博客园
    存储session信息:将session信息序列化为字符串存储在string类型中。 存储小文件:利用二进制安全的特性可以存储任意类型的数据,比如小图标、图片验证码等。 List 简介 本质是双向链表,可正向 反向检索。 特点: 有序。 按照插入的顺序构成有序。 元素可重复。
  • Redis五大数据类型全解析| 面试必备干货 - 知乎
    Redis作为高性能的键值数据库,其核心魅力之一就是丰富的数据类型。 今天我们就来彻底解析Redis的五种核心数据类型,帮你打好Redis基础! Redis五种核心数据类型概览String(字符串)Hash(哈希,类似Java中的Map)…
  • Redis五大基本数据类型及其使用场景-阿里云开发者社区
    由于redis类型大家很熟悉,且网上命令使用介绍很多,下面重点介绍五大基本类型的底层数据结构与应用场景,以便当开发时,可以熟练使用redis。 1 String类型是redis的最基础的数据结构,也是最经常使用到的类型。 而且其他的四种类型多多少少都是在字符串类型的基础上构建的,所以String类型是redis的基础。 2 String 类型的值最大能存储 512MB,这里的String类型可以是简单字符串、 复杂的xml json的字符串、二进制图像或者音频的字符串、以及可以是数字的字符串
  • 【Redis高手修炼之路】数据类型——Redis的5种数据类型 . . .
    Redis支持5种数据类型:字符串、哈希、列表、集合和有序集合。 字符串类型可存储二进制数据,最大512M;哈希适合存储对象信息;列表按插入顺序排序;集合元素唯一;有序集合通过分数排序。
  • Redis 五大基础数据类型详解:底层原理、常用命令与 . . .
    Redis 是一款高性能的开源 键值(Key-Value)型内存数据库,凭借读写速度快、支持高并发、数据类型丰富、功能强大等优势,被广泛应用于缓存、分布式锁、限流、消息队列、排行榜、计数器等各类业务场景。 与传统关系型数据库不同,Redis 并非只支持简单的字符串键值对,它内置了多种基础与扩展数据类型,能够适配多样化的业务存储需求。 其中 String、Hash、List、Set、ZSet 是 Redis 最核心的五种基础数据类型,也是日常开发中使用频率最高的数据结构。 想要用好 Redis,不仅要掌握各类数据类型的使用命令,更要理解其 底层存储结构、设计思想、特性与适用场景。
  • Redis详解(五)------ redis的五大数据类型实现原理
    Redis五大数据类型详解:字符串、列表、哈希、集合、有序集合的底层实现与编码转换机制。 深入解析Redis对象系统,包括内存回收、共享对象等核心机制,帮助开发者优化Redis使用效率。 了解不同数据类型的应用场景,提升系统性能。





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