WO2021003922A1 - Procédé, dispositif et appareil d'optimisation d'entrée d'informations de page et support de stockage - Google Patents

Procédé, dispositif et appareil d'optimisation d'entrée d'informations de page et support de stockage Download PDF

Info

Publication number
WO2021003922A1
WO2021003922A1 PCT/CN2019/117205 CN2019117205W WO2021003922A1 WO 2021003922 A1 WO2021003922 A1 WO 2021003922A1 CN 2019117205 W CN2019117205 W CN 2019117205W WO 2021003922 A1 WO2021003922 A1 WO 2021003922A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
information
fragment
entered
preset
Prior art date
Application number
PCT/CN2019/117205
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 WO2021003922A1 publication Critical patent/WO2021003922A1/fr

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • This application relates to the technical field of research and development management, and in particular to a method, equipment, storage medium and device for optimizing page information input.
  • the main purpose of this application is to provide a method, equipment, storage medium and device for optimizing page information entry, aiming to solve the technical problem of low efficiency of page information entry in the prior art.
  • this application provides a page information input optimization method, and the page information input optimization method includes the following steps:
  • Target information entered by the user through the fragment page where the target information includes contact information
  • the fragment page where the target information has been entered is hidden by calling the hiding function of the fragment page.
  • the fragment hiding instruction includes clicking on a blank space of the fragment page, or again Click the button to add information;
  • the page information entry optimization method further includes:
  • the sliding operation includes an animation sliding up and down, left and right, so that When the content of the target information is too much, the target information is displayed in scroll.
  • this application also proposes a page information entry optimization device, the page information entry optimization device includes a memory, a processor, and page information stored on the memory and running on the processor An optimized computer readable instruction is entered, and the page information entry optimization computer readable instruction is configured to implement the steps of the page information entry optimization method described above.
  • this application also proposes a storage medium that stores a page information entry optimization computer readable instruction, and when the page information entry optimization computer readable instruction is executed by a processor, the implementation is as described above The steps of the page information input optimization method.
  • this application also proposes a page information input optimization device, and the page information input optimization device includes:
  • the receiving module is used to receive the instruction to add information entered by the user on the current page
  • a display module configured to find the address of a fragment page according to the information addition instruction, and display the fragment page by calling a preset callback function through a function pointer according to the address of the fragment page;
  • the receiving module is further configured to receive target information entered by the user through the fragment page, where the target information includes contact information;
  • the hiding module is used to hide the segment page in which the target information has been entered by calling the hiding function of the segment page when receiving the segment hiding instruction triggered by the user.
  • the segment hiding instruction includes clicking on the segment page Blank space, or click the button to add information again;
  • the receiving module is further configured to receive a sliding instruction input in the fragment page, and perform a sliding operation corresponding to the sliding instruction on the target information through the deformation attribute of the cascading style sheet, and the sliding operation includes Animated sliding up and down, left and right, so that when the content of the target information is too much, the target information is displayed in scroll.
  • the address of the fragment page is searched according to the information addition instruction, and a preset callback function is called through a function pointer according to the address of the fragment page to display the fragment page ,
  • a preset callback function is called through a function pointer according to the address of the fragment page to display the fragment page .
  • FIG. 1 is a schematic structural diagram of a page information input optimization device of a hardware operating environment involved in a solution of an embodiment of the present application;
  • FIG. 2 is a schematic flowchart of a first embodiment of a method for optimizing entry of information on an application page
  • FIG. 3 is a schematic flowchart of a second embodiment of a method for optimizing application page information entry
  • FIG. 4 is a schematic flowchart of a third embodiment of a method for optimizing entry of information on an application page
  • FIG. 5 is a schematic flowchart of a fourth embodiment of a method for optimizing entry of information on an application page
  • Fig. 6 is a structural block diagram of a first embodiment of a device for inputting and optimizing page information of an application.
  • FIG. 1 is a schematic diagram of the structure of a device for optimizing page information input in a hardware operating environment involved in a solution of an embodiment of the application.
  • the page information input optimization device may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), communication bus 1002, user interface 1003, network interface 1004, memory 1005.
  • the communication bus 1002 is used to implement connection and communication between these components.
  • the user interface 1003 may include a display screen (Display), and the optional user interface 1003 may also include a standard wired interface and a wireless interface.
  • the wired interface of the user interface 1003 may be a USB interface in this application.
  • the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a wireless fidelity (WIreless-FIdelity, WI-FI) interface).
  • WIreless-FIdelity WI-FI
  • the memory 1005 may be a high-speed random access memory (Random Access Memory, RAM) memory, can also be a stable memory (Non-volatile Memory, NVM), such as disk storage.
  • RAM Random Access Memory
  • NVM Non-volatile Memory
  • the memory 1005 may also be a storage device independent of the foregoing processor 1001.
  • FIG. 1 does not constitute a limitation on the page information input optimization device, and may include more or less components than shown, or a combination of certain components, or different component arrangements. .
  • the memory 1005 which is a computer storage medium, may include an operating system, a network communication module, a user interface module, and computer-readable instructions for optimizing page information input.
  • the network interface 1004 is mainly used to connect to a back-end server and perform data communication with the back-end server; the user interface 1003 is mainly used to connect user equipment; the page information input optimization device passes
  • the processor 1001 calls the page information input optimization computer-readable instructions stored in the memory 1005, and executes the page information input optimization method provided in the embodiment of the present application.
  • FIG. 2 is a schematic flowchart of a first embodiment of a method for optimizing page information entry of this application, and a first embodiment of the method for optimizing page information entry of this application is proposed.
  • the method for optimizing page information entry includes the following steps:
  • Step S10 Receive an information addition instruction input by the user on the current page.
  • the execution subject of this embodiment is the page information entry optimization device, where the page information entry optimization device may be an electronic device such as a smart phone, a personal computer, or a server.
  • the information adding instruction refers to an instruction input by the user in the current page, and may be clicking an add button for information entry.
  • the Hypertext Markup Language Hyper Text Markup Language, abbreviated HTML
  • Fragment Fragment
  • Fragment components can be added to any HTML page in the process, and Fragments can also be called "fragments”.
  • the current page is the user information collection page, and there is a function to add contact information on the user information collection page, and you can add an add contact information button on the user information collection page. When the user clicks The adding contact information button triggers the adding information instruction.
  • Step S20 Find the address of the fragment page according to the information adding instruction, and call a preset callback function through a function pointer according to the address of the fragment page to display the fragment page.
  • the Fragment component can be directly called to pop up a Fragment page, that is, the fragment page, and the function of adding contact information has been written into the fragment component.
  • the front-end js can customize the Fragment component, and the parameters received by the Fragment component include the fragment_id that needs to be displayed, the show/hide switch, and the callback function.
  • the show/hide switch is used to control the display and hiding of the fragment page.
  • the add information instruction is triggered, and the address of the fragment page is found through the fragment_id parameter, and the preset callback function is The callback function is used to call the callback function through the function pointer according to the address of the fragment page to display the fragment page.
  • Step S30 Receive target information entered by the user through the fragment page, where the target information includes contact information.
  • the user inputs the target information through the fragment page displayed in the current page, for example, clicks on the add contact information button, and the target information is contact information.
  • the fragment component that assembles the target information will be hidden through the hide attribute of js, and the fragment component will pass the contact information to the current page, such as the user information collection page, So as to realize the function of injecting fragment components into an html page.
  • the method further includes:
  • Step S301 Receive a sliding instruction input in the fragment page, and perform a sliding operation corresponding to the sliding instruction on the target information through the deformation attribute of the cascading style sheet.
  • the sliding operation includes an animation sliding up and down, left and right, so that When the content of the target information is too much, the target information is displayed in a scroll.
  • the Cascading Style Sheet (Cascading Style Sheets, abbreviated as CSS) provides transform attributes, for example, through Cascading Style Sheets Level 3 (Cascading Style Sheets Level) 3.
  • the abbreviation CSS3 provides the transform attribute to control the up, down, left, and right animation of the content in the div area of the fragment page, and scroll the target information, so that when the target information content is too much, the The target information is scrolled to check whether there is an error in the target information.
  • Step S40 When receiving a user-triggered segment hiding instruction, hide the segment page where the target information has been entered by calling the hiding function of the segment page, and the segment hiding instruction includes clicking a blank space of the segment page , Or click the button to add information again.
  • the fragment hiding instruction may be clicking on a blank space of the fragment page, or clicking the button for adding information again.
  • the hiding function is a parameter hide attribute received by the Fragment component, and the fragment component is hidden through the hide attribute of js.
  • the display and hiding of the dom node controls the page rendering to achieve rapid response.
  • Each fragment component is actually a dom fragment of html.
  • the dom node has the show/hide (show/hide) attribute, which can be directly controlled by js to control show/hide.
  • the display and hiding of the fragment information is realized.
  • the address of the fragment page is searched according to the adding information instruction, and the preset callback function is called through the function pointer according to the address of the fragment page.
  • Display realize multiple information entry through the fragment page, avoid opening multiple pages to collect data, thereby improving the efficiency of information entry; receive the target information entered by the user through the fragment page, and receive the user-triggered fragment hiding instruction ,
  • the hiding function of the fragment page By calling the hiding function of the fragment page to hide the fragment page that has entered the target information, based on R&D management, during the application development process, for multiple node processes of information entry, the fragment page can be hidden through the hiding function , To achieve the effect of a single page application and improve user experience.
  • FIG. 3 is a schematic flowchart of a second embodiment of a method for optimizing page information entry of an application. Based on the first embodiment shown in FIG. 2 above, a second embodiment of the method for optimizing page information entry of this application is proposed.
  • the method further includes:
  • Step S50 Receive all display instructions input by the user on the current page.
  • all display instructions can be set, and the all display instructions can be double-clicking on a blank space of the current page, or other operations. This is not restricted. For example, if the user double-clicks a blank area of the current page, the all display instructions are triggered, and the input information of all the fragment pages in the current page can be obtained.
  • Step S60 Obtain all fragment pages in the current page.
  • all Fragment components in the current page can be obtained, and the entered information can be extracted from all the fragment pages. Firstly, it is detected whether information has been entered in each fragment page. If information has been entered, the entered information is extracted. If no information is entered, the extracted content of the page fragment can be considered empty.
  • Step S70 Display the fragment page according to a preset display rule.
  • the preset display rule may be to display one fragment page at predetermined intervals according to the position before and after the fragment page appears on the current page. Fragment pages, so that all fragment pages in the current page are displayed one after another. For example, the preset interval time may be every one minute.
  • the fragment pages are displayed according to preset display rules, so that the user can check whether there are any Missing information, thereby improving the accuracy and efficiency of information entry.
  • FIG. 4 is a schematic flowchart of a third embodiment of a method for optimizing page information entry of this application. Based on the second embodiment shown in FIG. 3, a third embodiment of the method for optimizing page information entry of this application is proposed.
  • step S70 includes:
  • Step S701 Detect whether all fragment pages in the current page have entered corresponding information.
  • the information entered in each fragment page is obtained, It is detected whether the entered information is empty. If the information is empty, it means that relevant information is not entered in the segment page, and then the segment page without information entry can be preferentially displayed.
  • the preferred display method can be to display the fragment pages without information entered first, and display other fragment pages after the preset time; or to display the fragment pages without information entered in a larger font , Other fragment pages are displayed in a smaller font; it is also possible to display the fragment pages with no information entered in the background color of the first preset color, and other fragment pages are displayed in the background color of the second preset color, The second preset color is different from the first preset color.
  • Step S702 If there is a segment page with no information entered, display the segment page with no information entered at the first preset time.
  • the first preset time can be set according to the trigger time of all the display instructions.
  • the trigger time of all the display instructions is recorded.
  • the set time may be the trigger time of all the display instructions plus the preset interval time. For example, when receiving all the display instructions input by the user on the current page, the recorded trigger time is 9:00, and the preset The interval is one minute, then at 9:01, the fragment page without input information will be displayed.
  • a fragment page with no information is displayed at preset intervals according to the position before and after the fragment page without information entry appears in the current page, so that Multiple fragment pages with no information entered are displayed one after another.
  • Step S703 Display other fragment pages that have entered information at a second preset time, where the second preset time is later than the first preset time.
  • a fragment page with entered information is displayed at preset intervals according to the position before and after other fragment pages with entered information appear in the current page. , So that multiple fragment pages with entered information will be displayed one after another.
  • the second preset time is later than the first preset time, so that the segment page that is the input information can be displayed preferentially to remind the user to perform supplementary input of information.
  • the second preset time may be calculated according to the number of fragment pages with no information entered, the preset interval time, and the first preset time.
  • step S703 includes:
  • the extracted keywords are displayed through the segment page at a second preset time, where the second preset time is later than the first preset time.
  • the fragment page may not be able to display all the content, so that the user can intuitively see the information in the displayed fragment page
  • the input information can be compared with the preset number of characters by obtaining the word count of each input information. If the number of input words exceeds the preset number of words, the input information cannot be displayed in the displayed window For all input information, keyword extraction can be performed on the input information exceeding the preset number of characters.
  • the input information exceeding the preset number of characters can be segmented to obtain all the words corresponding to the input information and calculate the word frequency of each word -Reverse file frequency (Term Frequency-Inverse Document Frequency, abbreviation TF-IDF) value, TF word frequency (Term Frequency), IDF Inverse Document Frequency (Inverse Document Frequency), sort the words according to the TF-IDF value from large to small, obtain a sorted list, and obtain a preset number of words that are ranked first in the sorted list as the keywords.
  • TF-IDF Term Frequency-Inverse Document Frequency
  • IDF Inverse Document Frequency Inverse Document Frequency
  • the extracted keywords are displayed, so that the user can understand the information input status of the segment page through the displayed keywords.
  • the user can also click on the keyword to fully display the input information corresponding to the keyword, and at this time, the input information can be viewed by scrolling.
  • the page information input optimization method further includes:
  • the input information corresponding to the keyword is obtained, and the input information corresponding to the keyword is displayed on the segment page.
  • CSS Cascading Style Sheets
  • the abbreviation CSS3 provides the transform property to control the up, down, left, and right animation of the content in the div area of the fragment page, so that when the content of the input information is too much, the input information can be scrolled to view Whether there are errors in the input information.
  • the fragment pages that have not entered information are displayed preferentially, which improves the accuracy and efficiency of information entry.
  • FIG. 5 is a schematic flowchart of a fourth embodiment of a method for optimizing page information entry of an application. Based on the third embodiment shown in FIG. 4, a fourth embodiment of the method for optimizing page information entry of this application is proposed.
  • step S702 includes:
  • Step S7021 If there is a fragment page with no information entered, display the fragment page with no information entered in a first preset color at a first preset time.
  • the background color of the fragment page with no information entered may be displayed in the first preset color, and the first preset color may be Other colors that are different from the regular white background.
  • the first preset color may be Other colors that are different from the regular white background.
  • step S703 includes:
  • Step S7031 Display other fragment pages with entered information in a second preset color at a second preset time, where the second preset time is later than the first preset time, and the second preset color Different from the first preset color.
  • the second preset color is usually a regular background color white, and the second preset color is different from the first preset color, so that the user can clearly perceive the fragments that have not entered information. page. After the fragment page with no information entered is displayed, a fragment page with entered information is displayed at preset intervals according to the front and back positions of other fragment pages with entered information in the current page, thereby combining multiple The segment pages of the entered information are successively displayed in the second preset color.
  • the fragment pages with no information entered and the fragment pages with entered information are respectively displayed with different preset color background colors, so that the user can be clearly Detect the fragment pages where information is not entered, and timely supplement relevant information, thereby improving the efficiency of information entry.
  • the embodiment of the present application also proposes a storage medium, and the computer-readable storage medium may be a non-volatile readable storage medium.
  • the storage medium stores computer readable instructions for optimizing page information entry, and when the computer readable instructions for page information entry optimization are executed by a processor, the steps of the page information entry optimization method described above are realized.
  • the method implemented when the computer-readable instruction is executed please refer to the various embodiments of the page information entry optimization method of this application, which will not be repeated here.
  • an embodiment of the present application also proposes a page information entry optimization device, and the page information entry optimization device includes:
  • the receiving module 10 is used to receive an information addition instruction entered by the user on the current page
  • the display module 20 is configured to find the address of the fragment page according to the information addition instruction, and call a preset callback function through a function pointer according to the address of the fragment page to display the fragment page;
  • the receiving module 10 is further configured to receive target information entered by the user through the fragment page, and the target information includes contact information;
  • the hiding module 30 is configured to hide the segment page in which the target information has been entered by calling the hiding function of the segment page when receiving the segment hiding instruction triggered by the user, and the segment hiding instruction includes clicking the segment page Or click the button to add information again;
  • the receiving module 10 is further configured to receive a sliding instruction input in the segment page, and perform a sliding operation corresponding to the sliding instruction on the target information through the deformation attribute of the cascading style sheet, the sliding operation It includes moving up and down, left and right, so that when the content of the target information is too much, the target information is displayed in scroll.

