The only true method of action in this world is to be in it, not of it.
在这个世界上,行动的唯一正确办法是积极参与,而不是被动地卷人。
Before you can decide the best method of action, you'll need to get to the bottom of their reason for cheating.
在能够采取最佳行动前,你需要弄清孩子作弊的真相。
A policy is a definite course or method of action selected from alternatives, and in light of given conditions, to guide and determine decisions.
策略是确定的路线或从选择物中选择动作的方法,并在给定条件的指引下指导及确定决策。
In this paper, we attempt to discuss the conditions of closed orbit in more general -cases on the basis of the method of action-angle variables in analytical mechanics.
本文试图采用分析力学中作用角变量的方法,对一般情形下的轨道闭合条件进行讨论。
It is to compare the activities of the enterprise with those who are engaged in the activity, so as to put forward the method of action to make up for their deficiencies.
就是将本企业各项活动与从事该项活动最佳者进行比较,从而提出行动方法,以弥补自身的不足。
On the basis of the method of action-angle variables the conditions of closed orbits under the action of general power-type gravitation potential are discussed on this paper.
本文采用作用角变量的方法,讨论了闭合轨道在一般幂次型引力势作用下的情况。
Using the method of action study, the authors conducted a PE intervention on the behaviors of 2 autistic children, with experiments and intervention harmoniously integrated in the process.
采用行动研究法,对2名自闭症幼儿的沟通行为进行体育干预研究,在研究过程中使实验与干预有机结合。
Every element has a method to return the label of its category and a method to bind the clicking action.
每个元素都有一个方法来返回其类别的标签,用另一个方法来绑定单击动作。
The first parameter (a string) is the name of the action method and the second parameter (also a string) is the name of the controller.
第一个参数(字符串)是动作方法的名称,第二个参数(也是字符串)是控制器的名称。
Now let's consider what's happening with each of the methods in Listing 3. You'll find that while the method names may be new, their action is for the most part familiar.
现在,考虑一下使用清单3中的每个方法时发生的情况。您将会发现,方法的名字可能是新的,但它们的动作大部分情况下都应该感到熟悉。
The latter method can be particularly useful for automating the wait for completion of detach to help serialize the subsequent action (for instance, drop or archive) on the target table.
后面的方法对于等待分离完成的自动化非常有用,这有助于序列化目标表上的后续活动(例如,删除或者归档)。
It's easiest to think of this in labeling method as having two distincts parts, the task subject and the next action description.
对于标记这个方法,有一种很简单的方法区分成两个不同的部分,任务的主题和接下来行动的描述。
Let my close call and his quick action serve to alert others to the importance of knowing the Heimlich method.
让我的千钧一发和他迅速的行动提醒大家,知晓海姆·利希手法是多么重要。
The page action method then mines the request URL to determine the type of data and the data identifier, loads that data, and then navigates to the appropriate template.
然后,该页面动作方法利用请求url,以判断数据类型和数据标识符,加载数据,然后导航到适当的模板。
The explicit subject method enables you to pass in the subject of any user and determine if they are authorized to perform an action.
使用显式主题方法可以传入任何用户的主题,并确定他们是否具有执行某项操作的权限。
This action forces the method that consumes the most processing time to appear at the top of the list.
这样将把最消耗处理时间的方法排在最上面。
How to add the processing of Business Events actions in a flow using the pattern of one method per action?
如何使用“每个动作一种方法”的模式在流中添加BusinessEvents动作的处理。
The most important part of this interface is the run() method, which executes the action.
这个接口中最重要的部分是run()方法,该方法执行动作。
The import parts of the script are in the registerActionhandler method, which connects a bot object with a particular action string and method.
脚本中重要的部分是 registerActionhandler方法,该方法连接到具有特殊动作字符串和方法的bot对象。
The body of a method declaration is made up of statements, which can be any kind of action (for example: for statement, if statement, or expression).
一个方法声明的程序体是由语句组成的,语句可以是任何类型的行为(例如:for语句、if语句、or表达式)。
To do so, you call an overload of the RenderAction method that lets you specify the name of the action method and the controller to use.
要实现这样,你调用RenderAction的一个重载方法,指定动作方法和控制器的名称。
In this URL, trails is the name of the controller and list is the name of the action, implemented with the list controller method. Figure 1 shows the results.
在这个URL中,trails是控制器的名称,list是动作的名称,由list控制器方法实现。
So in reality, you must call the invoke method on a child of a child of the Action Bar applet, rather than the Action Bar applet itself, to calculate the width of the buttons.
因此,实际上您必须调用ActionBarapplet的子类的子类的invoke方法(而不是 Action Bar applet本身)计算按钮的宽度。
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版本,然后调用“添加视图”命令。
MooTools, like several other frameworks, provides a shorthand method of performing this action.
与其他框架一样,MooTools提供了执行此操作的快捷方法。
At run time, the ActionServlet is said to perform actions, meaning that the servlet invokes the perform method of each of the instantiated action classes.
在运行时,ActionServlet会执行操作,这意味着servlet会调用每个实例化的操作类的执行方法。
For example, below we are indicating that we want to scaffold a "List" view template based on the sequence of Product objects we are passing from our action method above.
例如,在下面,我们表示想要基于从上面的action方法中传入的Product对象序列生成一个“列表”视图模板。
To save edit changes we can implement the HTTP-POST version of our "edit" action method on our Products controller.
要保存编辑后的改动,我们可以在Products控制器中实现“Edit”action方法的HTTP - POST版本。
The form's encoded data is submitted to the page identified by the action URL of the form, using the specified HTTP method, which is POST in the case of a JSF form.
编码后的表单数据被提交给由表单的actionURL所识别的页面,使用的是特定的HTTPmethod,在JSF表单的情况下,此方法即为POST。
The form's encoded data is submitted to the page identified by the action URL of the form, using the specified HTTP method, which is POST in the case of a JSF form.
编码后的表单数据被提交给由表单的actionURL所识别的页面,使用的是特定的HTTPmethod,在JSF表单的情况下,此方法即为POST。
应用推荐