单词 | web form | ||||||||||||
释义 | web form
更多释义 收起释义 例句释义: 网页表单,窗体,网站表单 1. Because you used GET for the submission method, the PHP script received this information just as it would from a traditional Web form. 由于使用GET作为submission的方法,PHP脚本就像从传统Web表单中那样接收此信息。 www.ibm.com 2. The report should be in PDF format, we think, though there might be a web form as well. 我们认为报告应该是PDF格式的,虽然也有可能有一个web表单。 www.bing.com 3. With just a little additional work, the input gathered from a Web form can be stored in a database. 只要做些其他的工作,从Web表单里收集的输入就能够存储在数据库中。 www.ibm.com 4. The example application works like this: The user can enter her name on a web form to "say hello" to Seam. 该例子工作如下:用户能在web表单中输入其名字来“问候”Seam。 www.infoq.com 5. In the AJAX example below we will demonstrate how a web page can communicate with a web server online as a user enters data into a web form. 在以下的AJAX范例中,我们将了解到当用户以网页格式输入数据时一个网页是如何与网络服务器连接的。 wenku.baidu.com 6. The user is presented with an initial screen requesting that she enter her e-mail address and select several candidates from a Web form. 开始的时候,用户面前会出现一个屏幕,要求输入用户自己的电子邮件地址,并从一个Web表单中选择几个候选人。 www.ibm.com 7. We've got the data, and now we just need to break it up and put it in its place on the Web form. 我们已经获取数据,现在只需将数据拆开并放入Web表单中相应的位置。 www.ibm.com 8. Then, the server sends data back to your JavaScript code (still standing in for the Web form) which decides what to do with that data. 然后,服务器将数据返回JavaScript代码(仍然在Web表单中),后者决定如何处理这些数据。 www.ibm.com 9. The transform itself is relatively short (less than 230 lines), but can be quickly customized to meet different Web form development needs. 转换文件本身相当简短(不到230行),但是可以快速地进行定制来满足不同的Web表单开发需求。 www.ibm.com 10. In Solution Explorer, right-click the name of your Web site, click Add New Item, and then add a Web Form. 在解决方案资源管理器中,右击网站的名称,单击“添加新项”,然后添加一个“Web窗体”。 msdn2.microsoft.com 1. To do this, in Solution Explorer, right-click the name of the Web site, click Add New Item, and then click Web Form. 为此,在解决方案资源管理器中,右击网站的名称,单击“添加新项”,再单击“Web窗体”。 msdn2.microsoft.com 2. In this case, users would be able to restore a Web form, change some data, and resubmit the form to the Web server. 在本例中,用户可以恢复Web表单、修改一些数据并重新向Web服务器提交表单。 www.ibm.com 3. To validate such a user name, say, in a Web form submitted to your server, you might use a regex such as ^[A-Za-z]. 假定要在提交给您的服务器的Web表格中验证这样的用户名,可以使用类似于^[A-Za-z]的regex。 www.ibm.com 4. Thank you for using the web form and helping us improve communications with you. 感谢您使用我们的互联网模式,还有感谢您帮助我们改善我们之间的沟通。 wenwen.soso.com 5. There are many potential problems to issuing such an e-mail live at the time the user clicks the Submit button on the web form. 当用户点击web窗体上的Submit按钮时实时发送这样的e-mail,会有很多潜在的问题。 www.ibm.com 6. Figure 1 shows a simple four-field web form with title, summary, address, and URL fields and a button to add the article to the database. 图1显示了一个简单的带有标题、摘要、地址和URL四个字段的web表单以及一个将文章加入到数据库中的按钮。 www.ibm.com 7. To get around the Flash bug problem using forms authentication, create a folder and add a Web form to the folder. 为了解决在使用formsauthentication时Flash的Bug,创建一个新的文件夹然后在文件夹里添加一张Aspx页面。 www.cnblogs.com 8. If the header marking the Ajax requests is not present, the user must have clicked the Submit button of the Web form. 如果标记此Ajax请求的头不存在,那么就表明用户一定是单击了Web表单的提交按钮。 www.ibm.com 9. The following code samples assume a Web form application with a ReportViewer control, a button, and a label. 下列代码示例假定一个Web窗体应用程序带有一个ReportViewer控件、一个按钮和一个标签。 msdn2.microsoft.com 10. When added to a Web Form, these controls render browser-specific HTML and script to create a device-independent Web user interface. 当添加到Web窗体时,这些控件将呈现浏览器特定的HTML和脚本,用以创建与设备无关的Web用户界面。 msdn2.microsoft.com 1. Validation controls can be used to validate user input entered in a Web form. 验证控件可用以验证在Web窗体中输入的用户输入。 msdn2.microsoft.com 2. It' offers a Web form for creating tickets and a list functionality to view, delete, and edit tickets. 它提供了一个Web表单,可用于创建罚单以及在列表中查看、删除和编辑罚单。 www.ibm.com 3. Represents a read-only collection of client script blocks that are contained within a Web Form or user control at design time. 表示客户端脚本块的只读集合,这些脚本块在设计时包含在Web窗体或用户控件中。 msdn2.microsoft.com 4. The Administrative Console's Web form for managing JDBC resource providers is shown in Figure 3 below. 下面图3显示了用于管理JDBC资源提供者的AdministrativeConsole的Web表单。 www.ibm.com 5. The wizard automatically recognizes all the accepted parameters of the selected Web form. 向导能够自动识别所选Web表单能够接受的所有参数。 www.ibm.com 6. In practice, you might get this data from a user via a Web form or a supplier as part of a purchase order or invoice. 在实践中,您可能通过Web表单从用户那里获得此数据,也可能通过从供应商的购买订单或发货单中获得此数据。 www.ibm.com 7. The SupportForm3. jsp page (shown in Listing 26) is a modified version of the Web form presented earlier. jsp页面(如清单26所示)是前面提供的Web表单的一个修改版本。 www.ibm.com 8. Because these things were made more assessable in a Web form using REST, many more people were now using their services. 因为这些事物在使用REST的Web形式中可以被做得更具访问性,因此现在更多的人使用它们的服务。 www.infoq.com 9. After the web form is submitted with a city name, Listing 5 uses the Zend_Rest_Client component to send a YQL query to the weather service. 在提交包含城市名称的Web表单以后,清单5使用Zend_Rest_Client组件发送YQL查询到天气服务。 www.ibm.com 10. While deep web information hidden behind the web search box, the user must submit queries in the web form to obtain the information. 深度网络中的信息隐藏在网页搜索框背后,用户必须以向网页表单提交查询词的形式才能获取信息。 www.fabiao.net 1. You are rolling out Web forms applications but do not want to pay excessive license fees to proprietary Web form creation tools. 正在开发Web表单应用程序,但是不想为私有的Web表单创建工具支付高昂的许可证费。 www.ibm.com 2. Hiding behind a Web interface is for cowards -- give users an e-mail address, a phone number, and an easy access Web form. 藏身Web界面之后绝非勇者所为,相反,您应该为用户提供您的电子邮件地址、联系电话和易于访问的Web表单。 www.ibm.com 3. You create a Web Form that contains one label for each of these strings. 您创建Web窗体,每个字符串的包含一个标签。 www.qqi7.com 4. But as Luke Wroblewski says in his Web Form Design book, "No one likes filing in forms. " 但正如LukeWroblewski在他的《网络表单设计》一书中说的那样:“没人喜欢填写表格”。 www.bing.com 5. This tutorial is for Web application developers investigating the XForms Web form processing technology. 这篇教程适用于研究XformsWeb表单处理技术的Web应用程序开发人员。 www.ibm.com 6. Listing 10 actually consists of two parts: a Web form, and the PHP code that processes the input submitted through the form. 清单10实际上由两部分组成:Web表单和PHP代码。PHP代码处理通过表单提交的输入。 www.ibm.com 7. Nothing bad happens if the Web Form contains one server form and any number of tags devoid of the runat attribute. 如果一个WebForm中包含了一个服务器form和任意数量的不含有runat属性的标记不会导致任何错误。 www.cnblogs.com 8. This enables the developer to avoid performance costs associated with server round-trips to update the Web form. 这使开发人员能够避免更新Web表单时与服务器往返周期相关的性能代价。 www.ibm.com 9. Google Maps shows different maps according to the user's address input through a Web form submission on the Web page. GoogleMaps根据通过在网页表单提交中输入的用户地址显示不同的地图。 www.ibm.com 10. They aren't slogging through a Web form to practice their data entry skills. They have clear goals. 他们不是通过一个WEB表单来练习打字速度的苦工,他们有清晰的目标。 1982fj.blog.163.com 1. The Application Installation Wizard uses a Web form to collect information about the application being installed. ApplicationInstallationWizard使用一个Web表单来收集有关正在安装的应用程序的信息。 www.ibm.com 2. To test for orphaned connections and overflowing connection pools, I wrote a sample Web-form application. 为了对孤立连接和发生溢出的连接池进行测试,我编写了一个Web窗体的示例应用程序。 msdn2.microsoft.com 3. Some posts you'll find in Functioning Form include "Web Form Design: British Airways" and "Sign-Up Form Patterns" . 你能在FunctioningForm上找到诸如《英国航空公司网站表单设计》和《用户注册表单模型》之类的文章。 www.bing.com 4. Listing 10 introduces another script that allows users to add new contacts through a Web form. 清单10给出了另外的脚本,让用户能够通过网页表单添加新的联系人。 www.ibm.com 5. All events are processed via this form (no phone, fax etc), so please use the appropriate Web form after reading the following guidelines. 活动上传指南:所有活动均通过此表格形式上传(勿致电、传真等),请于阅读以下指示后上传活动。 www.smartshanghai.com 6. That's not user-friendly. The second busiest web form we've seen would be Photobucket. 这样一点也不友好,Photobucket应该是我们见过的第二拥挤的web表单。 blog.sina.com.cn 7. You can bind to data in a database for any input field that appears on a Web form. 对于出现在Web窗体上的任何输入字段,都可以绑定到数据库中的数据。 msdn2.microsoft.com 8. The former may be attractive if you want to create a test web form for the service. 如果你希望为服务创建一个测试Web表单,那么前者可能更有吸引力一些。 www.infoq.com 9. Users can still enter data in a Web form, click other buttons, even leave the form. 用户仍然可以在Web表单中输入数据,甚至离开表单。 blog.163.com 10. Represents a client script element in a Web Form or user control at design time. 表示设计时Web窗体或用户控件中的客户端脚本元素。 msdn2.microsoft.com 1. To add a data mining control to the application, drag the control from Toolbox onto the Web form design page. 若要将某个数据挖掘控件添加到应用程序,请将该控件从工具箱拖到Web窗体设计页上。 msdn2.microsoft.com 2. Object to add client script elements to a Web Form or user control. 对象将客户端脚本元素添加到Web窗体或用户控件中。 msdn2.microsoft.com 3. 85% of the sites don't use legend and fieldset preferring a simple web-form with as few input fields as possible. 85%的站点更喜欢用尽可能简单的web表单。 blog.sina.com.cn 4. In Microsoft Visual Studio, open a Web site, add an ASP. NET page (Web Form), and switch to Design view. 在MicrosoftVisualStudio中打开一个网站,添加一个ASP.NET页(“Web窗体”),并切换到“设计”视图。 msdn2.microsoft.com 5. Based on a new ontology building method, the semantic model of a Web form was built. 基于一种新型的本体构造方法,对表单建立了语义模型; xblk.ecnu.edu.cn 6. Web form design tip: Remove secondary actions whenever possible. 网上表格设计提示:无论何时都要有的连续的“两个动作”。 www.elanso.com 7. In the Add New Item dialog box, under Visual Studio installed templates, click Web Form. 在“添加新项”对话框中的“VisualStudio已安装的模板”下面,单击“Web窗体”。 msdn2.microsoft.com 8. Under Visual Studio installed templates, select Web Form. 在“VisualStudio已安装的模板”下,选择“Web窗体”。 msdn2.microsoft.com 9. You can set up a Web form and put that in your after-event email to everyone - keep it simple though. 你可以制定一个网络表格,并且在会议结束后发给宾客们,要简洁明了。 www.bing.com 10. Paste the code in Code Illustration 2 to declare variables just below the Web Form Designer Generated Code section. 粘贴代码演示2中的代码来声明WebFormDesignerGeneratedCode一节下的变量。 msdn2.microsoft.com 1. Under Visual Studio installed templates, select Web Form. 在“VisualStudio已安装的模板”下,选择“Web窗体”。 msdn2.microsoft.com 2. You can set up a Web form and put that in your after-event email to everyone - keep it simple though. 你可以制定一个网络表格,并且在会议结束后发给宾客们,要简洁明了。 www.bing.com 3. Paste the code in Code Illustration 2 to declare variables just below the Web Form Designer Generated Code section. 粘贴代码演示2中的代码来声明WebFormDesignerGeneratedCode一节下的变量。 msdn2.microsoft.com 4. Similarly, if you chose to create a Web application, the project offers a Web form item. 同样,如果选择创建Web应用程序,项目将提供一个Web窗体项。 msdn2.microsoft.com 5. To emulate that to some degree, we're going to build a simple PHP script without much regard for how your Web form will be designed. 为了能在一定程度上说明上述情况,我们将会构建一个简单的PHP脚本,而且不过多地考虑Web表单该如何设计。 www.ibm.com 6. Figure 4 illustrates the initial web form and the results of a search. 图4演示了初始页面表单以及搜索结果。 www.ibm.com 7. If multiple server forms are declared in the same Web Form, an exception is thrown. 如果多个服务器端form出现在同一个webform上,将抛出异常。 www.cnblogs.com 8. Application A inserts data into the database based on a Web form and application B reads that data. 应用程序A基于一个Web表单将数据插入数据库,应用程序B读这些数据。 www.ibm.com 9. In Visual Studio, on the design view for the Web form, select the DMClusterView control. 在VisualStudio中,在Web窗体设计视图上选择DMClusterView控件。 msdn2.microsoft.com 10. Figure 1 demonstrates a simple Ajax component that emulates a Web form. 图1演示了一个模拟Web表单的简单Ajax组件。 www.ibm.com 1. Even so, it turns out I make ok money each month just by putting the thoughts in my head in web form. 即便这样,每个月我依旧可以通过把偶的想法发布在互联网上的方式,得到还不错的收入。 www.elanso.com 2. To make the Web form class inherit from a non-default Page class, you just change the base type, as follows. 要使Web窗体类继承非默认的Page类,只需按照如下所示更改基础类型。 msdn2.microsoft.com 3. Class offers only static members for performance and it can be accessed at any time in a given site from a Web Form or Web server control. 类只提供静态成员,可以在任何时候在给定站点中从Web窗体或Web服务器控件访问这些成员。 msdn2.microsoft.com 4. Listing 3 shows a simple Web form containing a element whose value is retrieved from an AddressBean instance. 清单3展示了一个包含一个元素的简单Web表单,该元素的值是从一个AddressBean实例获取的。 www.ibm.com 5. If you write an ASP. NET Web Form application, you can use the Web Forms classes. 如果要编写ASP.NETWeb表单应用程序,可使用Web窗体类。 msdn2.microsoft.com 6. The ASP. NET Web site template creates a Web Form application. ASP.NET网站模板可创建Web窗体应用程序。 msdn2.microsoft.com 7. Or, you can write us using our Web form at Contact Us: Privacy Feedback. 您也可以使用联系我们:隐私反馈中的Web表单给我们写信。 office.microsoft.com 8. Please visit the confirmation link below and fill-out our short 30 second Secure Web-Form. 请访问下面的确认链接并填写30秒钟短的安全网络表格。 dzh.mop.com 9. So why don't organizations care more about Web form design? 那我们为什么不多关注一下WEB表单设计呢? 1982fj.blog.163.com 10. How do web form design patterns look like in modern web-sites? 页面表单设计样式怎么样才符合现代化的网站? blog.sina.com.cn 1. Then, all you have to do to edit the Web Form is use the Smart Tag to check the Enable Editing checkbox (see Figure 3 ). 然后,您为编辑该Web窗体而必须完成的所有工作就是,使用智能标记来选中“EnableEditing”复选框(参见图3)。 wjbwjb143.blog.163.com 2. You can confirm the attendance by e-mail, fax, Web form and phone. 您可以通过传真,邮件,电话等方式报名。 www.reliasoft.cn 3. The user enters one or more query terms on a Web form and clicks Submit. 用户在Web表单内输入一个或多个查询条件并单击Submit。 www.ibm.com 4. QUESTION 1You create a Web Form that allows users to create a new account. 您创建Web窗体,允许用户创建一个新帐户。 www.qqi7.com 5. Get whatever data you need from the Web form. 从Web表单中获取需要的资料。 www-128.ibm.com 6. Uses of forms, based on Luke Wroblewski's Web Form Design: Filling in the Blanks. 表单的作用,基于LukeWroblewski的《web表单设计:点石成金的艺术》。 www.bing.com 7. Listing 4 begins by displaying a web form for the user to enter one or more search terms. 清单4首先显示一个web表单,以便用户输入一个或多个搜索条件。 www.ibm.com 8. Figure 11 illustrates the web form generated by Listing 12, with some sample input. 图11演示了清单12生成的web表单,带有一些示例输出。 www.ibm.com 9. Safari 2. 0 Help: Why do some items in a web form appear in yellow? Safari2.0Help:为何Web表单中的一些项目显示为黄色? docs.info.apple.com 10. Provide a custom Web form so that users can log on using the low-privileged domain account. 提供一个自定义Web窗体,以便用户可以使用低特权域帐户登录。 msdn2.microsoft.com 1. The first style uses a mini-Web form to conduct a search on one or more information sources. 第一种风格使用迷你表单构造对一个或多个信息源的搜索。 www.ibm.com 2. Have a web form on his end where he can enter a customer's redeemed coupon code to validate it. 有一个关于他的结局网页表单,他可以输入客户的赎回优惠券代码来验证它。 www.bing.com 3. To complete a web form, open the webpage and click the AutoFill button in the address bar. 要完成一个Web表单,请打开网页,并在地址栏中点按“自动填充”按钮。 docs.info.apple.com 4. The SupportBean class (in Listing 19) is a simple bean containing several properties that are bound to the elements of the example Web form SupportBean类(见清单19)是一个简单的bean,包含一些和示例Web表单的元素绑定的属性 www.ibm.com 5. Listing 6 shows the codebehind file for the ASP. NET Web form written in Visual Basic. 清单6显示了用VisualBasic写的ASP.NETWeb窗体的codebehind文件。 www.ibm.com 6. A Web form does not submit a user name and a password to a Web server in Internet Explorer 6 用户名和密码不Web表单不提交给Web服务器在InternetExplorer6 support.microsoft.com 7. Screen capture of a web form to interactively add a blog post to Wordpress. com 用于交互式地向Wordpress.com添加博客文章的一个web表单屏幕截图 www.ibm.com 8. Have you ever submitted a resume for a job via email or a web form? 你是否曾通过电子邮件或者网页投送过简历? www.bing.com 9. Windows 2000 Security Patch: Malformed Web Form Submission Vulnerability Windows2000安全修补程序:不良的Web窗体提交漏洞 www.microsoft.com 10. The code example shows a typical Web form containing a 该代码示例还显示了一个包含 msdn2.microsoft.com 1. A Web form does not submit a user name and a password to a Web server in Internet Explorer 6 用户名和密码不Web表单不提交给Web服务器在InternetExplorer6 support.microsoft.com 2. You create a Web form that allows users to post trackbacks to any blog that supports them. Listing 5 demonstrates 您将创建一个Web表单,允许用户向提供支持的博客发布trackback。 www.ibm.com 3. Screen capture of a web form to interactively add a blog post to Wordpress. com 用于交互式地向Wordpress.com添加博客文章的一个web表单屏幕截图 www.ibm.com 4. Have you ever submitted a resume for a job via email or a web form? 你是否曾通过电子邮件或者网页投送过简历? www.bing.com 5. Windows 2000 Security Patch: Malformed Web Form Submission Vulnerability Windows2000安全修补程序:不良的Web窗体提交漏洞 www.microsoft.com 6. The code example shows a typical Web form containing a 该代码示例还显示了一个包含 msdn2.microsoft.com 7. Double-click on the component to place it on the Web form in the 双击该组件以将其放置在 www-128.ibm.com 8. know the link between a web form input and a domain model property 知道Web表单输入和域模型属性之间的联系 www.infoq.com 9. Routing All Tracing Output to the Web Form 将所有跟踪输出传送到Web窗体中 msdn2.microsoft.com 10. Web Form Design: Filling in the Blanks 《互联网表单设计:在空格处填写》是本不错的参考。 www.bing.com 1. Analysis on Web Form State Management Based on Client 基于客户端的Web窗体状态管理分析 www.ilib.cn 2. A Survey on Web Form's Reference Quality of Provincial Public Libraries in China 我国省级公共图书馆网络表单问题回答质量调查 www.ilib.cn 3. Listing 5: A Web form to interactively set a trackback 清单5:通过交互的方式设置trackback的Web表单 www.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。