门户网站和非门户网站的区别?
门户网站和非门户网站有什么区别?
What is the difference between portal and non-portal web pages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
门户网站和非门户网站有什么区别?
What is the difference between portal and non-portal web pages?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
门户是一个网关页面,它提供了许多不同(且仅有轻微相关)内容的摘要以及获取完整版本(链接)的方法。以BBC、Yahoo! 和 MSN 主页。门户旨在设置为您的主页,并成为您在网络上执行的几乎所有操作的起点。
非门户网站……没有。
A portal is a gateway page that provides a summary to lots of different (and only lightly related) things along with a way of getting the full version (links). Take for example, the BBC, Yahoo! and MSN homepages. A portal is designed to be set as your homepage and be the starting point for just about everything you do on the web.
A non-portal … doesn't.
门户页面是通过一种机制来定义的,用于布局 portlet 以形成页面。 Portlet 是生成页面片段的标准方法。您可以将 portlet 视为适合生成页面片段而不是整个页面的 servlet。
门户页面到底使用什么机制进行布局取决于门户。不幸的是,没有这方面的标准。这可能不能很好地回答您的问题,但是如果不知道用于生成页面的门户产品/项目,则几乎不可能回答。这至少是门户的问题之一。
a portal page is defined by a mechanism to lay out portlets to form a page. portlets are a standard way of generating page fragments. you can think of portlets as servlets that suitable for generating a page fragment instead of an entire page.
exactly what mechanism the portal page uses for layout depends on the portal. unfortunately there is no standard for that. this probably doesn't answer your question very well, but it's almost impossible to answer without knowing that portal product / project that is used to generate the page. and that's at least one of the problems with portals.
在一些系统中,“门户”页面是指通过内容管理系统发布的页面。
“非门户”页面将是编程页面而不是发布页面。
In some systems a "Portal" page refers to a page that is published through a content management system.
A "Non-Portal" page would then be a programmed rather than a published page.
简单来说,门户网页是来自来源的网页片段的聚合,而非门户页面大多是单一来源拥有的完整网页。
In think, in simple terms portal web page is aggregation of web page fragments coming from sources where as non-portal page is mostly complete web page owned by single source.