• The parse will fail if you receive HTML from a form login or an HTML error page from the server.

    如果接收到来自表单登录HTML个来自服务器的HTML错误页面那么解析就会失败

    youdao

  • It allows you to send your partially ready HTML response to the browser so that the browser can start fetching components while your backend is busy with the rest of the HTML page.

    允许发送浏览器部分准备好的HTML响应以便浏览器可以开始提取组件你的后端忙于html其余部分。

    youdao

  • YQL includes an HTML utility table, which you can use as a filter to scrape specific pieces of data from an HTML page.

    YQL包含html实用工具可以它作为过滤器一个html页面挖出特定数据

    youdao

  • Rather than put that information into the Hypertext Markup Language (HTML) of the page in any old way, add some standardized HTML tags and Cascading Style Sheet (CSS) class names.

    过去方法这些信息放置在页面超文本标记语言(HTML),微格式摒弃了这种做法,而是添加一些标准化HTML标记层叠样式(CSS)名。

    youdao

  • Now you can perform more actions, like changing the HTML structure of the HTML page.

    现在可以执行更多操作例如更改html页面HTML结构

    youdao

  • The spider scoops up the HTML for each page, noting links to other pages so it can come back to collect the HTML of those pages later.

    爬行收集每个页面HTML并记录到其他页面链接这样以后它就可以收集这些页面的HTML

    youdao

  • If the output format was not HTML, then an HTML page that references the report output will be returned.

    如果输出格式不是HTML那么返回引用报告输出的html页面

    youdao

  • If the HTML wrapper has been provided, you can just configure that HTML page for testing as explained in the steps for the recording process under the hands-on exercise.

    如果HTML包装器已经提供仅仅需要按照简易练习记录过程步骤配置用来测试HTML页面即可。

    youdao

  • HTML and CSS: the first thing you need to know to build any web site is HTML (the page markup that makes up web pages) and CSS (the style information that makes that markup look pretty).

    HTMLcss开发网站第一知道事情就是HTML(网页就是由它组成的)和CSS(一种外观更好看的样式标记)。

    youdao

  • When you produce HTML, for example, the link becomes a link to the appropriate HTML page or anchor within the page.

    比如这个链接会转换适当HTML页面页面的链接。

    youdao

  • A simple way to do this is with a function, defined in the HTML head element of a Web page, that USES the id attributes of HTML elements, as shown in Listing 1.

    简单实现方法利用一个函数这个函数在web页面HTMLhead元素定义使用HTML元素id属性进行绑定,如清单1所

    youdao

  • If you look at the body of the HTML page near the bottom of the listing, you see that this header is literally in a header tag-one of the new HTML elements in HTML 5.

    如果查看清单3底部附近HTML页面主体,您将看到这个标题实际上位于header标记中—这HTML5中的一个HTML元素

    youdao

  • Convert each link in each HTML page in this manner, and your application navigation will start to work between the Tapestry and dynamic pages, rather than your static HTML templates.

    这种方式把每个HTML页面中的每个链接进行转换然后应用程序导航Tapestry动态页面之间开始工作不是在静态HTML模板之间。

    youdao

  • To test that this script works, you will build an HTML export page that USES the getResults function to read the file, then outputs the data as a series of HTML tables.

    为了测试这个脚本作用构建一个HTML导出页面使用getresults函数读取文件然后一系列html的形式输出数据

    youdao

  • Finally, check to see if the request made was a form post or a file upload, in which case you output the data as a valid HTML page with the JSON-encoded output contained in a HTML element.

    最后查看请求表单post还是文件上传这种情况下输出数据作为一个有效html页面,该页面的元素含有json格式编码的输出。

    youdao

  • HTML generator mode: The -w option can generate an HTML documentation page for anything pydoc can document.

    HTML生成器模式- w选项对于pydoc可以归档的任何文档都生成HTML文档页面

    youdao

  • HTML is how programmers start to work on a Web page; HTML is often the last thing they do as they finish up an application or site, and tweak that last bit of placement, color, or style.

    HTML程序员开始Web页面打交道的方式;html通常他们完成应用程序站点最后一步——调整一些布局颜色或样式。

    youdao

  • To get an array of all the matching HTML elements in a page, you can simply pass the HTML tag itself, without the braces, into the jQuery search field.

    获取一个页面所有匹配HTML元素数组仅需HTML标记(带括号)传递jQuery搜索字段。

    youdao

  • You can't just load an HTML page using simplexml_load_file , however, as even valid HTML isn't XML.

    但是不能使用simplexml_load _ file加载html页面因为即使是有效HTML,它仍然不是xml

    youdao

  • WebSphere Portal exploits relative URLs by including the pre-serialized base state into the head of the HTML page using the HTML base tag; the concrete relative URL contains the state delta only.

    WebSpherePortal通过预先序列化的状态包含使用html标记html中;具体相对url包含状态增量

    youdao

  • Next, you need some HTML elements with id attributes, defined in the HTML body element of a Web page, as shown in Listing 2.

    接下来需要web页面HTMLbody元素定义一些具有id属性HTML元素如清单2所

    youdao

  • It assumes that you are aware of what an HTML element or tag is, what an attribute means, the basic syntax of HTML markup, the general structure of a Web page, and so on.

    假定知道什么HTML元素标记属性表示什么、HTML标记基本语法web页面常规结构等等

    youdao

  • Because the default template engine for Apache Click is Apache Velocity, the HTML file will be similar to a normal, static HTML page.

    因为ApacheClick默认模板引擎ApacheVelocity,HTML文件一般静态HTML页面相似

    youdao

  • Speaking of HTML, look at the HTML necessary for the actual Web page, shown in Listing 5.

    说道HTML看看实际Web页面所需 HTML如清单5

    youdao

  • Therefore, if you want to test any other application, you can use the same HTML page by changing the.swf file name or create another HTML page.

    因此如果测试任何其它应用程序,您可以通过更改. swf文件名称或者创建另一个HTML页面使用相同html页面。

    youdao

  • Now that you have a new static web project and an HTML page, it's time to add an input control to the HTML page.

    现在已经有静态web项目html了,时候html中添加一个输入控件了。

    youdao

  • NET page has 2 parts, one is the page which is displayed on the browser which has HTML tags, hidden values in form of viewstate and data on the HTML inputs.

    任何ASP.NET页面2个部分一个显示浏览器页面,HTML标记viewstate形式隐藏HTMLinputs上的数据

    youdao

  • This HTML code contains an element that displays a URL to a static html page containing the message that dynamically appears within the marquee.

    HTML代码包含元素,它显示静态 HTML页面URL,页面包含滚动字幕中动态显示消息

    youdao

  • Once you are comfortable with the basics of authoring HTML, you may want to learn how to add a touch of style using CSS, and to go on to try out features covered in my page on advanced HTML.

    掌握HTML基础,您可能会学习如何使用CSS添加一个样式与及HTML》学习更多,体验更多HTML特性

    youdao

  • To make the XML data visible on the HTML page, you must "bind" the data Island to an HTML element.

    为了使XML数据HTML页面可见必须数据绑定一个HTML元素中

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定