Landscapes

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

Abstract

L'invention concerne un procédé, un dispositif et un appareil d'optimisation d'entrée d'informations de page ainsi qu'un support de stockage. Le procédé comprend les étapes consistant à : recevoir une instruction d'ajout d'informations entrée par un utilisateur dans une page actuelle (S10) ; rechercher une adresse d'une page de fragment selon l'instruction d'ajout d'informations et appeler une fonction de rappel prédéfinie au moyen d'un pointeur de fonction en fonction de l'adresse de la page de fragment pour afficher la page de fragment (S20) ; recevoir des informations cibles entrées par l'utilisateur au moyen de la page de fragment, les informations cibles comprenant des informations de contact (S30) ; et, lorsqu'une instruction de dissimulation de fragment déclenchée par l'utilisateur est reçue, cacher la page de fragment dans laquelle les informations cibles sont entrées en appelant une fonction de dissimulation de la page de fragment, l'instruction de dissimulation de fragment comprenant le clic dans un espace blanc dans la page de fragment ou le clic d'un bouton à nouveau pour l'ajout d'informations (S40). Dans le processus de développement d'application multi-page, pour des processus de nœud d'entrée d'informations similaires, l'entrée de multiples éléments d'informations est obtenue au moyen des pages de fragment. La situation dans laquelle de multiples pages sont nouvellement ouvertes pour collecter des données est évitée, de telle sorte que l'efficacité d'entrée d'informations est améliorée et l'expérience d'utilisateur est améliorée.
PCT/CN2019/117205 2019-07-10 2019-11-11 Procédé, dispositif et appareil d'optimisation d'entrée d'informations de page et support de stockage WO2021003922A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910623710.2 2019-07-10
CN201910623710.2A CN110515618B (zh) 2019-07-10 2019-07-10 页面信息录入优化方法、设备、存储介质及装置

