英文字典中文字典


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







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

effective    音标拼音: [ɪf'ɛktɪv] ['ifɛktɪv]
a. 有效的,有力的,实际的
n. 有生力量

有效的,有力的,实际的有生力量

effective
有效时间


effective
有效传输速率

effective
有效

effective
adj 1: producing or capable of producing an intended result or
having a striking effect; "an air-cooled motor was more
effective than a witch's broomstick for rapid long-
distance transportation"-LewisMumford; "effective
teaching methods"; "effective steps toward peace"; "made
an effective entrance"; "his complaint proved to be
effectual in bringing action"; "an efficacious law" [synonym:
{effective}, {effectual}, {efficacious}] [ant:
{ineffective}, {ineffectual}, {uneffective}]
2: able to accomplish a purpose; functioning effectively;
"people who will do nothing unless they get something out of
it for themselves are often highly effective
persons..."-G.B.Shaw; "effective personnel"; "an efficient
secretary"; "the efficient cause of the revolution" [synonym:
{effective}, {efficient}]
3: works well as a means or remedy; "an effective reprimand"; "a
lotion that is effective in cases of prickly heat"
4: exerting force or influence; "the law is effective
immediately"; "a warranty good for two years"; "the law is
already in effect (or in force)" [synonym: {effective}, {good},
{in effect(p)}, {in force(p)}]
5: existing in fact; not theoretical; real; "a decline in the
effective demand"; "confused increased equipment and
expenditure with the quantity of effective work done"
6: ready for service; "the fort was held by about 100 effective
soldiers"

Effective \Ef*fect"ive\, n.
1. That which produces a given effect; a cause. --Jer.
Taylor.
[1913 Webster]

2. One who is capable of active service.
[1913 Webster]

He assembled his army -- 20,000 effectives -- at
Corinth. --W. P.
Johnston.
[1913 Webster]

3. [F. effectif real, effective, real amount.] (Com.) Specie
or coin, as distinguished from paper currency; -- a term
used in many parts of Europe. --Simmonds.
[1913 Webster]

4. The serviceable soldiers in a country; an army or any
military body, collectively; as, France's effective.
[Webster 1913 Suppl.]


Effective \Ef*fect"ive\, a. [L. effectivus: cf. F. effectif.]
Having the power to produce an effect or effects; producing a
decided or decisive effect; efficient; serviceable;
operative; as, an effective force, remedy, speech; the
effective men in a regiment.
[1913 Webster]

They are not effective of anything, nor leave no work
behind them. --Bacon.
[1913 Webster]

Whosoever is an effective, real cause of doing his
heighbor wrong, is criminal. --Jer. Taylor.

Syn: Efficient; forcible; active; powerful; energetic;
competent. See {Effectual}.
[1913 Webster]

