52单词网 > 英语词典 > edit command

edit command

小编 分享 时间:
edit command是什么意思
英式音标:[ˈedit kəˈmɑ:nd]
美式音标:[ˈɛdɪt kəˈmænd]
词汇分类:计算机常用词汇
词义:

释义

[计] 编辑命令;

用法:

权威例句

Edit command delegation program for editing electronic files

Editing apparatus for simultaneously editing two different types of data with a single edit command

Console window Run commands here Script window A text editor to view / edit command files Highlight & right click to run

A Use of "\edit"Command in JOIS System(0ne point advice for searchers(29))

[R] command line edit

[R] command line edit

[R] command line edit

[R] R-1.2.0 and command recall/edit

[R] R-1.2.0 and command recall/edit

[R-SIG-Mac] Key Bindings and behavior of Edit:Execute command in R.App
造句:

1. Every command that you enter is recorded so that you go back to the command and either run it again verbatim, or edit it and run the edited version.

您输入的每个命令都被记录下来,以便您能够返回到该命令,并再次按原样运行它,或者编辑它并运行编辑后的版本。

youdao

2. To edit the command you've found, use the cursor keys (or key bindings) to move to the point you want to edit.

若要编辑您找到的命令,可以使用光标键(或键绑定)来移动到您希望编辑的位置。

youdao

3. Let's add a WHERE clause to that SELECT statement by invoking the EDIT command and specifying statement number 2 in the sequence.

我们将调用EDIT命令,并在顺序中指定语句序号2,通过这些操作给上面的select语句添加where子句。

youdao

4. This feature lets you recall (view, edit, or run) any command that was entered during an interactive session.

这项功能允许恢复(查看、编辑或运行)交互会话过程中输入的任何命令。

youdao

5. You can also exploit a new command cache to run previously executed commands, or to edit those commands using your operating system's integrated command editor or an editor of your choice.

还可以使用新的命令缓存来运行以前执行的命令,或者使用操作系统的集成命令编辑器或选择的编辑器来编辑那些命令。

youdao

6. In the SQLX editor, you can edit the SQL command generated by the task assistant.

在SQLX编辑器中,可以编辑任务助理生成的SQL命令。

youdao

7. Both RUNCMD and edit let you specify a command sequence number to identify the cached command that you want to edit or run.

RUNCMD和EDIT都允许指定命令序号来标识要编辑或运行的缓存命令。

youdao

8. Edit the Faces JSP, and then drag the session bean onto the command button, so that clicking the button triggers the session bean.

编辑FacesJSP,然后把会话bean拖到命令按钮上,这样点击按钮就可以触发会话bean。

youdao

9. If you must change the rsync command, say, to add another option, there's only one instance to edit.

如果您必须更改rsync命令,比如说添加另一个选项,则只需编辑一个实例。

youdao

10. A good example is the vipw command, which normally allows root to edit the system password file.

一个很好的例子是vipw命令,它通常允许root用户编辑系统口令文件。

youdao

11. SQL Buffer Utility contents can also be edited using an external editor with the help of the EDIT command.

还可以借助EDIT命令使用外部编辑器编辑SQLBufferUtility内容。

youdao

12. For example, Listing 2 shows the help for the edit (Ed) command.

比如,清单2显示了编辑(ed)命令的帮助。

youdao

13. This command opens an edit window in which you can specify the limits. Following is an example of setting limits for the quota.

这个命令打开了一个编辑窗口,其中可以指定配额的范围。

youdao

14. The main command prompt within bash provides both the ability to edit the command line and a history function, remembering individual command lines so that you can execute them again.

bash中的主命令提示符同时提供了编辑命令行的能力和历史记录功能,后者记住各个命令行,以便您能够再次执行它们。

youdao

15. After searching, the vi command is used to edit the this-is-a-long-lunch-menu-file.txt file without the need for retyping the file name.

搜索结束后,使用vi命令来编辑this -is - a - long -lunch - menu -file . txt文件,而不需要重新键入文件名。

youdao

16. To support networking with RHEL5, you can either edit files, use the command line, use the network administration utility system-config-network, or use the setup command.

要在RHEL5中支持网络,您可以编辑文件,使用命令行,使用网络管理实用工具system - config - net work,或者使用setup命令。

youdao

17. The third command, jruby script\generate scaffold Wish Editor, scaffolds the basic list, create, edit, and delete actions in the editor controller for the wish objects stored in the database.

第三个命令jrubyscript\generatescaffoldWishEditor 提供基本列表和针对存储在数据库中的 wish对象的编辑器控制器操作(创建、编辑和删除)。

youdao

18. From the menu, you may press e on an entry to edit it, c to switch to a GRUB command line, b to boot the system, p to enter a password, and Esc to return to the menu or to the previous step.

在菜单中的条目上按e 键将编辑条目,按c 键切换到GRUB命令行,按b键引导系统,按p键输入密码,按 Esc 键返回菜单或上一步。

youdao

19. Calibre's edit metadata command makes it easy to display the current metadata associated with a selected document, enabling you to add, edit, or remove document metadata.

利用Calibre的editmetadata命令可方便地显示与所选文档相关的当前元数据,让您可以添加、编辑或删除文档元数据。

youdao

20. because the mv command preserves the original date and ownerof the file. You can now edit rc.conf.

这是因为mv命令会保留文件原先的日期和所有者。

youdao

21. To configure Pacemaker, edit the live configuration using the CRM configure edit command, which opens a text editor.

要配置Pacemaker,使用crmconfigureedit命令编辑实时配置,该命令将打开一个文本编辑器。

youdao

22. Because the mv command preserves the original date and owner of the file. You can now edit rc.conf.

这是因为mv命令会保留文件原先的日期和所有者。

youdao

23. For example, to enable product editing support we can implement the HTTP-GET version of our "edit" action method on our Products controller like below and then invoke the "Add View" command.

例如,要支持产品编辑,我们可以象下面这样在Products控制器上实现“Edit”action方法的HTTP - GET版本,然后调用“添加视图”命令。

youdao

24. To fix the error when running ifxclone utility, edit the ONCONFIG file of the secondary server and set FULL_DISK_INIT 1 and reattempt ifxclone command.

要修复运行ifxclone实用工具时的错误,编辑辅助服务器的ONCONFIG文件并设置 FULL_DISK_INIT1,然后重新运行 ifxclone命令。

youdao

25. To create a crontab, you use the crontab command with the -e (for "edit") option.

使用crontab命令和- e(表示“edit”)选项创建crontab。

youdao

26. To create a crontab, you use the crontab command with the -e (for "edit") option.

使用crontab命令和- e(表示“edit”)选项创建crontab。

youdao

edit command

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式