WO2016110202A1 - Method, client and device for displaying page - Google Patents

Method, client and device for displaying 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
French (fr)
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/en

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

A method, client and device for displaying a page, comprising: receiving a signal for displaying a first page at a current display page (S101), the first page having a first association relationship with the current display page; according to the first association relationship, acquiring a first attribute of the first page, and searching a second page having the first attribute in a historical page list (S102); acquiring the position of the second page in the historical page list, and deleting historical pages of a first range in the historical page list (S103); acquiring a second attribute of the second page, comparing a second attribute of the first page with the second attribute of the second page, and if the second attribute of the first page is identical to that of the second page, displaying the second page as the first page (S104); and storing the displayed first page at a storage position of the second page in the historical page list (S105). The method, client and device for displaying a page can improve the operating speed of the client.

Description

一种显示页面的方法、客户端及设备Method, client and device for displaying page 技术领域Technical field
本申请涉及互联网通信技术领域,特别涉及一种显示页面的方法、客户端及设备。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.
背景技术Background technique
在互联网通信技术领域,通过客户端与互联网的数据交互可以实现在客户端显示网页数据。为了节省客户端与服务器之间传输的数据量,可以通过显示历史记录的方式显示用户已显示过的网页数据。In the field of Internet communication technology, web page data can be displayed on the client through data interaction between the client and the Internet. In order to save the amount of data transmitted between the client and the server, 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.
在实现本申请过程中,发明人发现现有技术中至少存在如下问题:现有的显示页面的方法和客户端直接将用户浏览过的页面存储起来,当用户多次进入同一页面时,存储器会多次存储内容相同的页面,这样会导致客户端存储多个相同的页面,占用了客户端的存储空间,可能影响客户端的运行速度。In the process of implementing the present application, 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.
发明内容Summary of the invention
本申请实施例的目的是提供一种显示页面的方法、客户端及设备,以提高客户端运行速度。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.
为解决上述技术问题,本申请实施例提供一种循环进入页面的方法及客户端是这样实现的:To solve the above technical problem, 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:
在当前显示页面接收显示第一页面的信号;Receiving a signal showing the first page on the current display page;
根据第一关联关系获取第一页面的第一属性,查找历史页面列表中具有第一属性的第二页面;Acquiring the first attribute of the first page according to the first association relationship, and searching for the second page having the first attribute in the history page list;
获取第二页面在所述历史页面列表中的位置,删除历史页面列表中第一范围的历史页面;Obtaining a position of the second page in the history page list, and deleting a history page of the first range in the history page list;
获取第二页面的第二属性,比较第一页面的第二属性与第二页面的第二属性,若第一页 面的第二属性与第二页面的第二属性相同,将第二页面作为第一页面进行显示;Obtaining a second attribute of the second page, comparing the second attribute of the first page with the second attribute of the second page, if the first page The second attribute of the face is the same as the second attribute of the second page, and the second page is displayed as the first page;
存储所述显示的第一页面至历史页面列表中第二页面的存储位置。And storing the first page of the display to a storage location of the second page in the history page list.
一种显示页面的客户端,包括:信号接收模块、第二页面查找模块、历史页面删除模块、第一页面显示模块和第一页面存储模块;其中,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; wherein
所述信号接收模块,用于在当前显示页面接收显示第一页面的信号;所述第一页面与所述当前显示页面具有第一关联关系;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.
优选方案中,所述第一页面显示模块比较第一页面的第二属性与第二页面的第二属性时,若不相同,所述第一页面显示模块还用于从服务器获取第一页面的数据并显示。In a preferred solution, 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.
由以上本申请实施例提供的技术方案可见,本申请实施例公开的显示页面的方法、客户端及设备,可以查找历史页面列表中与要显示的页面存储页面具有相同的第一属性的页面,得到与要显示的页面类型相同的历史页面,通过比较第一属性相同的页面的第二属性,可以确定历史页面列表中是否存在与要显示的页面相同的历史页面,如果有,可以直接显示历史页面列表中存储的页面。若没有,可以从服务器获取要显示的页面的数据,并进行显示,将显示的页面代替历史页面列表中存储的页面类型相同的页面进行存储。可以保证客户端存储器中存储的历史页面不会存在页面类型相同或者页面内容相同的页面,可以减少历史页面占 用的存储空间,提高客户端的运行速度。另一方面,由于历史页面列表中存储的是页面类型不同的页面,可以保证存储的历史页面较少,用户需要返回至不同类型页面时,只需要通过较少次数的返回操作即可返回历史页面中不同类型的页面,可以提高用户体验。It can be seen that 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. It can be ensured that the 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. On the other hand, since 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.
附图说明DRAWINGS
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings to be used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are only It is a few embodiments described in the present application, and other drawings can be obtained from those skilled in the art without any inventive labor.
图1是本申请显示页面的方法一个实施例的流程图;1 is a flow chart of an embodiment of a method for displaying a page of the present application;
图2是本申请显示页面的方法一个实施例中历史页面列表的一个示例;2 is an example of a history page list in one embodiment of the method for displaying a page of the present application;
图3是本申请显示页面的方法一个实施例中历史页面列表的另一个示例;3 is another example of a history page list in one embodiment of the method for displaying a page of the present application;
图4是本申请显示页面的方法一个实施例中历史页面列表的另一个示例;4 is another example of a history page list in one embodiment of the method for displaying a page of the present application;
图5是本申请显示页面的客户端的一个实施例的模块图;5 is a block diagram of one embodiment of a client displaying a page of the present application;
图6是本申请一种显示页面的设备一个实施例的组成示意图。FIG. 6 is a schematic diagram of the composition of an apparatus for displaying a page according to the present application.
具体实施方式detailed description
本申请实施例提供一种显示页面的方法、客户端及设备。The embodiment of the present application provides a method, a client, and a device for displaying a page.
为了使本技术领域的人员更好地理解本申请中的技术方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。The technical solutions in the embodiments of the present application are clearly and completely described in the following, in which the technical solutions in the embodiments of the present application are clearly and completely described. The embodiments are only a part of the embodiments of the present application, and not all of them. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope shall fall within the scope of the application.
图1是本申请一种循环进入页面的方法一个实施例的流程图。如图1所示,所述循环进入页面的方法可以包括: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:在当前显示页面接收显示第一页面的信号。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:根据第一关联关系获取第一页面的第一属性,查找历史页面列表中具有第一属性的第二页面。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.
根据第一关联关系,可以获取第一页面的第一属性。第一属性可以是页面类型。可以在客户端查找历史页面列表中具有第一属性的第二页面,即寻找历史页面列表中与第一页面具有相同页面类型的页面。According to the first association relationship, 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. When 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. When 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:获取第二页面在所述历史页面列表中的位置,删除历史页面列表中第一范围的历史页面。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:获取第二页面的第二属性,比较第一页面的第二属性与第二页面的第二属性,若第一页面的第二属性与第二页面的第二属性相同,将第二页面作为第一页面进行显示。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.
在另一个实施例中,若第一页面的第二属性与第二页面的第二属性不相同,所述方法还包括:从服务器获取第一页面的数据并显示。In another embodiment, if the second attribute of the first page is different from the second attribute of the second page, the method further includes: acquiring data of the first page from the server and displaying the data.
具体地,若第一页面的第二属性与第二页面的第二属性不相同,可以表示第一页面中的数据内容与第二页面中的数据内容不相同。所述客户端可以从服务器获取第一页面的数据并显示第一页面。Specifically, if 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:存储所述显示的第一页面至历史页面列表中第二页面的存储位置。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.
下面结合一个显示页面的实例和图1所示的方法流程图介绍本申请显示页面的方法。The method for displaying a page of the present application will be described below in conjunction with an example of a display page and a method flowchart shown in FIG.
在客户端,用户浏览了页面可以依次分别称为:“首页”、“搜索结果页面”、“详情页A”、“商户详情页”。以栈的形式存储所述历史页面列表,所示历史页面列表可以如图2所示。最先显示的页面“首页”存储在所述客户端存储器的前端。On the client side, the user browses the pages in turn: "Home", "Search Results Page", "Detail Page A", "Business Details Page". 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.
在当前显示页面“商户详情页”的页面上可以设置有文本“产品A”,所示文本“产品A”可以是页面“详情页A”的统一资源定位符对应的标志。当前页面“商户详情页”的页面数据中可以包括页面“详情页A”的页面类型与页面数据标识。所述页面“详情页A”的页面类型可以是“产品详情页”,页面数据标识可以为产品A的产品编号,例如“001”。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", and the page data identifier may be the product number of the product A, such as "001".
客户端可以接收用户点击页面“商户详情页”上文本“产品A”的信号,表示用户需要显示标志“产品A”对应的页面。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.
客户端可以根据页面类型,即“产品详情页”查询图2所示的历史页面列表。查找到页面类型也是“产品详情页”的历史页面。由图2所示,查询到历史页面列表中“详情页A”与用户要显示页面的页面类型相同。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. As shown in FIG. 2, 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.
客户端可以获取历史页面列表中页面“详情页A”的位置,将页面“详情页A”之后存储的页面范围设定为第一范围,删除第一范围内的历史页面。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.
客户端可以获取历史列表中页面“详情页A”的第二属性。第二属性可以包括:页面数据标识。例如,用户点击的文本“产品A”对应页面的页面数据标识可以为产品A的产品编号,例如“001”。 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. For example, 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".
客户端比较要展示的页面对应的产品编号和历史页面列表中页面“详情页A”对应的产品编号。例如,历史页面列表中“详情页A”对应的产品编号为“001”,该编号与要显示的页面对应的产品编号相同,可以表示历史页面列表中的页面“详情页A”与要显示的页面相同,可以将历史页面列表中的页面“详情页A”作为要显示的页面进行显示。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. For example, 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.
客户端可以存储所述显示的页面“详情页A”至历史页面列表中页面“详情页A”的存储位置。存储后历史页面列表中存储的页面可以如图3所示。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.
若在当前显示页面“商户详情页”的页面上可以设置有文本“产品B”,所示文本“产品B”可以是页面“详情页B”的统一资源定位符对应的标志。当前页面“商户详情页”的页面数据中可以包括页面“详情页B”的页面类型与页面数据标识。所述页面“详情页B”的页面类型可以是“产品详情页”,页面数据标识可以为产品B的产品编号,例如“002”。If the text "Product B" can be set on the page of the current display page "Business Details Page", 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", and the page data identifier may be the product number of the product B, such as "002".
客户端可以接收用户点击页面“商户详情页”上文本“产品B”的信号,表示用户需要显示标志“产品B”对应的页面。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".
客户端可以根据页面类型,即“产品详情页”查询图2所示的历史页面列表。查找到页面类型也是“产品详情页”的历史页面。由图2所示,查询到历史页面列表中“详情页A”与用户要显示页面的页面类型相同。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. As shown in FIG. 2, 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.
客户端可以获取历史页面列表中页面“详情页A”的位置,将页面“详情页A”之后存储的页面范围设定为第一范围,删除第一范围内的历史页面。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.
客户端可以获取历史列表中页面“详情页A”的第二属性。第二属性可以包括:页面数据标识。例如,用户点击的文本“产品A”对应页面的页面数据标识可以为产品A的产品编号,例如“001”。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. For example, 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".
客户端比较要展示的页面对应的产品编号“002”和历史页面列表中页面“详情页A”对应的产品编号“001”,两个产品编号不同,可以表示历史页面列表中的页面“详情页A”与要显示的页面的填充内容不相同,可以将历史页面列表中的页面“详情页A”作为要显示的页面进行显示。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.
客户端可以根据标志“产品B”对应的页面“详情页B”的统一资源定位符,从服务器获取所述页面“详情页B”的页面数据并进行显示。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.
客户端可以存储所述显示的页面“详情页B”至历史页面列表中页面“详情页A”的存储位置。存储后历史页面列表中存储的页面可以如图4所示。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. It can be ensured that the 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. At the same time, 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.
图5是本申请显示页面的客户端的一个实施例的模块图。如图5所示,所述客户端可以包括:信号接收模块501、第二页面查找模块502、历史页面删除模块503、第一页面显示模块504和第一页面存储模块505。其中,5 is a block diagram of one embodiment of a client displaying a page of the present application. As shown in FIG. 5, 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,
所述信号接收模块501,可以用于在当前显示页面接收显示第一页面的信号;所述第一页面与所述当前显示页面具有第一关联关系。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.
所述第二页面查找模块502,可以用于根据所述信号接收模块501中的第一关联关系获取第一页面的第一属性,查找历史页面列表中具有第一属性的第二页面。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.
所述历史页面删除模块503,可以用于获取所述第二页面查找模块502中的第二页面在所述历史页面列表中的位置,删除历史页面列表中第一范围的历史页面。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.
所述第一页面显示模块504,可以用于获取所述第二页面查找模块502中第二页面的第二属性,比较第一页面的第二属性与第二页面的第二属性,若第一页面的第二属性与第二页面的第二属性相同,将第二页面作为第一页面进行显示。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.
所述第一页面存储模块505,可以用于存储所述显示的第一页面至所述历史页面删除模块503中删除了第一范围的历史页面的历史页面列表中第二页面的存储位置。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.
在另一个实施例中,所述第一页面显示模块504比较第一页面的第二属性与第二页面的第二属性时,若不相同,所述第一页面显示模块504还用于从服务器获取第一页面的数据并显示。In another embodiment, when 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.
下面介绍本申请一种显示页面的设备的实施例。An embodiment of a device for displaying a page of the present application is described below.
图6是本申请一种显示页面的设备一个实施例的组成示意图。如图6所示,所述显示页面 的设备可以包括:显示器601、处理器602和存储器603。其中,FIG. 6 is a schematic diagram of the composition of an apparatus for displaying a page according to the present application. As shown in FIG. 6, the display page The device may include a display 601, a processor 602, and a memory 603. among them,
所述显示器601,可以用于显示页面,以及接收显示第一页面的信号;所述第一页面与所述当前显示页面具有第一关联关系。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.
所述处理器602,可以用于根据第一页面的第一属性和第二属性,以及存储器603中存储的历史页面列表,确定要进行显示的页面的数据内容,控制所述显示器601显示所述页面,控制所述存储器603存储所述显示的页面。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.
所述存储器603,可以用于存储历史页面,生成历史页面列表。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.
在20世纪90年代,对于一个技术的改进可以很明显地区分是硬件上的改进(例如,对二极管、晶体管、开关等电路结构的改进)还是软件上的改进(对于方法流程的改进)。然而,随着技术的发展,当今的很多方法流程的改进已经可以视为硬件电路结构的直接改进。设计人员几乎都通过将改进的方法流程编程到硬件电路中来得到相应的硬件电路结构。因此,不能说一个方法流程的改进就不能用硬件实体模块来实现。例如,可编程逻辑器件(Programmable Logic Device,PLD)(例如现场可编程门阵列(Field Programmable Gate Array,FPGA))就是这样一种集成电路,其逻辑功能由用户对器件编程来确定。由设计人员自行编程来把一个数字系统“集成”在一片PLD上,而不需要请芯片制造厂商来设计和制作专用的集成电路芯片2。而且,如今,取代手工地制作集成电路芯片,这种编程也多半改用“逻辑编译器(logic compiler)”软件来实现,它与程序开发撰写时所用的软件编译器相类似,而要编译之前的原始代码也得用特定的编程语言来撰写,此称之为硬件描述语言(Hardware Description Language,HDL),而HDL也并非仅有一种,而是有许多种,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)与Verilog2。本领域技术人员也应该清楚,只需要将方法流程用上述几种硬件描述语言稍作逻辑编程并编程到集成电路中,就可以很容易得到实现该逻辑方法流程的硬件电路。In the 1990s, improvements to a technology could clearly distinguish between hardware improvements (eg, improvements to circuit structures such as diodes, transistors, switches, etc.) or software improvements (for process flow improvements). However, as technology advances, many of today's method flow improvements can be seen as direct improvements in hardware circuit architecture. Designers almost always get the corresponding hardware circuit structure by programming the improved method flow into the hardware circuit. Therefore, it cannot be said that the improvement of a method flow cannot be implemented by hardware entity modules. For example, a Programmable Logic Device (PLD) (such as a Field Programmable Gate Array (FPGA)) is an integrated circuit whose logic function is determined by the user programming the device. The designer is self-programming to "integrate" a digital system onto a single PLD without requiring the chip manufacturer to design and fabricate a dedicated integrated circuit chip 2 . Moreover, today, instead of manually making integrated circuit chips, this programming is mostly implemented using "logic compiler" software, which is similar to the software compiler used in programming development, but before compiling The original code has to be written in a specific programming language. This is called the Hardware Description Language (HDL). HDL is not the only one, but there are many kinds, such as ABEL (Advanced Boolean Expression Language). AHDL (Altera Hardware Description Language), Confluence, CUPL (Cornell University Programming Language), HDCal, JHDL (Java Hardware Description Language), Lava, Lola, MyHDL, PALASM, RHDL (Ruby Hardware Description Language), etc., are currently the most commonly used VHDL (Very-High-Speed Integrated Circuit Hardware Description Language) and Verilog2. It should also be apparent to those skilled in the art that the hardware flow for implementing the logic method flow can be easily obtained by simply programming the method flow into the integrated circuit with a few hardware description languages.
控制器可以按任何适当的方式实现,例如,控制器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、 逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式,控制器的例子包括但不限于以下微控制器:ARC 625D、Atmel AT91SAM、Microchip PIC18F26K20以及Silicone Labs C8051F320,存储器控制器还可以被实现为存储器的控制逻辑的一部分。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. , In the form of logic gates, switches, Application Specific Integrated Circuits (ASICs), programmable logic controllers, and embedded microcontrollers, 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.
本领域技术人员也知道,除了以纯计算机可读程序代码方式实现控制器以外,完全可以通过将方法步骤进行逻辑编程来使得控制器以逻辑门、开关、专用集成电路、可编程逻辑控制器和嵌入微控制器等的形式来实现相同功能。因此这种控制器可以被认为是一种硬件部件,而对其内包括的用于实现各种功能的装置也可以视为硬件部件内的结构。或者甚至,可以将用于实现各种功能的装置视为既可以是实现方法的软件模块又可以是硬件部件内的结构。Those skilled in the art will also appreciate that in addition to implementing the controller in purely computer readable program code, the controller can be logically programmed by means of logic gates, switches, ASICs, programmable logic controllers, and embedding. The form of a microcontroller or the like to achieve the same function. 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. Or even 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.
为了描述的方便,描述以上装置时以功能分为各种单元分别描述。当然,在实施本申请时可以把各单元的功能在同一个或多个软件和/或硬件中实现。For the convenience of description, the above devices are described separately by function into various units. Of course, the functions of each unit may be implemented in the same software or software and/or hardware when implementing the present application.
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本申请可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。该计算机软件产品可以包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例或者实施例的某些部分所述的方法。该计算机软件产品可以存储在内存中,内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括短暂电脑可读媒体(transitory media),如调制的数据信号和载波。It will be apparent to those skilled in the art from the above description of the embodiments that 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. In a typical configuration, 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. 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. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, 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. As defined herein, computer readable media does not include transitory computer readable media, such as modulated data signals and carrier waves.
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相 参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。The various embodiments in this specification are described in a progressive manner, and the same similar parts between the various embodiments are mutually See, however, each embodiment focuses on differences from other embodiments. In particular, for the system embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
本申请可用于众多通用或专用的计算机系统环境或配置中。例如:个人计算机、服务器计算机、手持设备或便携式设备、平板型设备、多处理器系统、基于微处理器的系统、置顶盒、可编程的消费电子设备、网络PC、小型计算机、大型计算机、包括以上任何系统或设备的分布式计算环境等等。This application can be used in a variety of general purpose or special purpose computer system environments or configurations. For example: personal computers, server computers, handheld or portable devices, tablet devices, multiprocessor systems, microprocessor based systems, set-top boxes, programmable consumer electronics devices, network PCs, small computers, mainframe computers, including A distributed computing environment of any of the above systems or devices, and the like.
本申请可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等等。也可以在分布式计算环境中实践本申请,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。The application can be described in the general context of computer-executable instructions executed by a computer, such as a program module. Generally, 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. In a distributed computing environment, program modules can be located in both local and remote computer storage media including storage devices.
虽然通过实施例描绘了本申请,本领域普通技术人员知道,本申请有许多变形和变化而不脱离本申请的精神,希望所附的权利要求包括这些变形和变化而不脱离本申请的精神。 While the present invention has been described by the embodiments of the present invention, it will be understood by those skilled in the art

