WO2012145959A1 - 一种社区网络中显示组件方法、装置、及系统 - Google Patents

一种社区网络中显示组件方法、装置、及系统 Download PDF

Info

Publication number
WO2012145959A1
WO2012145959A1 PCT/CN2011/076066 CN2011076066W WO2012145959A1 WO 2012145959 A1 WO2012145959 A1 WO 2012145959A1 CN 2011076066 W CN2011076066 W CN 2011076066W WO 2012145959 A1 WO2012145959 A1 WO 2012145959A1
Authority
WO
WIPO (PCT)
Prior art keywords
component
user
array
time
components
Prior art date
Application number
PCT/CN2011/076066
Other languages
English (en)
French (fr)
Inventor
胡加明
Original Assignee
苏州阔地网络科技有限公司
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 苏州阔地网络科技有限公司 filed Critical 苏州阔地网络科技有限公司
Publication of WO2012145959A1 publication Critical patent/WO2012145959A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the invention belongs to a community network technology, and in particular relates to a display component method, device and system in a community network. Background technique
  • the Chinese patent application with the publication number CN1776690A and the publication date is May 24, 2006, and the invention name is "a method for realizing the layout of the page display content based on the wap website" discloses a method for sorting components, which can be used for a web page.
  • the content displayed on it is typeset anywhere, freeing the programmer from a lot of modifications.
  • the following processing is performed: the page content displayed on the wap page that is related to each other or unrelated to each other is used as an independent element, and a unique element identification number is set for each element; and an element arrangement serial number of the vertical ordering between the elements is set, the element
  • the initial value of the sequence number is the same as the element identification number of each element.
  • Set the positional attributes of the horizontal order between the elements including: left, center, right, and line feed, save the above settings to the database; modify the specific position of the vertical sort between the elements
  • the process is as follows:
  • the previous element of the moved element is used as the reference and is arranged at the right end of the previous element. If the attribute is changed to a newline, the previous element of the moved element is referenced and placed at the lower end of its previous element;
  • the invention provides a display component method, device and system in a community network, which realizes flexible output of the component, and the user experience is greatly enhanced.
  • the technical solution of the present invention includes the following steps:
  • the present invention provides a method for displaying a component in a community network, including the following steps: When a user accesses a component, the server saves the time information of the component and the user to the component, and saves it in the form of an array of components. The time of accessing the component saved in the component array is the time of the last access to the component;
  • the server traverses the saved component array information, and outputs the component according to the user's latest access time recorded between the component arrays and the obtained inter-component output policy.
  • the invention also provides a display component device in a community network, comprising: a record keeping module, an output display module, wherein
  • the record keeping module is configured to save, when the user accesses the component, the time information of the component and the user accessing the component, in an array of components, wherein the component time information is accessed by the component recently.
  • the user's access time shall prevail;
  • an output display module configured to traverse the component array information saved by the record saving module, and output the component according to the latest user access time recorded between the component arrays and the obtained inter-component output policy.
  • the invention also provides a display component system in a community network, comprising: a user, a server: a user, and a component for accessing;
  • a server when the user accesses the component, storing the component time information by the user and the user, and saving the component time in the form of an array of components, where the component time is saved in the component array The time of the last access to the component; traversing the saved component array information, outputting the component according to the user's recent access time recorded between the component arrays and the obtained inter-component output policy.
  • the invention provides a display component method, device and system in a community network, which realizes flexible output of components, and the user experience is greatly enhanced.
  • Embodiment 1 is a flow chart of Embodiment 1 of the present invention.
  • FIG. 2 is a schematic diagram showing the structure of a component array of Embodiment 2 of the present invention.
  • FIG. 3 is a schematic structural diagram of a component array structure according to Embodiment 3 of the present invention.
  • Figure 4 is a structural view of a component display device of the present invention. detailed description
  • Embodiment 1 is a flow chart of Embodiment 1 of the present invention, and the detailed steps are as follows:
  • Step 101 One or more users access the component, and the server records the time information of the user and the component in the form of an array of components, where the recorded access time of the component is the access time of the user to access the component recently. .
  • the way components exist includes but is not limited to: components recommended by the community site or components added by the user within the personal portal.
  • component 2 including but not limited to: picture, text, audio, video
  • component 2 accesses component 2 at 10 o'clock in the morning, the server records user B and access time information in the form of a component array in the server database, and uses user B access time as the access saved in the component array.
  • Component time, ie component 2 (A, B) 10: 00;
  • component 2 accesses component 2 at 11 o'clock in the morning, and the server records user C and access time information in the form of a component array in the server database, and uses user C access time as the access saved in the component array.
  • Component time, ie component 2 (A, B, C) 11: 00.
  • component 3 including but not limited to: picture, text, audio, video
  • component 3 accesses component 3 at 11 o'clock in the morning, and the server will user E and access time information.
  • component 3 accesses component 3 at 12 o'clock in the morning
  • the server records user F and access time information in the form of a component array in the server database, and uses user F access time as the access saved in the component array.
  • Component time, ie component 3 (D, E, F) 12: 00.
  • the storage method saves storage space.
  • Step 102 The server traverses the component array information recorded in the database, and outputs the component according to the user's latest access time recorded between the component arrays and the obtained inter-component output policy.
  • User b accesses component 2 at 8 o'clock in the morning (including but not limited to: picture, text, audio, video), then the server records user b and access time information in the form of an array of components.
  • component 2 (b) 8: 00.
  • the way to obtain the output policy between components includes but is not limited to: Pre-configured on the server.
  • the inter-component output policy includes but is not limited to: outputting the component with the closest access component time; if the accessed multiple components have the same time, randomly selecting an output. If the inter-component output strategy is to record the component output at the most recent time, component 2 is output and displayed.
  • the display modes include but are not limited to: top display, center display.
  • component 2 including but not limited to: picture, text, audio, video
  • User B accesses component 2 at 10 o'clock in the morning, and the server records user B and access time information in the form of an array in the server database, and uses user B access time as the access to the component stored in the component array.
  • Time, ie component 2 (A, B) 10: 00;
  • component 3 including but not limited to: picture, text, audio, video
  • component 3 accesses component 3 at 11 o'clock in the morning, and the server will user E and access time information.
  • User F accesses component 3 at 12 o'clock in the morning, and the server records user F and access time information in the form of an array of components in the server database and accesses the component as an access to the component in the component array access time.
  • Time, ie component 3 (D, E, F) 12: 00.
  • the storage method saves storage space.
  • the component is output and displayed according to the user's recent access time recorded between the component arrays and the obtained inter-component output strategy.
  • the way to obtain the output policy between components includes but is not limited to: Pre-configured on the server.
  • the inter-component output strategy includes but is not limited to: recording the component output of the most recent time; if the recorded multiple components have the same time, randomly selecting a component output.
  • the output strategy between components is to record the component output of the most recent time, component 3 is output and displayed in the above example.
  • the display modes include but are not limited to: top display, center display.
  • FIG. 2 is a schematic diagram showing the structure of a component array according to Embodiment 2 of the present invention, and is described in detail as follows:
  • the user a accesses the component 1
  • the user b accesses the component 2.
  • user a accesses component 1 at 7 o'clock (including but not limited to: picture, text, audio, video)
  • the server records user a and access time information in the form of a component array in the server database.
  • component 2 including but not limited to: picture, text, audio, video
  • component 2 accesses component 2 at 10 o'clock in the morning, the server records user B and access time information in the form of a component array in the server database, and uses user B access time as the access saved in the component array.
  • Component time, ie component 2 (A, B) 10: 00;
  • component 2 accesses component 2 at 11 o'clock in the morning, and the server records user C and access time information in the form of a component array in the server database, and uses user C access time as the access saved in the component array.
  • Component time, ie component 2 (A, B, C) 11: 00.
  • component 3 including but not limited to: picture, text, audio, video
  • component 3 accesses component 3 at 11 o'clock in the morning, and the server records user E and access time information in the form of a component array in the server database, and uses user E access time as the access saved in the component array.
  • Component time, ie component 3 ( D , E ) 11: 00;
  • component 3 accesses component 3 at 12 o'clock in the morning
  • the server records user F and access time information in the form of a component array in the server database, and uses user F access time as the access saved in the component array.
  • Component time, ie component 3 (D, E, F) 12: 00.
  • FIG. 4 is a structural diagram of a component display device of the present invention, comprising: a record keeping module, an output display module,
  • the record keeping module when the user accesses the component, saves the time information of the component and the user to the component, and saves the component time information in the form of an array of components, wherein the component time information is recently accessed.
  • the access time of the user of the component shall prevail;
  • an output display module configured to traverse the component array information saved by the record saving module, and output the component according to the latest user access time recorded between the component arrays and the obtained inter-component output policy.
  • the invention also provides a display component system in a community network, comprising: a user, a server: a user, and a component for accessing;
  • a server when the user accesses the component, storing the component time information by the user and the user, and saving the component time in the form of an array of components, where the component time is saved in the component array The time of the last access to the component; traversing the saved component array information, outputting the component according to the user's recent access time recorded between the component arrays and the obtained inter-component output policy.
  • the inter-component output policy includes, but is not limited to: outputting the component with the closest access component time; the component having the most recent access component time is two or more (the two or more recently accessed components record the same user access time) Choose an output.
  • the manner of obtaining the output policy between the components includes, but is not limited to: being pre-configured in the server.
  • the display modes include but are not limited to: top display, center display.
  • the invention provides a display component method, device and system in a community network, which realizes flexible output of components, and the user experience is greatly enhanced.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种社区网络中显示组件方法、装置、及系统,应用于网络技术领域,本发明的技术方案包括以下步骤:用户访问组件时,服务器将所述用户及所述用户访问所述组件时间信息,以组件数组的形式进行保存,其中,所述组件数组中保存的访问所述组件时间为对所述组件最近一次访问的时间;所述服务器遍历保存的所述组件数组信息,根据所述组件数组之间记录的用户最近访问时间及获得的组件间输出策略,输出组件并显示,实现了组件的灵活输出,用户的体验大大增强。

