确保表单数据与现有的数据记录不冲突。
Ensure that the form data doesn't conflict with existing data records.
清单2展示了这个表单数据提供程序接口。
企业应用程序接收表单数据实例以进行处理。
The enterprise application receives the forms data instances for processing.
这允许生成的连接器在运行时用于提交的表单数据。
This allows a generated connector to be used at runtime for submitted forms data.
运行表单应用程序,使表单数据与服务器同步以进行处理。
Run the forms application and sync the forms data to the server for processing.
本节还将解释如何正确地编码表单数据以将它提交给服务器。
This sections also explains how to encode the form data properly to submit it to the server.
例如:假设您有一个表单,它使用ssl来加密所有表单数据。
Here's an example: suppose you have a form which USES SSL to encrypt all form data.
W3C针对表单数据的表示和采集提出了X Forms标准。
The W3C has developed the XForms standard for the presentation and collection of form data.
尽管它们对于表单数据和交互非常合适,但是不太适合维护状态。
While they are very good for form data and interaction, they are not very good for state.
任何逻辑,你希望表单数据被推倒后台代码变量可以在这里完成。
Any logic where you want the form data to be pushed to behind code variables can be done here.
该脚本容易受跨站点脚本攻击,因为它盲目输出所提交的表单数据。
This script is vulnerable to cross-site scripting attacks because it blindly prints out submitted form data.
在本系列中,表单数据会存储于数据存储库中,而非直接打印出来。
In this article, the form data will be stored in the data repository, instead of being printed.
表单数据提交后,根据内置到表单的验证标准对表单数据进行验证。
After the forms data is submitted, the forms data is validated according to the validation criteria built into the form.
W3C为满足表示和收集表单数据的需要开发了XForms标准。
The W3C developed the XForms standard for the presentation and collection of form data.
JSF框架处理一个典型的、发布表单数据的请求要经过六个阶段。
When processed by the JSF framework, a typical request that posts some form data goes through six phases.
表单数据涵盖了从费用报告到调查再到缺陷报告等各类数据。
Forms data can range from expense reports, to surveys, to defect reports.
最后,您学习了如何处理表单数据,提供基于表单输入的服务器端验证。
Finally, you learned how to handle form data, providing server-side validation based on form input.
在提交表单数据后,此函数返回一个对xhr对象的引用(见清单8)。
After submitting the form data, the function returns a reference to the XHR object (see Listing 8).
清单9显示了对页面表单进行迭代的代码,以将表单数据提交给服务器。
Listing 9 shows the code that iterates over the forms of the page, submitting their data to the server.
表单数据与服务器同步后,这些数据在employee表中进行处理。
After the form data has been synchronized to the server, it is processed into the EMPLOYEE table. The new entry is shown in the EMPLOYEE table of the SAMPLE database.
如果你设置允许浏览器保存你的密码或表单数据,这也会存在你的电脑上。
If you've asked your browser to remember your passwords or form data, that's stored on your computer too.
您可以创建这样一个双向表单:只有交互中的一个用户能够访问表单数据。
You might create a two-way form that contains data to which only one user in the interaction should be privy.
PDF和XML体系结构干净地分开了表单模板和表单数据,如图1所示。
The PDF and XML architectures cleanly separate the form template and form data, as shown in Figure 1.
在本文中,您将学习如何构建线程安全的数据存储库来自动保存表单数据。
In this article, you'll learn how to build a thread-safe data repository for keeping auto-saved form data.
在下一个设备同步过程中,将可用的表单数据实例发送到服务器以进行处理。
During the next device synchronization, the available forms data instances are sent to the server for processing.
该服务提供了通过REST服务来以结构化的格式存储和管理表单数据的功能。
It provides the capability to store and manage form data in a structured format through REST services.
可以通过ActionFor m内的附加方法来访问JSP对象内的表单数据。
You access the form data in the JSP object using accessory methods found in ActionForm.
服务器通过向Web服务器返回包含表单数据的JSONObject进行响应。
The server responds by returning a JSONObject containing the form data to the Web browser. Figure 6 shows an example server response from the AutoPopulateServlet Servlet.
它呈现一个表单,将表单数据提交给关系型更新数据源,并显示更新状态。
It renders the form, submits the form data to a relational update feed, and displays the update status.
当表单数据有效时,表单数据实例排队并等待发送到服务器(当与服务器建立连接时)。
When the forms data is valid, the forms data instance is queued and waits to be sent to the server (when a connection to the server is made).
应用推荐