WO2017101416A1 - 一种用于多端内容发布的设备、系统及方法 - Google Patents

一种用于多端内容发布的设备、系统及方法 Download PDF

Info

Publication number
WO2017101416A1
WO2017101416A1 PCT/CN2016/089535 CN2016089535W WO2017101416A1 WO 2017101416 A1 WO2017101416 A1 WO 2017101416A1 CN 2016089535 W CN2016089535 W CN 2016089535W WO 2017101416 A1 WO2017101416 A1 WO 2017101416A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
client
sections
request
presentation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2016/089535
Other languages
English (en)
French (fr)
Inventor
邹磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Le Holdings Beijing Co Ltd
LeTV Information Technology Beijing Co Ltd
Original Assignee
Le Holdings Beijing Co Ltd
LeTV Information Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Le Holdings Beijing Co Ltd, LeTV Information Technology Beijing Co Ltd filed Critical Le Holdings Beijing Co Ltd
Priority to US15/243,070 priority Critical patent/US20170169792A1/en
Publication of WO2017101416A1 publication Critical patent/WO2017101416A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • Embodiments of the present invention relate to information technology, and in particular, to an apparatus, system, and method for multi-end content distribution.
  • FIG. 1 is a schematic diagram of a conventional multi-end content distribution method. As shown in FIG. 1 , since the software and hardware structures of the PC 110, the mobile terminal 120, and the TV 130 are different, the PC publishing module 210, the mobile terminal publishing module 20, and the TV publishing module 230 are deployed in the server 200 to respectively target the PC 110. The mobile terminal 120 and the TV 1 30 issue corresponding page information.
  • the operation and maintenance personnel need to separately maintain these release modules, and repeat the work.
  • the operation and maintenance personnel need to separately perform maintenance on the above three publishing terminals.
  • the workload is large.
  • the above-mentioned multi-end content distribution method involves a page content structure adjustment, and the upgrade period is long, because the page layout of each terminal is written in the server for the publishing module of each terminal, if the module is involved Adjustment, you need to re-release the version, seriously affecting the normal content operation work.
  • An object of the embodiments of the present invention is to provide a device, a system, and a method for publishing a multi-end content.
  • the page is structured into a section, the page data is structured, and the page is displayed in a display style, and the page is output to each terminal, thereby operating. People only need to maintain the contents of the section, and the sections can be reused in multiple pages sent to multiple ends to simplify maintenance.
  • an embodiment of the present invention provides an apparatus for multi-end content distribution, where the apparatus includes: receiving means, configured to receive a page request from a client, the page request includes a type of the client; and processing The device is configured to: determine one or more page sections in the requested page according to the page request; determine a data source of the one or more page sections; and determine the type according to the type of the client a presentation style of one or more page sections; and encapsulating display styles and data sources determined for all page sections within the request, and sending the packaged presentation styles and data sources to the client.
  • the encapsulating the presentation styles and data sources determined for all page sections within the request includes encapsulating the presentation styles and data sources determined for all page sections within the request into a JSON format.
  • the page request may also include information about the screen size and/or operating system of the client; the processing device may also be configured to be based on a screen size and/or an operating system related to the client. Information that determines the presentation style of the one or more page sections.
  • the presentation style may include one or more of the following: shape, width, height, and picture display effect of the layout.
  • the embodiment of the present invention further provides a multi-end content distribution system, the system includes: the foregoing device for multi-end content distribution; and a client, configured to: send the page request; receive the response in response to the page The encapsulated presentation style and data source of the request; and rendering and displaying the page according to the encapsulated presentation style and data source.
  • an embodiment of the present invention further provides a method for multi-end content distribution, which is Included: receiving a page request from a client, the page request including the type of the client; determining one or more page sections in the requested page according to the page request; determining data of the one or more page sections Determining a presentation style of the one or more page sections according to the type of the client; and encapsulating the presentation style and data source determined for all page sections in the request, and encapsulating the display style and The data source is sent to the client.
  • the encapsulating the presentation styles and data sources determined for all page sections within the request includes encapsulating the presentation styles and data sources determined for all page sections within the request into a JSON format.
  • the page request may further include information about a screen size and/or an operating system of the client; the determining a display style of the one or more page sections according to the type of the client includes Determining a presentation style of the one or more page sections based on the type of the client and information about a screen size and/or an operating system of the client.
  • the presentation style may include one or more of the following: shape, width, height, and picture display effect of the layout.
  • the page is divided into sections, the page data is in a structured form, and the section is matched with the display style, and the page is output to each terminal, so that the operator only needs to maintain the content in the section, and the section can be sent to multiple ends. Multiple page re-uses to simplify maintenance.
  • FIG. 1 is a schematic diagram of a conventional multi-end content distribution method
  • FIG. 2 is a schematic structural diagram of a system for multi-end content distribution provided by the present invention.
  • FIG. 3 is a schematic diagram of a page including a plurality of page sections
  • FIG. 4 is a schematic diagram of a multi-end content distribution manner provided by the present invention.
  • FIG. 5 is a flowchart of a multi-segment content publishing method provided by the present invention.
  • FIG. 2 is a schematic structural diagram of a system for multi-end content distribution according to an embodiment of the present invention. As shown in FIG. 2, the embodiment provides a system for multi-end content distribution, where the system includes: the foregoing device for multi-end content distribution, the device can be implemented in the server 200; and the client 100.
  • the device for multi-end content distribution includes: a receiving device 240, configured to receive a page request from a client, the page request includes a type of the client; and a processing device 250, configured to perform the following operations: according to the page Requesting to determine one or more page sections within the requested page; determining a data source (eg, picture, text, animation, audio, video, etc.) of the one or more page sections; depending on the type of the client, Determining a display style of the one or more page sections (eg, the shape, width, height, and image display effect of the section (eg, horizontal) Scrolling or scrolling vertically)); and packaging the presentation styles and data sources determined for all page sections within the request, and sending the packaged presentation styles and data sources to the client 100.
  • a receiving device 240 configured to receive a page request from a client, the page request includes a type of the client
  • a processing device 250 configured to perform the following operations: according to the page Requesting to determine one or more page sections within the requested page; determining
  • the client 100 is configured to: send the page request; receive a packaged presentation style and a data source in response to the page request; and render the page according to the encapsulated presentation style and data source And show.
  • each section is determined by the data and display style of the section.
  • the section can be multiplexed in the pages sent to different terminals, and the staff only needs to adjust one data source to send to different The data in the page of the terminal is adjusted, and it is no longer necessary to separately adjust the data source in the publishing module of each terminal.
  • the requested page may be as shown in FIG. 3, and includes three page sections a, b, and c for displaying advertisements, recommended videos, and music exclusive videos.
  • the client type may include one or more of the following: a mobile phone, a computer, and a television.
  • the present invention is not limited thereto, and other electronic devices that can receive and display pages are also applicable thereto.
  • the display style can consider these different client types. For example, for a television set, the display screen is generally large, so the sections in the page sent to it can be larger and wider to ensure the display effect; In the case of a mobile phone, the screen size is small, and the sections in the page sent to it can be small and wide for user convenience.
  • different layout styles can also be set according to different operating systems of the client (for example, iOS, Android, Windows, etc.).
  • the encapsulating the display style and the data source determined for all the page sections in the request includes encapsulating the display style and the data source determined for all the page sections in the request into a JSON format, where the JSON format is Lightweight data exchange format.
  • the JSON format file can be parsed for various types of terminals in mobile phones, computers, and televisions to extract display styles and data sources therefrom, thereby rendering and displaying the pages according to the display styles and data sources.
  • the device for the multi-end content distribution may pre-store a mapping table between the data source of the page, the section, the section, the display style of the section, and the client type, so that the device receives To the page request from the client, the data source of the section and the presentation style of the section in the page according to the page and the client type can be encapsulated and sent to the client. Therefore, the maintenance of the page by the staff can be performed by maintaining the correspondence table, and the data source and/or display style of the section can be changed by modifying the correspondence table.
  • FIG. 4 is a schematic diagram of a multi-end content publishing manner according to an embodiment of the present invention.
  • the multi-end content publishing manner provided in this embodiment is introduced in conjunction with FIG. 3 .
  • the page 1 in the figure contains the block 1 and the block 2, and the page 2 includes the block 3 and the block 4, wherein the block 1 can be defined by the data source 1 and the style 1, and the block 2 can be defined by the data source 2 and the style 2, the block 3 It can be defined by data source 3 and style 3, which can be defined by data source 4 and style 4.
  • the data source can be multiplexed between multiple sections, and the section can be multiplexed between multiple pages.
  • the staff only needs to adjust a data source, and all the sections related to the data source will be adjusted, and the maintenance workload is greatly reduced.
  • the flexible data source + presentation style configuration mode can avoid re-issuing the page layout when it needs to be adjusted due to the page layout being written in the publishing module for each terminal.
  • FIG. 5 is a flowchart of a method for publishing a multi-segment content according to an embodiment of the present invention.
  • the embodiment further provides a method for multi-end content publishing, the method comprising: receiving a page request from a client, the page request including a type of the client; determining the requested page according to the page request One or more page sections; determining a data source of the one or more page sections; determining a presentation style of the one or more page sections according to the type of the client (eg, a shape of the page section, Width, height, and image display effects; and encapsulation of presentation styles and data sources determined for all page sections within the request (eg, packaged in JSON format for use in mobile phones, computers, and televisions) Types of terminals,
  • the JSON format file can be parsed to extract display styles and data sources from which the page is rendered and displayed according to the display style and data source, and the encapsulated display style and data source are sent to the client.
  • each section is determined by the data and display style of the section, and the section can be multiplexed in the page sent to different terminals, and the staff only needs to adjust one data source to send to different Data adjustments within the pages of the terminal are no longer required to be individually adjusted for the data source within the publishing module of each terminal.
  • the page request may further include information about a screen size and/or an operating system of the client; determining the display style of the one or more page sections according to the type of the client includes: Determining the presentation style of the one or more page sections based on the type of client and information about the screen size and/or operating system of the client. For example, for a television set, the display screen is generally large, so the sections in the page sent to it can be larger and wider to ensure the display effect; for the mobile phone, the screen size is smaller and sent to The sections in the page can be smaller and wider for user convenience.
  • the page is divided into sections, the page data is in a structured form, and the section is matched with the display style, and the page is output to each terminal, so that the operator only needs to maintain the content in the section, and the section can be sent to multiple ends.
  • Multiple intra-page multiplexing greatly simplifies maintenance.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

一种用于多端内容发布的设备、系统及方法。该设备(200)包括:接收装置,用于接收来自客户端(110、120、130)的页面请求,该页面请求内包含客户端的类型;以及处理装置,用于执行以下操作:根据页面请求确定该所请求页面内的一个或多个页面版块;确定一个或多个页面版块的数据源;根据客户端的类型,确定一个或多个页面版块的展示样式;以及将针对请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至客户端。这样,将页面划分为版块,页面数据采用结构化的形式,版块配合展示样式,将页面输出给各终端,从而运营人员只需要维护版块里面的内容,该版块可以在发送至多个端的多个页面内复用,以简化维护工作量。

Description

一种用于多端内容发布的设备、系统及方法
本申请基于申请号为201510923069.6、申请日为2015/12/14的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本发明实施例涉及信息技术,具体地,涉及一种用于多端内容发布的设备、系统及方法。
背景技术
随着信息技术的发展,目前人们日常生活中已出现了多种不同类型的终端,诸如个人计算机(PC,Personal Computer)、移动终端以及电视机(TV),这些终端也均具备了访问服务器以获取相应页面信息的功能。图1为现有的多端内容发布方式的示意图。如图1所示,由于PC 110、移动终端120以及TV 130的软硬件结构差异较大,服务器200内部署了PC发布模块210、移动终端发布模块20以及TV发布模块230,以分别针对PC 110、移动终端120以及TV1 30发布相应的页面信息。
目前,运营维护人员需要分别针对这些发布模块进行维护,重复工作较多。例如,如果出现于分发至PC 110、移动终端120以及TV 130的页面内的同一数据发生变化,为了实现该数据在上述不同终端上的展示,运营维护人员需要分别针对上述三个发布终端进行维护,工作量较大。另外,上述多端内容发布方式一旦涉及页面内容结构调整,则升级周期长,因为各个终端的页面布局在所述服务器内针对该各个终端的发布模块内均是被写死的,如果涉及到模块的调整,则需要重新发版本,严重影响正常的内容运营工作。
发明内容
本发明实施例的目的是提供一种用于多端内容发布的设备、系统及方法,其通过将页面划分为版块,页面数据结构化,采用版块配合展示样式,将页面输出给各终端,从而运营人员只需要维护版块里面的内容,版块可以在发送至多个端的多个页面内复用,以简化维护工作量。
为了实现上述目的,本发明实施例提供了一种用于多端内容发布的设备,该设备包括:接收装置,用于接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;以及处理装置,用于执行以下操作:根据所述页面请求确定该所请求页面内的一个或多个页面版块;确定所述一个或多个页面版块的数据源;根据所述客户端的类型,确定所述一个或多个页面版块的展示样式;以及将针对所述请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至所述客户端。
在一个实施例中,所述将针对所述请求内所有页面版块确定的展示样式及数据源进行封装包括将针对所述请求内所有页面版块确定的展示样式及数据源封装为JSON格式。
在一个实施例中,所述页面请求内还可包含有关所述客户端的屏幕尺寸和/或操作系统的信息;所述处理装置还可用于根据有关所述客户端的屏幕尺寸和/或操作系统的信息,确定所述一个或多个页面版块的展示样式。
在一个实施例中,所述展示样式可包含以下一者或多者:所述版块的形状、宽度、高度以及图片显示效果。
相应地,本发明实施例还提供一种多端内容发布系统,该系统包括:上述用于多端内容发布的设备;以及客户端,用于执行以下操作:发送所述页面请求;接收响应于该页面请求的封装好的展示样式及数据源;以及根据所述封装好的展示样式及数据源,对页面进行渲染和展示。
相应地,本发明实施例还提供一种用于多端内容发布的方法,该方法包 括:接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;根据所述页面请求确定该所请求页面内的一个或多个页面版块;确定所述一个或多个页面版块的数据源;根据所述客户端的类型,确定所述一个或多个页面版块的展示样式;以及将针对所述请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至所述客户端。
在一个实施例中,所述将针对所述请求内所有页面版块确定的展示样式及数据源进行封装包括将针对所述请求内所有页面版块确定的展示样式及数据源封装为JSON格式。
在一个实施例中,所述页面请求内还可包含有关所述客户端的屏幕尺寸和/或操作系统的信息;所述根据所述客户端的类型确定所述一个或多个页面版块的展示样式包括:根据所述客户端的类型以及有关所述客户端的屏幕尺寸和/或操作系统的信息,确定所述一个或多个页面版块的展示样式。
在一个实施例中,所述展示样式可包含以下一者或多者:所述版块的形状、宽度、高度以及图片显示效果。
通过上述技术方案,将页面划分为版块,页面数据采用结构化的形式,版块配合展示样式,将页面输出给各终端,从而运营人员只需要维护版块里面的内容,版块可以在发送至多个端的多个页面内复用,以简化维护工作量。
本发明实施例的其它特征和优点将在随后的具体实施方式部分予以详细说明。
附图说明
附图是用来提供对本发明的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于解释本发明,但并不构成对本发明的限制。在附图中:
图1为现有的多端内容发布方式的示意图;
图2为本发明提供的用于多端内容发布的系统的结构示意图;
图3为包含多个页面版块的页面示意图;
图4为本发明提供的多端内容发布方式的示意图;以及
图5为本发明提供的多段内容发布方法的流程图。
附图标记说明
100 客户端            110  PC
120 移动终端          130  TV
200 服务器            210  PC发布模块
220 移动终端发布模块  230  TV发布模块
240 接收装置          250  处理装置
具体实施方式
以下结合附图对本发明的具体实施方式进行详细说明。应当理解的是,此处所描述的具体实施方式仅用于说明和解释本发明,并不用于限制本发明。
图2为本发明实施例提供的用于多端内容发布的系统的结构示意图。如图2所示,本实施例提供一种用于多端内容发布的系统,该系统包括:上述用于多端内容发布的设备,该设备可实施于服务器200内;以及客户端100。所述用于多端内容发布的设备包括:接收装置240,用于接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;以及处理装置250,用于执行以下操作:根据所述页面请求确定该所请求页面内的一个或多个页面版块;确定所述一个或多个页面版块的数据源(例如,图片、文字、动画、音频、视频等等);根据所述客户端的类型,确定所述一个或多个页面版块的展示样式(例如,该版块的形状、宽度、高度以及图片显示效果(例如,横 向滚动还是纵向滚动));以及将针对所述请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至所述客户端100。所述客户端100用于执行以下操作:发送所述页面请求;接收响应于该页面请求的封装好的展示样式及数据源;以及根据所述封装好的展示样式及数据源,对页面进行渲染和展示。藉此,每一版块由该版块的数据及展示样式决定,该版块可在发送至不同的终端的页面内加以复用,工作人员仅需对一份数据源进行调整就可以实现发送至不同的终端的页面内的数据调整,而不再需要针对每一终端的发布模块内的数据源进行单独调整。
其中,所请求的页面可如图3所述,其内包含3个页面板块a、b以及c,分别用于展示广告、推荐视频以及乐视独享视频。
其中,所述客户端类型可包含以下一者或多者:手机、计算机以及电视机。当然本发明并不限于此,其他可接收并显示页面的电子设备也适用于此。所述展示样式可考虑这些不同客户端类型,例如,对于电视机而言,其显示屏幕一般较大,因此发送至其的页面内的版块可采用较大宽高的,以保证显示效果;对于手机而言,其屏幕尺寸较小,发送至其的页面内的版块可采用较小宽高的,以方便用户操作。当然,亦可根据客户端不同操作系统(例如,iOS、Android、Windows等)来设置不同的版块展示样式。
其中,所述将针对所述请求内所有页面版块确定的展示样式及数据源进行封装包括将针对所述请求内所有页面版块确定的展示样式及数据源封装为JSON格式,该JSON格式为一种轻量级的数据交换格式。无论是对于手机、计算机以及电视机中的各种类型的终端,均可解析该JSON格式文件,以从中提取展示样式及数据源,从而根据该展示样式及数据源对页面进行渲染和展示。
所述用于多端内容发布的设备内可预先存储有一关于页面、版块、版块的数据源、版块的展示样式、客户端类型之间的映射关系对应表,从而其收 到来自客户端的页面请求,可根据页面及客户端类型该页面内的版块的数据源及版块的展示样式,之后可对该版块进行封装并发送至客户端。因此,工作人员对于页面的维护可通过维护该对应表来进行,可通过修改该对应表来改变版块的数据源和/或展示样式。
图4为本发明实施例提供的多端内容发布方式的示意图,以下结合图3对本实施例提供的多端内容发布方式进行介绍。
图中的页面1内包含版块1与版块2,页面2内包含版块3和版块4,其中版块1可由数据源1与样式1来定义,版块2可由数据源2与样式2来定义,版块3可由数据源3与样式3来定义,版块4可由数据源4与样式4来定义。其中,数据源可在多个版块之间进行复用,版块可在多个页面之间进行复用。服务器200在接收到来自客户端的页面请求之后,可根据该页面请求所请求的页面以及该客户端的类型迅速确定该页面内包含哪些版块以及每一版块的数据源及展示样式,之后对其进行封装并发送至相应客户端进行展示。工作人员在进行页面维护的过程中,只需要对一数据源进行调整,涉及到该数据源的所有版块均会得到调整,维护工作量大为减少。另外,该灵活的数据源+展示样式的配置模式可避免因页面布局在针对各个终端的发布模块内被写死的而导致在需要进行页面调整时需要重新发版本。
图5为本发明实施例提供的多段内容发布方法的流程图。相应地,本实施例还提供一种用于多端内容发布的方法,该方法包括:接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;根据所述页面请求确定该所请求页面内的一个或多个页面版块;确定所述一个或多个页面版块的数据源;根据所述客户端的类型,确定所述一个或多个页面版块的展示样式(例如,该页面版块的形状、宽度、高度以及图片显示效果);以及将针对所述请求内所有页面版块确定的展示样式及数据源进行封装(例如,可封装为JSON格式,从而无论是对于手机、计算机以及电视机中的各种类型的终端, 均可解析该JSON格式文件,以从中提取展示样式及数据源,从而根据该展示样式及数据源对页面进行渲染和展示),并将封装好的展示样式及数据源发送至所述客户端。通过该方法,每一版块由该版块的数据及展示样式决定,该版块可在发送至不同的终端的页面内加以复用,工作人员仅需对一份数据源进行调整就可以实现发送至不同的终端的页面内的数据调整,而不再需要针对每一终端的发布模块内的数据源进行单独调整。
其中,所述页面请求内还可包含有关所述客户端的屏幕尺寸和/或操作系统的信息;所述根据所述客户端的类型确定所述一个或多个页面版块的展示样式包括:根据所述客户端的类型以及有关所述客户端的屏幕尺寸和/或操作系统的信息,确定所述一个或多个页面版块的展示样式。例如,对于电视机而言,其显示屏幕一般较大,因此发送至其的页面内的版块可采用较大宽高的,以保证显示效果;对于手机而言,其屏幕尺寸较小,发送至其的页面内的版块可采用较小宽高的,以方便用户操作。
通过上述技术方案,将页面划分为版块,页面数据采用结构化的形式,版块配合展示样式,将页面输出给各终端,从而运营人员只需要维护版块里面的内容,版块可以在发送至多个端的多个页面内复用,极大地简化维护工作量。
以上结合附图详细描述了本发明的优选实施方式,但是,本发明并不限于上述实施方式中的具体细节,在本发明的技术构思范围内,可以对本发明的技术方案进行多种简单变型,这些简单变型均属于本发明的保护范围。
另外需要说明的是,在上述具体实施方式中所描述的各个具体技术特征,在不矛盾的情况下,可以通过任何合适的方式进行组合。为了避免不必要的重复,本发明对各种可能的组合方式不再另行说明。
此外,本发明的各种不同的实施方式之间也可以进行任意组合,只要其不违背本发明的思想,其同样应当视为本发明所公开的内容。

Claims (9)

  1. 一种用于多端内容发布的设备,该设备包括:
    接收装置,用于接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;以及
    处理装置,用于执行以下操作:
    根据所述页面请求确定该所请求页面内的一个或多个页面版块;
    确定所述一个或多个页面版块的数据源;
    根据所述客户端的类型,确定所述一个或多个页面版块的展示样式;以及
    将针对所述请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至所述客户端。
  2. 根据权利要求1所述的设备,其中,所述将针对所述请求内所有页面版块确定的展示样式及数据源进行封装包括:将针对所述请求内所有页面版块确定的展示样式及数据源封装为JSON格式。
  3. 根据权利要求1或2所述的设备,其中,
    所述页面请求内还包含有关所述客户端的屏幕尺寸和/或操作系统的信息;
    所述处理装置还用于根据有关所述客户端的屏幕尺寸和/或操作系统的信息,确定所述一个或多个页面版块的展示样式。
  4. 根据权利要求1,2或3所述的设备,其中,所述展示样式包含以下一者或多者:所述版块的形状、宽度、高度以及图片显示效果。
  5. 一种多端内容发布系统,该系统包括:
    根据权利要求1-4中任一项权利要求所述的用于多端内容发布的设备;以及
    客户端,用于执行以下操作:
    发送所述页面请求;
    接收响应于该页面请求的封装好的展示样式及数据源;以及
    根据所述封装好的展示样式及数据源,对页面进行渲染和展示。
  6. 一种用于多端内容发布的方法,该方法包括:
    接收来自客户端的页面请求,该页面请求内包含所述客户端的类型;
    根据所述页面请求确定该所请求页面内的一个或多个页面版块;
    确定所述一个或多个页面版块的数据源;
    根据所述客户端的类型,确定所述一个或多个页面版块的展示样式;以及
    将针对所述请求内所有页面版块确定的展示样式及数据源进行封装,并将封装好的展示样式及数据源发送至所述客户端。
  7. 根据权利要求6所述的方法,其中,所述将针对所述请求内所有页面版块确定的展示样式及数据源进行封装包括将针对所述请求内所有页面版块确定的展示样式及数据源封装为JSON格式。
  8. 根据权利要求6或7所述的方法,其中,
    所述页面请求内还包含有关所述客户端的屏幕尺寸和/或操作系统的信息;
    所述根据所述客户端的类型确定所述一个或多个页面版块的展示样式包括:根据所述客户端的类型以及有关所述客户端的屏幕尺寸和/或操作系统 的信息,确定所述一个或多个页面版块的展示样式。
  9. 根据权利要求6,7或8所述的方法,其中,所述展示样式包含以下一者或多者:所述版块的形状、宽度、高度以及图片显示效果。
PCT/CN2016/089535 2015-12-14 2016-07-10 一种用于多端内容发布的设备、系统及方法 Ceased WO2017101416A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/243,070 US20170169792A1 (en) 2015-12-14 2016-08-22 Electronic device and method for releasing content to multiple terminals

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510923069.6 2015-12-14
CN201510923069.6A CN105912543A (zh) 2015-12-14 2015-12-14 一种用于多端内容发布的设备、系统及方法

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/243,070 Continuation US20170169792A1 (en) 2015-12-14 2016-08-22 Electronic device and method for releasing content to multiple terminals

Publications (1)

Publication Number Publication Date
WO2017101416A1 true WO2017101416A1 (zh) 2017-06-22

Family

ID=56744119

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089535 Ceased WO2017101416A1 (zh) 2015-12-14 2016-07-10 一种用于多端内容发布的设备、系统及方法

Country Status (2)

Country Link
CN (1) CN105912543A (zh)
WO (1) WO2017101416A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111177630A (zh) * 2019-12-30 2020-05-19 中国银行股份有限公司 一种数据的展示方法及装置
CN112579092A (zh) * 2020-12-07 2021-03-30 广东亿润网络技术有限公司 多功能小程序多端更新发布系统

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106791936B (zh) * 2016-11-28 2020-11-06 广州华多网络科技有限公司 一种虚拟礼物的展示方法及装置
CN107070679A (zh) * 2016-12-01 2017-08-18 湖北荆楚网络科技股份有限公司 一种在不同平台统一发布信息的方法
CN107786631B (zh) * 2017-09-15 2021-03-26 北京奇艺世纪科技有限公司 一种内容发布方法、装置及电子设备
CN110110073B (zh) * 2018-01-26 2021-07-23 北京高德云图科技有限公司 一种文字展示方法及装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2521054A2 (de) * 2008-02-28 2012-11-07 Vodafone Holding GmbH System und Verfahren zum Bereitstellen einer anpassbaren Portalseite
CN103412928A (zh) * 2013-08-16 2013-11-27 北京乐动卓越科技有限公司 一种在移动终端实现浏览器页面智能响应式布局的方法与装置
CN103593196A (zh) * 2013-11-25 2014-02-19 深信服网络科技(深圳)有限公司 页面布局自适应方法及装置
CN103631958A (zh) * 2013-12-17 2014-03-12 江苏省公用信息有限公司 一种页面自动适配实现内容多屏展示的方法
CN103744985A (zh) * 2014-01-16 2014-04-23 世纪龙信息网络有限责任公司 网页适配的方法和系统
CN104267887A (zh) * 2014-09-13 2015-01-07 重庆市科学技术研究院 基于应用窗口尺寸参数的应用页面自适应排版显示方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101495172B1 (ko) * 2008-07-29 2015-02-24 엘지전자 주식회사 이동단말기 및 그의 이미지 제어방법
CN102457528A (zh) * 2010-10-19 2012-05-16 北京邮电大学 面向手机终端的自适应发布Web内容的方法与系统
CN102655519A (zh) * 2011-03-04 2012-09-05 腾讯科技(北京)有限公司 网络页面信息的处理方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2521054A2 (de) * 2008-02-28 2012-11-07 Vodafone Holding GmbH System und Verfahren zum Bereitstellen einer anpassbaren Portalseite
CN103412928A (zh) * 2013-08-16 2013-11-27 北京乐动卓越科技有限公司 一种在移动终端实现浏览器页面智能响应式布局的方法与装置
CN103593196A (zh) * 2013-11-25 2014-02-19 深信服网络科技(深圳)有限公司 页面布局自适应方法及装置
CN103631958A (zh) * 2013-12-17 2014-03-12 江苏省公用信息有限公司 一种页面自动适配实现内容多屏展示的方法
CN103744985A (zh) * 2014-01-16 2014-04-23 世纪龙信息网络有限责任公司 网页适配的方法和系统
CN104267887A (zh) * 2014-09-13 2015-01-07 重庆市科学技术研究院 基于应用窗口尺寸参数的应用页面自适应排版显示方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111177630A (zh) * 2019-12-30 2020-05-19 中国银行股份有限公司 一种数据的展示方法及装置
CN111177630B (zh) * 2019-12-30 2023-09-19 中国银行股份有限公司 一种数据的展示方法及装置
CN112579092A (zh) * 2020-12-07 2021-03-30 广东亿润网络技术有限公司 多功能小程序多端更新发布系统

Also Published As

Publication number Publication date
CN105912543A (zh) 2016-08-31

Similar Documents

Publication Publication Date Title
US12389049B2 (en) Live video broadcast method, live broadcast device and storage medium
WO2017101416A1 (zh) 一种用于多端内容发布的设备、系统及方法
US9696958B2 (en) Method and system for presenting content
KR102210369B1 (ko) 멀티-스크린 애플리케이션들 위한 스크린캐스팅
EP2821915A2 (en) Method and apparatus for controlling display of shared screen
CN105900074A (zh) 用于屏幕共享的方法和设备
CN113521728B (zh) 云应用的实现方法、装置、电子设备和存储介质
US9729815B2 (en) Method and electronic device for controlling content integrity using numerical data
EP3474555A1 (en) Advertisement push method and apparatus, and computer readable storage medium
WO2016150388A1 (zh) 界面处理方法、装置及系统
EP4676067A1 (en) Virtual gift generation method and apparatus, device, and medium
JP6445050B2 (ja) クラウドストリーミングサービス提供方法、そのための装置及びシステム、並びにそのためのクラウドストリーミング用スクリプトコードを記録したコンピュータ読み取り可能な記録媒体
CN106354462A (zh) 一种文档在多个设备中同步显示的方法、设备及系统
US9756302B2 (en) Multi-projection system and data processing apparatus
CN104238906A (zh) 一种信息处理方法以及电子设备
US20170169792A1 (en) Electronic device and method for releasing content to multiple terminals
EP3113030B1 (en) Method for providing image data based on cloud streaming, apparatus and system therefor
CN106599225A (zh) 一种3d说明书展示系统
KR20160000911A (ko) 클라우드 서비스 제공 방법, 이를 지원하는 웹 어플리케이션을 기록한 컴퓨터 판독 가능한 기록매체, 그리고 클라우드 서비스 시스템 및 이에 따른 장치
CN110574356B (zh) 动态色域可调整显示器
CN110794966B (zh) Ar显示系统及方法
CN105830051A (zh) 跨多个设备显示活动
CN113873318A (zh) 视频播放方法、装置、设备和存储介质
CN103077697A (zh) 一种支持画面动态缩放满框显示的云端显示器
CN206164753U (zh) 一种视频点播电子看板系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16874477

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16874477

Country of ref document: EP

Kind code of ref document: A1