107 Moby Thesaurus words for "effective":
able, acid, active, actual, adequate, armipotent, authoritative,
banausic, basic, biting, capable, charismatic, charming, cogent,
compelling, competent, consequential, conspicuous, convincing,
corrosive, cutting, direct, driving, dynamic, effectual,
efficacious, efficient, enchanting, energetic, equal to, essential,
estimable, feasible, forceful, forcible, functional, functioning,
go, gutsy, high-potency, high-powered, high-pressure, high-tension,
imperative, important, impressive, in force, in operation,
in power, incisive, influential, irresistible, magnetic, mighty,
mighty in battle, momentous, mordant, moving, nervous, noticeable,
operable, operational, operative, outstanding, penetrating,
personable, persuasive, piercing, poignant, potent, powerful,
practicable, practical, pragmatic, prepotent, prestigious,
productive, proficient, puissant, punchy, real, realizable,
remarkable, reputable, ruling, sensational, serviceable, sinewed,
sinewy, slashing, sound, striking, strong, suasive, substantial,
telling, trenchant, true, up to, useful, valid, vigorous, virtuous,
vital, weighty, winning, workable



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


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

































































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


  • 【MySQL】在CentOS7环境下----手把手教你安装MySQL . . .
    作为本次专题的第一篇博客,肯定是带大家一起在 Linux环境下安装、配置和使用MySQL。 整个过程肯定是 手把手的带着大家一起完成,排除掉一切在安装过程中出现的问题,让大家有一个顺利的安装过程。 文中使用的Linux系统为 CentOS7 6版本 (只要是 CentOS7 就可以
  • CentOS安装MySQL详细教程_centos 安装mysql-CSDN博客
    文章从环境准备开始,介绍了YUM仓库安装(推荐生产环境)、官网安装包(测试环境)、RPM包(离线环境)和源码编译(高级定制)四种安装方法,并给出快速启动配置示例。
  • Linux(CentOS)安装 MySQL - 指南 - gccbuaa - 博客园
    CentOS版本:CentOS 7三种安装方式:一、通过 yum 安装,最简单,一键安装,全程无忧。 二、通过 rpm 包安装,需具备基础概念及常规操作。 三、通过 gz 包安装,需具备配置相关操作。 一、通过 yum 安装安装 MySQL版本:MySQL Community Server 8 4 3
  • CentOS Linux 安装MySQL(超简单详细) - 知乎
    安装首先,尝试一下直接使用 yum 安装 MySQL yum install mysql-community-server如果成功,表示不需要配置MySQL rpm 源信息,直接就安装完成了 但是,如果出现以下错误: Loading mirror speeds from cached host…
  • CentOS7安装MySQL完整教程 - 教程 - yangykaifa - 博客园
    本文将详细介绍在centOS7系统中通过官方yum仓库安装MySQL8的完整步骤,包括环境准备、安装配置、密码重置、远程访问等部分,适用于学习、测试及生产环境 操作系统:centOS7 (64位) 权限:需root或sudo权限 依赖:系统已安装yum包管理器 (centOS7默认自带)并配置镜像源 如果系统中已经安装MySQL5 x或MariaDB (centOS7默认自带数据库)的话,需要先卸载,避免冲突 sudo systemctl stop mysqld mariadb -停止现有数据库服务 使用 mkdir MYSQL 命令创建一个空的目录并 cd MYSQL 进入目录 因为MySQL安装完成后会自动安装名称为mysqld’的服务,可以被systemctl所管理,所以:
  • Linux MySQL下载安装详细教程(CentOS版) - 腾讯云
    本教程指导如何在Linux CentOS环境下通过npm安装包方式安装MySQL 8+,包括下载、解压、安装及配置步骤,解决初始化过程中的依赖问题,并设置root用户远程登录权限,确保数据库顺利运行。
  • 手把手教你:Centos7下MySQL的安装与初始配置 - 知乎
    本文将 手把手带你从零开始,在 CentOS 7 系统上通安装MySQL,并完成初始配置与安全设置。 无论你是刚接触Linux的开发者,还是需要快速部署数据库的运维人员,都能通过本教程高效、规范地搭建起一个可用的MySQL服务环境。
  • CentOS Linux 安装MySQL(超简单详细) - 掘金
    CentOS Linux 安装MySQL(超简单详细)首先,尝试一下直接使用 yum 安装 MySQL 如果成功,表示不需要配置MySQL rpm 源信息,直接就安装完成了
  • 【MySQL】在 Centos7 环境安装 MySQL -- 详细完整教程
    2024-05-22 4850 发布于新疆 版权 简介: 【MySQL】在 Centos7 环境安装 MySQL -- 详细完整教程 说明: 安装与卸载中,用户全部切换成为 root,一旦安装,普通用户就能使用。
  • MySQL 在 CentOS 7 上安装的步骤指南-腾讯云开发者社区 . . .
    本指南详细介绍了如何在Linux系统上卸载MariaDB或旧版MySQL,并安装最新版本的MySQL服务器。 内容涵盖获取MySQL YUM仓库、安装MySQL、启动和配置MySQL服务、更改root密码、设置开机自启动及常见问题的解决。





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