Description

一种社区网络中显示组件方法、 装置、 及系统 技术领域
本发明属于社区网络技术, 尤其涉及一种社区网络中显示组件方法、 装置、 及系统。 背景技术
随着社会化网络的逐步发展, 人们进行信息交流的方式也多种多样, 例如: 下载安装的即时通讯工具, 如 软公司的 MSN, 腾讯公司的 QQ, 网易网络推出的网易泡泡等已经深受大家的喜爱, 它为人们的沟通、 信息 交流提供了新的途径, 是除了手机、 固话、 电子邮件之外的又一种重要的 信息交流方式。 借助这些工具, 用户可以实现单人或者多人视频, 可以召 开网络视频会议, 可以进行网络远程教育, 还可以让人和人之间的交流成 本大大降低, 且提高了效率。
社区交互平台的出现, 为人们进行信息的交流提供了一种新的途径, 用户或系统发布组件(包括: 图片、 文字、 音频、 视频), 引起大家的围观, 大家对感兴趣的组件发表评论, 进行信息的交流, 实现互动; 目前, 组件 向用户展示的方式是静态的, 不能实现更新, 若想更新组件, 则需要用户 手动操作导航条, 实现更新, 但是, 这种更新方式没有一定的规则可循, 推荐给用户的组件是盲目的, 很难引起用户的共鸣, 大大降低了用户的体 验。
公开号为 CN1776690A、公开日为 2006年 5月 24日、发明名称为 "一 种基于 wap网站实现对页面显示内容排版的方法" 的中国专利申请, 公开 了一种组件排序的方法, 可以对网页上所显示的内容进行任意位置的排版, 让程序员从大量的修改工作中解脱出来。 具体包括如下处理: 将 wap页面上显示的相互关联或相互无关联的页 面内容都作为独立的元素, 为每个元素设置唯一的元素标识编号; 设置元 素间纵向排序的元素排列序号, 所述元素排列序号的初始值与每个元素的 元素标识编号相同, 设置元素间横向排序的位置属性, 包括: 左、 中、 右 和换行, 将上述设置保存到数据库中; 修改元素间纵向排序位置的具体过 程如下:
首先, 选在被移动的元素, 记录其元素标识编号;
其次, 选择一个元素作为基准元素, 记录其元素编号, 被移动的元素 将被移动到基准元素之后;
再次, 顺序遍历基准元素后的所有元素, 将所述所有元素中的每一个 元素的元素排列序号修改为当前该元素本身的元素排列序号与被移动的元 素的总数量之和, 顺序遍历被移动的元素, 将被移动元素的元素排列序号 中的顺序号之和;
最后, 按照元素排列序号顺序取出元素并显示。
修改元素间横向排序位置的具体过程如下:
首先修改被移动元素的换行属性, 若将该属性修改为不换行, 则被移 动元素以前一个元素为基准, 排列在其前一个元素的右端。 若将该属性修 改为换行, 则被移动元素以前一个元素为基准, 排列在其前一个元素的下 端;
其次修改每个元素的左、 中、 右属性, 以此确定元素在当前水平方向 上的位置。
但是, 上述排序方法存在一定缺陷:
元素的纵向、 横向位置, 按照预先的设置或者修改后的设置进行输出, 缺乏灵活性, 用户的体验大大降低。 发明内容
本发明提供了一种社区网络中显示组件方法、 装置、 及系统, 实现了 组件的灵活输出, 用户的体验大大增强。
为达到上述目的, 本发明的技术方案包括以下步骤:
本发明提供了一种社区网络中显示组件方法, 包括以下步骤: 用户访问组件时, 服务器将所述用户及所述用户访问所述组件时间信 息, 以组件数组的形式进行保存, 其中, 所述组件数组中保存的访问所述 组件时间为对所述组件最近一次访问的时间;
所述服务器遍历保存的所述组件数组信息, 根据所述组件数组之间记 录的用户最近访问时间及获得的组件间输出策略, 输出组件并显示。
本发明还提供了一种社区网络中显示组件装置, 包括: 记录保存模块, 输出显示模块, 其中,
所述记录保存模块, 用于用户访问组件时, 将所述用户及所述用户访 问所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组件时间 信息以最近访问所述组件的用户的访问时间为准;
输出显示模块, 用于遍历所述记录保存模块保存的所述组件数组信息, 根据所述组件数组之间记录的用户最近访问时间及获得的组件间输出策 略, 输出组件并显示。
本发明还提供了一种社区网络中显示组件系统, 包括: 用户、 服务器: 用户, 用于访问组件;
服务器, 用于所述用户访问所述组件时, 将所述用户及所述用户访问 所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组件数组中 保存的访问所述组件时间为对所述组件最近一次访问的时间; 遍历保存的 所述组件数组信息, 根据所述组件数组之间记录的用户最近访问时间及获 得的组件间输出策略, 输出组件并显示。 本发明提供了一种社区网络中显示组件方法、 装置、 及系统, 实现了 组件的灵活输出, 用户的体验大大增强。 附图说明
图 1是本发明实施例 1的流程图;
图 2是本发明实施例 2的组件数组结构原理图;
图 3是本发明实施例 3的组件数组结构原理图;
图 4是本发明的组件显示装置结构图。 具体实施方式
下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。
图 1是本发明实施例 1的流程图, 详细步骤如下:
步骤 101 : —个或多个用户访问组件, 服务器将用户及访问该组件时间 信息, 以组件数组的形式, 记录在数据库中, 其中, 记录的访问该组件时 间为用户最近访问该组件的访问时间。
组件的存在方式包括但不限于: 社区网站推荐的组件或者用户在个人 门户内添加的组件。
第一、在两个组件的情况下: 若用户 a访问组件 1 , 用户 b访问组件 2, 说明 ^下:
用户 a在上午 7点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记录在数 据库中即组件 1 ( a ) =7: 00;
用户 b在上午 8点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问时间信息, 以组件数组的形式, 记录在数 据库中即组件 2 ( b ) =8: 00。 第二、 在 3个组件的情况下, 若多个用户访问同一组件, 则说明如下: 用户 a在上午 7点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 1 (a) =7: 00;
用户 b在上午 8点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 1 (a, b) =8: 00。
另夕卜, 组件 1 (a, b) =8: 00的存储方式比单纯的组件 1 (a) =7: 00、 组件 1 (b) =8: 00的存储方式, 节约了存储空间。
用户 A在上午 9点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 A及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 2 (A) =9: 00;
用户 B在上午 10点钟访问组件 2,则服务器将用户 B及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 B访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 2 (A, B) =10: 00;
用户 C在上午 11点钟访问组件 2,则服务器将用户 C及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 C访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 2 (A, B, C) =11: 00。
另夕卜, 组件 2 (A, B, C) =11: 00的存储方式比单纯的组件 2 ( A) =9 : 00、 组件 2 (B) =10: 00、 组件 2 (C) =11: 00的存储方式, 节约了 存储空间。
用户 D在上午 10点钟访问组件 3 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 D及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 3 (D) =10: 00;
用户 E在上午 11点钟访问组件 3 ,则服务器将用户 E及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 E访问时间作为组 件数组中的访问时间, 即组件 3 ( D , E) =11: 00;
用户 F在上午 12点钟访问组件 3,则服务器将用户 F及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 F访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 3 (D, E, F) =12: 00。
另外, 组件 3 (D, E, F) =12: 00的存储方式比单纯的组件 3 (D) =10: 00、 组件 3 (E) =11: 00、 组件 3 (F) =12: 00的存储方式, 节约了 存储空间。
步骤 102: 服务器遍历数据库中记录的组件数组信息,根据组件数组之 间记录的用户最近访问时间及获得的组件间输出策略, 输出组件并显示。
第一、在两个组件的情况下, 若用户 a访问组件 1, 用户 b访问组件 2, 说明 ^下:
首先, 用户 a在上午 7点访问组件 1 (包括但不限于: 图片、 文字、 音 频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记录 在服务器数据库中即组件 1 ( a ) =7: 00; 用户 b在上午 8点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问时 间信息, 以组件数组的形式, 记录在服务器数据库中即组件 2 (b) =8: 00。
其次, 服务器遍历数据库中记录的组件 1 (a) =7: 00、 组件 2 (b) =8: 00, 根据组件数组之间记录的用户最近访问时间及获得的组件间输出策略, 输出组件并显示。
其中, 组件间输出策略的获得方式包括但不限于: 预先配置在服务器。 其中, 组件间输出策略包括但不限于: 输出访问组件时间最近的组件; 若访问的多个组件最近时间相同, 则随机选择一个输出。 若组件间输出策 略为记录最近时间的组件输出, 则输出组件 2并显示。
其中, 显示方式包括但不限于: 置顶显示、 居中显示。 第二、 在 3个组件的情况下, 若多个用户访问同一组件, 则说明如下: 首先: 用户 a在上午 7点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记 录在服务器数据库中即组件 1 (a) =7: 00;
用户 b在上午 8点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 1 (a, b) =8: 00。
另夕卜, 组件 1 (a, b) =8: 00的存储方式比单纯的组件 1 (a) =7: 00、 组件 1 (b) =8: 00的存储方式, 节约了存储空间。
用户 A在上午 9点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 A及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 2 (A) =9: 00;
用户 B在上午 10点钟访问组件 2,则服务器将用户 B及访问时间信息, 以数组的形式, 记录在服务器数据库中, 并以用户 B访问时间作为所述组 件数组中保存的访问所述组件时间, 即组件 2 (A, B) =10: 00;
用户 C在上午 11点钟访问组件 2,则服务器将用户 C及访问时间信息, 以组件数组的形式, 记录在服务器数据库中并以用户 C访问时间作为所述 组件数组中保存的访问所述组件时间 , 即组件 2 (A, B, C) =11: 00。
另夕卜, 组件 2 (A, B, C) =11: 00的存储方式比单纯的组件 2 ( A) =9 : 00、 组件 2 (B) =10: 00、 组件 2 (C) =11: 00的存储方式, 节约了 存储空间。
用户 D在上午 10点钟访问组件 3 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 D及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 3 (D) =10: 00;
用户 E在上午 11点钟访问组件 3 ,则服务器将用户 E及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 E访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 3 ( D , E ) = 11: 00;
用户 F在上午 12点钟访问组件 3,则服务器将用户 F及访问时间信息, 以组件数组的形式, 记录在服务器数据库中并以用户 F访问时间作为所述 组件数组中保存的访问所述组件时间, 即组件 3 (D, E, F) =12: 00。
另外, 组件 3 (D, E, F) =12: 00的存储方式比单纯的组件 3 (D) =10: 00、 组件 3 (E) =11: 00、 组件 3 (F) =12: 00的存储方式, 节约了 存储空间。
其次, 服务器遍历数据库中记录的组件 1 (a, b) =8: 00、 组件 2 (A, B, C) =11: 00、 组件 3 (D, E, F) =12: 00, 才艮据组件数组之间记录的 用户最近访问时间及获得的组件间输出策略, 输出组件并显示。
其中, 组件间输出策略的获得方式包括但不限于: 预先配置在服务器。 其中, 组件间输出策略包括但不限于: 记录最近时间的组件输出; 若 记录的多个组件最近时间相同, 则随机选择一个组件输出。 这样, 若组件 间输出策略为记录最近时间的组件输出, 则上例中输出并显示组件 3。
其中, 显示方式包括但不限于: 置顶显示、 居中显示。
图 2是本发明实施例 2的组件数组结构原理图, 详细说明如下: 在两个组件的情况下, 4叚设用户 a访问组件 1, 用户 b访问组件 2。 首先, 用户 a在上午 7点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记 录在服务器数据库中即组件 1 (a) =7: 00; 用户 b在上午 8点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问 时间信息, 以组件数组的形式, 记录在服务器数据库中即组件 2 (b) =8: 00。
图 3是本发明实施例 3的组件数组结构原理图, 详细说明如下: 用户 a在上午 7点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 a及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 1 (a) =7: 00;
用户 b在上午 8点钟访问组件 1 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 b及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 1 (a, b) =8: 00。
用户 A在上午 9点钟访问组件 2 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 A及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 2 (A) =9: 00;
用户 B在上午 10点钟访问组件 2,则服务器将用户 B及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 B访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 2 (A, B) =10: 00;
用户 C在上午 11点钟访问组件 2,则服务器将用户 C及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 C访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 2 (A, B, C) =11: 00。
用户 D在上午 10点钟访问组件 3 (包括但不限于: 图片、 文字、 音频、 视频), 则服务器将用户 D及访问时间信息, 以组件数组的形式, 记录在服 务器数据库中即组件 3 (D) =10: 00;
用户 E在上午 11点钟访问组件 3 ,则服务器将用户 E及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 E访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 3 ( D , E ) = 11: 00;
用户 F在上午 12点钟访问组件 3,则服务器将用户 F及访问时间信息, 以组件数组的形式, 记录在服务器数据库中, 并以用户 F访问时间作为所 述组件数组中保存的访问所述组件时间, 即组件 3 (D, E, F) =12: 00。
本领域技术人员应当理解, 上述的组件数组中保存的访问组件时间还 包括具体的年月日的信息, 出于表达简洁方便的考虑, 本发明的上述实施 方式中省略了具体的年月日的信息。
图 4是本发明的组件显示装置结构图, 包括: 记录保存模块, 输出显 示模块,
其中, 所述记录保存模块, 用于用户访问组件时, 将所述用户及所述 用户访问所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组 件时间信息以最近访问所述组件的用户的访问时间为准;
输出显示模块, 用于遍历所述记录保存模块保存的所述组件数组信息, 根据所述组件数组之间记录的用户最近访问时间及获得的组件间输出策 略, 输出组件并显示。
本发明还提供了一种社区网络中显示组件系统, 包括: 用户、 服务器: 用户, 用于访问组件;
服务器, 用于所述用户访问所述组件时, 将所述用户及所述用户访问 所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组件数组中 保存的访问所述组件时间为对所述组件最近一次访问的时间; 遍历保存的 所述组件数组信息, 根据所述组件数组之间记录的用户最近访问时间及获 得的组件间输出策略, 输出组件并显示。
其中, 所述组件间输出策略包括但不限于: 输出访问组件时间最近的 组件; 访问组件时间最近的组件为两个以上 (该两个以上最近访问的组件 所记录的用户访问时间相同 ) 时随机选择一个输出。
其中, 所述组件间输出策略的获得方式包括但不限于: 预先配置在服 务器。
其中, 显示方式包括但不限于: 置顶显示、 居中显示。
本发明提供了一种社区网络中显示组件方法、 装置、 及系统, 实现了 组件的灵活输出, 用户的体验大大增强。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于 本领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精 神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明 的保护范围之内。

Claims

权利要求书
1、 一种社区网络中显示组件方法, 其特征在于:
服务器将所述用户及所述用户访问所述组件时间信息, 以组件数组的 形式进行保存, 其中, 所述组件数组中保存的访问所述组件时间为对所述 组件最近一次访问的时间;
所述服务器遍历保存的所述组件数组信息, 根据所述组件数组之间记 录的访问组件时间及获得的组件间输出策略, 输出组件并显示。
2、 根据权利要求 1所述的方法, 其特征在于:
所述组件间输出策略包括但不限于: 输出访问组件时间最近的组件; 访问组件时间最近的组件为两个以上时随机选择一个输出。
3、 根据权利要求 2所述的方法, 其特征在于: 所述组件间输出策略的 获得方式包括但不限于: 预先配置在服务器。
4、 根据权利要求 2或 3所述的方法, 其特征在于, 显示方式包括但不 限于: 置顶显示、 居中显示。
5、根据权利要求 1所述的方法, 其特征在于, 所述组件包括但不限于: 文字、 图片、 音频、 视频。
6、 一种社区网络中显示组件装置, 其特征在于, 包括: 记录保存模块, 输出显示模块, 其中,
所述记录保存模块, 用于用户访问组件时, 将所述用户及所述用户访 问所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组件数组 中保存的访问所述组件时间为对所述组件最近一次访问的时间;
输出显示模块, 用于遍历所述记录保存模块保存的所述组件数组信息, 根据所述组件数组之间记录的访问组件时间及获得的组件间输出策略, 输 出组件并显示。
7、 一种社区网络中显示组件系统, 其特征在于, 包括: 用户、 服务器: 用户, 用于访问组件;
服务器, 用于所述用户访问所述组件时, 将所述用户及所述用户访问 所述组件时间信息, 以组件数组的形式进行保存, 其中, 所述组件数组中 保存的访问所述组件时间为对所述组件最近一次访问的时间; 遍历保存的 所述组件数组信息, 根据所述组件数组之间记录的用户最近访问时间及获 得的组件间输出策略, 输出组件并显示。
8、 根据权利要求 7所述的系统, 其特征在于,
所述组件间输出策略包括但不限于: 输出访问组件时间最近的组件; 访问组件时间最近的组件为两个以上时随机选择一个输出。
9、 根据权利要求 8所述的系统, 其特征在于, 所述组件间输出策略的 获得方式包括但不限于: 预先配置在服务器。
10、 根据权利要求 8或 9所述的系统, 其特征在于, 显示方式包括但 不限于: 置顶显示、 居中显示。
PCT/CN2011/076066 2011-04-29 2011-06-21 一种社区网络中显示组件方法、装置、及系统 WO2012145959A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2011101096629A CN102184207A (zh) 2011-04-29 2011-04-29 一种社区网络中显示组件方法、装置、及系统
CN201110109662.9 2011-04-29

Publications (1)

Publication Number Publication Date
WO2012145959A1 true WO2012145959A1 (zh) 2012-11-01

Family

ID=44570384

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/076066 WO2012145959A1 (zh) 2011-04-29 2011-06-21 一种社区网络中显示组件方法、装置、及系统

Country Status (2)

Country Link
CN (1) CN102184207A (zh)
WO (1) WO2012145959A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1222242A (zh) * 1996-06-17 1999-07-07 英国电讯有限公司 基于网络的访问系统
JP2003091549A (ja) * 2001-09-18 2003-03-28 Sony Corp 情報処理装置及び情報処理方法
CN101408879A (zh) * 2008-11-19 2009-04-15 张琼 基于搜索引擎的产品检索方法及检索系统

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7660572B2 (en) * 2006-05-30 2010-02-09 Dell Products L.P. Community networking using networked audio devices
CN100511132C (zh) * 2006-09-06 2009-07-08 华为技术有限公司 一种布局和访问用户界面组件的方法和系统
US20100274622A1 (en) * 2009-04-28 2010-10-28 Kennedy Meghan J System and Method for Publishing collaboration

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1222242A (zh) * 1996-06-17 1999-07-07 英国电讯有限公司 基于网络的访问系统
JP2003091549A (ja) * 2001-09-18 2003-03-28 Sony Corp 情報処理装置及び情報処理方法
CN101408879A (zh) * 2008-11-19 2009-04-15 张琼 基于搜索引擎的产品检索方法及检索系统

Also Published As

Publication number Publication date
CN102184207A (zh) 2011-09-14

Similar Documents

Publication Publication Date Title
US8478783B2 (en) Ordering content in social networking applications
US20200081895A1 (en) Method for organising content
JP5964510B2 (ja) ユーザ消費のためのフィルタリングされた写真のストリームの提供
AU2013342184B2 (en) Providing content recommendation to users on a site
US10732800B2 (en) Method and system for collecting content
US10043158B2 (en) Methods and systems for a web-based calendar application
US8966537B2 (en) System, method, and article of manufacture for a user interface for a network media channel
US20140040712A1 (en) System for creating stories using images, and methods and interfaces associated therewith
US10163173B1 (en) Methods for generating a cover photo with user provided pictures
US20140258849A1 (en) Automatic Alignment of a Multi-Dimensional Layout
EP2669793B1 (en) Interface autonomous planning method and device
WO2013027304A1 (ja) 情報提示制御装置及び情報提示制御方法
US20140222857A1 (en) Systems, Methods, and Computer-Readable Media for Searching for Events from a Computer-Implemented Calendar
CN105593805B (zh) 基于移动装置定向定制移动媒体片尾用户界面
WO2012049364A1 (en) Method and apparatus for linking multiple contact identifiers of an individual
CN104838662B (zh) 过滤内容流
WO2015187176A1 (en) Topic recommendation
WO2017165253A1 (en) Modular communications
WO2012145959A1 (zh) 一种社区网络中显示组件方法、装置、及系统
WO2019130492A1 (ja) 漫画データ表示システム、方法及びプログラム
Barrow Constraints and possibilities: Lima Film Festival, politics and cultural formation in Peru
JP6212304B2 (ja) 情報処理装置並びにその制御方法及び制御プログラム
US20230164375A1 (en) Using a canvas with content stickers to collaboratively share and consume content between users
Dadi Reflections on the Havana Biennial at Matanzas (2019)
US9641478B2 (en) Networking activity interactive system, computer readable recording medium, client terminal and server thereof

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: 11864529

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 25/02/2014)

122 Ep: pct application non-entry in european phase

Ref document number: 11864529

Country of ref document: EP

Kind code of ref document: A1