英文字典中文字典


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







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

discussion    音标拼音: [dɪsk'ʌʃən]
n. 讨论,商议

讨论,商议

discussion
n 1: an extended communication (often interactive) dealing with
some particular topic; "the book contains an excellent
discussion of modal logic"; "his treatment of the race
question is badly biased" [synonym: {discussion}, {treatment},
{discourse}]
2: an exchange of views on some topic; "we had a good
discussion"; "we had a word or two about it" [synonym:
{discussion}, {give-and-take}, {word}]

Discussion \Dis*cus"sion\, n. [L. discussio a shaking,
examination, discussion: cf. F. discussion.]
1. The act or process of discussing by breaking up, or
dispersing, as a tumor, or the like. [archaic]
[1913 Webster]

2. The act of discussing or exchanging reasons; examination
by argument; debate; disputation; agitation.
[1913 Webster]

The liberty of discussion is the great safeguard of
all other liberties. --Macaulay.
[1913 Webster]

{Discussion of a problem} or {Discussion of an equation}
(Math.), the operation of assigning different reasonable
values to the arbitrary quantities and interpreting the
result. --Math. Dict.
[1913 Webster]

108 Moby Thesaurus words for "discussion":
airing, analysis, argument, article, audience, bargaining,
bargaining session, bull session, buzz session, canvassing,
causerie, chat, colloquium, colloquy, conclave, confab,
confabulation, conference, confrontation, congress, consideration,
consultation, convention, conversation, council, council fire,
council of war, debate, debating, deliberation, descant, dialectic,
dialogue, discourse, disquisition, dissertation, essay, etude,
examination, exchange, exchange of views, excursus, exposition,
eyeball-to-eyeball encounter, feature, first approach, forum,
high-level talk, homily, huddle, interchange of views, interview,
introductory study, investigation, joint discussion,
logical analysis, logical discussion, lucubration, meeting, memoir,
monograph, morceau, negotiations, news conference, note,
open discussion, open forum, outline, palaver, pandect,
panel discussion, paper, paragraph, parley, piece, pourparler,
powwow, preliminary study, press conference, prolegomenon, rap,
rap session, research paper, review, screed, scrutiny, seance,
seminar, session, sitting, sketch, special article, study, summit,
summit conference, summitry, survey, symposium, talk, term paper,
theme, thesis, town meeting, tract, tractate, treatise, treatment,
ventilation



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


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

































































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


  • GitLab Runner | GitLab Docs
    GitLab Runner is an application that works with GitLab CI CD to run jobs in a pipeline When developers push code to GitLab, they can define automated tasks in a gitlab-ci yml file These tasks might include running tests, building applications, or deploying code
  • 花了两天,搞了Gitlab-Runner CI CD实现自动化部署,可比 . . .
    文章浏览阅读2 4w次,点赞10次,收藏63次。 本文讲述了作者在新工作中如何使用GitLab Runner进行项目自动化部署,包括安装步骤、配置要点及 gitlab-ci yml文件的应用,适合GitLab用户快速上手。
  • 安装GitLab Runner - GitLab Runner - GitLab 文档中心
    极狐GitLab Runner 运行在极狐GitLab 中定义的 CI CD 任务。 极狐GitLab Runner 可以作为单个二进制文件运行,并且没有特定语言的要求。 出于安全和性能原因,请在与托管极狐GitLab 实例的机器不同的机器上安装极狐GitLab Runner。 支持的操作系统
  • 教程:创建、注册并运行自己的项目 runner - GitLab
    本教程向您展示如何在极狐GitLab 中配置和运行您的第一个 runner。 runner 是极狐GitLab Runner 应用程序中的一个代理,用于在极狐GitLab CI CD 流水线中运行作业。 作业在 gitlab-ci yml 文件中定义,并分配给可用的 runner。 极狐GitLab 有三种类型的 runner:
  • Gitlab-Runner部署全过程教程(指定版本安装、注册、卸载 . . .
    一、版本确认 在正式进行Gitlab-Runner部署前,请先确认您所使用的Gitlab版本: 如图所示,本文以Gitlab v14 10 5版本为例。 二、安装 强烈推荐您安装与Gitlab版本一致的Gitlab-Runner版本,如:14 10 5的Gitlab就请安装14 10 0的Gitlab-Runner。
  • 详细介绍:创建 GitLab Runner 使用CICD自动化部署容器 . . .
    详细介绍:创建 GitLab Runner 使用CICD自动化部署容器 包括创建 GitLab Runner 的 Docker 命令和注册 Runner 的步骤,以及 gitlab-ci yml 文件的内容。 直接在宿主机上使用 Docker 定义: 在宿主机上安装并使用 Docker 服务意味着 Docker daemon 直接在宿主机操作系统上运行。
  • 持续集成之Gitlab-runner的正确安装与配置[docker方案]
    本文主要记录在Gitlab中使用gitlab-runner实现私有环境中的持续集成。 一、什么是持续集成? 有了持续集成,我们可以实现:代码提交-自动编译构建-自动部署-自动 ,并且全程是可监控、可管理的。 1 3为什么选择gitlab-runner? 现如今几乎所有普通企业都会选择gitlab作为自己的私有代码仓库。 而gitlab-runner随gitlab与生俱来。 每次提交代码后,gitlab-runner将读取项目中的 gitlab-ci yml 触发第一层自动化指令。 开发者或者运维人员只需在 gitlab-ci yml中按照语法要求,编写自动化流水线需要执行的步骤即可。
  • 手把手构建前端CI CD:Gitlab-runner入门使用
    GitLab Runner 在与 GitLab 关联后,可以在服务器上完成诸如项目拉取、文件打包、资源复制等各种命令操作。 首先说一下大致流程: 本地安装gitlab-runner,并且通过注册的方式与我们的前端项目进行关联。 然后当前端代码修改,并且提交以后,就会自动执行 gitlab-ci yml 脚本中的内容。 接下来,我们一步步来实现: 创建前端项目,我们这里以vue项目为例。 cd front-devops-demo 我们之后会详细解释该文件的具体配置,此处我们只需要知道,该文件定义了init 和 build两个阶段(即stage),然后在流水线中也会创建两个对应的任务(即job)。
  • GitLab Runner介绍及安装 - 知乎
    一、 GitLab Runner 介绍 GitLab Runner是一个开源项目,用于运行您的作业并将结果发送回GitLab。 它与 GitLab CI 一起使用,GitLab CI是GitLab随附的开源持续集成服务,用于协调作业。 GitLab Runner是用Go编写,可以作为单个二进制文件运行,不需要语言特定的要求。
  • GitLab. org gitlab-runner · GitLab
    GitLab Runner is the open source project that is used to run your CI CD jobs and send the results back to GitLab





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