Claims (12)

  1. 一种显示页面的方法,其特征在于,包括:A method for displaying a page, comprising:
    在当前显示页面接收显示第一页面的信号;所述第一页面与所述当前显示页面具有第一关联关系;Receiving a signal for displaying the first page on the current display page; the first page has a first association relationship with the current display page;
    根据第一关联关系获取第一页面的第一属性,查找历史页面列表中具有第一属性的第二页面;Acquiring the first attribute of the first page according to the first association relationship, and searching for the second page having the first attribute in the history page list;
    获取第二页面在所述历史页面列表中的位置,删除历史页面列表中第一范围的历史页面;Obtaining a position of the second page in the history page list, and deleting a history page of the first range in the history page list;
    获取第二页面的第二属性,比较第一页面的第二属性与第二页面的第二属性,若第一页面的第二属性与第二页面的第二属性相同,将第二页面作为第一页面进行显示;Obtaining a second attribute of the second page, comparing 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 used as the first One page for display;
    存储所述显示的第一页面至历史页面列表中第二页面的存储位置。And storing the first page of the display to a storage location of the second page in the history page list.
  2. 如权利要求1所述的一种显示页面的方法,其特征在于,所述第一页面与当前显示页面具有第一关联关系,包括:所述当前显示页面的页面数据中包含第一页面的第一属性与第二属性。The method for displaying a page according to claim 1, wherein the first page has a first association relationship with the current display page, and the page data of the currently displayed page includes the first page. An attribute and a second attribute.
  3. 如权利要求2所述的一种显示页面的方法,其特征在于,第一属性包括:页面类型;所述页面类型用于表示所述页面的展示结构的类型。The method of displaying a page according to claim 2, wherein the first attribute comprises: a page type; and the page type is used to indicate a type of the display structure of the page.
  4. 如权利要求2所述的一种显示页面的方法,其特征在于,第二属性包括:页面数据标识;所述页面数据标识用于标识所述页面中填充的数据内容。The method of displaying a page according to claim 2, wherein the second attribute comprises: a page data identifier; and the page data identifier is used to identify the data content filled in the page.
  5. 如权利要求4所述的一种显示页面的方法,其特征在于,所述页面数据标识与所述页面中的数据内容具有一一对应的关系。The method for displaying a page according to claim 4, wherein the page data identifier has a one-to-one correspondence with the data content in the page.
  6. 如权利要求1所述的一种显示页面的方法,其特征在于,所述历史页面列表按照历史页面的显示顺序存储所述历史页面。The method of displaying a page according to claim 1, wherein the history page list stores the history page according to a display order of the history page.
  7. 如权利要求6所述的一种显示页面的方法,其特征在于,上述历史页面列表以栈的形式进行存储。 A method of displaying a page according to claim 6, wherein said history page list is stored in the form of a stack.
  8. 如权利要求6所述的一种显示页面的方法,其特征在于,所述第一范围的历史页面包括:所述历史页面列表中第二页面之后存储的历史页面的范围。The method of displaying a page according to claim 6, wherein the history page of the first range comprises: a range of history pages stored after the second page in the history page list.
  9. 如权利要求1所述的一种显示页面的方法,其特征在于,所述方法还包括:若第一页面的第二属性与第二页面的第二属性不相同,从服务器获取第一页面的数据并显示第一页面。The method of displaying a page according to claim 1, wherein the method further comprises: if the second attribute of the first page is different from the second attribute of the second page, obtaining the first page from the server Data and display the first page.
  10. 一种显示页面的客户端,其特征在于,包括:信号接收模块、第二页面查找模块、历史页面删除模块、第一页面显示模块和第一页面存储模块;其中,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; wherein
    所述信号接收模块,用于在当前显示页面接收显示第一页面的信号;所述第一页面与所述当前显示页面具有第一关联关系;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, 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.
  11. 如权利要求10所述的一种显示页面的客户端,其特征在于,所述第一页面显示模块比较第一页面的第二属性与第二页面的第二属性时,若不相同,所述第一页面显示模块还用于从服务器获取第一页面的数据并显示。The client for displaying a page according to claim 10, wherein 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 The first page display module is further configured to acquire data of the first page from the server and display the data.
  12. 一种显示页面的设备,其特征在于,包括:显示器、处理器和存储器;其中,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.
