WO2021082652A1 - Procédé et appareil d'affichage d'informations et support de stockage lisible par ordinateur - Google Patents

Procédé et appareil d'affichage d'informations et support de stockage lisible par ordinateur Download PDF

Info

Publication number
WO2021082652A1
WO2021082652A1 PCT/CN2020/110288 CN2020110288W WO2021082652A1 WO 2021082652 A1 WO2021082652 A1 WO 2021082652A1 CN 2020110288 W CN2020110288 W CN 2020110288W WO 2021082652 A1 WO2021082652 A1 WO 2021082652A1
Authority
WO
WIPO (PCT)
Prior art keywords
view control
information
display
user
view
Prior art date
Application number
PCT/CN2020/110288
Other languages
English (en)
Chinese (zh)
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 WO2021082652A1 publication Critical patent/WO2021082652A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present disclosure relates to the field of information technology, and in particular to a method, device and non-transitory computer-readable storage medium for displaying information.
  • a method for displaying information includes: dividing an information display template into a plurality of view controls; generating a personalized information display template according to a user's editing results for each view control;
  • the customized information display template displays the information of each target in the display interface for the user.
  • generating a personalized information display template according to the user's edit result of each view control includes: generating the position information of each view control according to the user's edit result of each view control; the position information is not null.
  • the view control is displayed, and the display position corresponds to the position information of the view control whose position information is not null, and the view control whose position information is null is hidden to form a personalized information display template.
  • generating a personalized information display template according to the user's editing results for each view control further includes: determining the number of view controls whose position information is not a null value; if the number is less than a preset value, prompting the user Re-edit each view control.
  • generating a personalized information display template according to the user's editing results for each view control further includes: using position information to determine whether the display positions of each view control overlap; in the case of overlap, prompting the user to re Edit each view control.
  • generating the personalized information display template according to the user's editing result of each view control further includes: determining the size restriction condition of each view control; and instructing the user to edit each view control according to the size restriction condition.
  • the size restriction condition includes at least one of a display width restriction, a display height restriction, and whether the display width and the display height are proportional.
  • the editing operation includes at least one of a zoom operation, a move operation, an add operation, and a delete operation.
  • the position information includes reference point coordinate information, display width information, and display height information.
  • the multiple view controls include a picture view control, a title view control, a price view control, an evaluation view control, a store information view control, a label view control, a keyword view control, a feature information view control, and a shopping cart view At least two of the controls.
  • an apparatus for displaying information including: a control division module configured to divide an information display template into a plurality of view controls; The edit result of the view control generates a personalized information display template; the information display module is configured to display the information of each target in the display interface for the user through the personalized information display template.
  • the template generation module is configured to: generate position information of each view control according to the edit result of each view control by the user; display the view control whose position information is not null, and the display position and position information are not The view control with a null value corresponds to the position information, and the view control with a null position information is hidden to form a personalized information display template.
  • the template generation module is further configured to: determine the number of view controls whose position information is not a null value; if the number is less than a preset value, prompt the user to re-edit each view control.
  • the template generation module is further configured to: use the position information to determine whether the display positions of each view control overlap; in the case of overlap, prompt the user to perform an editing operation on each view control again.
  • the template generation module is further configured to: determine the size restriction conditions of each view control; according to the size restriction conditions, instruct the user to perform an editing operation on each view control.
  • the size restriction condition includes at least one of a display width restriction, a display height restriction, and whether the display width and the display height are proportional.
  • the editing operation includes at least one of a zoom operation, a move operation, an add operation, and a delete operation.
  • the position information includes reference point coordinate information, display width information, and display height information.
  • the multiple view controls include a picture view control, a title view control, a price view control, an evaluation view control, a store information view control, a label view control, a keyword view control, a feature information view control, and a shopping cart view At least two of the controls.
  • yet another device for displaying information including: a memory; and a processor coupled to the memory, and the processor is configured to execute the aforementioned display based on instructions stored in the memory. Information method.
  • a non-transitory computer-readable storage medium wherein the non-transitory computer-readable storage medium stores computer instructions, and when the instructions are executed by a processor, the aforementioned display information is realized. method.
  • Fig. 1 shows a schematic flowchart of a method for displaying information according to some embodiments of the present disclosure.
  • Figure 2 shows a schematic diagram of dividing an information display template into multiple view controls.
  • Figure 3 shows a personalized information display template.
  • Figure 4 shows another personalized information display template.
  • FIG. 5 shows a schematic flowchart of some embodiments of generating a personalized information display template.
  • Fig. 6 shows a schematic structural diagram of an information display device according to some embodiments of the present disclosure.
  • FIG. 7 shows a schematic structural diagram of an information display device according to other embodiments of the present disclosure.
  • the inventor's research found that traditional information display methods cannot meet the individual needs of users. For example, if the user does not want to see the store information of each product in the product list, they cannot be blocked or hidden. For another example, if the user feels that the image size of each product in the product list is not appropriate, they cannot modify it. If the style of displaying information can be customized, each user can get his own personalized style of displaying information, which will greatly improve the user's information display experience.
  • a technical problem solved by the present disclosure is how to provide users with a personalized information display experience.
  • the present disclosure enables users to customize the style of displaying information, and enables users to flexibly configure the style of displaying information, thereby providing users with a personalized information display experience.
  • Some embodiments of the method for displaying information of the present disclosure will be described with reference to FIG. 1.
  • Fig. 1 shows a schematic flowchart of a method for displaying information according to some embodiments of the present disclosure. As shown in Fig. 1, this embodiment includes steps S101 to S103.
  • step S101 the information display template is divided into multiple view controls.
  • the content of the product list needs to be partitioned and structured, and the complex product content information in the product list interface is cut into pictures, titles (such as AAA brand 65-inch TVs), and prices (such as 2849). Yuan), reviews (e.g. 44669 reviews), store information (e.g. AAA brand TV mini store), tags (e.g. "self-operated", "coupon 999 minus 50"), keywords (e.g.
  • Figure 2 shows a schematic diagram of dividing the information display template into multiple view controls.
  • step S102 a personalized information display template is generated according to the edit result of each view control by the user.
  • the user can click the preset edit button to start editing the product list style he wants, and after editing, he can click the preset save button to save.
  • the specific editing operations of the user include:
  • step S103 the personalized information display template is used to display the information of each target on the display interface for the user.
  • each product in the product list is displayed in the style of a personalized information display template to display the product information to the user.
  • Figure 3 shows a personalized information display template. Through the personalized information display template shown in Figure 3, users can see important product information more simply.
  • Figure 4 shows another personalized information display template. Through the personalized information display template shown in Figure 4, users can see a wealth of product information according to their own preferences.
  • This embodiment allows the user to customize the style of the displayed information by partitioning the information display template and the user's custom editing of the view control, so that the user can flexibly configure the style of the displayed information, thereby providing the user with a personalized information display Experience.
  • FIG. 5 shows a schematic flowchart of some embodiments of generating a personalized information display template. As shown in Figure 2, this embodiment includes steps S5021 to S5022.
  • step S5021 the position information of each view control is generated according to the edit result of each view control by the user.
  • the location information may include reference point coordinate information, display width information, and display height information.
  • the reference point coordinate information is the coordinates of the pixel at the upper left corner of the view control in the information display template
  • the display width information is the display width of the view control
  • the display height information is the display height of the view control.
  • View control ID View control name Datum point coordinates Display width Display height A image (XA,YA) 150 150 B title (XB,YB) 500 50 C price (XC,YC) 500 50 ... To To To To F Feature information NULL NULL NULL G add to Shopping Cart (XG,YG) 50 50
  • step S5022 the view control whose position information is not null is displayed, the display position corresponds to the position information of the view control whose position information is not null, and the view control whose position information is null is hidden to Form a personalized information display template.
  • step S5023 to step S5024 are further included.
  • step S5023 it is determined whether the number of view controls whose position information is not a null value is less than a preset value.
  • step S5024 is executed.
  • the user is prompted to re-edit each view control. If the number is not less than the preset value, continue to perform other steps in this embodiment.
  • step S5025 is further included.
  • step S5025 the position information of each view control is used to determine whether the display position of each view control overlaps.
  • the abscissa of the reference point of the title view control can be subtracted from the abscissa of the reference point of the picture view control to obtain the abscissa of the reference point. Difference. Then, compare the size between the difference in the abscissa of the reference point and the display width of the picture view control.
  • the display positions of the picture view control and the title view control do not overlap; if the difference in the abscissa of the datum point is less than the display width of the picture view control, the picture view control It overlaps with the display position of the title view control.
  • step S5024 is executed.
  • the user is prompted to re-edit each view control. If there is no overlap, continue to perform other steps in this embodiment.
  • Overlapping view controls will obscure product information and cause confusion on the interface. At this time, you can prompt the user to edit the view control again through a pop-up window.
  • step S5026 to step S5027 are further included.
  • step S5026 the size restriction conditions of each view control are determined.
  • the size restriction conditions of the view control are, for example, as shown in Table 2, which may include at least one of the display width restriction, the display height restriction, and whether the display width and the display height are proportional.
  • the picture needs to limit whether the display width and the display height are proportional, otherwise the picture that the user sees after editing will be stretched and deformed.
  • the size of the picture also needs to be limited. Too small may cause users to be unable to see clearly, and too large may cause users to waste traffic and time-consuming to load pictures, which can further enhance the user's personalized information display experience.
  • the display height of the title also needs to be limited, to ensure that the minimum height can at least fit the next line of text, and so on.
  • step S5027 the user is instructed to perform an editing operation on each view control according to the size restriction condition.
  • the editing result After verifying that the editing result is legal, it can be saved in the database according to the editing result and the location information in the editing result. After the user refreshes the information display template, he can see the product list displayed in the information display template after editing by himself.
  • Fig. 6 shows a schematic structural diagram of an information display device according to some embodiments of the present disclosure.
  • the device 60 for displaying information in this embodiment includes:
  • the control division module 601 is configured to divide the information display template into multiple view controls; the template generation module 602 is configured to generate a personalized information display template according to the user's editing results for each view control; the information display module 603 is configured to It is configured to display the information of each target in the display interface for the user through a personalized information display template.
  • the template generation module 602 is configured to: generate position information of each view control according to the edit result of each view control by the user; display the view control whose position information is not null, and display the position and position information Corresponding to the position information of the view controls that are not null values, and hide the view controls whose position information is null to form a personalized information display template.
  • the template generation module 602 is further configured to: determine the number of view controls whose position information is not a null value; if the number is less than a preset value, prompt the user to re-edit each view control.
  • the template generation module 602 is further configured to: use the position information to determine whether the display positions of each view control overlap; in the case of overlap, prompt the user to perform an editing operation on each view control again.
  • the template generation module 602 is further configured to: determine the size restriction conditions of each view control; according to the size restriction conditions, instruct the user to perform an editing operation on each view control.
  • the size restriction condition includes at least one of a display width restriction, a display height restriction, and whether the display width and the display height are proportional.
  • the editing operation includes at least one of a zoom operation, a move operation, an add operation, and a delete operation.
  • the position information includes reference point coordinate information, display width information, and display height information.
  • the multiple view controls include a picture view control, a title view control, a price view control, an evaluation view control, a store information view control, a label view control, a keyword view control, a feature information view control, and a shopping cart view At least two of the controls.
  • the above embodiment allows users to customize the style of the displayed information by partitioning the information display template and the user's custom editing of the view controls, so that the user can flexibly configure the style of the displayed information, thereby providing the user with a personalized information display Experience.
  • FIG. 7 shows a schematic structural diagram of an information display device according to other embodiments of the present disclosure.
  • the apparatus 70 for displaying information in this embodiment includes a memory 710 and a processor 720 coupled to the memory 710.
  • the processor 720 is configured to execute any of the foregoing based on instructions stored in the memory 710. The method of displaying information in the embodiment.
  • the memory 710 may include, for example, a system memory, a fixed non-volatile storage medium, and the like.
  • the system memory stores, for example, an operating system, an application program, a boot loader (Boot Loader), and other programs.
  • the device 70 for displaying information may also include an input/output interface 730, a network interface 740, a storage interface 750, and the like. These interfaces 730, 740, 750, and the memory 710 and the processor 720 may be connected via a bus 760, for example.
  • the input and output interface 730 provides a connection interface for input and output devices such as a display, a mouse, a keyboard, and a touch screen.
  • the network interface 740 provides a connection interface for various networked devices.
  • the storage interface 750 provides a connection interface for external storage devices such as SD cards and U disks.
  • the present disclosure also includes a non-transitory computer-readable storage medium on which computer instructions are stored, and when the instructions are executed by a processor, the method for displaying information in any of the foregoing embodiments is implemented.
  • These computer program instructions can also be stored in a computer-readable memory that can guide a computer or other programmable data processing equipment to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction device.
  • the device implements the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
  • These computer program instructions can also be loaded on a computer or other programmable data processing equipment, so that a series of operation steps are executed on the computer or other programmable equipment to produce computer-implemented processing, so as to execute on the computer or other programmable equipment.
  • the instructions provide steps for implementing the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

La présente invention concerne un procédé et un appareil d'affichage d'informations et un support de stockage non transitoire lisible par ordinateur se rapportant au domaine technique de l'information. Le procédé d'affichage d'informations consiste : à diviser un modèle d'affichage d'informations en une pluralité de commandes de visualisation (S101) ; à générer un modèle d'affichage d'informations personnalisées en fonction du résultat d'une édition de chaque commande de visualisation par un utilisateur (S102) ; et à afficher des informations de chaque cible à l'utilisateur par l'intermédiaire du modèle d'affichage d'informations personnalisées (S103). Le procédé peut permettre à un utilisateur de personnaliser le style d'informations à afficher, de telle sorte que l'utilisateur puisse configurer de manière flexible le style des informations à afficher, ce qui permet de donner une expérience d'affichage d'informations personnalisées à l'utilisateur.
PCT/CN2020/110288 2019-10-28 2020-08-20 Procédé et appareil d'affichage d'informations et support de stockage lisible par ordinateur WO2021082652A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911029842.9A CN111782309B (zh) 2019-10-28 2019-10-28 显示信息的方法、装置及计算机可读存储介质
CN201911029842.9 2019-10-28

Publications (1)

Publication Number Publication Date
WO2021082652A1 true WO2021082652A1 (fr) 2021-05-06

Family

ID=72755593

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/110288 WO2021082652A1 (fr) 2019-10-28 2020-08-20 Procédé et appareil d'affichage d'informations et support de stockage lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN111782309B (fr)
WO (1) WO2021082652A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114077375A (zh) * 2021-11-25 2022-02-22 北京字跳网络技术有限公司 交互方法及装置、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090249193A1 (en) * 2008-03-31 2009-10-01 Vistaprint Technologies Limited Flexible web page template building system and method
CN102314430A (zh) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 一种虚拟网站宿主域名的实现方法
CN106201489A (zh) * 2016-06-30 2016-12-07 乐视控股(北京)有限公司 一种页面编辑方法和装置
CN109634598A (zh) * 2018-12-14 2019-04-16 北京字节跳动网络技术有限公司 一种页面显示方法、装置、设备及存储介质
CN109657182A (zh) * 2018-12-18 2019-04-19 深圳店匠科技有限公司 网页的生成方法、系统和计算机可读存储介质

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004118636A (ja) * 2002-09-27 2004-04-15 Bank Of Tokyo-Mitsubishi Ltd 個別化表示情報作成装置、方法、プログラム、記録媒体
CN101359290A (zh) * 2008-09-11 2009-02-04 中兴通讯股份有限公司 一种基于元数据的定制业务单据的方法及装置
CN103345410B (zh) * 2013-06-28 2017-08-25 广东电网公司佛山供电局 移动作业业务客制化界面实现方法和系统
CN103955366B (zh) * 2014-04-18 2017-04-19 南威软件股份有限公司 一种可视化网站模版的制作方法
WO2015176226A1 (fr) * 2014-05-20 2015-11-26 华为技术有限公司 Procédé, serveur et système de configuration de modèle de publicité
CN109933390A (zh) * 2017-12-19 2019-06-25 浙江绍兴苏泊尔生活电器有限公司 烹饪菜单的显示方法和装置、烹饪器具
CN109754314A (zh) * 2018-12-19 2019-05-14 深圳优启科技有限公司 一种个性化定制方法、装置、计算机设备及存储介质
CN109828806A (zh) * 2018-12-24 2019-05-31 苏州蜗牛数字科技股份有限公司 一种基于ui自定义多样化组合控件的优化方法
CN110162246A (zh) * 2019-04-16 2019-08-23 深圳壹账通智能科技有限公司 对象显示方法、装置、计算机设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090249193A1 (en) * 2008-03-31 2009-10-01 Vistaprint Technologies Limited Flexible web page template building system and method
CN102314430A (zh) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 一种虚拟网站宿主域名的实现方法
CN106201489A (zh) * 2016-06-30 2016-12-07 乐视控股(北京)有限公司 一种页面编辑方法和装置
CN109634598A (zh) * 2018-12-14 2019-04-16 北京字节跳动网络技术有限公司 一种页面显示方法、装置、设备及存储介质
CN109657182A (zh) * 2018-12-18 2019-04-19 深圳店匠科技有限公司 网页的生成方法、系统和计算机可读存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114077375A (zh) * 2021-11-25 2022-02-22 北京字跳网络技术有限公司 交互方法及装置、电子设备及存储介质
CN114077375B (zh) * 2021-11-25 2023-05-05 北京字跳网络技术有限公司 目标对象的展示方法及装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN111782309B (zh) 2022-07-05
CN111782309A (zh) 2020-10-16

Similar Documents

Publication Publication Date Title
EP3608795A1 (fr) Procédé et appareil de génération de graphe de connaissances, dispositif et support d'enregistrement lisible par ordinateur
CN109614424B (zh) 页面布局生成方法、装置、计算设备和介质
US9436673B2 (en) Automatic application of templates to content
US20140331179A1 (en) Automated Presentation of Visualized Data
JP5862103B2 (ja) 電子黒板装置、画面表示方法およびプログラム
US20140325418A1 (en) Automatically manipulating visualized data based on interactivity
CN110837366A (zh) 一种表单生成方法、电子装置及计算机可读存储介质
KR20170094202A (ko) 스프레드시트 애플리케이션으로부터 컨텐츠를 제시하는 기법
US10908764B2 (en) Inter-context coordination to facilitate synchronized presentation of image content
WO2023046009A1 (fr) Procédé et appareil de traitement de document, dispositif électronique et support de stockage lisible par ordinateur
US20230325546A1 (en) Systems and methods for automatically grouping design elements
WO2021082652A1 (fr) Procédé et appareil d'affichage d'informations et support de stockage lisible par ordinateur
US10606462B2 (en) Graphical user interface using color spectrum to map sentiments
US20130198614A1 (en) Methods and Systems for Designing Documents with Inline Scrollable Elements
US10241651B2 (en) Grid-based rendering of nodes and relationships between nodes
US20170017370A1 (en) Device and method for processing data
US11698719B2 (en) Systems and methods for automated derivation of interactive layers for fixed content
US20230205939A1 (en) Systems and methods for adding a design element to a design
CN109657201B (zh) 一种元素的排版显示方法、装置、电子设备及存储介质
JP2017033421A (ja) 画像の表示方法
CN117253246A (zh) 数据处理方法、装置、计算机设备、存储介质和程序产品
CN118151798A (zh) 信息展示方法、装置、计算机设备和存储介质
JP2645174B2 (ja) フィールド表示機能を有する電子計算機
CN117193609A (zh) 图像处理方法、装置、计算机设备、存储介质和程序产品
US20140280379A1 (en) Dynamic Element Categorization and Recombination System and Method

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

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

Country of ref document: EP

Kind code of ref document: A1

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 1205A DATED 02.09.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20881311

Country of ref document: EP

Kind code of ref document: A1