Publications (1)

Publication Number Publication Date
WO2021003922A1 true WO2021003922A1 (fr) 2021-01-14

Family

ID=68623362

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/117205 WO2021003922A1 (fr) 2019-07-10 2019-11-11 Procédé, dispositif et appareil d'optimisation d'entrée d'informations de page et support de stockage

Country Status (2)

Country Link
CN (1) CN110515618B (fr)
WO (1) WO2021003922A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377367B (zh) * 2020-03-10 2024-04-30 腾讯科技(深圳)有限公司 数据收集方法、装置、计算机设备和存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880664A (zh) * 2012-08-31 2013-01-16 华为软件技术有限公司 一种页面编辑方法、装置及系统
CN104267968A (zh) * 2014-10-16 2015-01-07 福建星网视易信息系统有限公司 界面切换的方法和装置
CN104750793A (zh) * 2015-03-12 2015-07-01 小米科技有限责任公司 生成页面的方法和装置
US20160196009A1 (en) * 2011-10-19 2016-07-07 Oracle International Corporation Task flow interface in a popup region
CN108710490A (zh) * 2017-04-12 2018-10-26 北京京东尚科信息技术有限公司 一种Web页面的编辑方法和装置
CN108984203A (zh) * 2018-06-08 2018-12-11 广东伊莱特电器有限公司 一种用于Android应用运行时数据采集的方法及其系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080040661A1 (en) * 2006-07-07 2008-02-14 Bryce Allen Curtis Method for inheriting a Wiki page layout for a Wiki page
US9571547B2 (en) * 2011-03-14 2017-02-14 Canon Kabushiki Kaisha Method and device for generating media fragment requests for requesting fragments of an encoded media stream
CN104077313B (zh) * 2013-03-28 2018-02-27 腾讯科技(深圳)有限公司 一种网页页面中多输入框的显示方法、装置及终端设备
US9754126B2 (en) * 2015-10-13 2017-09-05 Verizon Patent And Licensing Inc. Virtual input mechanism for secure data acquisition
CN108170706A (zh) * 2017-11-22 2018-06-15 链家网(北京)科技有限公司 一种信息采集页面生成方法及装置
CN108804081A (zh) * 2018-05-04 2018-11-13 武汉极意网络科技有限公司 一种Fragment中控件识别方法及系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160196009A1 (en) * 2011-10-19 2016-07-07 Oracle International Corporation Task flow interface in a popup region
CN102880664A (zh) * 2012-08-31 2013-01-16 华为软件技术有限公司 一种页面编辑方法、装置及系统
CN104267968A (zh) * 2014-10-16 2015-01-07 福建星网视易信息系统有限公司 界面切换的方法和装置
CN104750793A (zh) * 2015-03-12 2015-07-01 小米科技有限责任公司 生成页面的方法和装置
CN108710490A (zh) * 2017-04-12 2018-10-26 北京京东尚科信息技术有限公司 一种Web页面的编辑方法和装置
CN108984203A (zh) * 2018-06-08 2018-12-11 广东伊莱特电器有限公司 一种用于Android应用运行时数据采集的方法及其系统

