WO2018121277A1 - 一种页面访问方法、装置、计算设备及存储介质 - Google Patents

一种页面访问方法、装置、计算设备及存储介质 Download PDF

Info

Publication number
WO2018121277A1
WO2018121277A1 PCT/CN2017/116172 CN2017116172W WO2018121277A1 WO 2018121277 A1 WO2018121277 A1 WO 2018121277A1 CN 2017116172 W CN2017116172 W CN 2017116172W WO 2018121277 A1 WO2018121277 A1 WO 2018121277A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
target
meaningless
target page
user
Prior art date
Application number
PCT/CN2017/116172
Other languages
English (en)
French (fr)
Inventor
王晓振
Original Assignee
广州市动景计算机科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 广州市动景计算机科技有限公司 filed Critical 广州市动景计算机科技有限公司
Publication of WO2018121277A1 publication Critical patent/WO2018121277A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the present invention relates to the field of page access, and in particular, to a page access method, apparatus, computing device, and storage medium.
  • the embodiments of the present invention provide a page access scheme capable of avoiding excessive meaningless return when a user performs a page return operation.
  • a page access method including: determining whether a target page is a meaningless page based on reference information related to a target page; and only determining that the target page is not a meaningless page, on the page Access list Keep the page information of the target page.
  • the target page may be the current visit page of the user, or may be a previously visited page.
  • a judgment step it is possible to identify whether the target page is a meaningless page, and only the target page is not a meaningless page (ie, a meaningful page) ), the page information is retained in the page access list.
  • the page corresponding to the page information in the page access list obtained by the present invention is a meaningful page, and when the user subsequently performs the rollback operation, the meaningless jump can be avoided.
  • the page information of the target page is pre-stored in the page access list, and the page of the target page is retained in the page access list only when it is determined that the target page is not a meaningless page.
  • the step of information may include deleting the page information of the target page in the page access list in the case that the target page is determined to be a meaningless page.
  • the page access list may be an existing history page saving mechanism, and may be recorded in the page access list when the user desires to access the page in response to the user's access request. Then, the page in the page access list can be judged. When it is determined that it is a meaningless page, the corresponding deletion operation is performed in the page access list. In this way, the current page record saving mechanism can be changed without adding the judgment and deletion steps, so that the pages in the optimized page access list are meaningful pages.
  • the step of retaining the page information of the target page in the page access list may include: writing the target page in the page access list after determining that the target page is not a meaningless page Page information.
  • the target page is the current browsing page
  • the step of determining whether the target page is a meaningless page is performed in response to a jump to the new page.
  • the method may further include: providing a function switch to the user; and determining whether to perform an operation of determining whether the target page is a meaningless page based on a setting of the function switch by the user.
  • the method may further include: in the case of determining that the target page is a meaningless page, using the replacement page instead of the target page remains in the page access list.
  • the reference information may include one or more of the following:
  • the degree to which the user browses the page before and/or after the target page is related to the target page
  • the definition information that the user makes on the target page is the definition information that the user makes on the target page.
  • the step of determining whether the target page is a meaningless page comprises:
  • the operation comprises one or more of the following:
  • a page access apparatus comprising: a processor; and a memory having stored thereon a computer program executable on the processor, when the processor executes the computer program The following steps are implemented: determining whether the target page is a meaningless page based on the reference information related to the target page; and retaining the page information of the target page in the page access list only if it is determined that the target page is not a meaningless page.
  • page information of the target page is pre-stored in the page access list, and when the processor executes the computer program, the processor further implements: in the case of determining that the target page is a meaningless page, in the page access The page information of the target page is deleted from the list.
  • the page information of the target page is written in the page access list after determining that the target page is not a meaningless page.
  • the target page is a current browsing page
  • the processor executes the computer program, it is further implemented to: in response to the jump to the new page, perform an operation of determining whether the target page is a meaningless page.
  • the utility model when the processor executes the computer program, the utility model further implements: providing a function switch to the user, and determining whether to perform an operation of determining whether the target page is a meaningless page based on a setting of the function switch by the user.
  • the replacement page may be used instead of the target page to remain in the page access list.
  • the reference information includes one or more of the following:
  • the degree to which the user browses the page before and/or after the target page is related to the target page
  • the definition information that the user makes on the target page is the definition information that the user makes on the target page.
  • the processor when the processor executes the computer program, it is further implemented: determining whether a browsing duration of the target page exceeds a first predetermined threshold, and determining that the target page is meaningless if the predetermined threshold is not exceeded page;
  • a computing device capable of accessing a page, comprising: a memory for storing reference information of an access history and a target page; and a processor for determining, based on the reference information related to the target page, It is judged whether the target page is a meaningless page, and only the page information of the target page is retained in the page access list if it is determined that the target page is not a meaningless page.
  • a computer readable storage medium having stored thereon a computer program, the program being executed by a processor to implement the steps of the page access method.
  • a meaningless page can be identified, and a meaningful page can be saved only in the page access list, so that when the user performs the rollback operation, excessive avoidance can be avoided.
  • the meaningless return thus giving users a better access experience.
  • FIG. 1 is a block diagram showing the structure of a computing device in accordance with an embodiment of the present invention
  • FIG. 2 is a schematic flowchart showing a page access method according to an embodiment of the present invention
  • FIG. 3 is a functional block diagram showing a page access device according to an embodiment of the present invention.
  • FIG. 4 is a functional block diagram showing a page access device according to another embodiment of the present invention.
  • FIG. 1 is a block diagram showing the structure of a computing device 100 according to an embodiment of the invention.
  • Computing device 100 is capable of accessing a page, components of which include, but are not limited to, memory 110 and processor 120.
  • the processor 120 is coupled to the memory 110.
  • computing device 100 can also include a network interface that enables computing device 100 to communicate via one or more networks.
  • networks include a local area network (LAN), a wide area network (WAN), a personal area network (PAN), or a combination of communication networks such as the Internet.
  • Network interface can be packaged One or more of any type of network interface (eg, a network interface card (NIC)), such as an IEEE 802.11 wireless local area network (WLAN) wireless interface, a Worldwide Interoperability for Microwave Access (Wi-MAX) interface, including wired or wireless , Ethernet interface, Universal Serial Bus (USB) interface, cellular network interface, Bluetooth interface, Near Field Communication (NFC) interface, and more.
  • NIC network interface card
  • Wi-MAX Worldwide Interoperability for Microwave Access
  • the computing device can access the page through a network interface.
  • the other components of the computing device 100 described above and not shown in FIG. 1 may also be connected to one another, such as by a bus. It should be understood that the structural block diagram of the computing device shown in FIG. 1 is for illustrative purposes only and is not a limitation of the scope of the invention. Those skilled in the art can add or replace other components as needed.
  • Computing device 100 can be any type of stationary or mobile computing device, including mobile computers or mobile computing devices (eg, tablet computers, personal digital assistants, laptop computers, notebook computers, netbooks, etc.), mobile phones (eg, smart phones) ), wearable computing devices (eg, smart watches, smart glasses, etc.) or other types of mobile devices, or stationary computing devices such as desktop computers or PCs.
  • Computing device 100 can also be a mobile or static server.
  • the page can be accessed through a network interface where the acquired data can be stored at a specified location in memory 110.
  • the memory 110 can include one or more of any type of storage device that stores files or other forms of content, including magnetic hard drives, solid state hard drives, semiconductor storage devices, flash memory, or any device capable of storing program instructions or digital information. Other computer readable and writable storage media.
  • the memory 110 can store reference information for access history and target pages.
  • the processor 120 can determine whether the target page is a meaningless page based on the reference information related to the target page, and retain the page information of the target page in the page access list only if it is determined that the target page is not a meaningless page.
  • FIG. 2 is a schematic flowchart showing a page access method according to an embodiment of the present invention.
  • step S210 based on the reference information related to the target page, it is determined whether the target page is a meaningless page.
  • the target page may be the page currently browsed by the user, or may be before Viewed page.
  • the operation of determining whether the target page is a meaningless page may be performed in response to a jump of the new page, that is, the target page may be a page currently browsed by the user, and when the user jumps to a new page after browsing the target page,
  • the determining step of step S210 is performed to determine whether the target page is a meaningless page. In this way, whenever the user jumps to a new page, a judgment operation of "whether meaningful" is performed on the previously accessed page, thereby making it possible to judge each page that the user has visited without missing, thereby enabling page access.
  • the page information retained in the list belongs to a meaningful page.
  • the step of determining whether the target page is a meaningless page may also be performed in response to the user's setting.
  • a function switch can be provided to the user, where the function switch can be a virtual switch that can be clicked by the user displayed on the page, or can be embedded in an associated function component or plug-in.
  • the function switch can be set before the user browses the page or during the browsing process (for example, the opening or closing operation), and the step of determining whether the target page is a meaningless page can be determined according to the setting of the function switch by the user.
  • the reference information may be information that can reflect the user's satisfaction with the target page. For example, it may be the browsing duration of the user browsing the target page, the operation information (scroll, click, drag, zoom) performed by the user on the target page, and the relevance of the page viewed by the user before and/or after browsing the target page to the target page (here)
  • the relevance can be the degree of relevance on the domain name, the user-defined definition information made to the target page to mark the page, and so on. Based on these reference information that can reflect the user's satisfaction with the target page, it can be determined whether the target page is a meaningless page.
  • the target page may be determined whether the browsing duration of the target page exceeds a first predetermined threshold, and if the first predetermined threshold is not exceeded, the target page is determined to be a meaningless page.
  • the first predetermined threshold may be 1000 ms.
  • the target page if the time interval from the time t1 when the page main document is loaded to the time t2 when the new page is jumped is less than (may be less than or equal to) 1000 ms, The target page can be considered to be a meaningless page.
  • the operation performed by the user on the target page may refer to operations such as scrolling, clicking, dragging, and zooming performed by the user on the target page during the browsing of the target page. If the user does not perform the above operation on the target page, the page may be considered as none. Meaning page.
  • the degree of relevance of the page browsed by the user before and/or after browsing the target page to the target page is less than a second predetermined threshold, and if the second predetermined threshold is less than, the target page is determined. It is a meaningless page.
  • the relevance may be confirmed by analyzing the similarity between the URL of the target page and the URL of the page browsed by the user before and/or after browsing the target page, thereby determining whether the target page is a meaningless page.
  • the plurality of determining manners may be combined to comprehensively determine whether the target page is a meaningless page.
  • step S220 the page information of the target page is retained in the page access list only in the case where it is determined that the target page is not a meaningless page.
  • the page information of the target page that is not meaningless can be retained in the page access list.
  • the title and URL address of the target page can be retained as page information in the page access list.
  • the page access list records obtained based on the present invention are all meaningful pages. In this way, when the user performs the rollback operation, the step of jumping to the meaningless page can be omitted, and the browsing experience of the user is greatly improved.
  • the page access list described in the present disclosure may use an existing history page.
  • the saving mechanism that is, when the page that the user desires to access is loaded in response to the user's access request, the page information (such as the title and the URL address) of the loaded page can be recorded in the page access list.
  • the present invention can change the existing page saving mechanism, and use the present invention to judge the page recorded in the page access list, and delete the page information determined to be meaningless page from the page access list, so that the page is made.
  • the page information retained in the access list belongs to a meaningful page.
  • the page access list described in the present invention may also be different from the existing history page saving mechanism. Specifically, for a page loaded in response to a user's access request, it may first be judged whether it is a meaningless page, and when it is determined not to be a meaningless page, its page information (for example, may be a title and a URL address) The page access list is written, and the page that is determined to be meaningless is not recorded in the page access list. In this way, the page information retained in the page access list can also be made to belong to a meaningful page.
  • a replacement page may be used instead of the target page to remain in the page access list.
  • the replacement page here may be an advertisement page, a login page, a recommendation page provided to the user based on the user's browsing history, and the like. This way, you can provide users with an additional browsing experience while avoiding meaningless returns.
  • FIG. 3 is a functional block diagram of a page access device 300 in accordance with an embodiment of the present invention.
  • the functional blocks of page access device 300 may be implemented by hardware, software, or a combination of hardware and software that implements the principles of the present invention, such as by processor 130 in computing device 100 shown in FIG. It will be understood by those skilled in the art that the functional modules described in FIG. 3 can be combined or divided into sub-modules to implement the principles of the above described invention.
  • the page access device 300 includes a judging unit 310 and a retaining unit 320.
  • the determining unit 310 is configured to determine whether the target page is a meaningless page based on the reference information related to the target page.
  • the retaining unit 320 is configured to determine only the target page is not unintentional at the determining unit 310. In the case of a right page, the page information of the target page is retained in the page access list.
  • the target page may be the current browsing page of the user, or may be a previously viewed page.
  • the target page may be the current browsing page, and the determining unit 310 may perform an operation of determining whether the target page is a meaningless page in response to the jump to the new page.
  • the page access list mentioned in the present disclosure may adopt an existing history page saving mechanism, and when loading a page that the user desires to access in response to the user's access request, the loaded page may be recorded in the page access list.
  • Page information for the page (such as title and URL address).
  • the page information of the target page may be pre-stored in the page access list.
  • the retaining unit 320 may delete the page information of the target page in the page access list.
  • the page access list described in the present invention may also be different from the existing history page saving mechanism. Specifically, for the page loaded in response to the user's access request, the determining unit 310 may first determine whether it is a meaningless page. When the determining unit 310 determines that it is not a meaningless page, the retaining unit 320 will only display its page information ( For example, the title and the URL address may be written to the page access list, and for the page determined to be meaningless, the page is not recorded in the page access list. In this way, the page information retained in the page access list can also be made to belong to a meaningful page.
  • the determining unit 310 may first determine whether it is a meaningless page. When the determining unit 310 determines that it is not a meaningless page, the retaining unit 320 will only display its page information ( For example, the title and the URL address may be written to the page access list, and for the page determined to be meaningless, the page is not recorded in the page access list. In this way, the page information retained in the page
  • FIG. 4 shows a functional block diagram of a page access device 300 in accordance with another embodiment of the present invention.
  • the page access device 300 of the present embodiment may further include a switch providing unit 305.
  • the switch providing unit 305 can provide a function switch to the user, where the function switch can be a virtual switch that can be clicked by the user displayed on the page, or can be embedded in an associated function component or plug-in.
  • the judging unit 310 may decide whether to perform an operation of determining whether the target page is a meaningless page based on the setting of the function switch by the user.
  • the reservation unit 320 can use the replacement page instead of the target page to remain in the page access list.
  • the replacement page may be an advertisement page, a login page, a recommendation page provided to the user based on the browsing history of the user, and the like. This way, you can provide users with an additional browsing experience while avoiding meaningless returns.
  • Another embodiment of the present invention further provides a page access apparatus, including:
  • a memory having stored thereon a computer program executable on the processor, the following steps being implemented when the processor executes the computer program:
  • the page information of the target page is retained in the page access list only if it is determined that the target page is not a meaningless page.
  • the page information of the target page is pre-stored in the page access list
  • the processor also implements when the computer program is executed:
  • the page information of the target page is deleted in the page access list.
  • the page information of the target page is written in the page access list after determining that the target page is not a meaningless page.
  • the target page is a current browsing page.
  • the processor executes the computer program, the processor further implements: performing an operation of determining whether the target page is a meaningless page in response to a jump to a new page.
  • the processor also implements when the computer program is executed:
  • the processor also implements when the computer program is executed:
  • the replacement page is used instead of the target page to remain in the in-page access list.
  • the reference information includes one or more of the following:
  • the degree to which the user browses the page before and/or after the target page is related to the target page
  • the definition information that the user makes on the target page is the definition information that the user makes on the target page.
  • the processor also implements when the computer program is executed:
  • Another embodiment of the present invention further provides a computer readable storage medium having stored thereon a computer program, the computer program being executed by a processor, the step of the page access method.
  • the method according to the invention can also be implemented as a computer program comprising computer program code instructions for performing the various steps defined above in the above method of the invention.
  • the method according to the invention may also be embodied as a computer program product comprising a computer readable medium on which is stored a computer for performing the above-described functions defined in the above method of the invention program.
  • the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both.
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions.
  • the functions noted in the blocks may also occur in a different order than the ones in the drawings. For example, two consecutive blocks may be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or operation. Or it can be implemented by a combination of dedicated hardware and computer instructions.

Landscapes

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

Abstract

一种页面访问方法、装置、计算设备及储存介质。所述方法包括:基于与目标页面相关的参照信息,判断目标页面是否为无意义页面(S210);仅在判定目标页面不是无意义页面的情况下,在页面访问列表中保留目标页面的页面信息(S220)。由此,通过仅在页面访问列表中保存有意义的页面,从而在用户进行回退操作时,可以避免过多的无意义的返回,由此给用户带来较好的访问体验。

Description

一种页面访问方法、装置、计算设备及存储介质
本申请要求于2016年12月26日提交中国专利局、申请号为201611220374.X、发明名称为“一种页面访问方法、装置及计算设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及页面访问领域,特别是涉及一种页面访问方法、装置、计算设备及存储介质。
背景技术
随着智能设备的不断普及与发展,使用手机、iPad等移动设备访问互联网逐渐成为一个趋势。目前用户在访问网站的时候普遍存在一个现象,即页面多次跳转。例如在访问站点A的一个页面A1时,点击页面内的一个链接,该链接会跳转到站点B的一个页面B1,存在多次跳转时会在从A1到B1的过程中自动跳转几个页面(例如C1,C2等)。当用户浏览完B1页面,想返回到A1页面时,这时由于历史列表中已经保存了从A1到B1过程中的多次跳转,这时的历史列表的内容变为A1,C1,C2,……,B1,很难直接返回到初始页面,需要多次使用返回键才能返回到指定页面。
在用户执行返回操作时,这种过多的无意义的返回给用户带来的体验较差。因此,需要一种能够解决该问题的页面访问方案。
发明内容
有鉴于此,本发明实施例提供一种能够在用户执行页面返回操作时,避免过多的无意义的返回的页面访问方案。
根据本发明的一个方面,提供了一种页面访问方法,包括:基于与目标页面相关的参照信息,判断目标页面是否为无意义页面;仅在判定目标页面不是无意义页面的情况下,在页面访问列表中 保留目标页面的页面信息。
其中,目标页面可以是用户当前访问页面,也可以是之前访问过的页面,通过增设判断步骤,可以识别出目标页面是否为无意义页面,仅在目标页面不为无意义页面(即有意义页面)时,才在页面访问列表中保留其页面信息。这样,基于本发明得到的页面访问列表中的页面信息所对应的页面都为有意义页面,在用户后续执行回退操作时,就可以避免无意义的跳转。
在本发明的一个实施例中,页面访问列表中预先保存有目标页面的页面信息,所述仅在判定所述目标页面不是无意义页面的情况下在页面访问列表中保留所述目标页面的页面信息的步骤可以包括:在判定目标页面为无意义页面的情况下,在页面访问列表中删除目标页面的页面信息。
由此,页面访问列表可以是采用现有的历史页面保存机制,在响应于用户的访问请求加载用户期望访问的页面时,就可以在页面访问列表中进行记录。然后可以对页面访问列表中的页面进行判断,在判定其为无意义页面时,在页面访问列表中执行相应的删除操作。这样,可以不用对当前的页面记录保存机制进行更改,只需增加判断和删除步骤即可使得优化后的页面访问列表中的页面均为有意义页面。
在本发明的一个实施例中,所述在页面访问列表中保留所述目标页面的页面信息的步骤可以包括:在判定目标页面不是无意义页面后,在所述页面访问列表中写入目标页面的页面信息。
由此,本发明述及的页面访问列表还可以不同于现有的历史页面保存机制,即对于响应于用户的访问请求而加载的页面,在将其保存在页面访问列表之前,可以判断其是否为无意义页面,在判定其不为无意义页面(即有意义页面)时,再将其页面信息写入页面访问列表。这样,也可以使得优化后的页面访问列表中的页面均为有意义页面。
在本发明的一个实施例中,目标页面是当前浏览页面,所述判断所述目标页面是否为无意义页面的步骤是响应于向新页面的跳转而执行的。
在本发明的一个实施例中,该方法还可以包括:向用户提供功能开关;基于用户对功能开关的设置,决定是否执行判断目标页面是否为无意义页面的操作。
在本发明的一个实施例中,该方法还可以包括:在判定目标页面是无意义页面的情况下,使用替换页面代替目标页面保留在在页面访问列表中。
在本发明的一个实施例中,所述参照信息可以包括如下一种或几种:
目标页面的浏览时长;
用户对目标页面执行的操作信息;
用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度;
用户对目标页面做出的定义信息。
在本发明的一个实施例中,所述判断目标页面是否为无意义页面的步骤包括:
判断所述目标页面的浏览时长是否超过第一预定阈值,在未超过第一预定阈值的情况下,判定所述目标页面为无意义页面;
判断用户是否对所述目标页面执行了操作,在用户未对所述目标页面执行操作的情况下,判定所述目标页面为无意义页面;或者
判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定所述目标页面为无意义页面。
在本发明的一个实施例中,所述操作包括以下一种或几种:
滚动、点击、拖拽、缩放。
根据本发明的另一个方面,还提供了一种页面访问装置,包括:处理器;以及存储器,其上存储有可在处理器上运行的计算机程序,当所述处理器执行所述计算机程序时实现以下步骤:基于与目标页面相关的参照信息,判断目标页面是否为无意义页面;以及仅在判定目标页面不为无意义页面的情况下,在页面访问列表中保留目标页面的页面信息。
在本发明的一个实施例中,页面访问列表中预先保存有目标页面的页面信息,所述处理器执行所述计算机程序时还实现:在判定目标页面为无意义页面的情况下,在页面访问列表中删除目标页面的页面信息。
在本发明的一个实施例中,所述处理器执行所述计算机程序时还实现:在判定目标页面不是无意义页面后,在页面访问列表中写入目标页面的页面信息。
在本发明的一个实施例中,目标页面是当前浏览页面,所述处理器执行所述计算机程序时还实现:响应于向新页面的跳转执行判断目标页面是否为无意义页面的操作。
在本发明的一个实施例中,所述处理器执行所述计算机程序时还实现:向用户提供功能开关,基于用户对功能开关的设置,决定是否执行判断目标页面是否为无意义页面的操作。
在本发明的一个实施例中,所述处理器执行所述计算机程序时还实现:在判定目标页面是无意义页面的情况下,可以使用替换页面代替目标页面保留在在页面访问列表中。
在本发明的一个实施例中,参照信息包括如下一种或几种:
目标页面的浏览时长;
用户对目标页面执行的操作信息;
用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度;
用户对目标页面做出的定义信息。
在本发明的一个实施例中,所述处理器执行所述计算机程序时还实现:判断目标页面的浏览时长是否超过第一预定阈值,在未超过预定阈值的情况下,判定目标页面为无意义页面;
判断用户是否对目标页面执行操作信息,在用户未对目标页面执行操作信息的情况下,判定目标页面为无意义页面;或者
判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定目标页面为无意义页面。
根据本发明的另一个方面,还提供了一种能够访问页面的计算设备,包括:存储器,用于保存访问历史和目标页面的参照信息;处理器,用于基于与目标页面相关的参照信息,判断目标页面是否为无意义页面,并且仅在判定目标页面不是无意义页面的情况下,在页面访问列表中保留目标页面的页面信息。
根据本发明的另一个方面,还提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现上述页面访问方法的步骤。
利用本发明的页面访问方法、装置、计算设备及存储介质,可以识别出无意义的页面,通过仅在页面访问列表中保存有意义的页面,从而在用户进行回退操作时,可以避免过多的无意义的返回,由此给用户带来较好的访问体验。
附图说明
通过结合附图对本公开示例性实施方式进行更详细的描述,本 公开的上述以及其它目的、特征和优势将变得更加明显,其中,在本公开示例性实施方式中,相同的参考标号通常代表相同部件。
图1是示出了根据本发明一实施例的计算设备的结构框图;
图2是示出了根据本发明一实施例的页面访问方法的示意性流程图;
图3是示出了根据本发明一实施例的页面访问装置的功能框图;以及
图4是示出了根据本发明另一实施例的页面访问装置的功能框图。
具体实施方式
下面将参照附图更详细地描述本公开的实施方式。应该理解,可以以各种形式实现本公开而不应被这里阐述的实施方式所限制。相反,提供这些实施方式是为了使本公开更加透彻和完整,并且能够将本公开的范围完整地传达给本领域的技术人员。
如前所述,为了避免过多的无意义的返回,本发明实施例提供了一种新的页面访问方案。本发明实施例提供的页面访问方案通过对用户浏览的页面进行判断,可以识别出无意义的页面,通过仅在页面访问列表中保存有意义的页面,可以使得用户进行回退操作时,避免无意义的返回,由此给用户带来较好的访问体验。下面将参照图1-图4来具体地描述本发明的实施例。图1是示出了根据本发明一实施例提供的计算设备100的结构框图。计算设备100能够访问页面,该计算设备100的部件包括但不限于存储器110和处理器120。处理器120与存储器110相连接。
虽然图1中没有示出,但是应该知道,计算设备100还可以包括网络接口,网络接口使得计算设备100能够经由一个或多个网络通信。这些网络的示例包括局域网(LAN)、广域网(WAN)、个域网(PAN)或诸如因特网的通信网络的组合。网络接口可以包 括有线或无线的任何类型的网络接口(例如,网络接口卡(NIC))中的一个或多个,诸如IEEE802.11无线局域网(WLAN)无线接口、全球微波互联接入(Wi-MAX)接口、以太网接口、通用串行总线(USB)接口、蜂窝网络接口、蓝牙接口、近场通信(NFC)接口,等等。计算设备可以通过网络接口访问页面。
在本发明的一个实施例中,计算设备100的上述以及图1中未示出的其他部件也可以彼此相连接,例如通过总线。应当理解,图1所示的计算设备结构框图仅仅是出于示例的目的,而不是对本发明范围的限制。本领域技术人员可以根据需要,增添或替换其他部件。
计算设备100可以是任何类型的静止或移动计算设备,包括移动计算机或移动计算设备(例如,平板计算机、个人数字助理、膝上型计算机、笔记本计算机、上网本等)、移动电话(例如,智能手机)、可佩戴的计算设备(例如,智能手表、智能眼镜等)或其他类型的移动设备,或者诸如台式计算机或PC的静止计算设备。计算设备100还可以是移动式或静止式的服务器。
通过网络接口可以访问页面,其中获取的数据可以存储在存储器110中的指定位置。存储器110可包括存储文件形式或其他形式的内容的任何类型的存储设备中的一个或多个,包括磁硬盘驱动器、固态硬驱、半导体存储设备、闪存,或者能够存储程序指令或数字信息的任何其他计算机可读可写存储介质。
就本发明而言,存储器110可以保存访问历史和目标页面的参照信息。处理器120能够基于与目标页面相关的参照信息判断目标页面是否为无意义页面,并且仅在判定目标页面不是无意义页面的情况下,在页面访问列表中保留目标页面的页面信息。
其中,处理器120的具体处理可以参见图2。图2是示出了根据本发明一实施例的页面访问方法的示意性流程图。
参见图2,在步骤S210,基于与目标页面相关的参照信息,判断目标页面是否为无意义页面。
这里,目标页面可以是用户当前浏览的页面,也可以是之前 浏览过的页面。判断目标页面是否为无意义页面的操作可以是响应于新页面的跳转而执行的,即目标页面可以是用户当前浏览的页面,在用户浏览完目标页面后跳转到一个新页面时,可以执行步骤S210的判断步骤,判断目标页面是否为无意义页面。这样,每当用户跳转一个新页面,就会对之前访问的页面进行“是否有意义”的判断操作,由此可以不遗漏地对用户访问过的每个页面进行判断,从而可以使得页面访问列表中保留的页面信息均属于有意义的页面。
其中,判断目标页面是否为无意义页面的步骤还可以是响应于用户的设置而执行的。例如,可以向用户提供功能开关,这里的功能开关可以是显示在页面中的可被用户点击的虚拟开关,也可以嵌入在相关的功能组件或插件中。在用户浏览页面前或浏览页面过程中可以对功能开关进行设置(例如开启或关闭操作),可以根据用户对功能开关的设置,来决定是否执行判断目标页面是否为无意义页面的步骤。
其中,参照信息可以是能够体现用户对目标页面的满意程度的信息。例如可以是用户浏览目标页面的浏览时长、用户对目标页面执行的操作信息(滚动、点击、拖拽、缩放)、用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度(这里的相关度可以是域名上的相关程度)、用户自定义对目标页面做出的用于标记页面是否有意义的定义信息等等。基于这些能够体现用户对目标页面的满意程度的参照信息,就能够判断目标页面是否为无意义页面。
作为本发明的一个实施例,可以判断目标页面的浏览时长是否超过第一预定阈值,在未超过第一预定阈值的情况下,判定目标页面为无意义页面。例如,第一预定阈值可以是1000ms,对于目标页面来说,如果从页面主文档加载完的时刻t1到跳转新页面的时刻t2之间的时间间隔小于(也可以是小于或等于)1000ms,可以认定该目标页面为无意义页面。
作为本发明的另一个实施例,可以判断用户是否对目标页面 执行了操作,在用户未对目标页面执行操作的情况下,判定目标页面为无意义页面。这里用户对目标页面执行的操作可以指的是用户在浏览目标页面期间对目标页面执行的滚动、点击、拖拽、缩放等操作,如果用户未对目标页面执行上述操作,可以认为该页面为无意义页面。
作为本发明的另一个实施例,还可以判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定目标页面为无意义页面。这里,可以通过分析目标页面的URL和用户浏览目标页面之前和/或之后浏览的页面的URL的相似度,来确认相关度,以此来判断目标页面是否为无意义页面。
例如,如果页面1的URL为https://www.taobao.com/,页面2的URL为
https://www.tmall.com/?spm=a21bo.50862.201859.1.xsa21u,页面3的URL为
https://wanwang.aliyun.com/?spm=875.7931836/A.a2226n1.46.6FfiU V,对于页面3来说,用户在浏览页面3之前浏览的页面1和页面2的URL类似,而页面3与页面1和页面2的URL差别较大,此时可以认为页面3为无意义页面。
当然,在判定目标页面是否为无意义页面时,可以结合上述多种判断方式,综合判断目标页面是否为无意义页面。
在步骤S220,仅在判定目标页面不是无意义页面的情况下,在页面访问列表中保留目标页面的页面信息。
在识别出目标页面是否为无意义页面后,就可以在页面访问列表中保留不是无意义的目标页面的页面信息。这里可以将目标页面的标题和URL地址作为页面信息保留在页面访问列表中。
由此,基于本发明所得到的页面访问列表记录的均为有意义的页面。这样,在用户执行回退操作时,就可以省去跳转无意义的页面的步骤,大大提高用户的浏览体验。
其中,本发明述及的页面访问列表可以采用现有的历史页面 保存机制,即在响应于用户的访问请求加载用户期望访问的页面时,就可以在页面访问列表中记录所加载的页面的页面信息(如标题和URL地址)。
由此,本发明可以不对现有的页面保存机制进行更改,而使用本发明对页面访问列表中记录的页面进行判断,将判定为无意义页面的页面信息从页面访问列表中删除,以使得页面访问列表中保留的页面信息均属于有意义的页面。
另外,本发明述及的页面访问列表还可以不同于现有的历史页面保存机制。具体地,对于响应于用户的访问请求而加载的页面,可以首先判断其是否为无意义页面,在其被判定为不是无意义页面时,才将其页面信息(例如可以是标题和URL地址)写入页面访问列表,对于被判定为无意义页面的页面,则不在页面访问列表中记录。这样,也可以使得页面访问列表中保留的页面信息均属于有意义的页面。
另外,对于被判定为无意义的页面,可以使用替换页面代替目标页面保留在在页面访问列表中。这里的替换页面可以是广告页面、登录页面、基于用户的浏览历史向用户提供的推荐页面等等。这样,在避免无意义的返回的同时,还可以为用户提供额外的浏览体验。
图3是出了根据本发明一实施例的页面访问装置300的功能框图。页面访问装置300的功能模块可以由实现本发明原理的硬件、软件或硬件和软件的结合来实现,例如通过图1所示的计算设备100中的处理器130来实现。本领域技术人员可以理解的是,图3中所描述的功能模块可以组合起来或者划分成子模块,从而实现上述发明的原理。
参见图3,页面访问装置300包括判断单元310和保留单元320。
判断单元310用于基于与目标页面相关的参照信息,判断目标页面是否为无意义页面。
保留单元320用于仅在判断单元310判定目标页面不为无意 义页面的情况下,在页面访问列表中保留目标页面的页面信息。
其中,目标页面可以是用户当前的浏览页面,也可以是之前浏览过的页面。可选地,目标页面可以是当前浏览页面,判断单元310可以响应于向新页面的跳转执行判断目标页面是否为无意义页面的操作。
其中,关于参照信息和具体的判断方式可以参见上文相关说明,这里不再赘述。
需要说明的是,本发明述及的页面访问列表可以是采用现有的历史页面保存机制,在响应于用户的访问请求加载用户期望访问的页面时,就可以在页面访问列表中记录所加载的页面的页面信息(如标题和URL地址)。
由此,页面访问列表中可以预先保存有目标页面的页面信息,在判断单元310判定目标页面为无意义页面的情况下,保留单元320可以在页面访问列表中删除目标页面的页面信息。
另外,本发明述及的页面访问列表还可以不同于现有的历史页面保存机制。具体地,对于响应于用户的访问请求而加载的页面,可以首先由判断单元310判断其是否为无意义页面,在判断单元310判定其不是无意义页面时,保留单元320才将其页面信息(例如可以是标题和URL地址)写入页面访问列表,对于被判定为无意义页面的页面,则不在页面访问列表中记录。这样,也可以使得页面访问列表中保留的页面信息均属于有意义的页面。
图4示出了根据本发明另一实施例的页面访问装置300的功能框图。
参见图4,本实施例的页面访问装置300还可以包括开关提供单元305。开关提供单元305可以向用户提供功能开关,这里的功能开关可以是显示在页面中的可被用户点击的虚拟开关,也可以是嵌入在相关的功能组件或插件中。判断单元310可以基于用户对功能开关的设置,决定是否执行判断目标页面是否为无意义页面的操作。
其中,在判断单元310判定目标页面是无意义页面的情况下, 保留单元320可以使用替换页面代替目标页面保留在在页面访问列表中。其中,替换页面可以是广告页面、登录页面、基于用户的浏览历史向用户提供的推荐页面等等。这样,在避免无意义的返回的同时,还可以为用户提供额外的浏览体验。
上文中已经参考附图详细描述了根据本发明的页面访问方法、装置及计算设备。
本发明另一实施例还提供一种页面访问装置,包括:
处理器;以及
存储器,其上存储有可在处理器上运行的计算机程序,当所述处理器执行所述计算机程序时实现以下步骤:
基于与目标页面相关的参照信息,判断所述目标页面是否为无意义页面;以及
仅在判定所述目标页面不为无意义页面的情况下,在所述页面访问列表中保留所述目标页面的页面信息。
所述页面访问列表中预先保存有所述目标页面的页面信息,
所述处理器执行所述计算机程序时还实现:
判定所述目标页面为无意义页面的情况下,在所述页面访问列表中删除所述目标页面的页面信息。
所述处理器执行所述计算机程序时还实现:在判定所述目标页面不是无意义页面后,在所述页面访问列表中写入所述目标页面的页面信息。
所述目标页面是当前浏览页面,所述处理器执行所述计算机程序时还实现:响应于向新页面的跳转执行所述判断所述目标页面是否为无意义页面的操作。
所述处理器执行所述计算机程序时还实现:
向用户提供功能开关,
基于用户对所述功能开关的设置,决定是否执行所述判断所述目标页面是否为无意义页面的操作。
所述处理器执行所述计算机程序时还实现:
在判定所述目标页面是无意义页面的情况下,使用替换页面代替所述目标页面保留在所述在页面访问列表中。
所述参照信息包括如下一种或几种:
目标页面的浏览时长;
用户对目标页面执行的操作信息;
用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度;
用户对目标页面做出的定义信息。
所述处理器执行所述计算机程序时还实现:
判断所述目标页面的浏览时长是否超过第一预定阈值,在未超过预定阈值的情况下,判定所述目标页面为无意义页面;
判断用户是否对所述目标页面执行操作信息,在用户未对所述目标页面执行操作信息的情况下,判定所述目标页面为无意义页面;或者
所述判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定所述目标页面为无意义页面。
本发明另一实施例还提供一种计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时上述页面访问方法的步骤。
此外,根据本发明的方法还可以实现为一种计算机程序,该计算机程序包括用于执行本发明的上述方法中限定的上述各步骤的计算机程序代码指令。或者,根据本发明的方法还可以实现为一种计算机程序产品,该计算机程序产品包括计算机可读介质,在该计算机可读介质上存储有用于执行本发明的上述方法中限定的上述功能的计算机程序。本领域技术人员还将明白的是,结合这里的公开所描述的各种示例性逻辑块、模块、电路和算法步骤可以被实现为电子硬件、计算机软件或两者的组合。
附图中的流程图和框图显示了根据本发明的多个实施例的系统和方法的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标记的功能也可以以不同于附图中所标记的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
以上已经描述了本发明的各实施例,上述说明是示例性的,并非穷尽性的,并且也不限于所披露的各实施例。在不偏离所说明的各实施例的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。本文中所用术语的选择,旨在最好地解释各实施例的原理、实际应用或对市场中的技术的改进,或者使本技术领域的其它普通技术人员能理解本文披露的各实施例。

Claims (19)

  1. 一种能够访问页面的计算设备,包括:
    存储器,用于保存访问历史和目标页面的参照信息;以及
    处理器,用于基于与目标页面相关的参照信息,判断所述目标页面是否为无意义页面,并且仅在判定所述目标页面不是无意义页面的情况下,在页面访问列表中保留所述目标页面的页面信息。
  2. 一种页面访问装置,包括:
    处理器;以及
    存储器,其上存储有可在处理器上运行的计算机程序,当所述处理器执行所述计算机程序时实现以下步骤:
    基于与目标页面相关的参照信息,判断所述目标页面是否为无意义页面;以及
    仅在判定所述目标页面不为无意义页面的情况下,在所述页面访问列表中保留所述目标页面的页面信息。
  3. 根据权利要求2所述的页面访问装置,其中,所述页面访问列表中预先保存有所述目标页面的页面信息,所述处理器执行所述计算机程序时还实现:
    判定所述目标页面为无意义页面的情况下,在所述页面访问列表中删除所述目标页面的页面信息。
  4. 根据权利要求2所述的页面访问装置,其中,所述处理器执行所述计算机程序时还实现:在判定所述目标页面不是无意义页面后,在所述页面访问列表中写入所述目标页面的页面信息。
  5. 根据权利要求2所述的页面访问装置,其中,所述目标页面是当前浏览页面,所述处理器执行所述计算机程序时还实现:响应于向新页面的跳转执行所述判断所述目标页面是否为无意义页面的操作。
  6. 根据权利要求2所述的页面访问装置,所述处理器执行所述计算机程序时还实现:
    向用户提供功能开关,
    基于用户对所述功能开关的设置,决定是否执行所述判断所述目标页面是否为无意义页面的操作。
  7. 根据权利要求2所述的页面访问装置,所述处理器执行所述计算机程序时还实现:
    在判定所述目标页面是无意义页面的情况下,使用替换页面代替所述目标页面保留在所述在页面访问列表中。
  8. 根据权利要求2所述的装置,其中,所述参照信息包括如下一种或几种:
    目标页面的浏览时长;
    用户对目标页面执行的操作信息;
    用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度;
    用户对目标页面做出的定义信息。
  9. 根据权利要求8所述的装置,所述处理器执行所述计算机程序时还实现:
    判断所述目标页面的浏览时长是否超过第一预定阈值,在未超过预定阈值的情况下,判定所述目标页面为无意义页面;
    判断用户是否对所述目标页面执行操作信息,在用户未对所述目标页面执行操作信息的情况下,判定所述目标页面为无意义页面;或者
    判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定所述目标页面为无意义页面。
  10. 一种页面访问方法,包括:
    基于与目标页面相关的参照信息,判断所述目标页面是否为无意义页面;以及
    仅在判定所述目标页面不是无意义页面的情况下,在页面访问列表中保留所述目标页面的页面信息。
  11. 根据权利要求10所述的页面访问方法,其中,所述页面访问列表中预先保存有所述目标页面的页面信息,所述仅在判定所述目标页面不是无意义页面的情况下在页面访问列表中保留所述目标页面的页面信息的步骤包括:
    在判定所述目标页面为无意义页面的情况下,在所述页面访问列表中删除所述目标页面的页面信息。
  12. 根据权利要求10所述的页面访问方法,其中,所述在页面访问列表中保留所述目标页面的页面信息的步骤包括:
    在判定所述目标页面不是无意义页面后,在所述页面访问列表中写入所述目标页面的页面信息。
  13. 根据权利要求10所述的页面访问方法,其中,所述目标页面是当前浏览页面,所述判断所述目标页面是否为无意义页面的步骤是响应于向新页面的跳转而执行的。
  14. 根据权利要求10所述的页面访问方法,还包括:
    向用户提供功能开关;
    基于用户对所述功能开关的设置,决定是否执行所述判断所述目标页面是否为无意义页面的步骤。
  15. 根据权利要求10所述的页面访问方法,还包括:
    在判定所述目标页面是无意义页面的情况下,使用替换页面代替所述目标页面保留在所述在页面访问列表中。
  16. 根据权利要求10所述的方法,其中,所述参照信息包括如下一种或几种:
    目标页面的浏览时长;
    用户对目标页面执行的操作信息;
    用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度;
    用户对目标页面做出的定义信息。
  17. 根据权利要求16所述的方法,其中,所述判断目标页面是否为无意义页面的步骤包括:
    判断所述目标页面的浏览时长是否超过第一预定阈值,在未超过第一预定阈值的情况下,判定所述目标页面为无意义页面;或者
    判断用户是否对所述目标页面执行了操作,在用户未对所述目标页面执行操作的情况下,判定所述目标页面为无意义页面;或者
    判断用户浏览目标页面之前和/或之后浏览的页面与目标页面的相关度是否小于第二预定阈值,在小于第二预定阈值的情况下,判定所述目标页面为无意义页面。
  18. 根据权利要求16或17所述的方法,其中,所述操作包括以下一种或几种:
    滚动、点击、拖拽、缩放。
  19. 一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现权利要求10-18中任意一项所述方法的步骤。
PCT/CN2017/116172 2016-12-26 2017-12-14 一种页面访问方法、装置、计算设备及存储介质 WO2018121277A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611220374.X 2016-12-26
CN201611220374.XA CN108241688A (zh) 2016-12-26 2016-12-26 一种页面访问方法、装置及计算设备

Publications (1)

Publication Number Publication Date
WO2018121277A1 true WO2018121277A1 (zh) 2018-07-05

Family

ID=62702126

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/116172 WO2018121277A1 (zh) 2016-12-26 2017-12-14 一种页面访问方法、装置、计算设备及存储介质

Country Status (2)

Country Link
CN (1) CN108241688A (zh)
WO (1) WO2018121277A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110196954A (zh) * 2019-06-14 2019-09-03 深圳市珍爱捷云信息技术有限公司 网页回退处理方法、装置、计算机设备和存储介质
CN110750761A (zh) * 2019-09-20 2020-02-04 阿里巴巴集团控股有限公司 一种小程序访问控制方法和装置
CN111382380A (zh) * 2018-12-27 2020-07-07 北京奇虎科技有限公司 一种页面访问时长的统计方法和装置
CN116455660A (zh) * 2023-05-04 2023-07-18 北京数美时代科技有限公司 页面访问请求的控制方法、系统、存储介质和电子设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110688592B (zh) * 2018-07-06 2022-06-21 武汉斗鱼网络科技有限公司 一种外部链接跳转方法、存储介质、电子设备及系统
CN111339470A (zh) * 2020-03-03 2020-06-26 政采云有限公司 一种页面返回报警方法、系统、装置及可读存储介质
CN112163143B (zh) * 2020-10-29 2024-02-27 百度时代网络技术(北京)有限公司 页面切换的方法、装置、设备以及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101042694A (zh) * 2006-03-21 2007-09-26 松下电器产业株式会社 在浏览网页时访问父页面的方法
CN102236587A (zh) * 2010-04-28 2011-11-09 上海中标软件有限公司 firefox浏览器异常恢复方法
JP2012146028A (ja) * 2011-01-07 2012-08-02 Nec Corp メニュー表示装置、メニュー表示方法及びプログラム
CN105786894A (zh) * 2014-12-22 2016-07-20 广州市动景计算机科技有限公司 页面展示方法和页面展示设备
CN106021549A (zh) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Web应用程序的页面控制方法、装置及终端设备
CN106227887A (zh) * 2016-08-12 2016-12-14 汪念鸿 一种在浏览器新页面返回原页面的方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101042694A (zh) * 2006-03-21 2007-09-26 松下电器产业株式会社 在浏览网页时访问父页面的方法
CN102236587A (zh) * 2010-04-28 2011-11-09 上海中标软件有限公司 firefox浏览器异常恢复方法
JP2012146028A (ja) * 2011-01-07 2012-08-02 Nec Corp メニュー表示装置、メニュー表示方法及びプログラム
CN105786894A (zh) * 2014-12-22 2016-07-20 广州市动景计算机科技有限公司 页面展示方法和页面展示设备
CN106021549A (zh) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Web应用程序的页面控制方法、装置及终端设备
CN106227887A (zh) * 2016-08-12 2016-12-14 汪念鸿 一种在浏览器新页面返回原页面的方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111382380A (zh) * 2018-12-27 2020-07-07 北京奇虎科技有限公司 一种页面访问时长的统计方法和装置
CN110196954A (zh) * 2019-06-14 2019-09-03 深圳市珍爱捷云信息技术有限公司 网页回退处理方法、装置、计算机设备和存储介质
CN110750761A (zh) * 2019-09-20 2020-02-04 阿里巴巴集团控股有限公司 一种小程序访问控制方法和装置
CN116455660A (zh) * 2023-05-04 2023-07-18 北京数美时代科技有限公司 页面访问请求的控制方法、系统、存储介质和电子设备
CN116455660B (zh) * 2023-05-04 2023-10-17 北京数美时代科技有限公司 页面访问请求的控制方法、系统、存储介质和电子设备

Also Published As

Publication number Publication date
CN108241688A (zh) 2018-07-03

Similar Documents

Publication Publication Date Title
WO2018121277A1 (zh) 一种页面访问方法、装置、计算设备及存储介质
US9954964B2 (en) Content suggestion for posting on communication network
US9495339B2 (en) Method and apparatus for displaying information in a browser
RU2629448C2 (ru) Система и способ управления и организации кэша веб-браузера
RU2608668C2 (ru) Система и способ управления и организации кэша веб-браузера для обеспечения автономного просмотра
JP2020504865A (ja) アプリケーションデータ処理方法、装置、及び記憶媒体
US11080143B2 (en) Systems and processes for data backup and recovery
JP5924209B2 (ja) バックアップ制御プログラム、バックアップ制御方法および情報処理装置
US9449113B2 (en) Browser storage management
US8650166B1 (en) Systems and methods for classifying files
US11526575B2 (en) Web browser with enhanced history classification
WO2017219524A1 (zh) 一种页面保存的方法及电子设备
US9875137B2 (en) Intelligent application back stack management
US11392545B1 (en) Tracking access pattern of inodes and pre-fetching inodes
JP6196740B2 (ja) ダウンロードに利用可能なアプリケーションについてユーザに知らせるためのシステム及び方法
US20160180479A1 (en) Systems and methods for expanding relevant search results in electronic discovery
US11042507B2 (en) System and method of deletion of files and counteracting their restoration
US9880979B2 (en) Information processing terminal, method and storage medium for switching to a privacy mode
US8688657B1 (en) Systems and methods for data loss prevention
US9135116B1 (en) Cloud enabled filesystems provided by an agent which interfaces with a file system on a data source device
US9483535B1 (en) Systems and methods for expanding search results
US11245809B2 (en) Information processing apparatus and computer readable medium for changing document display modes
US20140082483A1 (en) Method and system for restoring closed webpages
JP2019528497A (ja) 一次情報に関する追加情報を提供する方法及びシステム
US11138148B2 (en) Information processing apparatus, control method, and storage medium

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC , EPO FORM 1205A DATED 23.09.19.

122 Ep: pct application non-entry in european phase

Ref document number: 17888843

Country of ref document: EP

Kind code of ref document: A1