WO2016110202A1 - Procédé, client et dispositif pour afficher une page - Google Patents

Procédé, client et dispositif pour afficher une page Download PDF

Info

Publication number
WO2016110202A1
WO2016110202A1 PCT/CN2015/099538 CN2015099538W WO2016110202A1 WO 2016110202 A1 WO2016110202 A1 WO 2016110202A1 CN 2015099538 W CN2015099538 W CN 2015099538W WO 2016110202 A1 WO2016110202 A1 WO 2016110202A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
attribute
history
display
displaying
Prior art date
Application number
PCT/CN2015/099538
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 WO2016110202A1 publication Critical patent/WO2016110202A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present application relates to the field of Internet communication technologies, and in particular, to a method, a client, and a device for displaying a page.
  • web page data can be displayed on the client through data interaction between the client and the Internet.
  • the webpage data that the user has displayed may be displayed by displaying the history.
  • the existing method for displaying the page and the client display the displayed history page in the display order in the display order, and the user can achieve the effect of backing to the previous page through the button or interface with the back function on the client. . If the user needs to go back to the target history page before multiple pages, it is necessary to click the button or interface with the back function multiple times to achieve the effect of moving back to the target history page.
  • the inventor has found that at least the following problems exist in the prior art: the existing method for displaying a page and the client directly store the page browsed by the user, and when the user enters the same page multiple times, the memory will Store the same content page multiple times. This will cause the client to store multiple identical pages, occupying the storage space of the client and possibly affecting the running speed of the client.
  • the purpose of the embodiment of the present application is to provide a method, a client, and a device for displaying a page, so as to improve the running speed of the client.
  • the embodiment of the present application provides a method for looping into a page and a client is implemented as follows:
  • a method of displaying a page including:
  • a client for displaying a page comprising: a signal receiving module, a second page searching module, a history page deleting module, a first page display module, and a first page storage module;
  • the signal receiving module is configured to receive a signal for displaying a first page on a current display page; the first page has a first association relationship with the current display page;
  • the second page search module is configured to obtain a first attribute of the first page according to the first association relationship in the signal receiving module, and search for a second page having a first attribute in the history page list;
  • the history page deletion module is configured to acquire a position of the second page in the second page search module in the history page list, and delete a history page of the first range in the history page list;
  • the first page display module is configured to obtain a second attribute of the second page in the second page search module, and compare the second attribute of the first page with the second attribute of the second page, if the first page is The second attribute is the same as the second attribute of the second page, the first page is the same as the second page, and the second page is displayed as the first page;
  • the first page storage module is configured to store the first page of the display to a storage location of the second page in the history page list of the historical page in which the first range is deleted in the history page deletion module.
  • the first page display module when the first page display module compares the second attribute of the first page with the second attribute of the second page, if not the same, the first page display module is further configured to acquire the first page from the server. The data is displayed.
  • a device for displaying a page comprising: a display, a processor, and a memory; wherein
  • the display is configured to display a page, and receive a signal for displaying the first page; the first page has a first association relationship with the current display page;
  • the processor is configured to determine, according to the first attribute and the second attribute of the first page, and the historical page list stored in the memory, the data content of the page to be displayed, and control the display to display the page, and control the The memory stores the displayed page;
  • the processor is configured to store a history page and generate a history page list.
  • the method for displaying a page, the client, and the device disclosed in the embodiment of the present application can search for a page having the same first attribute as the page storage page to be displayed in the history page list. Obtaining the same historical page type as the page to be displayed, by comparing the second attribute of the same attribute of the first attribute, it can be determined whether there is a history page in the history page list that is the same as the page to be displayed, and if so, the history can be directly displayed. The page stored in the page list. If not, the data of the page to be displayed can be obtained from the server and displayed, and the displayed page is stored instead of the page of the same page type stored in the history page list.
  • history pages stored in the client memory do not have pages with the same page type or the same page content, which can reduce the history page occupation. Use the storage space to improve the speed of the client.
  • the history page list stores pages with different page types, it can be guaranteed that there are fewer historical pages to be stored. When the user needs to return to different types of pages, only a few times of return operations are required to return to the history page. Different types of pages can improve the user experience.
  • FIG. 1 is a flow chart of an embodiment of a method for displaying a page of the present application
  • FIG. 2 is an example of a history page list in one embodiment of the method for displaying a page of the present application
  • 3 is another example of a history page list in one embodiment of the method for displaying a page of the present application
  • FIG. 4 is another example of a history page list in one embodiment of the method for displaying a page of the present application
  • FIG. 5 is a block diagram of one embodiment of a client displaying a page of the present application.
  • FIG. 6 is a schematic diagram of the composition of an apparatus for displaying a page according to the present application.
  • the embodiment of the present application provides a method, a client, and a device for displaying a page.
  • FIG. 1 is a flow chart of an embodiment of a method for looping into a page of the present application. As shown in FIG. 1, the method for looping into a page may include:
  • S101 Receive a signal for displaying the first page on the current display page.
  • the client can receive a signal showing the first page on the current display page.
  • the first page has a first association relationship with the current display page.
  • the receiving the signal for displaying the first page may include: the user clicking a flag corresponding to the first page uniform resource locator on the current page.
  • the uniform resource locator can be used to indicate a storage address of the first page on the server.
  • the flag corresponding to the first page uniform resource locator may include text, a picture, and the like.
  • the receiving the signal for displaying the first page may include: setting a unified resource associated with the first page on the current page A flag corresponding to the locator, such as a picture or text, receives a signal that the user clicks on the flag.
  • the first page has a first association relationship with the current display page, and the method includes: the page data of the current display page includes a first attribute and a second attribute of the first page.
  • the first attribute may include: a page type; the page type may be used to indicate a type of display structure of the page.
  • the page type may include a product details page, a search list page, and the like.
  • the second attribute may include: a page data identifier, where the page data identifier may be used to identify data content populated in the display structure of the page.
  • the page data identifier may have a one-to-one correspondence with the data content in the page.
  • S102 Acquire a first attribute of the first page according to the first association relationship, and search for a second page having the first attribute in the history page list.
  • the first attribute of the first page may be obtained.
  • the first attribute can be a page type.
  • the second page having the first attribute in the history page list may be searched on the client, that is, the page in the history page list having the same page type as the first page is found.
  • the history page list can be stored on the client.
  • the history page list can be stored in the client's memory.
  • the history page list may store the history page in the order in which the history pages are displayed, for example, may be stored in the form of a stack.
  • the history page list is stored in the form of a stack, for example, the first displayed page may be stored at the front end of the client memory.
  • the history page list is stored in the form of a stack, when the client acquires the history page, the last stored history page is obtained first. For example, the first stored page may be finally acquired.
  • S103 Obtain a location of the second page in the history page list, and delete a history page of the first scope in the history page list.
  • the client can obtain the location of the second page in the history page list.
  • the first range may be determined according to the location of the second page in the history page list.
  • the first range represents a range of history pages stored after the second page in the history page list.
  • the client may delete the history page of the first range in the history page list.
  • S104 Acquire a second attribute of the second page, compare the second attribute of the first page with the second attribute of the second page, and if the second attribute of the first page is the same as the second attribute of the second page, the second page is Displayed as the first page.
  • the client can obtain the second attribute of the second page.
  • the second attribute may include: a page data identifier, where the page data identifier may be used to identify data content populated in the display structure of the page.
  • the page data identifier and the page The data content in the data can have a one-to-one correspondence. For example, if the page data content is product details, the page data identifier may be a product number.
  • the client may compare the second attribute of the first page with the second attribute of the second page. If the second attribute of the first page is the same as the second attribute of the second page, the first page may be the same as the second page.
  • the second page can be used as the first page and displayed.
  • the method further includes: acquiring data of the first page from the server and displaying the data.
  • the second attribute of the first page is different from the second attribute of the second page, it may be indicated that the data content in the first page is different from the data content in the second page.
  • the client may acquire data of the first page from the server and display the first page.
  • S105 Store the first page of the display to a storage location of the second page in the history page list.
  • the client may store the displayed first page to a storage location of the second page in the history page list.
  • the history page list is stored in the form of a stack, and the list of history pages shown may be as shown in FIG. 2.
  • the first displayed page "Home” is stored at the front end of the client memory.
  • the text “Product A” may be set on the page of the current display page "Business Details Page", and the text “Product A” may be the corresponding symbol of the Uniform Resource Locator of the page “Detail Page A”.
  • the page data of the current page “Business Details Page” may include the page type and page data identifier of the page "Details Page A”.
  • the page type of the page “Details Page A” may be "Product Details Page”
  • the page data identifier may be the product number of the product A, such as "001".
  • the client can receive a signal that the user clicks on the text "Product A” on the "Business Details Page” of the page, indicating that the user needs to display the page corresponding to the "Product A” logo.
  • the client can query the history page list shown in FIG. 2 according to the page type, that is, the “product details page”.
  • the page type found is also the history page of the Product Listing Page.
  • the "detail page A" in the query history page list is the same as the page type that the user wants to display the page.
  • the client can obtain the location of the page "Details Page A" in the history page list, set the page range stored after the page "Detail Page A" to the first range, and delete the history page in the first range.
  • the client can obtain the second attribute of the page "Details Page A" in the history list.
  • the second attribute may include: a page data identifier.
  • the page data identifier of the corresponding page of the text "Product A" clicked by the user may be the product number of the product A, such as "001".
  • the client compares the product number corresponding to the page to be displayed and the product number corresponding to the page "Details Page A" in the history page list.
  • the product number corresponding to "Detail Page A" in the history page list is "001", which is the same as the product number corresponding to the page to be displayed, and can represent the page "Detail Page A” in the history page list and the to be displayed.
  • the page is the same, and the page "Details Page A" in the history page list can be displayed as the page to be displayed.
  • the client can store the displayed location of the displayed page "Details Page A" to the page "Details Page A" in the history page list.
  • the page stored in the list of stored history pages can be as shown in FIG. 3.
  • the displayed text “Product B” may be the corresponding symbol of the Uniform Resource Locator of the page "Detailed Page B”.
  • the page data of the current page “Business Details Page” may include the page type and page data identifier of the page "Details Page B".
  • the page type of the page “Details Page B” may be "Product Details Page”
  • the page data identifier may be the product number of the product B, such as "002".
  • the client can receive a signal that the user clicks the text "Product B" on the "Business Details Page” of the page, indicating that the user needs to display the page corresponding to the "Product B".
  • the client can query the history page list shown in FIG. 2 according to the page type, that is, the “product details page”.
  • the page type found is also the history page of the Product Listing Page.
  • the "detail page A" in the query history page list is the same as the page type that the user wants to display the page.
  • the client can obtain the location of the page "Details Page A" in the history page list, set the page range stored after the page "Detail Page A" to the first range, and delete the history page in the first range.
  • the client can obtain the second attribute of the page "Details Page A" in the history list.
  • the second attribute may include: a page data identifier.
  • the page data identifier of the corresponding page of the text "Product A" clicked by the user may be the product number of the product A, such as "001".
  • the client compares the product number "002" corresponding to the page to be displayed and the product number "001" corresponding to the page "Details page A" in the history page list.
  • the two product numbers are different, and can represent the page “Details page” in the history page list.
  • A" is different from the padding content of the page to be displayed, and the page "Details Page A" in the history page list can be displayed as the page to be displayed.
  • the client can obtain the page data of the page “Details Page B” from the server according to the uniform resource locator of the page “Details Page B” corresponding to the “Product B” and display the page data.
  • the client may store the displayed page "Details Page B" to the storage location of the page "Details Page A" in the history page list.
  • the page stored in the list of stored history pages can be as shown in FIG. 4.
  • the method for displaying a page disclosed in the foregoing embodiment may search for a page having the same first attribute as the page storage page to be displayed in the history page list, and obtain a history page having the same page type as the page to be displayed, by comparing the first attribute.
  • the second attribute of the same page can determine whether there is a history page in the history page list that is the same as the page to be displayed, and if so, the page stored in the history page list can be directly displayed. If not, the data of the page to be displayed can be obtained from the server and displayed, and the displayed page is stored instead of the page of the same page type stored in the history page list.
  • history pages stored in the client memory do not have pages with the same page type or the same page content, which can reduce the storage space occupied by the history pages and improve the running speed of the client.
  • the history page list since the history page list stores pages with different page types, it can ensure that there are fewer historical pages to be stored. When the user needs to return to different types of pages, only a small number of return operations are required to return different history pages. Type of page.
  • the following describes a client that displays a page of the present application.
  • the client may include: a signal receiving module 501, a second page searching module 502, a history page deleting module 503, a first page display module 504, and a first page storage module 505. among them,
  • the signal receiving module 501 is configured to receive a signal for displaying a first page on a current display page; the first page has a first association relationship with the current display page.
  • the second page search module 502 is configured to obtain a first attribute of the first page according to the first association relationship in the signal receiving module 501, and search for a second page having the first attribute in the history page list.
  • the history page deletion module 503 is configured to obtain a location of the second page in the second page search module 502 in the history page list, and delete a history page of the first range in the history page list.
  • the first page display module 504 is configured to obtain a second attribute of the second page in the second page search module 502, and compare a second attribute of the first page with a second attribute of the second page, if the first The second attribute of the page is the same as the second attribute of the second page, and the second page is displayed as the first page.
  • the first page storage module 505 can be configured to store the first page of the display to the storage location of the second page in the history page list of the historical page in which the first range of history pages are deleted in the history page deletion module 503.
  • the first page display module 504 compares the second attribute of the first page with the second attribute of the second page, if not the same, the first page display module 504 is further configured to use the server. Get the data of the first page and display it.
  • the method for displaying a page disclosed in the embodiment of the present invention corresponds to the method for displaying a page disclosed in the embodiment of the present application, and the method for displaying a page in the present application can be implemented to achieve the technical effect of the method embodiment.
  • FIG. 6 is a schematic diagram of the composition of an apparatus for displaying a page according to the present application.
  • the display page The device may include a display 601, a processor 602, and a memory 603. among them,
  • the display 601 can be configured to display a page and receive a signal for displaying the first page; the first page has a first association relationship with the current display page.
  • the processor 602 is configured to determine, according to the first attribute and the second attribute of the first page, and the historical page list stored in the memory 603, the data content of the page to be displayed, and control the display 601 to display the A page that controls the memory 603 to store the displayed page.
  • the memory 603 can be used to store a history page and generate a history page list.
  • the device for displaying a page disclosed in the foregoing embodiment corresponds to the method for displaying a page and the client disclosed in the embodiment of the present application, and can implement the method for displaying a page and the technical effect of the client.
  • PLD Programmable Logic Device
  • FPGA Field Programmable Gate Array
  • HDL Hardware Description Language
  • the controller can be implemented in any suitable manner, for example, the controller can take the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (eg, software or firmware) executable by the (micro)processor.
  • computer readable program code eg, software or firmware
  • examples of controllers include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip The PIC18F26K20 and the Silicone Labs C8051F320, the memory controller can also be implemented as part of the control logic of the memory.
  • the controller can be logically programmed by means of logic gates, switches, ASICs, programmable logic controllers, and embedding.
  • Such a controller can therefore be considered a hardware component, and the means for implementing various functions included therein can also be considered as a structure within the hardware component.
  • a device for implementing various functions can be considered as a software module that can be both a method of implementation and a structure within a hardware component.
  • the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
  • the present application can be implemented by means of software plus a necessary general hardware platform. Based on such understanding, portions of the technical solution of the present application that contribute substantially or to the prior art may be embodied in the form of a software product.
  • the computing device includes one or more processors (CPU ), input / output interface, network interface and memory.
  • the computer software product can include instructions for causing a computer device (which can be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present application or portions of the embodiments.
  • the computer software product can be stored in a memory, which may include non-persistent memory, random access memory (RAM), and/or nonvolatile memory in a computer readable medium, such as read only memory (ROM) or Flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory.
  • PRAM phase change memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • RAM random access memory
  • ROM read only memory
  • EEPROM electrically erasable programmable read only memory
  • flash memory or other memory technology
  • compact disk read only memory CD-ROM
  • DVD digital versatile disk
  • Magnetic tape cartridges magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include transitory computer readable media, such as modulated data signals and carrier waves.
  • This application can be used in a variety of general purpose or special purpose computer system environments or configurations.
  • the application can be described in the general context of computer-executable instructions executed by a computer, such as a program module.
  • program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • the present application can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
  • program modules can be located in both local and remote computer storage media including storage devices.

Landscapes

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

Abstract

L'invention concerne un procédé, un client et un dispositif pour afficher une page, consistant : à recevoir un signal pour afficher une première page sur une page d'affichage courante (S101), la première page ayant une première relation d'association avec la page d'affichage courante ; selon la première relation d'association, à acquérir un premier attribut de la première page, et rechercher une seconde page ayant le premier attribut dans une liste de pages historiques (S102) ; à acquérir la position de la seconde page dans la liste de pages historiques, et à supprimer des pages historiques d'une première plage dans la liste de pages historiques (S103) ; à acquérir un second attribut de la seconde page, comparer un second attribut de la première page au second attribut de la seconde page, et si le second attribut de la première page est identique à celui de la seconde page, à afficher la seconde page sous la forme de la première page (S104) ; et à stocker la première page affichée à une position de stockage de la seconde page dans la liste de pages historiques (S105). Le procédé, le client et le dispositif pour afficher une page peuvent améliorer la vitesse de fonctionnement du client.
PCT/CN2015/099538 2015-01-06 2015-12-29 Procédé, client et dispositif pour afficher une page WO2016110202A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510005166.7 2015-01-06
CN201510005166.7A CN105824830B (zh) 2015-01-06 2015-01-06 一种显示页面的方法、客户端及设备

Publications (1)

Publication Number Publication Date
WO2016110202A1 true WO2016110202A1 (fr) 2016-07-14

Family

ID=56355508

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/099538 WO2016110202A1 (fr) 2015-01-06 2015-12-29 Procédé, client et dispositif pour afficher une page

Country Status (2)

Country Link
CN (1) CN105824830B (fr)
WO (1) WO2016110202A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108345481A (zh) * 2017-01-22 2018-07-31 腾讯科技(深圳)有限公司 一种页面显示方法、装置、客户端及服务器
CN109298828A (zh) * 2018-09-27 2019-02-01 武汉华中时讯科技有限责任公司 通过手势切换历史浏览页面的装置、方法及存储介质
CN109828982A (zh) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 值班表显示方法、装置、计算机装置及存储介质
CN111382387A (zh) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 基于小程序的网页访问方法、装置、设备及存储介质
CN111814088A (zh) * 2020-06-22 2020-10-23 五八有限公司 一种页面处理方法及装置
CN111931111A (zh) * 2020-08-14 2020-11-13 工银科技有限公司 一种网页开发方法、网页展示方法、装置及设备
CN112087545A (zh) * 2017-10-31 2020-12-15 华为技术有限公司 在通知栏下拉菜单中管理多个自由窗口

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109343776A (zh) * 2018-08-21 2019-02-15 北京奇艺世纪科技有限公司 一种自定义页面生成方法、装置及终端设备
CN111695056B (zh) * 2019-03-12 2024-03-22 阿里巴巴集团控股有限公司 页面处理、页面返回处理方法、装置和设备
CN112417336B (zh) * 2020-11-24 2022-11-01 天津五八到家货运服务有限公司 页面显示方法、装置、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7310627B2 (en) * 2001-06-15 2007-12-18 International Business Machines Corporation Method of searching for text in browser frames
CN102622348A (zh) * 2011-01-26 2012-08-01 腾讯科技(深圳)有限公司 实现多个窗口同时对网络页面进行解析显示的方法和装置
CN102902805A (zh) * 2012-10-15 2013-01-30 东软集团股份有限公司 一种页面访问方法和装置
CN103530292A (zh) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 网页显示方法和装置
CN103984686A (zh) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 页面切换方法及装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4856591B2 (ja) * 2007-06-27 2012-01-18 富士フイルム株式会社 サーバ・システムならびにその動作制御方法およびその制御プログラム
CN101668004B (zh) * 2008-09-04 2016-02-10 阿里巴巴集团控股有限公司 一种网页获取方法、装置及系统
CN103491066B (zh) * 2012-06-14 2016-03-16 腾讯科技(深圳)有限公司 页面显示的方法、系统、服务端设备及客户端设备
CN103488480A (zh) * 2013-09-09 2014-01-01 百度在线网络技术(北京)有限公司 一种页面显示方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7310627B2 (en) * 2001-06-15 2007-12-18 International Business Machines Corporation Method of searching for text in browser frames
CN102622348A (zh) * 2011-01-26 2012-08-01 腾讯科技(深圳)有限公司 实现多个窗口同时对网络页面进行解析显示的方法和装置
CN103530292A (zh) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 网页显示方法和装置
CN102902805A (zh) * 2012-10-15 2013-01-30 东软集团股份有限公司 一种页面访问方法和装置
CN103984686A (zh) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 页面切换方法及装置

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108345481A (zh) * 2017-01-22 2018-07-31 腾讯科技(深圳)有限公司 一种页面显示方法、装置、客户端及服务器
CN108345481B (zh) * 2017-01-22 2023-04-18 腾讯科技(深圳)有限公司 一种页面显示方法、装置、客户端及服务器
CN112087545A (zh) * 2017-10-31 2020-12-15 华为技术有限公司 在通知栏下拉菜单中管理多个自由窗口
CN112087545B (zh) * 2017-10-31 2022-04-29 华为技术有限公司 在通知栏下拉菜单中管理多个自由窗口
CN109298828A (zh) * 2018-09-27 2019-02-01 武汉华中时讯科技有限责任公司 通过手势切换历史浏览页面的装置、方法及存储介质
CN109298828B (zh) * 2018-09-27 2022-02-22 武汉华中时讯科技有限责任公司 通过手势切换历史浏览页面的装置、方法及存储介质
CN109828982A (zh) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 值班表显示方法、装置、计算机装置及存储介质
CN111382387A (zh) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 基于小程序的网页访问方法、装置、设备及存储介质
CN111382387B (zh) * 2020-03-06 2023-10-24 深圳市盟天科技有限公司 基于小程序的网页访问方法、装置、设备及存储介质
CN111814088A (zh) * 2020-06-22 2020-10-23 五八有限公司 一种页面处理方法及装置
CN111931111A (zh) * 2020-08-14 2020-11-13 工银科技有限公司 一种网页开发方法、网页展示方法、装置及设备

Also Published As

Publication number Publication date
CN105824830A (zh) 2016-08-03
CN105824830B (zh) 2020-01-17

Similar Documents

Publication Publication Date Title
WO2016110202A1 (fr) Procédé, client et dispositif pour afficher une page
WO2017063519A1 (fr) Procédé et dispositif d'affichage de titres
US10467266B2 (en) Information query
JP6440828B2 (ja) デジタルコンテンツの可視性の検出
TWI705337B (zh) 一種資訊搜尋導航方法及裝置
WO2018176960A1 (fr) Procédé, dispositif et terminal utilisateur d'affichage d'image de réseau
WO2016004814A1 (fr) Procédé et système de visualisation de service
WO2016107325A1 (fr) Procédé et dispositif de chargement de ressource de page sur la base d'un terminal mobile
US20160077673A1 (en) Intelligent Canvas
WO2019179243A1 (fr) Procédé, appareil et dispositif d'affichage d'informations
US11360640B2 (en) Method, device and browser for presenting recommended news, and electronic device
WO2021143371A1 (fr) Procédé, appareil et dispositif de génération de page d'apliquette
WO2017005095A1 (fr) Procédé de mise en cache de ressources et de mise à jour de ressources mises en cache, client, serveur et système
WO2019047775A1 (fr) Procédé, appareil et dispositif de traitement d'un paquet d'application web
US11074037B2 (en) Voice broadcast method and apparatus
WO2019085653A1 (fr) Procédé, dispositif et client d'affichage d'informations de page
WO2019233095A1 (fr) Procédé de présentation d'informations, et dispositif terminal et dispositif de réseau correspondants
WO2016177277A1 (fr) Procédé et appareil de recommandation d'informations
WO2019114158A1 (fr) Procédé et dispositif d'affichage d'animation en temps réel, terminal électronique et support d'informations lisible
WO2017162031A1 (fr) Procédé et dispositif de collecte d'informations, et terminal intelligent
US9766797B2 (en) Shortening URLs using touchscreen gestures
TW201828113A (zh) 標題展示方法及裝置
US9372936B2 (en) Partial data report generation with data costing notification
US9355072B2 (en) Recursive embedding by URL parameterization
CN107734079B (zh) 一种电子邮箱中用户信息的处理方法和装置

Legal Events

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

Ref document number: 15876702

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

Country of ref document: EP

Kind code of ref document: A1