Also Published As

Publication number Publication date
CN110515618A (zh) 2019-11-29
CN110515618B (zh) 2024-02-09

Similar Documents

Publication Publication Date Title
WO2020233077A1 (fr) Procédé, dispositif et appareil de surveillance de service de système et support d'informations
WO2020215681A1 (fr) Procédé et appareil de génération d'informations d'indication, terminal et support de stockage
WO2014000672A1 (fr) Procédé et système permettant de copier et de coller un contenu de page web, et support d'enregistrement informatique
WO2017122981A1 (fr) Procédé et système de réduction du temps de chargement d'une page par exploitation de latence de réseau
WO2011053046A2 (fr) Système et procédé pour préparer des rapports d'analyse sur la base du programme excel
WO2017030306A1 (fr) Procédé et système pour ajouter une page internet aux favoris
WO2017043934A1 (fr) Procédé et dispositif électronique pour navigation et commandes par onglet
WO2012155709A1 (fr) Procédé, système et support de stockage pour pousser dynamiquement l'étiquette personnelle d'un utilisateur
WO2014058146A1 (fr) Appareil terminal utilisateur prenant en charge un défilement web rapide de documents web et son procédé
WO2018174365A1 (fr) Procédé de visualisation d'un graphique de table de données
WO2015152647A1 (fr) Procédé et système de recherche de contenu
WO2020087981A1 (fr) Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible
WO2011083902A1 (fr) Procédé et dispositif de surveillance d'une configuration d'utilisation à l'aide d'un titre de fenêtre
WO2020037909A1 (fr) Procédé de réglage de ressources basé sur un journal, équipement, support de stockage, et dispositif
WO2020082766A1 (fr) Procédé et appareil d'association pour un procédé d'entrée, dispositif et support d'informations lisible
WO2020233060A1 (fr) Procédé et appareil de notification d'événement, serveur de notification d'événement et support de stockage
WO2017160028A1 (fr) Gestion et visualisation d'objet à l'aide d'un dispositif informatique
WO2018090535A1 (fr) Procédé et dispositif de traitement de récupération cumulative, terminal et support d'informations
WO2021003922A1 (fr) Procédé, dispositif et appareil d'optimisation d'entrée d'informations de page et support de stockage
WO2018014594A1 (fr) Procédé de traitement de demande et de réponse de réseau, dispositif, terminal, serveur, et support de stockage
WO2016111514A1 (fr) Procédé d'affichage de contenu et dispositif électronique mettant en œuvre celui-ci
WO2019033511A1 (fr) Procédé et appareil de pivotement de données basé sur une base de données, et support de stockage informatique
WO2013032282A1 (fr) Appareil d'affichage et son procédé de fourniture d'iu
WO2012141412A9 (fr) Procédé et serveur pour fournir une page web
WO2020062655A1 (fr) Procédé, appareil et dispositif de reconnaissance de collecteur, et support de stockage lisible non volatil

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

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 160522)

122 Ep: pct application non-entry in european phase

Ref document number: 19936657

Country of ref document: EP

Kind code of ref document: A1