In addition, the template adds simple logging to each function by printing out to the command line the name of the function called.
此外,所调用的函数的名称将输出到命令行,通过这种方式,模板即可为各函数添加简单的日志。
Similarly, unity of command, specialization by function, and decentralization are items to be considered in the design of an efficient organization.
相似地,指挥的统一,职能的专业化,和分权都是在一个有效组织的设计中要考虑的问题。
In order to specify the command that the new task should run, enter multiple SQL statements separated by semicolons or a user-defined function here which is executed at every task run time.
为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个sql语句(以分号分隔)或一个用户定义函数。
To use trap, you specify the command or function to be executed when the signal is trapped, and the signal number or Numbers that you want to trap, as shown here in Listing 13.
要使用跟踪,可以指定跟踪到信号时执行的命令或函数、要跟踪的信号编号,如此处的清单13中所示。
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.
当用户请求命令(应用功能)时,序列通过与用户接口对象相互作用来被执行。
Qprocess and QbyteArray are used to launch an external executable from Qt and grab the output from the command, but we'll come to that function shortly.
Qprocess和QbyteArray用于在Qt中运行外部的可执行文件,并抓取命令的输出,但我们很快就会讲到这个函数。
This function is the Boost equivalent of the UNIX rm –rf command.
此函数是UNIXrm –rf命令的Boost对等项。
The command funced name interactively edits an existing function.
可以使用funced name命令以交互方式编辑现有的函数。
The sprintf function contains a template of the runmqsc command into which values are substituted.
sprintf函数包含一个runmqsc命令模板,上述值将替换模板中的值。
Consider adding a debug mode or function within your script-say, with the set -x command.
考虑在脚本中增加调试模式或功能—比如使用set—x命令。
You can also use a function in place of the command as demonstrated in Listing 4 below.
您还可以使用一个函数替代该命令,如清单4所示。
The mkewuid script function will output a record line for each string of characters provided on the command line.
mkewuid脚本函数为命令行上提供的每个字符串输出一个记录行。
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中的主命令提示符同时提供了编辑命令行的能力和历史记录功能,后者记住各个命令行,以便您能够再次执行它们。
To apply the design Settings from the view, you must add the code shown here to the onXMLViewDesignLoad function, which executes when you receive content from the? ReadDesign command.
要应用视图的设计设置,必须将此处显示的代码添加到onxmlviewdesignload函数中,获取?ReadDesign命令的内容时将执行该函数。
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函数时设置断点,或者可以指定其它任何感兴趣的函数名来设置断点。
Note two important differences: The first is the use of the xmlparse function in the SQL command, which is used to perform explicit parsing of data for XML storage.
请注意两个重要差别:第一个是在SQL命令中使用了xmlparse函数,用于执行XML存储数据的显式解析。
Now let's see how the application program USES this function to execute the inquiry command (Listing 4)?
现在我们看看应用程序如何使用这个函数执行inquiry命令,如清单4所示?
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函数。
When w: check_words is toggled off, the function performs a match none command instead, to deactivate the special matching.
当w: check _ words被关闭后,函数将执行matchnone命令,解除特殊匹配。
If you supplied the argument {code: 1} to the sort function in the previous command, it would sort the results in ascending order.
如果在上一条命令中为sort函数提供参数{code:1},它将会以升序对结果排序。
You use the exec function to send a command to the operating system. This command calls Scilab, just as you saw in the previous section
使用exec函数来向操作系统发送命令。
The nl_langinfo (CODESET) function is also what the locale charmap command calls to find the name of the encoding specified by the current locale.
nl_langinfo (CODESET)函数也是由localecharmap命令调用,从而查找当前语言环境指定的编码名称。
We will not use the Unix "mv" command, because perl's rename function renames file well enough (see perldoc -f rename for details on when rename won't do a good job).
我们将不使用Unix“mv”命令,因为用perl的rename函数来重命名文件已经相当不错了(请参阅perldoc- f rename以获取当使用rename出问题时的详细信息)。
In Listing 6, the first command loads the function, the second command gets the head (or first) element, and the third command gets the head of the tail (or second element).
在清单6中,第一个命令装入函数,第二个得到头(或第一个)元素,第三个命令得到末尾的头(或第二个)元素。
Note that if you cannot access the command or file because of permissions restrictions, command completion won't function for you.
注意,如果由于权限限制无法访问某个命令或文件,那么命令补全也无效。
It generates a hash table from the predetermined list of valid command-line options and a lookup function whose time complexity is o (1).
它将从预定的有效命令行选项列表和时间复杂度为O(1)的查找函数中生成一个散列表。
Exec -this handy PHP function sends a string for the operating system's command line to process.
exec—这个方便的php函数发送一个字符串供操作系统的命令行处理。
This means that not all UNIX Kerberos commands are available; for instance, the kadmin command does not function.
这意味着,并非所有unixKerberos命令都可用;例如,kadmin命令就无法工作。
The "args" function takes care of making sure that we receive the correct number of command-line arguments, and also handles printing helpful usage information.
args “函数负责确保我们接收到正确数量的命令行自变量,它还负责打印有帮助的用法信息。”
The WordCheck function then converts the resulting string as a Vim command and executes it (exec s: words_matcher) to turn on the matching facility.
WordCheck函数随后将结果字符串转换为一个Vim命令并执行它(execs: words_matcher),从而启用匹配功能。
应用推荐