It should also implement the execute method that contains the main command logic.
它还应该实现包含主要命令逻辑的execute方法。
Though you can send the main command of "Alt + CTRL + del" through the "Action" menu given at the top of sidebar.
不过你可以在边栏顶部菜单找到“Alt +Ctrl +del”一样功能的命令。
In the research on gesture interaction, we use it as the main command interaction method under the pen user interface environment.
在手势交互方面,本文把它作为笔式界面环境下应用的主要交互手段。
I will conclude with this final tip that shows how to re-use your customizations across several gnuplot sessions: the main command for customization is the set command.
我将以这个最后的技巧来结束本文,它说明如何在多个gnuplot会话中重用您的定制。定制的主要命令是set命令。
Said to him: "If you are the Son of God, cast thyself down, for it is written: the main command his angels concerning you, holding your hand, lest your foot against a stone."
对他说:“你若是神的儿子,可以跳下去,因为经上记着说:‘主要为你吩咐他的使者,用手托着你,免得你的脚碰在石头上。’”
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中的主命令提示符同时提供了编辑命令行的能力和历史记录功能,后者记住各个命令行,以便您能够再次执行它们。
We're going to use one TAB to hold the main parameters we want to expose, and the other to hold the raw command output from FFMPEG.
我们将使用一个选项卡来保存要公开的主要参数,而另一个选项卡可用于保存来自FFMPEG的原始命令输出。
The sequence starts when a user requests a command (an application function) to be executed by interacting with a user interface object, in this case the main form of the application.
当用户请求命令(应用功能)时,序列通过与用户接口对象相互作用来被执行。
The main features of the Engine are: UI module group locating, UI module caching, Command bundle processing, Selenium APIs re-implemented in jQuery, and new Tellurium APIs.
这个引擎的主要特性包括:UImodule组定位、UI module缓存、命令集处理、用jQuery重新实现的SeleniumAPI以及新的Tellurium API。
Main is called, of course, when the class is run from the command line.
main当然是在从命令行运行类时被调用。
Timing of this type is always subject to some variation, so the import command to grab the clock image is run in the background, leaving the main shell free to keep time.
这种类型的计时总是会发生变化,因此将获取时钟图像的import命令放在后台中运行,从而避免使用主要的shell脚本跟踪时间。
At the AIX shell prompt, it takes three commands to compile the programs, one command to generate an executable main program and run it.
在AIXshell提示中,它使用三个命令编译程序,一个命令生成一个可执行主程序并运行该程序。
To support this, three options of command vmdeploymgr.sh are provided which is the main application of the VDM.
为了支持这些选项,提供了vmdeploymgr . sh命令的三个选项,这是VDM的主要应用。
A crontab line contains two main sections, a time schedule section followed by a command section.
一个crontab行包括两个主要部分,即时间调度部分及其后接的命令部分。
There are three main methods of accessing DBaaS: through a graphical user interface (GUI), command line interface (CLI), or directly via a standard representational state transfer (REST) interface.
有3种访问DBaaS的主要方法:通过一个图形用户界面(GUI)、命令行界面(CLI)或直接通过一个标准的具象状态传输(REST)接口。
oPeople also expect to be able to access command windows without interfering with the application's main window, and to be able to tab through various screens to find the information they need.
人们还希望无须触动应用程序主窗口就能直接访问命令窗口,并能用tab键在各屏幕间切换以找到他们所需的信息。
The AdminTask in Jacl supports the same capability and functions basically the same, with the main difference being that the generated command line is in Jacl.
Jacl中的AdminTask也支持相同的功能和基本相同的函数,主要区别是Jacl生成的命令行不同。
An excellent way to understand the main options on the db2trc command is to try them.
理解db 2trc命令的主要选项的最好方法就是去试一下。
Arguments passed on the One-JAR command line are passed through to the application main method without modification.
在One - JAR命令行上传递的参数,被不加修改地传递到应用程序的主方法。
When you issue the dbaccess command, you get the main menu, where the Query-language option is highlighted, as seen in Figure 1.
在发出dbaccess命令时,可以得到该主菜单,其中突出显示Query - language选项,如图1所示。
Section two of the main logic continuously reads the output from the sndpeek --print command.
主逻辑的第二部分不断地从sndpeek --print命令读取输出。
The client (command line) needs two main items.
客户端(命令行)需要以下两个主要项目。
Finally, Listing 7 shows the main function of the program, which just calls the process_directory function for every argument passed on the command line.
最后,清单7显示了该程序的main函数,它只是对命令行中传递的每个参数调用了process_directory函数。
The put command sends back the contents of the output buffer, but the return statement at the end of main also sends back data; the status generated will be passed back to the PPE.
PUT命令会发回输出缓冲区的内容,但是main末尾的返回语句也会将数据发送回去;所生成的状态会发回给PPE。
We could set a breakpoint when the main function is entered with the command 'break main', or specify any other function name we were interested in.
可以使用命令'breakmain '在进入main函数时设置断点,或者可以指定其它任何感兴趣的函数名来设置断点。
Run the EJBDeploy tool for each EJB .jar file from a command line or select File => Generate code for deployment from the AAT main menu.
从命令行为每个EJB.jar文件运行EJBDeploy工具或从AAT主菜单中选择File =>Generatecodefordeployment。
The first command tells Amazon to generate a key pair with the name main.
第一条命令告诉Amazon使用名称main生成一个密匙对。
Try running the command on a C source file -- it should output the entire main() { } block, including the initial "main()" and the closing '}'.
试着对C源文件运行该命令 --它应该输出整个main() { }块,包括开始的 "main()"和结束的'}'。
Try running the command on a C source file -- it should output the entire main() { } block, including the initial "main()" and the closing '}'.
试着对C源文件运行该命令 --它应该输出整个main() { }块,包括开始的 "main()"和结束的'}'。
应用推荐