PCT/CN2015/099538 2015-01-06 2015-12-29 Method, client and device for displaying page WO2016110202A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510005166.7 2015-01-06
CN201510005166.7A CN105824830B (en) 2015-01-06 2015-01-06 Method, client and equipment for displaying page

Publications (1)

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

Family

ID=56355508

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/099538 WO2016110202A1 (en) 2015-01-06 2015-12-29 Method, client and device for displaying page

Country Status (2)

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

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108345481A (en) * 2017-01-22 2018-07-31 腾讯科技(深圳)有限公司 A kind of page display method, device, client and server
CN109298828A (en) * 2018-09-27 2019-02-01 武汉华中时讯科技有限责任公司 Switch device, method and the storage medium of the historical viewings page by gesture
CN109828982A (en) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 Watch bill display methods, device, computer installation and storage medium
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN111814088A (en) * 2020-06-22 2020-10-23 五八有限公司 Page processing method and device
CN111931111A (en) * 2020-08-14 2020-11-13 工银科技有限公司 Webpage development method, webpage display method, device and equipment
CN112087545A (en) * 2017-10-31 2020-12-15 华为技术有限公司 Managing multiple free windows in a notification bar drop down menu

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109343776A (en) * 2018-08-21 2019-02-15 北京奇艺世纪科技有限公司 A kind of customized page generation method, device and terminal device
CN111695056B (en) * 2019-03-12 2024-03-22 阿里巴巴集团控股有限公司 Page processing and page return processing methods, devices and equipment
CN112417336B (en) * 2020-11-24 2022-11-01 天津五八到家货运服务有限公司 Page display method and device, electronic equipment and storage medium

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 (en) * 2011-01-26 2012-08-01 腾讯科技(深圳)有限公司 Method and device enabling plurality of windows to perform analytical display on network page simultaneously
CN102902805A (en) * 2012-10-15 2013-01-30 东软集团股份有限公司 Page access method and device
CN103530292A (en) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 Webpage displaying method and device
CN103984686A (en) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 Page-switching method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4856591B2 (en) * 2007-06-27 2012-01-18 富士フイルム株式会社 Server system, operation control method thereof, and control program thereof
CN101668004B (en) * 2008-09-04 2016-02-10 阿里巴巴集团控股有限公司 A kind of webpage acquisition methods, Apparatus and system
CN103491066B (en) * 2012-06-14 2016-03-16 腾讯科技(深圳)有限公司 The method that the page shows, system, server device and client device
CN103488480A (en) * 2013-09-09 2014-01-01 百度在线网络技术(北京)有限公司 Method and system for page display

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 (en) * 2011-01-26 2012-08-01 腾讯科技(深圳)有限公司 Method and device enabling plurality of windows to perform analytical display on network page simultaneously
CN103530292A (en) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 Webpage displaying method and device
CN102902805A (en) * 2012-10-15 2013-01-30 东软集团股份有限公司 Page access method and device
CN103984686A (en) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 Page-switching method and device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108345481A (en) * 2017-01-22 2018-07-31 腾讯科技(深圳)有限公司 A kind of page display method, device, client and server
CN108345481B (en) * 2017-01-22 2023-04-18 腾讯科技(深圳)有限公司 Page display method and device, client and server
CN112087545A (en) * 2017-10-31 2020-12-15 华为技术有限公司 Managing multiple free windows in a notification bar drop down menu
CN112087545B (en) * 2017-10-31 2022-04-29 华为技术有限公司 Managing multiple free windows in a notification bar drop down menu
CN109298828A (en) * 2018-09-27 2019-02-01 武汉华中时讯科技有限责任公司 Switch device, method and the storage medium of the historical viewings page by gesture
CN109298828B (en) * 2018-09-27 2022-02-22 武汉华中时讯科技有限责任公司 Device and method for switching history browsing pages through gestures and storage medium
CN109828982A (en) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 Watch bill display methods, device, computer installation and storage medium
CN111382387A (en) * 2020-03-06 2020-07-07 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on small program
CN111382387B (en) * 2020-03-06 2023-10-24 深圳市盟天科技有限公司 Webpage access method, device, equipment and storage medium based on applet
CN111814088A (en) * 2020-06-22 2020-10-23 五八有限公司 Page processing method and device
CN111931111A (en) * 2020-08-14 2020-11-13 工银科技有限公司 Webpage development method, webpage display method, device and equipment

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2016110202A1 (en) Method, client and device for displaying page
WO2017063519A1 (en) Method and device for displaying titles
US10467266B2 (en) Information query
JP6440828B2 (en) Visibility detection of digital content
TWI705337B (en) Information search and navigation method and device
WO2018176960A1 (en) Network picture displaying method, device and user terminal
WO2016004814A1 (en) Service visualization method and system
WO2016107325A1 (en) Page resource loading method and device based on mobile terminal
US20160077673A1 (en) Intelligent Canvas
WO2019179243A1 (en) Information display method, apparatus and device
US11360640B2 (en) Method, device and browser for presenting recommended news, and electronic device
WO2021143371A1 (en) Method, apparatus, and device for generating applet page
WO2017005095A1 (en) Method for caching resources and updating cached resources, client, server and system
WO2019047775A1 (en) Method, apparatus and device for processing web application package
US11074037B2 (en) Voice broadcast method and apparatus
WO2019085653A1 (en) Page information display method, device, and client
WO2019233095A1 (en) Information presenting method, and terminal device and network device thereof
WO2016177277A1 (en) Information recommendation method and apparatus
WO2019114158A1 (en) Real-time animation display method and device, electronic terminal, and readable storage medium
WO2017162031A1 (en) Method and device for collecting information, and intelligent terminal
US9766797B2 (en) Shortening URLs using touchscreen gestures
TW201828113A (en) Method and device for displaying titles capable of ensuring that titles displayed to users are brief and satisfy the personalized requirements of the users
US9372936B2 (en) Partial data report generation with data costing notification
US9355072B2 (en) Recursive embedding by URL parameterization
CN107734079B (en) Method and device for processing user information in electronic mailbox

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