Because the Particularity of the mental cure of prisoners, special form and method of mental cure that is different from common ones should be used.
由于罪犯心理矫治的特殊性,决定了必须采取区别于一般人群心理矫治的特殊形式和方法。
Those interactions have the form of method calls and call returns.
这些交互作用的形式是方法调用和调用返回。
You need to use the database for storing the raw data from the survey form and as a method of reporting the information for your application.
您需要使用数据库来存储问卷调查表格中的原始数据,并且作为您的应用程序报告相关信息的一种方法。
Class references in this internal form are used as part of field and method descriptors.
采用这种内部形式的类引用是作为字段和方法描述符的一部分使用的。
Every API, every method, and every resource potentially needs to require some form of authorization.
每个API、每个方法和每个资源都潜在需要某种形式的授权。
When no existing method applies, new constructs are added to form a new one with its own color and range.
当现有方法不适用时,将添加新构造,以形成具有自己颜色标识和范围的新方法。
Other parts of the program can then call that method, possibly passing it information in the form of arguments and receiving a result returned by that method.
程序的其他部分可以随后调用这个方法,一般会通过参数的形式传递给这个方法一些信息,然后获取方法返回的结果。
In order to call a method from XSL, that method must first be written and its compiled form placed in the classpath of the application that is performing the XSL transformation.
为了从XSL调用一个方法,必须首先编写那个方法,并将它的已编译形式放在执行xsl转换的应用程序的类路径中。
But it is not, and in the next few steps of our trip we have to mold our data and method call into a form that will allow it to be carried over the network and then used on the other side.
但事实并为如此,并且在以后几步中,我们必须将数据和方法调用铸造成一种形式,它允许在网络上继续该调用,并且可以在另一端使用该调用。
The simplest method is to create a standard form that everyone can fill out and submit either via E-mail or fax, or in person.
最简单的方法是创建一个标准的纸张形式表格,每个人都可以通过电子邮件或者亲自填写该表格。
Method used to maintain the quality, fit, function, and form of the item being shipped.
用于保持所运货物的质量,性能,功能和形状的方法。
First though, I'll give some necessary background with a look at the internal form of class names and the field and method descriptors used by the JVM.
首先将介绍一些必备的背景信息,以使您了解类名称的内部结构及JVM所使用的字段和方法描述符。
Listing 4 shows this code, in the form of an application that takes a pair of command-line arguments giving the class name and method name to be timed.
清单4展示了该代码,它是一个带有两个命令行参数的应用程序,这两个参数分别给出类名和要计时的方法名。
SOMA is a method intended to enable target business processes through the identification, specification and realization of business-aligned services that form the SOA foundation.
SOMA是一种旨在通过从SOA基础标识、指定和实现与业务一致的服务来支持目标业务流程的方法。
Note that the method of the form is GET because performing a search has no side effects, and so GET is safe here.
请注意,该表单的方法是GET,这是因为执行搜索没有副作用,所以GET在这里是安全的。
You should make each different arithmetic function its own action/method/whatevertheframeworkcallsit and you should use the frameworks input validation for the form values (if it has one).
你需要为每一种运算设置单独的动作,或者说方法(每个框架的叫法不一样),而且还要用到框架中的表单验证功能(如果框架提供了这一功能的话)。
JiBX also includes a general extension hook in the form of custom marshal and unmarshal method definitions.
JiBX还包含一个定制数据编组和数据编出方法定义形式的通用扩展挂钩。
<xf:submission method="form-data-post" action="url"/> is the same as <form method="post" enctype="multipart/form-data"> in HTML, and can be handled at the receiving URL in the same way.
<xf:submissionmethod="form-data-post"action="url"/>和HTML中的 <form method="post"enctype="multipart/form-data">相同,可以按同样的方法在收到 URL 时被处理。
First, the form object is instantiated, and its action and method are set.
首先,将form对象实例化,然后设置它的动作和方法。
Data link relies on a single method, link, to tie together input elements on a form and the target object.
Datalink通过一个名为link的方法,来将表单中的input元素和目标对象绑定在一起。
Finally, create an action for each controller called invalid and use the method to inform the user that their form submission was invalid.
最后,为每个控制器创建一个称为invalid的操作,并使用这个方法通知用户提交的表单无效。
The execute() method iterates over the list of validators, invoking the execute() method of each validator whose properties match the given form name and the optional element name.
execute()方法遍历验证器列表,调用每个验证器的 execute() 方法,这些验证器的属性与给定表单的名称和可选元素的名称相匹配。
Web services are often developed based on an existing programming API in the form of method calls, and in this case it's convenient to embed the existing API within the web service.
Web服务经常以方法调用形式基于现有编程API开发,在此情况下,将现有API嵌入到Web服务内的做法将非常方便。
You can create a new submit button on a form and link the button to a method on your Page class using the declaration shown in Listing 2.
可以在表单上创建新的提交按钮并把它链接到page类中的一个方法,使用的声明见清单2。
This opens the code page for the form, and it creates Form1_Load event handler method.
这将打开表单的代码页面,并创建Form 1_load事件处理器方法。
The method code begins by creating the form that contains the business card and text area.
方法代码首先创建包含名片和文本区域的表单。
Once this form is submitted, the script creates a new buzz object and passes the search terms to the object's search() method.
一旦该表单被提交,脚本就会创建一个新的buzz对象,并将搜索条件传递给对象的search() 方法。
The LaunchApp method accepts the path to the application executable and the name of the application form, and returns an object representing the form.
LaunchApp方法接受应用程序可执行文件的路径和应用程序窗体的名称,并返回一个表示该窗体的对象。
After you have gathered form data and the base URL, you submit the AJAX call by using the Dojo library xhrPost method.
收集表单数据和基础url之后,使用dojo库xhrpost方法提交AJAX调用。
The method is POST, and default action submits the form data back to this servlet.
方法是POST,默认的动作把表单数据提交回这个servlet。
应用推荐