英文字典中文字典


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







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

comment    音标拼音: [k'ɑmɛnt]
n. 备注
n. 注解,批评,评论
vi. 批评,注解

备注注解,批评,评论批评,注解

comment
注解; 备注; 诠释; 说明

comment
注解 备注 诠释 说明

comment
n 1: a statement that expresses a personal opinion or belief or
adds information; "from time to time she contributed a
personal comment on his account" [synonym: {remark}, {comment},
{input}]
2: a written explanation or criticism or illustration that is
added to a book or other textual material; "he wrote an
extended comment on the proposal" [synonym: {comment},
{commentary}]
3: a report (often malicious) about the behavior of other
people; "the divorce caused much gossip" [synonym: {gossip},
{comment}, {scuttlebutt}]
v 1: make or write a comment on; "he commented the paper of his
colleague" [synonym: {comment}, {notice}, {remark}, {point
out}]
2: explain or interpret something
3: provide interlinear explanations for words or phrases; "He
annotated on what his teacher had written" [synonym: {gloss},
{comment}, {annotate}]

Comment \Com"ment\, v. t.
To comment on. [Archaic.] --Fuller.
[1913 Webster]


Comment \Com"ment\, n. [Cf. OF. comment.]
1. A remark, observation, or criticism; gossip; discourse;
talk.
[1913 Webster]

Their lavish comment when her name was named.
--Tennyson.
[1913 Webster]

2. A note or observation intended to explain, illustrate, or
criticise the meaning of a writing, book, etc.;
explanation; annotation; exposition.
[1913 Webster]

All the volumes of philosophy,
With all their comments. --Prior.
[1913 Webster]


Comment \Com"ment\ (?; 277), v. i. [imp. & p. p. {Commented}; p.
pr. & vb. n. {Commenting}.] [F. commenter, L. commentari to
meditate upon, explain, v. intens. of comminisci, commentus,
to reflect upon, invent; com- the root of meminisse to
remember, mens mind. See {Mind}.]
To make remarks, observations, or criticism; especially, to
write notes on the works of an author, with a view to
illustrate his meaning, or to explain particular passages; to
write annotations; -- often followed by on or upon.
[1913 Webster]

A physician to comment on your malady. --Shak.
[1913 Webster]

Critics . . . proceed to comment on him. --Dryden.
[1913 Webster]

I must translate and comment. --Pope.
[1913 Webster]

119 Moby Thesaurus words for "comment":
Parthian shot, accents, address, affirmation, allegation,
allude to, analysis, animadversion, animadvert, annotate,
annotation, answer, apostrophe, apparatus criticus, approval,
assertion, averment, blurt, blurt out, book review,
call attention to, censure, chatter, clarification, commentary,
commentate, commentation, construe, conversation, crack,
critical bibliography, critical journal, critical notice,
critical review, criticism, critique, declaration, dictum,
discourse, discuss, editorial, elocution, elucidate, elucidation,
exclaim, exclamation, exegesis, expansion, explain, explanation,
explicate, expose, exposition, expound, expression, footnote, gab,
gloss, greeting, interject, interjection, language, leader,
leading article, let drop, let fall, literary criticism,
make reference to, mention, muse, notation, note,
note of explanation, notice, obiter dictum, observation, observe,
opine, opinion, oral communication, palaver, parole, phrase,
position, prattle, pronouncement, question, rapping, reaction,
refer to, reference, reflect, reflection, remark, report, reveal,
review, running commentary, say, saying, scholium, sentence, speak,
speaking, speech, statement, subjoinder, talk, talk about, talking,
thought, utterance, view, word, word of explanation, words,
write-up, yakkety-yak, yakking

(Or "remark") Explanatory text embedded in
program {source} (or less often data) intended to help human
readers understand it.

Code completely without comments is often hard to read, but
code with too many comments is also bad, especially if the
comments are not kept up-to-date with changes to the code.
Too much commenting may mean that the code is
over-complicated. A good rule is to comment everything that
needs it but write code that doesn't need much of it.
Comments that explain __why__ something is done and how the code
relates to its environment are useful.

A particularly irksome form of over-commenting explains
exactly what each statement does, even when it is obvious to
any reasonably competant programmer, e.g.

/* Open the input file */
infd = open(input_file, O_RDONLY);

(2007-02-19)


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





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


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

































































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


  • File management Search and replace Keyboard shortcuts for Windows
    Ctrl+K Ctrl+C Add line comment Ctrl+K Ctrl+U Remove line comment Ctrl+ Toggle line comment Shift+Alt+A Toggle block comment Alt+Z Toggle word wrap Navigation Ctrl+T Show all Symbols Ctrl+G Go to Line Ctrl+P Go to File Ctrl+Shift+O Go to Symbol Ctrl+Shift+M Show Problems panel
  • Default keyboard shortcuts reference - Visual Studio Code
    VS Code comes with a set of default keyboard shortcuts This article lists the default keyboard shortcuts in VS Code You can also view the default shortcuts in the product: Open the Keyboard Shortcuts editor, and then select Show System Keybindings in the More Actions ( ) menu
  • Visual Studio Code tips and tricks
    Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more
  • Manage context for AI - Visual Studio Code
    In this article, you learn how to manage context in chat, including how to use #-mentions to reference files, folders, and symbols, how to reference web content, or how you can use custom instructions to guide the AI's responses VS Code automatically provides context to the chat prompt based on your current activity
  • Download Visual Studio Code - Mac, Linux, Windows
    Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications
  • GitHub Pull Requests in Visual Studio Code
    Starting this past spring, our team has been working to bring you a new integrated pull request experience so that you can collaborate, comment, review, and validate GitHub pull requests directly from within Visual Studio Code
  • IntelliSense - Visual Studio Code
    Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box VS Code supports word-based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension
  • Getting started with Copilot Chat in VS Code - Visual Studio Code
    Copilot Chat lets you interact with GitHub Copilot by using natural language, to ask and receive answers to coding-related questions In this tutorial, you'll be creating a simple Node js web application Open a new VS Code window You'll be creating a new workspace in a follow-up step
  • Visual Studio Code - Code Editing. Redefined
    Optimized experience for screen readers, high contrast themes, and keyboard-only navigation Whether you are on your phone, tablet, or desktop, you can access your code from anywhere





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