网站首页  词典首页

请输入您要查询的英文单词:

 

单词 hidden field
释义

hidden field

美 
英 
  • un.隐式字段
  • 网络隐藏域;隐藏栏位;隐藏字段
un.
1.
隐式字段

例句

释义:
1.
A hidden field does not render visibly in the browser, but you can set its properties just as you can with a standard control.
隐藏域在浏览器中不以可见的形式呈现,但您可以就像对待标准控件一样设置其属性。
msdn2.microsoft.com
2.
The method updates the ticket counter and makes sure the new page response contains the hidden field with the up-to-date ticket.
该方法更新票证计数器,并确保新页面响应包含带有最新票证的隐藏字段。
msdn2.microsoft.com
3.
Without the hidden field (see Figure 1), the refresh machinery has no way to detect if the next postback is a refresh or a submit.
如果没有隐藏字段(参见图1),刷新机制将无法检测下一个回发是刷新还是提交。
msdn2.microsoft.com
4.
During the subsequent request, this data is submitted back in a hidden field on the page.
在后续请求期间,此数据被提交回页的隐藏字段中。
msdn2.microsoft.com
5.
If the amount of data in a hidden field becomes very large, some proxies and firewalls will prevent access to the page that contains them.
如果隐藏域中的数据量过大,某些代理和防火墙将阻止对包含这些数据的页的访问。
msdn2.microsoft.com
6.
The values are then passed as a variable to a hidden field when subsequent requests are processed.
这些值在后面的请求处理中作为变量传递给隐藏的字段。
msdn2.microsoft.com
7.
A hidden field acts as a repository for any page-specific information that you want to store directly in the page.
隐藏域可用作一个储存库,您可以将希望直接存储在页中的任何特定于页的信息放置到其中。
msdn2.microsoft.com
8.
You can manually encrypt and decrypt the contents of a hidden field , but doing so requires extra coding and overhead .
您可以手动加密和解密隐藏域的内容,但这需要额外的编码和开销。
www.bing.com
9.
Although the information in a hidden field is not displayed , users can see the contents of the control by viewing the page's source .
虽然不显示隐藏字段中的信息,但用户可通过查看页面的源来查看此控件的内容。
www.bing.com
10.
The hidden field values that were sent back to the Web server can be replaced with content-binding to those context parameters.
发送回Web服务器的隐藏字段值可以用与那些上下文参数的内容绑定来替换。
msdn2.microsoft.com
1.
When the form is not editable, the parameter is still present, thanks to the hidden field.
当表单是不可编辑的,由于有一个隐藏域,这个参数仍然会出现。
www.ibm.com
2.
The ASP. NET page generates the ticket just before the response is generated and stores it in a custom hidden field sent to the browser.
ASP.NET页面在生成响应之前生成票证,并将其存储在一个自定义的隐藏字段中发送给浏览器。
msdn2.microsoft.com
3.
The information in the hidden field can be seen if the page output source is viewed directly, creating a potential security issue.
如果直接查看页输出源,可以看到隐藏域中的信息,这导致潜在的安全性问题。
msdn2.microsoft.com
4.
The event handler takes the contents of the text box and stores it in the hidden field on the Web page.
该事件处理程序获取文本框的内容,并将它存储在网页上的隐藏字段中。
technet.microsoft.com
5.
By default, view state data is stored on the page in a hidden field and is encoded using base64 encoding.
默认情况下,视图状态数据存储在页上的隐藏字段中,并使用Base64编码进行编码。
msdn2.microsoft.com
6.
By calling the method, among other things you add the hidden field with the current request ticket to the page response.
通过调用该方法,除了可以添加其他信息外,还可以将带有当前请求票证的隐藏字段添加到页面响应中。
msdn2.microsoft.com
7.
View state is stored in a hidden field in an encoded format.
视图状态以编码格式存储在隐藏字段中。
msdn2.microsoft.com
8.
First, the helper puts in a hidden field with the initial value of the toggle.
首先,该助手将插入带有toggle初始值的隐藏字段。
www.ibm.com
9.
That click sends the Ajax request to the server, the server returns current progress status, and the hidden field is updated.
点击行为将Ajax请求发送给服务器,服务器返回当前的进度状态,隐藏的域也会随之更新。
www.ibm.com
10.
Represents a hidden field used to store a non-displayed value.
表示用于存储非显示值的隐藏字段。
msdn2.microsoft.com
1.
Contains the source identifier to use to render the hidden field for the postback source.
包含源标识符,该标识符用于呈现回发源的隐藏字段。
msdn2.microsoft.com
2.
Select to create a hidden field that contains automatically incremented data from the database.
选择此选项可以创建包含数据库中自动递增数据的隐藏字段。
technet.microsoft.com
3.
To prevent this problem, you can specify the maximum amount of data to store in a view state hidden field.
为避免出现此问题,可以指定视图状态隐藏字段中存储的最大数据量。
msdn2.microsoft.com
4.
Writes the markup for a hidden field to the output stream.
将隐藏字段的标记写入到输出流中。
msdn2.microsoft.com
5.
The main difference is that the action parameter is passed by using an HTML hidden field element rather than in a Faces parameter.
主要区别在于,行为参数是通过使用一个HTML隐藏域元素来传递的,而不是在Faces参数中。
www.ibm.com
6.
The extraction rule will capture the hidden field values in the context of the Web test.
提取规则将在Web测试的上下文中捕获隐藏字段值。
msdn2.microsoft.com
7.
Contains the identifier to use to for the hidden field for the postback argument.
包含供回发参数的隐藏字段使用的标识符。
msdn2.microsoft.com
8.
By default, all view state information is stored in a single hidden field in the page.
默认情况下,所有视图状态信息都存储在页内的单个隐藏字段中。
msdn2.microsoft.com
9.
That handler changes the value of the hidden field back and forth, based on the opposite of the current value.
该处理程序将基于当前值的相反值来回更改隐藏字段的值。
www.ibm.com
10.
Allows server controls to automatically register a hidden field on the form.
使服务器控件能够在窗体上自动注册隐藏字段。
msdn2.microsoft.com
1.
Renders hidden field text for a control.
呈现一个控件的隐藏字段文本。
msdn2.microsoft.com
2.
The best defense here is to make the hidden field contain inert and harmless information.
此时,最好的防御就是让隐藏域包含惰性和无害的信息。
msdn2.microsoft.com
3.
The hidden field does not support rich data types.
隐藏域不支持复杂数据类型。
msdn2.microsoft.com
4.
Object is used to maintain the state in a hidden field on the page.
对象将状态保存在网页上的隐藏字段中。
msdn2.microsoft.com
5.
You can use a hidden field only on pages that are submitted to the server.
只能在提交到服务器的页上使用隐藏域。
msdn2.microsoft.com
6.
Now the value of the hidden field can be updated by using Ajax.
现在这个隐藏域中的值可以通过使用Ajax进行更新。
www.ibm.com
7.
Using the HttpMethodOverride helper method, the framework can emit a special hidden field to simulate REST verbs when making AJAX calls.
通过使用HttpMethodOverride方法,框架会生成一个特殊的隐藏字段,以便在AJAX请求中模拟RESTverbs。
www.infoq.com
8.
In our example, it is returned by the client when the user selects an entry from the task list, where tkiid is stored as a hidden field.
在我们的示例中,当用户从任务列表中选择一项时,作为隐藏的字段存储tkiid,然后由客户机返回它。
www.ibm.com
9.
View state is maintained as a hidden field in the page.
视图状态作为页中的隐藏域来进行维护。
msdn2.microsoft.com
10.
The hidden field can be tampered with.
隐藏域可以被篡改。
msdn2.microsoft.com
1.
It is easy for a malicious user to see and modify the contents of a hidden field.
恶意用户可以很容易地查看和修改隐藏域的内容。
msdn2.microsoft.com
2.
A single name-value pair is added for every text box, password, or hidden field.
单个名称-值会针对每个文本框、密码和隐藏字段添加。
www.ibm.com
3.
Property of Page will always be saved in the hidden field on the Web page.
属性中的视图状态数据将始终保存在网页上的隐藏字段中。
msdn2.microsoft.com
4.
Put each item in a separate hidden field.
将每个项放置在单独的隐藏域中。
msdn2.microsoft.com
5.
Store data in a hidden field on a page.
在页上的隐藏字段中存储数据。
msdn2.microsoft.com
6.
If a hidden field becomes too large, some proxies and firewalls will prevent the page from being posted.
如果隐藏字段太大,一些代理和防火墙将阻止发送此页。
msdn2.microsoft.com
7.
Writes a hidden field with the given name and value.
使用给定的名称和值编写隐藏字段。
msdn2.microsoft.com
8.
State information that is written as a hidden field, such as the form that is currently active or the pagination information for a form.
作为隐藏字段写入的状态信息,例如当前活动的窗体,或者窗体的分页信息等。
msdn2.microsoft.com
9.
A string that defines the EVENTTARGET hidden field in the rendered page.
一个定义呈现的页中的EVENTTARGET隐藏字段的字符串。
msdn2.microsoft.com
10.
The hidden field is stored and read from the page.
隐藏域在页上存储和读取。
msdn2.microsoft.com
1.
Gets or sets the value of the hidden field.
获取或设置隐藏字段的值。
msdn2.microsoft.com
2.
The value of edit_mode is also stored in a hidden field of the form.
edit_mode的值也会被存储在表单的一个隐藏域中。
www.ibm.com
3.
This property registers the hidden field only when the control that is registering the field is inside an T: System. Web. UI.
仅当记录该字段的控件存在于将被更新的控件中时,该属性才指向隐藏的字段。
www.1x1y.com.cn
4.
Listing 10 shows the first field of the form, which is an input box if edit_mode is true or a hidden field if edit_mode is false.
清单10显示的是表单的第一个域,如果edit_mode是true,它就是一个输入框;如果edit_mode是false,它就是一个隐藏域。
www.ibm.com
5.
Creates a hidden field that is used to store a non-displayed value.
创建一个用于存储非显示值的隐藏字段。
msdn2.microsoft.com
6.
Since view state is sent as a hidden field, changes to view state can be made until the
由于视图状态是作为隐藏字段发送的,因此直到发生
msdn2.microsoft.com
7.
It is possible to change this by adding a hidden field to the search module, here's how:
通过在搜索模块中增加一个隐藏的字段可以改变这一点,方法如下:
blog.sina.com.cn
8.
Class; collects all hidden field parameters and stores them into the
类,收集所有隐藏字段参数并将它们存储到
www-128.ibm.com
9.
JSP scriptlet for a hidden field with
为隐藏字段定义一个以
www-128.ibm.com
10.
To pass information from server code to client script, you can create a hidden field programmatically using the
若要从服务器代码向客户端脚本传递信息,可以使用
msdn2.microsoft.com
1.
Is inserted for the first hidden field,
默认情况下,对于第一个隐藏字段,插入,
msdn2.microsoft.com
2.
Add a hidden field to a form
将隐藏域添加到表单
office.microsoft.com
3.
PHP Event Mechanism Based on Hidden Field
利用隐藏域实现PHP页面的事件机制
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/14 2:13:28