WO2016124099A1 - Webpage display method and device - Google Patents

Webpage display method and device Download PDF

Info

Publication number
WO2016124099A1
WO2016124099A1 PCT/CN2016/072463 CN2016072463W WO2016124099A1 WO 2016124099 A1 WO2016124099 A1 WO 2016124099A1 CN 2016072463 W CN2016072463 W CN 2016072463W WO 2016124099 A1 WO2016124099 A1 WO 2016124099A1
Authority
WO
WIPO (PCT)
Prior art keywords
webpage
block
attention
loaded
undo
Prior art date
Application number
PCT/CN2016/072463
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 WO2016124099A1 publication Critical patent/WO2016124099A1/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 web page display technologies, and in particular, to a web page display method and apparatus.
  • the present application provides a webpage display method and apparatus, which can solve the deficiencies in the related art.
  • a webpage display method including:
  • a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • the display attribute of the non-attention webpage block is set to be hidden.
  • a webpage display apparatus including:
  • the detecting unit detects that the webpage loading requirement is triggered
  • a retrieving unit retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • a determining unit for the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
  • a webpage display method including:
  • a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
  • a webpage display apparatus including:
  • Receiving unit receiving a webpage loading request
  • a retrieving unit retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • a determining unit for the webpage to be loaded corresponding to the webpage loading request, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
  • a webpage display method including:
  • the display attribute of the webpage block is set to be hidden.
  • a webpage display apparatus including:
  • a determining unit when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation
  • the application can record the content attention of the user on each webpage by deleting the record of the webpage block; at the same time, by calling the deletion record of the webpage block corresponding to the triggered user, the non-triggered user can be accurately known. Pay attention to the webpage block and set the display attribute of the non-attention webpage block to realize the personalized display corresponding to the triggered user.
  • FIG. 1 is a schematic diagram of an interface of a web page display in the related art
  • FIG. 2 is a flow chart showing a webpage display method according to an exemplary embodiment of the present application.
  • FIG. 3 is a flowchart of another webpage display method according to an exemplary embodiment of the present application.
  • FIGS. 4-10 are schematic diagrams showing interfaces of a web page display according to an exemplary embodiment of the present application.
  • FIG. 11 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • FIG. 12 is a block diagram of a web page display apparatus according to an exemplary embodiment of the present application.
  • FIG. 13 is a flowchart of another webpage display method according to an exemplary embodiment of the present application.
  • FIG. 14 is a schematic structural diagram of another electronic device according to an exemplary embodiment of the present application.
  • FIG. 15 is a block diagram showing another webpage display apparatus according to an exemplary embodiment of the present application.
  • FIG. 16 is a flowchart showing another webpage display method according to an exemplary embodiment of the present application.
  • FIG. 17 is a schematic structural diagram of another electronic device according to an exemplary embodiment of the present application.
  • FIG. 18 is a block diagram showing another web page display device of an exemplary embodiment of the present application.
  • FIG. 1 is a schematic diagram of an interface of a web page display in the related art, as shown in FIG.
  • the webpage contains the corresponding webpage block 1, webpage block 2, and so on.
  • the user may not be interested in the webpage block 3 and the webpage block 6, then the two webpage sections will not benefit the user to the webpage.
  • the browsing experience only affects the user's viewing and reading of other webpage blocks, reducing the user experience.
  • the present application can solve the above technical problems existing in the related art by displaying processing of a webpage block.
  • the following examples are provided:
  • FIG. 2 is a flowchart of a webpage display method according to an exemplary embodiment of the present application. As shown in FIG. 2, the method is applied to a terminal, and may include the following steps:
  • step 202 it is detected that the webpage loading requirement is triggered.
  • Step 204 retrieve a webpage block deletion record corresponding to the triggering user according to the triggering user of the webpage loading requirement, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage.
  • the triggering user may be determined according to the currently logged in account; or the triggering user may also be bound to the hardware information of the terminal, so that the current trigger may be identified according to the hardware information of the terminal (such as a MAC address, etc.). user.
  • the webpage block deletion record (and the subsequent mentioned “page block revocation record” and the like) may be stored locally in the terminal, and the retrieving operation may be directly performed from the terminal locally; or may be stored in the server. In the end, the retrieval operation needs to be connected to the server through the network, and the webpage block deletion record (or the webpage block revocation record, etc.) corresponding to the triggered user is obtained from the server.
  • Step 206 Determine, for the webpage to be loaded corresponding to the webpage loading requirement, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record.
  • Step 208 setting a display attribute of the non-attention webpage block to be hidden.
  • the non-attention webpage block triggers a webpage block that the user is not interested in.
  • the non-attention page block By setting the display attribute of the non-attention page block to be hidden, the non-attention page block will not be displayed in the corresponding page that is loaded, and will not affect the user's content browsing of other concerned page blocks.
  • the content of the content of each webpage can be recorded by the user by deleting the record of the webpage block; and at the same time, by deleting the record of the webpage block corresponding to the triggered user, the non-triggered user can be accurately known. Pay attention to the webpage block and set the display attribute of the non-attention webpage block to realize the personalized display corresponding to the triggered user.
  • FIG. 3 is a flowchart of another webpage display method according to an exemplary embodiment of the present application. As shown in FIG. 3, the method may include the following steps:
  • step 302 the webpage is loaded to the terminal interface.
  • step 304 the user's attention to the webpage block is counted.
  • the statistical operation of the attention degree can be implemented in various manners. Several possible implementation manners are exemplified below, but the application does not limit this.
  • the terminal browser When the user performs a link click operation in any webpage block, the terminal browser sends a dot information to the server while logging to the page corresponding to the link, and records the user's click operation on the link, that is, " Dot.” As shown in FIG. 4, in the webpage that has been loaded, it is assumed that the user clicks on the link in the webpage block 4, for example, the webpage corresponding to the link is www.xxxxxx.com/aaa..., and a dot count is performed.
  • the user's attention to each webpage block can be known, and the higher the number of times/frequency, the user's corresponding webpage block The higher the degree of attention.
  • the terminal can obtain the hot zone diagram as shown in FIG. 5 by recording and counting the mouse motion track, wherein the color is more The deeper area indicates that the longer the mouse stays in the area, the more likely the user may be concerned with the corresponding page block, ie, the higher level of attention.
  • the hot zone included in the display area corresponding to the webpage block 3 and the webpage block 6 is small in area, light in color, and low in attention.
  • the foregoing method based on the statistic of the statistic and the hot zone statistic needs to obtain the operation behavior of the user for a period of time, so as to accurately know the user's attention to each webpage block; in the embodiment, the user can directly express the The attention of a webpage block.
  • the user may perform a corresponding deletion operation on the webpage block 4, for example,
  • the deleting operation may be to perform a "long press" operation in the display area of the webpage block 4 by the mouse (for example, the pressing time is greater than or equal to 2 seconds), and the webpage block 4 is considered to be the non-attention webpage block of the user.
  • the deletion operation can also be regarded as the statistical processing of the attention degree, but the deletion operation has a large influence factor with respect to the dot statistics and the hot zone statistics, so that once the user performs the deletion operation, the corresponding page block is inevitably made Non-focused page blocks.
  • the “impact factor” herein can be understood as the weight of the statistical data block that is determined to be a non-following webpage block by the statistical webpage block. When the weight is greater than the preset weight, it can be determined as a non-following webpage block.
  • the weight of the delete operation is greater than or equal to 0.6, so after the user performs the delete operation, the corresponding page block will inevitably become the non-attention page block; and the weight of the check statistics is proportional to the number of beats/frequency. Relationships, the weights of the hot zone statistics are directly proportional to the heat, both of which may be less than 0.6, and thus do not necessarily result in the page block being determined to be a non-following page block.
  • Step 306 Identify non-attention webpage blocks according to the user's attention to each webpage block.
  • step 308A the non-attention webpage block is added to the webpage block deletion record.
  • the non-attention webpage block is added to the webpage block deletion record, and the dom object of the non-attention webpage block is actually added to the webpage block deletion record, and the webpage block is deleted.
  • the record can be in the form of an array
  • the dom object of the non-attention webpage block recorded in the record can be deleted according to the webpage block, and the display of the corresponding non-attention webpage block is avoided.
  • step 308B the display attribute of the non-attention webpage block is set to be hidden.
  • the corresponding display area is blank, affecting the overall display effect of the webpage, and the display attributes of all the display attributes of the displayed webpage block may be adjusted to
  • the display area corresponding to the non-focused webpage block is applied to the display of the webpage block in which the display attribute is displayed.
  • the display position shown in FIG. 8 can be obtained by adjusting the display positions of other webpage blocks, thereby avoiding the blank of the area shown in FIG. The impact of the hiding of webpage blocks on the user experience.
  • step 310 an undo operation is detected.
  • Step 312 determines a non-attention webpage block corresponding to the undo operation.
  • the user in addition to setting any webpage block as a non-attention webpage block, the user can also revoke the hiding of the non-following webpage block.
  • the revocation operation can be implemented in various manners. The following is an example of several possible implementations, but the application does not limit this.
  • the user can enter the display page as shown in FIG. 9 by clicking an icon provided by the browser, and the page displays a “hidden block” in the form of a list, that is, a non-focused page block.
  • the user can delete the block from the "hidden block” list by clicking the "x" icon on the right side of each display block, thereby canceling the "non-attention page block” information of the block.
  • FIG. 9 it is assumed that the user clicks the " ⁇ " icon on the right side of "block 6", and "block 6" is removed from the webpage block deletion record and re-rendered on the corresponding webpage. in.
  • the user operation has a direct operation object, such as the above-mentioned "block 6"; and when the user operates through the keyboard, for example, a key combination of "Ctrl+Z" is used. There is no direct operational object.
  • the undo operation does not have a non-attention page block specified by the user
  • the non-attention page block corresponding to the loaded page the recently added non-attention page block is selected as the non-rejection corresponding to the undo operation.
  • the page block For example, it is assumed that in the display page shown in FIG. 9, the displayed blocks are arranged in the order of the time points added to the webpage block deletion record, that is, "block 3" is the closest.
  • Step 314A Delete the non-attention webpage block corresponding to the undo operation from the webpage block deletion record.
  • step 314B the non-attention webpage block corresponding to the undo operation is added to the webpage block revocation record.
  • the non-attention webpage block corresponding to the undo operation may be added to the webpage block revocation record as a historical non-attention webpage block, thereby facilitating the subsequent undo recovery operation.
  • step 314C the display attribute of the non-attention webpage block corresponding to the undo operation is set to display.
  • the webpage block is added as a non-attention webpage block
  • the display processing mode shown in FIG. 7 that is, the webpage block is directly hidden and no other webpage block is displayed and adjusted
  • the display attribute of the non-attention webpage block corresponding to the undo operation is directly set to display (fadeIn).
  • the webpage block is added as a non-attention webpage block
  • the display processing mode shown in FIG. 8 that is, the display adjustment is performed on all the webpage blocks whose display attributes are displayed, then the corresponding undo operation is performed.
  • the display attribute of the non-attention page block is set to display (fadeIn)
  • step 316 an undo recovery operation is detected.
  • Step 318 determining a historical non-following webpage block corresponding to the undo recovery operation.
  • the "historical non-focused page block” is a page block that has been added as a non-attention page block and restored by the undo operation, such as "block 6" shown in FIG.
  • the user can use the mouse in the list of "page block revocation records” shown in the "undo hidden blocks” display page shown in FIG. Operation to remove any of the blocks in the list; or, by a keyboard operation such as a combination of shortcut keys such as "Ctrl+Y", remove the recently added page block from the list of "page block undo records".
  • step 320A the historical non-focused webpage block corresponding to the undo recovery operation is deleted from the webpage block revocation record.
  • Step 320B adding a historical non-following webpage block corresponding to the undo recovery operation to the webpage block deletion record.
  • step 322 the display attribute of the historical non-focused webpage block corresponding to the undo recovery operation is set to be hidden.
  • FIG. 11 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services.
  • the processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level.
  • the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
  • the webpage display apparatus may include a detecting unit, a retrieving unit, a determining unit, and a setting unit. among them:
  • the detecting unit detects that the webpage loading requirement is triggered
  • a retrieving unit retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • a determining unit for the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
  • it also includes:
  • a statistical unit configured to trigger the user's attention to any of the webpage blocks in the loaded webpage
  • a recording unit when the degree of attention is less than or equal to the preset attention degree, recording any one of the webpage blocks as a non-attention webpage block in the webpage block deletion record.
  • it also includes:
  • Deactivating the detecting unit after loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage, detecting the revocation operation issued by the triggering user;
  • a first block determining unit determining a non-attention webpage block corresponding to the undoing operation
  • the first operation processing unit sets a display attribute of the non-attention page block corresponding to the undo operation as a display, and deletes the non-attention page block corresponding to the undo operation from the page block deletion record.
  • the first block determining unit is specifically configured to:
  • the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the undo operation.
  • it also includes:
  • a second block determining unit determining a historical non-following webpage block corresponding to the undoing recovery operation
  • a second operation processing unit that sets a display attribute of a historical non-focused page block corresponding to the undo recovery operation to be hidden, and a historical non-focused page corresponding to the undo recovery operation
  • the block is deleted from the webpage block revocation record and added to the webpage block deletion record.
  • it also includes:
  • the adjusting unit when loading the to-be-loaded webpage to the terminal interface, if there is a non-respecting webpage block in the to-be-loaded webpage, performing display attribute of the webpage block whose display attribute is displayed in the to-be-loaded webpage Adjusting, so that the display area corresponding to the non-attention webpage block is applied to the display of the webpage block in which the display attribute is displayed.
  • the terminal when implementing the technical solution of the present application, acquires and analyzes the operation behaviors, habits, and the like of the triggering user, and performs processing and display of the webpage according to the disclosure, such as hiding the non-focused webpage block. Or display settings.
  • the processing and control of the webpage display content can be implemented by the server; wherein, FIG. 13 illustrates another webpage display method according to an exemplary embodiment of the present application. flow chart.
  • the method is applied to a server, and may include the following steps:
  • Step 1302 Receive a webpage loading request.
  • the webpage loading request is sent by the terminal to the server; wherein the triggering user may trigger the terminal to initiate a corresponding webpage loading request by clicking a certain webpage link or inputting the webpage in the browser.
  • Step 1304 According to the triggering user of the webpage loading request, retrieve a webpage block deletion record corresponding to the triggered user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage.
  • the terminal uploads all the feature data of the detected user operation to the server, and the server analyzes the user's behavior habits and preferences according to the information, and forms such as “page block deletion record” and “webpage block”. Data such as undo records (see below) is used to guide the processing of subsequent page load requests.
  • Step 1306 Determine, for the webpage to be loaded corresponding to the webpage loading request, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record.
  • Step 1308 Return webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
  • the application can collect the feature data of the user operation on the terminal and upload it to the server for storage and analysis, and utilize the powerful computing power of the server to obtain the user's behavior habit and the webpage area more quickly and accurately.
  • the preference of the block, etc. thereby controlling the content displayed on the webpage by controlling the webpage data returned to the terminal.
  • the server since the server directly controls the webpage data of the returning terminal, the terminal only needs to load the obtained webpage data normally, and no special processing is needed.
  • the server can also complete the process of "undo" and "undo recovery” as shown in FIG. 3:
  • the server When receiving the revocation instruction issued by the triggering user, the server determines the non-attention webpage block corresponding to the revocation instruction, and returns webpage data of the non-attention webpage block corresponding to the revocation instruction.
  • the webpage data of the non-attention webpage block corresponding to the revocation instruction is returned, it should be understood that the webpage data of the non-respected webpage block can be returned only, and the terminal can re-render the webpage.
  • the "incremental" webpage content is updated; or, the webpage data that has been sent to the terminal and the webpage data of the non-concern webpage block may be returned as a whole, and the terminal may directly load the newly obtained webpage data. "Full amount" of web content updates.
  • the page shown in FIG. 9 may be used to directly designate any non-attention webpage block; or, when the revocation instruction does not exist, the non-attention webpage block specified by the triggering user does not exist, for example,
  • the undoing instruction is initiated by using the keyboard shortcut, and the recently added non-attention webpage block may be selected as the non-attention webpage block corresponding to the revocation instruction in all non-attention webpage blocks corresponding to the webpage to be loaded.
  • the server may add the non-attention webpage block corresponding to the revocation instruction to the webpage block revocation record as a historical non-concern webpage block. Then, when receiving the undo recovery instruction issued by the triggering user, determining a historical non-focused webpage block corresponding to the undoing recovery instruction, and the historical non-following webpage block corresponding to the undoing recovery instruction from the webpage Deleted from block undo record And adding to the webpage block deletion record, and returning webpage data irrelevant to the non-attention webpage block for webpage refreshing.
  • the page shown in FIG. 10 may be used to directly designate any historical non-focused webpage block; or, when the revocation instruction does not exist, the historical non-focused webpage block specified by the triggered user does not exist.
  • the recently added non-attention webpage block may be selected in all historical non-focused webpage blocks corresponding to the webpage to be loaded, as the non-concern corresponding to the revocation instruction. Web page block.
  • FIG. 14 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services.
  • the processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level.
  • the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
  • the webpage display apparatus may include a receiving unit, a retrieving unit, a determining unit, and a returning unit. among them:
  • Receiving unit receiving a webpage loading request
  • a retrieving unit retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
  • a determining unit for the webpage to be loaded corresponding to the webpage loading request, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
  • it also includes:
  • the first instruction receiving unit receives the revocation instruction issued by the triggering user
  • a first block determining unit determining a non-attention webpage block corresponding to the revocation instruction
  • the first instruction processing unit returns webpage data of the non-attention webpage block corresponding to the revocation instruction.
  • the first block determining unit is specifically configured to:
  • the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the revocation instruction.
  • it also includes:
  • the second instruction receiving unit receives the undo recovery instruction issued by the triggering user
  • a second block determining unit determining a historical non-following webpage block corresponding to the undoing recovery instruction
  • the second instruction processing unit deletes and adds the historical non-attention page block corresponding to the undo resume instruction from the webpage block revocation record, and adds the same to the webpage block deletion record, and returns with the non-attention Web page irrelevant web page data for web page refresh.
  • FIG. 16 is a flowchart of a method for displaying a webpage according to an exemplary embodiment of the present application. As shown in FIG. 16, the method is applied to a terminal, and may include the following steps:
  • Step 1602 Load the corresponding webpage to the terminal interface according to the detected webpage loading requirement.
  • Step 1604 Obtain a user operation for the webpage.
  • the user after the user connects to the terminal through a peripheral device such as a mouse or an air mouse, the user performs a corresponding user operation through a control cursor presented on the terminal interface; or, when the terminal adopts the touch screen, the user can pass A user's operation is performed directly on the touch screen with a finger or a stylus.
  • a peripheral device such as a mouse or an air mouse
  • Step 1606 when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation.
  • the block deletion operation includes: targeting the network A triggering operation of any of the webpage blocks in the page, and the duration of the triggering operation is greater than or equal to a preset duration.
  • the above-mentioned block deletion operation may be a "long press" operation performed by the user, for example, the preset duration may be 2s.
  • the preset duration may be 2s.
  • other forms of block deletion operations are obviously also possible, and this application does not limit this.
  • Step 1608 setting the display attribute of the webpage block to be hidden.
  • FIG. 17 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services.
  • the processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level.
  • the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
  • the webpage display apparatus shown in FIG. 18 may include a loading unit, an obtaining unit, a determining unit, and a setting unit. among them:
  • a determining unit when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation
  • the block deletion operation includes: a triggering operation for any one of the webpages in the webpage, and the duration of the triggering operation is greater than or equal to a preset duration.
  • a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile 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. (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.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.

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)
  • Information Transfer Between Computers (AREA)

Abstract

Provided are a webpage display method and device, said method comprising: a webpage load requirement being triggered is detected (202); according to the user who triggered said webpage load requirement, a webpage block delete record corresponding to said triggering user is obtained, said webpage block delete record containing a non-follow webpage block corresponding to at least one webpage (204); the non-follow webpage block, corresponding to said webpage to be loaded, in said webpage block delete record is determined with regard to the webpage to be loaded corresponding to said webpage load requirement (206); the display properties of said non-follow webpage block are set to be hidden (208). The method is such that the display content in the webpage better conforms to the individual needs of a user.

Description

网页展示方法及装置Web page display method and device 技术领域Technical field
本申请涉及网页展示技术领域,尤其涉及网页展示方法及装置。The present application relates to the field of web page display technologies, and in particular, to a web page display method and apparatus.
背景技术Background technique
随着互联网的不断发展,网页中包含的内容越来越多。当用户查看网页时,实际上对很多内容都不感兴趣,导致用户需要在众多的网页内容寻找自己感兴趣的内容,导致阅读效率低、体验差。With the continuous development of the Internet, more and more content is contained in web pages. When a user views a webpage, it is actually not interested in a lot of content, which leads to the user needing to find content of interest in a large number of webpage contents, resulting in low reading efficiency and poor experience.
发明内容Summary of the invention
有鉴于此,本申请提供一种网页展示方法及装置,可以解决相关技术中的不足。In view of this, the present application provides a webpage display method and apparatus, which can solve the deficiencies in the related art.
为实现上述目的,本申请提供技术方案如下:To achieve the above objective, the present application provides the following technical solutions:
根据本申请的第一方面,提出了一种网页展示方法,包括:According to a first aspect of the present application, a webpage display method is provided, including:
检测到网页加载需求被触发;It is detected that the webpage loading requirement is triggered;
根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;Deleting, according to the triggering user of the webpage loading requirement, a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;Determining, according to the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
将所述非关注网页区块的显示属性设置为隐藏。The display attribute of the non-attention webpage block is set to be hidden.
根据本申请的第二方面,提出了一种网页展示装置,包括:According to a second aspect of the present application, a webpage display apparatus is provided, including:
检测单元,检测到网页加载需求被触发;The detecting unit detects that the webpage loading requirement is triggered;
调取单元,根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块; a retrieving unit, according to the triggering user of the webpage loading requirement, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
确定单元,针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
设置单元,将所述非关注网页区块的显示属性设置为隐藏。Setting a unit to set a display attribute of the non-attention webpage block to be hidden.
根据本申请的第三方面,提出了一种网页展示方法,包括:According to a third aspect of the present application, a webpage display method is provided, including:
接收到网页加载请求;Receiving a webpage loading request;
根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;Deleting, according to the triggering user of the webpage loading request, a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;Determining, according to the webpage to be loaded corresponding to the webpage loading request, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。Returning webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
根据本申请的第四方面,提出了一种网页展示装置,包括:According to a fourth aspect of the present application, a webpage display apparatus is provided, including:
接收单元,接收到网页加载请求;Receiving unit, receiving a webpage loading request;
调取单元,根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;a retrieving unit, according to the triggering user of the webpage loading request, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
确定单元,针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading request, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
返回单元,返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。Returning to the unit, returning webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
根据本申请的第五方面,提出了一种网页展示方法,包括:According to a fifth aspect of the present application, a webpage display method is provided, including:
根据检测到的网页加载需求,将相应的网页加载至终端界面;Loading the corresponding webpage to the terminal interface according to the detected webpage loading requirement;
获取针对于所述网页的用户操作;Obtaining user operations for the webpage;
当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用户操作的网页区块;Determining a webpage block corresponding to the user operation when the user operation matches a predefined block deletion operation;
将所述网页区块的显示属性设置为隐藏。 The display attribute of the webpage block is set to be hidden.
根据本申请的第六方面,提出了一种网页展示装置,包括:According to a sixth aspect of the present application, a webpage display apparatus is provided, including:
加载单元,根据检测到的网页加载需求,将相应的网页加载至终端界面;Loading the unit, loading the corresponding webpage to the terminal interface according to the detected webpage loading requirement;
获取单元,获取针对于所述网页的用户操作;Obtaining a unit, acquiring a user operation for the webpage;
确定单元,当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用户操作的网页区块;a determining unit, when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation;
设置单元,将所述网页区块的显示属性设置为隐藏。Setting a unit to set the display attribute of the webpage block to be hidden.
由以上技术方案可见,本申请通过网页区块删除记录,可以记录用户对每个网页的内容关注状况;同时,通过调取对应于触发用户的网页区块删除记录,可以准确了解触发用户的非关注网页区块,并通过对非关注网页区块进行展示属性的设置,从而实现对应于触发用户的个性化展示。As can be seen from the above technical solution, the application can record the content attention of the user on each webpage by deleting the record of the webpage block; at the same time, by calling the deletion record of the webpage block corresponding to the triggered user, the non-triggered user can be accurately known. Pay attention to the webpage block and set the display attribute of the non-attention webpage block to realize the personalized display corresponding to the triggered user.
附图说明DRAWINGS
图1是相关技术中的网页展示的界面示意图;1 is a schematic diagram of an interface of a web page display in the related art;
图2示出了本申请一示例性实施例的一种网页展示方法的流程图;2 is a flow chart showing a webpage display method according to an exemplary embodiment of the present application;
图3示出了本申请一示例性实施例的另一种网页展示方法的流程图;FIG. 3 is a flowchart of another webpage display method according to an exemplary embodiment of the present application;
图4-10示出了本申请一示例性实施例的网页展示的界面示意图;4-10 are schematic diagrams showing interfaces of a web page display according to an exemplary embodiment of the present application;
图11示出了本申请一示例性实施例的一种电子设备的结构示意图;FIG. 11 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application;
图12示出了本申请一示例性实施例的一种网页展示装置的框图;FIG. 12 is a block diagram of a web page display apparatus according to an exemplary embodiment of the present application;
图13示出了本申请一示例性实施例的另一种网页展示方法的流程图;FIG. 13 is a flowchart of another webpage display method according to an exemplary embodiment of the present application;
图14示出了本申请一示例性实施例的另一种电子设备的结构示意图;FIG. 14 is a schematic structural diagram of another electronic device according to an exemplary embodiment of the present application;
图15示出了本申请一示例性实施例的另一种网页展示装置的框图;FIG. 15 is a block diagram showing another webpage display apparatus according to an exemplary embodiment of the present application;
图16示出了本申请一示例性实施例的另一种网页展示方法的流程图;FIG. 16 is a flowchart showing another webpage display method according to an exemplary embodiment of the present application;
图17示出了本申请一示例性实施例的另一种电子设备的结构示意图;FIG. 17 is a schematic structural diagram of another electronic device according to an exemplary embodiment of the present application;
图18示出了本申请一示例性实施例的另一种网页展示装置的框图。FIG. 18 is a block diagram showing another web page display device of an exemplary embodiment of the present application.
具体实施方式detailed description
图1是相关技术中的网页展示的界面示意图,如图1所示,假定用户在 浏览网页www.xxxxxx.com时,该网页包含相应的网页区块1、网页区块2……等。对于用户而言,往往不可能同时对所有网页区块都感兴趣,举例而言,用户可能对网页区块3和网页区块6不感兴趣,那么这两个网页区块将无益于用户对网页的浏览体验,而只会影响用户对其他网页区块的查看和阅读,降低用户的使用体验。1 is a schematic diagram of an interface of a web page display in the related art, as shown in FIG. When browsing the website www.xxxxxx.com, the webpage contains the corresponding webpage block 1, webpage block 2, and so on. For the user, it is often impossible to be interested in all the webpage blocks at the same time. For example, the user may not be interested in the webpage block 3 and the webpage block 6, then the two webpage sections will not benefit the user to the webpage. The browsing experience only affects the user's viewing and reading of other webpage blocks, reducing the user experience.
因此,本申请通过对网页区块的展示处理,可以解决相关技术中存在的上述技术问题。为对本申请进行进一步说明,提供下列实施例:Therefore, the present application can solve the above technical problems existing in the related art by displaying processing of a webpage block. In order to further illustrate this application, the following examples are provided:
图2示出了本申请一示例性实施例的一种网页展示方法的流程图,如图2所示,该方法应用于终端,可以包括以下步骤:FIG. 2 is a flowchart of a webpage display method according to an exemplary embodiment of the present application. As shown in FIG. 2, the method is applied to a terminal, and may include the following steps:
步骤202,检测到网页加载需求被触发。In step 202, it is detected that the webpage loading requirement is triggered.
步骤204,根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块。Step 204: Retrieve a webpage block deletion record corresponding to the triggering user according to the triggering user of the webpage loading requirement, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage.
在本实施例中,可以根据当前已登录的账号,确定触发用户;或者,触发用户也可以与终端的硬件信息绑定,从而可以根据终端的硬件信息(比如MAC地址等),识别当前的触发用户。In this embodiment, the triggering user may be determined according to the currently logged in account; or the triggering user may also be bound to the hardware information of the terminal, so that the current trigger may be identified according to the hardware information of the terminal (such as a MAC address, etc.). user.
在本实施例中,网页区块删除记录(以及后续提及的“网页区块撤销记录”等)可以存储于终端本地,则调取操作可以直接从终端本地执行;或者,也可以存储于服务器端,则调取操作需要通过网络连接至服务器端,从服务器端获取对应于触发用户的网页区块删除记录(或网页区块撤销记录等)。In this embodiment, the webpage block deletion record (and the subsequent mentioned "page block revocation record" and the like) may be stored locally in the terminal, and the retrieving operation may be directly performed from the terminal locally; or may be stored in the server. In the end, the retrieval operation needs to be connected to the server through the network, and the webpage block deletion record (or the webpage block revocation record, etc.) corresponding to the triggered user is obtained from the server.
在本实施例中,可以通过获取用户对网页区块的关注情况,确定是否将网页区块添加至网页区块删除记录中。具体地,比如在每次将所述待加载网页加载至终端界面,得到已加载网页后,统计所述触发用户对所述已加载网页中的任一网页区块的关注度;那么,当所述关注度小于或等于预设关注度时,将所述任一网页区块记录为所述网页区块删除记录中的非关注网页区块。In this embodiment, it is determined whether the webpage block is added to the webpage block deletion record by acquiring the user's attention to the webpage block. Specifically, for example, after loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage, counting the degree of attention of the triggering user to any of the webpages in the loaded webpage; When the degree of attention is less than or equal to the preset attention degree, the any webpage block is recorded as the non-attention webpage block in the webpage block deletion record.
步骤206,针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块。 Step 206: Determine, for the webpage to be loaded corresponding to the webpage loading requirement, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record.
步骤208,将所述非关注网页区块的显示属性设置为隐藏。 Step 208, setting a display attribute of the non-attention webpage block to be hidden.
在本实施例中,非关注网页区块即触发用户不感兴趣的网页区块。通过将非关注网页区块的显示属性设置为隐藏,则非关注网页区块将不显示于加载出的相应网页中,不会影响用户对其他关注的网页区块的内容浏览。In this embodiment, the non-attention webpage block triggers a webpage block that the user is not interested in. By setting the display attribute of the non-attention page block to be hidden, the non-attention page block will not be displayed in the corresponding page that is loaded, and will not affect the user's content browsing of other concerned page blocks.
由上述实施例可知,本申请通过网页区块删除记录,可以记录用户对每个网页的内容关注状况;同时,通过调取对应于触发用户的网页区块删除记录,可以准确了解触发用户的非关注网页区块,并通过对非关注网页区块进行展示属性的设置,从而实现对应于触发用户的个性化展示。It can be seen from the above embodiment that the content of the content of each webpage can be recorded by the user by deleting the record of the webpage block; and at the same time, by deleting the record of the webpage block corresponding to the triggered user, the non-triggered user can be accurately known. Pay attention to the webpage block and set the display attribute of the non-attention webpage block to realize the personalized display corresponding to the triggered user.
图3示出了本申请一示例性实施例的另一种网页展示方法的流程图,如图3所示,该方法可以包括以下步骤:FIG. 3 is a flowchart of another webpage display method according to an exemplary embodiment of the present application. As shown in FIG. 3, the method may include the following steps:
步骤302,将网页加载至终端界面。In step 302, the webpage is loaded to the terminal interface.
在本实施例中,为方便说明,假定该网页为首次加载,即网页区块删除记录中尚未存在任何信息,需要将所有网页区块均展示于网页中。In this embodiment, for convenience of description, it is assumed that the webpage is loaded for the first time, that is, there is no information in the webpage block deletion record, and all the webpage sections need to be displayed in the webpage.
步骤304,统计用户对网页区块的关注度。In step 304, the user's attention to the webpage block is counted.
在本实施例中,可以通过多种方式来实现关注度的统计操作,下面对其中几种可能的实施方式进行举例说明,但本申请并不对此进行限制。In this embodiment, the statistical operation of the attention degree can be implemented in various manners. Several possible implementation manners are exemplified below, but the application does not limit this.
1、打点统计1, management statistics
当用户在任一网页区块内执行链接点击操作时,在跳转至该链接对应的页面的同时,终端浏览器向服务端发送打点信息,记录了用户对该链接的本次点击操作,即“打点”。如图4所示,在已经完成加载的网页中,假定用户点击了网页区块4中的链接,比如该链接对应的网址为www.xxxxxx.com/aaa...,则执行一次打点统计。When the user performs a link click operation in any webpage block, the terminal browser sends a dot information to the server while logging to the page corresponding to the link, and records the user's click operation on the link, that is, " Dot." As shown in FIG. 4, in the webpage that has been loaded, it is assumed that the user clicks on the link in the webpage block 4, for example, the webpage corresponding to the link is www.xxxxxx.com/aaa..., and a dot count is performed.
因此,通过统计同一用户对网页内的各个网页区块的打点操作,可以了解到用户对每个网页区块的关注情况,且打点次数/频率越高时,说明用户对相应的网页区块的关注度越高。Therefore, by counting the same user's management operation on each webpage block in the webpage, the user's attention to each webpage block can be known, and the higher the number of times/frequency, the user's corresponding webpage block The higher the degree of attention.
2、热区统计2. Hot zone statistics
假定用户通过鼠标执行网页浏览控制,由于用户对某个网页区块感兴趣 时,往往会将鼠标光标移动至该网页区块对应的显示区域,以实现控制操作,则终端可以通过对鼠标运动轨迹的记录和统计,得到如图5所示的热区示意图,其中颜色越深的区域表明鼠标在该区域停留的时间越长,则用户可能更加关注相应的网页区块,即关注度更高。比如在图5中,网页区块3和网页区块6对应的显示区域中包含的热区面积小、颜色浅,关注度低。Assume that the user performs web browsing control through the mouse, because the user is interested in a certain webpage block. When the mouse cursor is moved to the display area corresponding to the webpage block to implement the control operation, the terminal can obtain the hot zone diagram as shown in FIG. 5 by recording and counting the mouse motion track, wherein the color is more The deeper area indicates that the longer the mouse stays in the area, the more likely the user may be concerned with the corresponding page block, ie, the higher level of attention. For example, in FIG. 5, the hot zone included in the display area corresponding to the webpage block 3 and the webpage block 6 is small in area, light in color, and low in attention.
3、删除操作3, delete the operation
上述基于打点统计和热区统计的方式,需要获取用户一段时间内的操作行为,才能够准确获知用户对每一网页区块的关注情况;而在本实施方式中,用户可以直接表达出对于每一网页区块的关注情况。The foregoing method based on the statistic of the statistic and the hot zone statistic needs to obtain the operation behavior of the user for a period of time, so as to accurately know the user's attention to each webpage block; in the embodiment, the user can directly express the The attention of a webpage block.
如图6所示,用户在对网页进行浏览的过程中,若对网页区块4不感兴趣、希望其不再展示于网页中,则可以通过对该网页区块4执行相应的删除操作,比如该删除操作可以为通过鼠标在网页区块4的显示区域内执行“长按”操作(比如按压时间大于或等于2秒),则认为网页区块4为用户的非关注网页区块。As shown in FIG. 6 , in the process of browsing the webpage, if the user is not interested in the webpage block 4 and wants to stop displaying it in the webpage, the user may perform a corresponding deletion operation on the webpage block 4, for example, The deleting operation may be to perform a "long press" operation in the display area of the webpage block 4 by the mouse (for example, the pressing time is greater than or equal to 2 seconds), and the webpage block 4 is considered to be the non-attention webpage block of the user.
当然,删除操作也可以认为是对关注度的统计处理,但相对于打点统计和热区统计,删除操作具有很大的影响因子,使得一旦用户执行删除操作后,必然使得相应的网页区块成为非关注网页区块。这里的“影响因子”可以理解为统计数据对被统计的网页区块被判定为非关注网页区块的权重,当该权重大于预设权重后,即可判定为非关注网页区块。假定预设权重为0.6,则删除操作的权重大于或等于0.6,所以用户执行删除操作后,必然导致相应的网页区块成为非关注网页区块;而打点统计的权重与打点次数/频率成正比例关系,热区统计的权重与热度成正比例关系,两者均可能小于0.6,因而不会必然导致网页区块被判定为非关注网页区块。Of course, the deletion operation can also be regarded as the statistical processing of the attention degree, but the deletion operation has a large influence factor with respect to the dot statistics and the hot zone statistics, so that once the user performs the deletion operation, the corresponding page block is inevitably made Non-focused page blocks. The “impact factor” herein can be understood as the weight of the statistical data block that is determined to be a non-following webpage block by the statistical webpage block. When the weight is greater than the preset weight, it can be determined as a non-following webpage block. Assuming that the preset weight is 0.6, the weight of the delete operation is greater than or equal to 0.6, so after the user performs the delete operation, the corresponding page block will inevitably become the non-attention page block; and the weight of the check statistics is proportional to the number of beats/frequency. Relationships, the weights of the hot zone statistics are directly proportional to the heat, both of which may be less than 0.6, and thus do not necessarily result in the page block being determined to be a non-following page block.
步骤306,根据用户对每一网页区块的关注度,识别非关注网页区块。Step 306: Identify non-attention webpage blocks according to the user's attention to each webpage block.
步骤308A,将非关注网页区块添加至网页区块删除记录中。In step 308A, the non-attention webpage block is added to the webpage block deletion record.
在本实施例中,将非关注网页区块添加至网页区块删除记录中,实际上是将非关注网页区块的dom对象添加至网页区块删除记录中,该网页区块删 除记录可以为数组形式,则当相应的网页被再次触发加载时,可以根据该网页区块删除记录中记载的非关注网页区块的dom对象,避免对相应的非关注网页区块的展示。In this embodiment, the non-attention webpage block is added to the webpage block deletion record, and the dom object of the non-attention webpage block is actually added to the webpage block deletion record, and the webpage block is deleted. When the record can be in the form of an array, when the corresponding webpage is triggered to be loaded again, the dom object of the non-attention webpage block recorded in the record can be deleted according to the webpage block, and the display of the corresponding non-attention webpage block is avoided.
步骤308B,将非关注网页区块的显示属性设置为隐藏。In step 308B, the display attribute of the non-attention webpage block is set to be hidden.
在本实施例中,通过将显示属性设置为隐藏(fadeOut),相应的非关注网页区块将不再显示于网页中;假定网页区块3和网页区块6为非关注网页区块,则可以得到如图7所示的网页展示示意图。In this embodiment, by setting the display attribute to fadeOut, the corresponding non-attention webpage block will no longer be displayed in the webpage; assuming that the webpage block 3 and the webpage block 6 are non-following webpage blocks, A schematic diagram of the web page shown in FIG. 7 can be obtained.
在本实施例中,为了避免非关注网页区块被隐藏时,相应的显示区域呈现为空白,影响网页的整体展示效果,可以对所有显示属性为显示的网页区块的展示属性进行调整,以使非关注网页区块对应的展示区域应用于对所述显示属性为显示的网页区块的展示。比如图7中对应于网页区块3和网页区块6的显示区域,可以通过调整其他网页区块的展示位置,得到图8所示的展示效果,避免了图7所示的区域空白,降低网页区块的隐藏对用户体验的影响。In this embodiment, in order to prevent the non-focused page block from being hidden, the corresponding display area is blank, affecting the overall display effect of the webpage, and the display attributes of all the display attributes of the displayed webpage block may be adjusted to The display area corresponding to the non-focused webpage block is applied to the display of the webpage block in which the display attribute is displayed. For example, in the display area corresponding to the webpage block 3 and the webpage block 6 in FIG. 7, the display position shown in FIG. 8 can be obtained by adjusting the display positions of other webpage blocks, thereby avoiding the blank of the area shown in FIG. The impact of the hiding of webpage blocks on the user experience.
步骤310,检测到撤销操作。At step 310, an undo operation is detected.
步骤312确定对应于撤销操作的非关注网页区块。Step 312 determines a non-attention webpage block corresponding to the undo operation.
在本实施例中,用户除了可以将任一网页区块设置为非关注网页区块,还可以撤销对非关注网页区块的隐藏。撤销操作可以通过多种方式实现,下面以其中几种可能的实施方式为例进行说明,但本申请并不对此进行限制。In this embodiment, in addition to setting any webpage block as a non-attention webpage block, the user can also revoke the hiding of the non-following webpage block. The revocation operation can be implemented in various manners. The following is an example of several possible implementations, but the application does not limit this.
1、鼠标操作1, mouse operation
用户可以通过点击浏览器提供的图标等方式,进入如图9所示的展示页面,该页面内通过列表的形式,展示出“已隐藏的区块”,即非关注网页区块。用户可以通过点击每一展示区块右侧的“×”图标,将该区块从“已隐藏的区块”列表中删除,从而撤销该区块的“非关注网页区块”信息。具体地,如图9所示,假定用户点击了“区块6”右侧的“×”图标,“区块6”会从网页区块删除记录中被移除,并重新呈现于相应的网页中。The user can enter the display page as shown in FIG. 9 by clicking an icon provided by the browser, and the page displays a “hidden block” in the form of a list, that is, a non-focused page block. The user can delete the block from the "hidden block" list by clicking the "x" icon on the right side of each display block, thereby canceling the "non-attention page block" information of the block. Specifically, as shown in FIG. 9, it is assumed that the user clicks the "×" icon on the right side of "block 6", and "block 6" is removed from the webpage block deletion record and re-rendered on the corresponding webpage. in.
2、键盘操作 2, keyboard operation
当用户通过图9所示的展示页面和鼠标操作时,用户操作具有直接的操作对象,比如上述的“区块6”;而当用户通过键盘操作时,比如采用“Ctrl+Z”的按键组合,并不存在直接的操作对象。When the user operates through the display page and mouse shown in FIG. 9, the user operation has a direct operation object, such as the above-mentioned "block 6"; and when the user operates through the keyboard, for example, a key combination of "Ctrl+Z" is used. There is no direct operational object.
因此,当撤销操作不存在被用户指定的非关注网页区块时,在对应于已加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为撤销操作对应的非关注网页区块。举例而言,假定如图9所示的展示页面中,被展示的区块是按照被添加至网页区块删除记录中的时间点由近至远的顺序排列的,即“区块3”最近被添加为非关注网页区块,则当用户通过键盘生成撤销操作时,可以直接判定“区块3”为操作对象,并将“区块3”从网页区块删除记录中移除。Therefore, when the undo operation does not have a non-attention page block specified by the user, in the non-attention page block corresponding to the loaded page, the recently added non-attention page block is selected as the non-rejection corresponding to the undo operation. Pay attention to the page block. For example, it is assumed that in the display page shown in FIG. 9, the displayed blocks are arranged in the order of the time points added to the webpage block deletion record, that is, "block 3" is the closest. When it is added as a non-attention page block, when the user generates an undo operation through the keyboard, it can directly determine that "block 3" is an operation object, and "block 3" is removed from the page block deletion record.
步骤314A,从网页区块删除记录中删除对应于撤销操作的非关注网页区块。 Step 314A: Delete the non-attention webpage block corresponding to the undo operation from the webpage block deletion record.
步骤314B,将对应于撤销操作的非关注网页区块添加至网页区块撤销记录中。In step 314B, the non-attention webpage block corresponding to the undo operation is added to the webpage block revocation record.
在本实施例中,可以将所述撤销操作对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块,从而便于执行后续的撤销恢复操作。In this embodiment, the non-attention webpage block corresponding to the undo operation may be added to the webpage block revocation record as a historical non-attention webpage block, thereby facilitating the subsequent undo recovery operation.
步骤314C,将对应于撤销操作的非关注网页区块的显示属性设置为显示。In step 314C, the display attribute of the non-attention webpage block corresponding to the undo operation is set to display.
在本实施例中,若网页区块被添加为非关注网页区块时,采用图7所示的显示处理方式时,即直接对网页区块进行隐藏且不对其他网页区块进行展示调整,则直接将对应于撤销操作的非关注网页区块的显示属性设置为显示(fadeIn)即可。In this embodiment, if the webpage block is added as a non-attention webpage block, when the display processing mode shown in FIG. 7 is used, that is, the webpage block is directly hidden and no other webpage block is displayed and adjusted, The display attribute of the non-attention webpage block corresponding to the undo operation is directly set to display (fadeIn).
或者,若网页区块被添加为非关注网页区块时,采用图8所示的显示处理方式时,即对显示属性为显示的所有网页区块进行展示调整,则在将对应于撤销操作的非关注网页区块的显示属性设置为显示(fadeIn)的同时,还需要对此时显示属性为显示的所有网页区块再次进行展示调整。Or, if the webpage block is added as a non-attention webpage block, when the display processing mode shown in FIG. 8 is adopted, that is, the display adjustment is performed on all the webpage blocks whose display attributes are displayed, then the corresponding undo operation is performed. When the display attribute of the non-attention page block is set to display (fadeIn), it is also necessary to display the display again for all the page blocks in which the display attribute is displayed.
步骤316,检测到撤销恢复操作。 At step 316, an undo recovery operation is detected.
步骤318,确定对应于撤销恢复操作的历史非关注网页区块。 Step 318, determining a historical non-following webpage block corresponding to the undo recovery operation.
在本实施例中,“历史非关注网页区块”即曾经被添加为非关注网页区块,并且通过撤销操作被恢复的网页区块,比如图9所示的“区块6”。In the present embodiment, the "historical non-focused page block" is a page block that has been added as a non-attention page block and restored by the undo operation, such as "block 6" shown in FIG.
在本实施例中,与“撤销操作”相类似地,用户可以在图10所示的“已撤销隐藏的区块”展示页面中示出的“网页区块撤销记录”的列表中,通过鼠标操作来移除该列表中的任一区块;或者,通过诸如“Ctrl+Y”等快捷键组合的键盘操作,移除“网页区块撤销记录”的列表中最近被添加的网页区块。In the present embodiment, similarly to the "undo operation", the user can use the mouse in the list of "page block revocation records" shown in the "undo hidden blocks" display page shown in FIG. Operation to remove any of the blocks in the list; or, by a keyboard operation such as a combination of shortcut keys such as "Ctrl+Y", remove the recently added page block from the list of "page block undo records".
步骤320A,从网页区块撤销记录中删除对应于撤销恢复操作的历史非关注网页区块。In step 320A, the historical non-focused webpage block corresponding to the undo recovery operation is deleted from the webpage block revocation record.
步骤320B,将对应于撤销恢复操作的历史非关注网页区块添加至网页区块删除记录中。 Step 320B, adding a historical non-following webpage block corresponding to the undo recovery operation to the webpage block deletion record.
步骤322,将对应于撤销恢复操作的历史非关注网页区块的显示属性设置为隐藏。In step 322, the display attribute of the historical non-focused webpage block corresponding to the undo recovery operation is set to be hidden.
图11示出了根据本申请的一示例性实施例的电子设备的示意结构图。请参考图11,在硬件层面,该电子设备包括处理器、内部总线、网络接口、内存以及非易失性存储器,当然还可能包括其他业务所需要的硬件。处理器从非易失性存储器中读取对应的计算机程序到内存中然后运行,在逻辑层面上形成网页展示装置。当然,除了软件实现方式之外,本申请并不排除其他实现方式,比如逻辑器件抑或软硬件结合的方式等等,也就是说以下处理流程的执行主体并不限定于各个逻辑单元,也可以是硬件或逻辑器件。FIG. 11 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application. Referring to FIG. 11, at the hardware level, the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services. The processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level. Of course, in addition to the software implementation, the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
请参考图12,在软件实施方式中,该网页展示装置可以包括检测单元、调取单元、确定单元和设置单元。其中:Referring to FIG. 12, in a software implementation, the webpage display apparatus may include a detecting unit, a retrieving unit, a determining unit, and a setting unit. among them:
检测单元,检测到网页加载需求被触发;The detecting unit detects that the webpage loading requirement is triggered;
调取单元,根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块; a retrieving unit, according to the triggering user of the webpage loading requirement, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
确定单元,针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
设置单元,将所述非关注网页区块的显示属性设置为隐藏。Setting a unit to set a display attribute of the non-attention webpage block to be hidden.
可选的,还包括:Optionally, it also includes:
加载单元,将所述待加载网页加载至终端界面,得到已加载网页;Loading the unit, loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage;
统计单元,统计所述触发用户对所述已加载网页中的任一网页区块的关注度;a statistical unit, configured to trigger the user's attention to any of the webpage blocks in the loaded webpage;
记录单元,当所述关注度小于或等于预设关注度时,将所述任一网页区块记录为所述网页区块删除记录中的非关注网页区块。a recording unit, when the degree of attention is less than or equal to the preset attention degree, recording any one of the webpage blocks as a non-attention webpage block in the webpage block deletion record.
可选的,还包括:Optionally, it also includes:
撤销检测单元,在将所述待加载网页加载至终端界面,得到已加载网页后,检测到所述触发用户发出的撤销操作;Deactivating the detecting unit, after loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage, detecting the revocation operation issued by the triggering user;
第一区块确定单元,确定所述撤销操作对应的非关注网页区块;a first block determining unit, determining a non-attention webpage block corresponding to the undoing operation;
第一操作处理单元,将对应于所述撤销操作的非关注网页区块的显示属性设置为显示,并从所述网页区块删除记录中删除对应于所述撤销操作的非关注网页区块。The first operation processing unit sets a display attribute of the non-attention page block corresponding to the undo operation as a display, and deletes the non-attention page block corresponding to the undo operation from the page block deletion record.
可选的,所述第一区块确定单元具体用于:Optionally, the first block determining unit is specifically configured to:
当所述撤销操作不存在被所述触发用户指定的非关注网页区块时,在对应于所述已加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销操作对应的非关注网页区块。When the undo operation does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the undo operation.
可选的,还包括:Optionally, it also includes:
添加单元,将所述撤销操作对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding a unit, adding the non-attention webpage block corresponding to the undo operation to the webpage block revocation record as a historical non-following webpage block;
恢复检测单元,检测到所述触发用户发出的撤销恢复操作;Recovering the detecting unit, detecting the undo recovery operation issued by the triggering user;
第二区块确定单元,确定所述撤销恢复操作对应的历史非关注网页区块;a second block determining unit, determining a historical non-following webpage block corresponding to the undoing recovery operation;
第二操作处理单元,将对应于所述撤销恢复操作的历史非关注网页区块的显示属性设置为隐藏,以及将对应于所述撤销恢复操作的历史非关注网页 区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中。a second operation processing unit that sets a display attribute of a historical non-focused page block corresponding to the undo recovery operation to be hidden, and a historical non-focused page corresponding to the undo recovery operation The block is deleted from the webpage block revocation record and added to the webpage block deletion record.
可选的,还包括:Optionally, it also includes:
调整单元,在将所述待加载网页加载至终端界面时,若所述待加载网页中存在非关注网页区块,则对所述待加载网页中显示属性为显示的网页区块的展示属性进行调整,以使所述非关注网页区块对应的展示区域应用于对所述显示属性为显示的网页区块的展示。And the adjusting unit, when loading the to-be-loaded webpage to the terminal interface, if there is a non-respecting webpage block in the to-be-loaded webpage, performing display attribute of the webpage block whose display attribute is displayed in the to-be-loaded webpage Adjusting, so that the display area corresponding to the non-attention webpage block is applied to the display of the webpage block in which the display attribute is displayed.
以上实施例中,在实现本申请的技术方案时,由终端对触发用户的操作行为、习惯等进行获取和分析,并据此执行对网页的处理和展示,比如对非关注网页区块的隐藏或显示设置。而在基于本申请的技术方案的另一实施例中,可以由服务器实现对网页展示内容的处理和控制;其中,图13示出了本申请一示例性实施例的另一种网页展示方法的流程图。In the above embodiment, when implementing the technical solution of the present application, the terminal acquires and analyzes the operation behaviors, habits, and the like of the triggering user, and performs processing and display of the webpage according to the disclosure, such as hiding the non-focused webpage block. Or display settings. In another embodiment of the technical solution of the present application, the processing and control of the webpage display content can be implemented by the server; wherein, FIG. 13 illustrates another webpage display method according to an exemplary embodiment of the present application. flow chart.
如图13所示,该方法应用于服务器,可以包括以下步骤:As shown in FIG. 13, the method is applied to a server, and may include the following steps:
步骤1302,接收到网页加载请求。Step 1302: Receive a webpage loading request.
在本实施例中,网页加载请求由终端向服务器发出;其中,触发用户可以通过点击某个网址链接,或者在浏览器中输入网址后,触发终端发起相应的网页加载请求。In this embodiment, the webpage loading request is sent by the terminal to the server; wherein the triggering user may trigger the terminal to initiate a corresponding webpage loading request by clicking a certain webpage link or inputting the webpage in the browser.
步骤1304,根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块。Step 1304: According to the triggering user of the webpage loading request, retrieve a webpage block deletion record corresponding to the triggered user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage.
在本实施例中,终端将检测到的用户操作的所有特征数据均上传至服务器,由服务器据此分析用户的行为习惯和喜好等信息,形成如“网页区块删除记录”、“网页区块撤销记录(见下文)”等数据,以用于指导后续的网页加载请求的处理过程。In this embodiment, the terminal uploads all the feature data of the detected user operation to the server, and the server analyzes the user's behavior habits and preferences according to the information, and forms such as “page block deletion record” and “webpage block”. Data such as undo records (see below) is used to guide the processing of subsequent page load requests.
步骤1306,针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块。Step 1306: Determine, for the webpage to be loaded corresponding to the webpage loading request, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record.
步骤1308,返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。 Step 1308: Return webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
由上述实施例可知,本申请可以通过在终端上收集用户操作的特征数据并上传至服务器进行存储和分析,利用服务器的强大计算能力,更为快速、准确地获得用户的行为习惯和对网页区块的喜好等,从而通过控制返回终端的网页数据,实现对网页展示内容的控制。同时,由于服务器直接控制了返回终端的网页数据,则终端只需要正常加载得到的网页数据即可,无需特殊处理。It can be seen from the above embodiment that the application can collect the feature data of the user operation on the terminal and upload it to the server for storage and analysis, and utilize the powerful computing power of the server to obtain the user's behavior habit and the webpage area more quickly and accurately. The preference of the block, etc., thereby controlling the content displayed on the webpage by controlling the webpage data returned to the terminal. At the same time, since the server directly controls the webpage data of the returning terminal, the terminal only needs to load the obtained webpage data normally, and no special processing is needed.
基于上述实施例,服务器也可以完成如图3所示的“撤销”和“撤销恢复”的处理过程:Based on the above embodiment, the server can also complete the process of "undo" and "undo recovery" as shown in FIG. 3:
1、撤销1. Cancellation
服务器在接收到所述触发用户发出的撤销指令时,确定所述撤销指令对应的非关注网页区块,并返回对应于所述撤销指令的非关注网页区块的网页数据。When receiving the revocation instruction issued by the triggering user, the server determines the non-attention webpage block corresponding to the revocation instruction, and returns webpage data of the non-attention webpage block corresponding to the revocation instruction.
其中,返回对应于所述撤销指令的非关注网页区块的网页数据时,应该理解为:可以仅返回该非关注网页区块的网页数据,则终端可以通过对网页的重新渲染,即可实现“增量式”的网页内容更新;或者,也可以将已经发送至终端的所有网页数据与该非关注网页区块的网页数据作为整体返回,则终端可以通过直接加载新获得的网页数据,实现“全量式”的网页内容更新。When the webpage data of the non-attention webpage block corresponding to the revocation instruction is returned, it should be understood that the webpage data of the non-respected webpage block can be returned only, and the terminal can re-render the webpage. The "incremental" webpage content is updated; or, the webpage data that has been sent to the terminal and the webpage data of the non-concern webpage block may be returned as a whole, and the terminal may directly load the newly obtained webpage data. "Full amount" of web content updates.
此外,当触发用户在发起撤销指令时,可以采用图9所示的页面,直接指定任一非关注网页区块;或者,当撤销指令不存在被触发用户指定的非关注网页区块时,比如通过键盘快捷键发起撤销指令,则可以在对应于待加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销指令对应的非关注网页区块。In addition, when the triggering user initiates the revocation instruction, the page shown in FIG. 9 may be used to directly designate any non-attention webpage block; or, when the revocation instruction does not exist, the non-attention webpage block specified by the triggering user does not exist, for example, The undoing instruction is initiated by using the keyboard shortcut, and the recently added non-attention webpage block may be selected as the non-attention webpage block corresponding to the revocation instruction in all non-attention webpage blocks corresponding to the webpage to be loaded.
2、撤销恢复2, withdraw the recovery
服务器可以将所述撤销指令对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块。然后,当接收到所述触发用户发出的撤销恢复指令时,确定所述撤销恢复指令对应的历史非关注网页区块,将对应于所述撤销恢复指令的历史非关注网页区块从所述网页区块撤销记录中删除 并添加至所述网页区块删除记录中,以及返回与所述非关注网页区块无关的网页数据,以用于网页刷新。The server may add the non-attention webpage block corresponding to the revocation instruction to the webpage block revocation record as a historical non-concern webpage block. Then, when receiving the undo recovery instruction issued by the triggering user, determining a historical non-focused webpage block corresponding to the undoing recovery instruction, and the historical non-following webpage block corresponding to the undoing recovery instruction from the webpage Deleted from block undo record And adding to the webpage block deletion record, and returning webpage data irrelevant to the non-attention webpage block for webpage refreshing.
其中,返回与所述非关注网页区块无关的网页数据时,可以采用上述的“全量式”的网页内容更新。Wherein, when returning the webpage data irrelevant to the non-attention webpage block, the above-mentioned "full-quantity" webpage content update may be adopted.
此外,当触发用户在发起撤销恢复指令时,可以采用图10所示的页面,直接指定任一历史非关注网页区块;或者,当撤销指令不存在被触发用户指定的历史非关注网页区块时,比如通过键盘快捷键发起撤销恢复指令,则可以在对应于待加载网页的所有历史非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销指令对应的非关注网页区块。In addition, when the triggering user initiates the undo recovery instruction, the page shown in FIG. 10 may be used to directly designate any historical non-focused webpage block; or, when the revocation instruction does not exist, the historical non-focused webpage block specified by the triggered user does not exist. When the revocation recovery instruction is initiated by using a keyboard shortcut, the recently added non-attention webpage block may be selected in all historical non-focused webpage blocks corresponding to the webpage to be loaded, as the non-concern corresponding to the revocation instruction. Web page block.
图14示出了根据本申请的一示例性实施例的电子设备的示意结构图。请参考图14,在硬件层面,该电子设备包括处理器、内部总线、网络接口、内存以及非易失性存储器,当然还可能包括其他业务所需要的硬件。处理器从非易失性存储器中读取对应的计算机程序到内存中然后运行,在逻辑层面上形成网页展示装置。当然,除了软件实现方式之外,本申请并不排除其他实现方式,比如逻辑器件抑或软硬件结合的方式等等,也就是说以下处理流程的执行主体并不限定于各个逻辑单元,也可以是硬件或逻辑器件。FIG. 14 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application. Referring to FIG. 14, at the hardware level, the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services. The processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level. Of course, in addition to the software implementation, the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
请参考图15,在软件实施方式中,该网页展示装置可以包括接收单元、调取单元、确定单元和返回单元。其中:Referring to FIG. 15, in a software implementation, the webpage display apparatus may include a receiving unit, a retrieving unit, a determining unit, and a returning unit. among them:
接收单元,接收到网页加载请求;Receiving unit, receiving a webpage loading request;
调取单元,根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;a retrieving unit, according to the triggering user of the webpage loading request, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
确定单元,针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading request, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
返回单元,返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。Returning to the unit, returning webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
可选的,还包括: Optionally, it also includes:
第一指令接收单元,接收所述触发用户发出的撤销指令;The first instruction receiving unit receives the revocation instruction issued by the triggering user;
第一区块确定单元,确定所述撤销指令对应的非关注网页区块;a first block determining unit, determining a non-attention webpage block corresponding to the revocation instruction;
第一指令处理单元,返回对应于所述撤销指令的非关注网页区块的网页数据。The first instruction processing unit returns webpage data of the non-attention webpage block corresponding to the revocation instruction.
可选的,所述第一区块确定单元具体用于:Optionally, the first block determining unit is specifically configured to:
当所述撤销指令不存在被所述触发用户指定的非关注网页区块时,在对应于所述待加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销指令对应的非关注网页区块。When the undo instruction does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the to-be-loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the revocation instruction.
可选的,还包括:Optionally, it also includes:
添加单元,将所述撤销指令对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding a unit, adding the non-attention webpage block corresponding to the revocation instruction to the webpage block revocation record as a historical non-following webpage block;
第二指令接收单元,接收到所述触发用户发出的撤销恢复指令;The second instruction receiving unit receives the undo recovery instruction issued by the triggering user;
第二区块确定单元,确定所述撤销恢复指令对应的历史非关注网页区块;a second block determining unit, determining a historical non-following webpage block corresponding to the undoing recovery instruction;
第二指令处理单元,将对应于所述撤销恢复指令的历史非关注网页区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中,以及返回与所述非关注网页区块无关的网页数据,以用于网页刷新。The second instruction processing unit deletes and adds the historical non-attention page block corresponding to the undo resume instruction from the webpage block revocation record, and adds the same to the webpage block deletion record, and returns with the non-attention Web page irrelevant web page data for web page refresh.
图16示出了本申请一示例性实施例的一种网页展示方法的流程图,如图16所示,该方法应用于终端,可以包括以下步骤:FIG. 16 is a flowchart of a method for displaying a webpage according to an exemplary embodiment of the present application. As shown in FIG. 16, the method is applied to a terminal, and may include the following steps:
步骤1602,根据检测到的网页加载需求,将相应的网页加载至终端界面。Step 1602: Load the corresponding webpage to the terminal interface according to the detected webpage loading requirement.
步骤1604,获取针对于所述网页的用户操作。Step 1604: Obtain a user operation for the webpage.
在本实施例中,可以用户通过如鼠标、空中鼠标等外设连接至终端后,通过呈现于终端界面上的控制光标,执行相应的用户操作;或者,当终端采用触摸屏幕时,用户可以通过手指或触控笔等,直接在触摸屏幕上执行用户操作。In this embodiment, after the user connects to the terminal through a peripheral device such as a mouse or an air mouse, the user performs a corresponding user operation through a control cursor presented on the terminal interface; or, when the terminal adopts the touch screen, the user can pass A user's operation is performed directly on the touch screen with a finger or a stylus.
步骤1606,当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用户操作的网页区块。 Step 1606, when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation.
在本实施例中,作为一示例性实施例,区块删除操作包括:针对所述网 页中的任一网页区块的触发操作,且所述触发操作的持续时间大于或等于预设时长。举例而言,上述的区块删除操作可以为用户执行的“长按”操作,比如该预设时长可以为2s。当然,显然也可以采用其他形式的区块删除操作,本申请并不对此进行限制。In this embodiment, as an exemplary embodiment, the block deletion operation includes: targeting the network A triggering operation of any of the webpage blocks in the page, and the duration of the triggering operation is greater than or equal to a preset duration. For example, the above-mentioned block deletion operation may be a "long press" operation performed by the user, for example, the preset duration may be 2s. Of course, other forms of block deletion operations are obviously also possible, and this application does not limit this.
步骤1608,将所述网页区块的显示属性设置为隐藏。 Step 1608, setting the display attribute of the webpage block to be hidden.
图17示出了根据本申请的一示例性实施例的电子设备的示意结构图。请参考图17,在硬件层面,该电子设备包括处理器、内部总线、网络接口、内存以及非易失性存储器,当然还可能包括其他业务所需要的硬件。处理器从非易失性存储器中读取对应的计算机程序到内存中然后运行,在逻辑层面上形成网页展示装置。当然,除了软件实现方式之外,本申请并不排除其他实现方式,比如逻辑器件抑或软硬件结合的方式等等,也就是说以下处理流程的执行主体并不限定于各个逻辑单元,也可以是硬件或逻辑器件。FIG. 17 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application. Referring to FIG. 17, at the hardware level, the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services. The processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a web page display device on a logical level. Of course, in addition to the software implementation, the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
请参考图18,在软件实施方式中,对应于图16所示的网页展示方法,图18所示的网页展示装置可以包括加载单元、获取单元、确定单元和设置单元。其中:Referring to FIG. 18, in the software implementation, corresponding to the webpage display method shown in FIG. 16, the webpage display apparatus shown in FIG. 18 may include a loading unit, an obtaining unit, a determining unit, and a setting unit. among them:
加载单元,根据检测到的网页加载需求,将相应的网页加载至终端界面;Loading the unit, loading the corresponding webpage to the terminal interface according to the detected webpage loading requirement;
获取单元,获取针对于所述网页的用户操作;Obtaining a unit, acquiring a user operation for the webpage;
确定单元,当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用户操作的网页区块;a determining unit, when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation;
设置单元,将所述网页区块的显示属性设置为隐藏。Setting a unit to set the display attribute of the webpage block to be hidden.
可选的,所述区块删除操作包括:针对所述网页中的任一网页区块的触发操作,且所述触发操作的持续时间大于或等于预设时长。Optionally, the block deletion operation includes: a triggering operation for any one of the webpages in the webpage, and the duration of the triggering operation is greater than or equal to a preset duration.
在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。 The memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory. Memory is an example of a computer readable medium.
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。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 temporary storage of computer readable media, such as modulated data signals and carrier waves.
还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。It is also to be understood that the terms "comprises" or "comprising" or "comprising" or any other variations are intended to encompass a non-exclusive inclusion, such that a process, method, article, Other elements not explicitly listed, or elements that are inherent to such a process, method, commodity, or equipment. An element defined by the phrase "comprising a ..." does not exclude the presence of additional equivalent elements in the process, method, item, or device including the element.
以上所述仅为本申请的较佳实施例而已,并不用以限制本申请,凡在本申请的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本申请保护的范围之内。 The above is only the preferred embodiment of the present application, and is not intended to limit the present application. Any modifications, equivalent substitutions, improvements, etc., which are made within the spirit and principles of the present application, should be included in the present application. Within the scope of protection.

Claims (24)

  1. 一种网页展示方法,其特征在于,包括:A webpage display method, comprising:
    检测到网页加载需求被触发;It is detected that the webpage loading requirement is triggered;
    根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;Deleting, according to the triggering user of the webpage loading requirement, a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
    针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;Determining, according to the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
    将所述非关注网页区块的显示属性设置为隐藏。The display attribute of the non-attention webpage block is set to be hidden.
  2. 根据权利要求1所述的方法,其特征在于,还包括:The method of claim 1 further comprising:
    将所述待加载网页加载至终端界面,得到已加载网页;Loading the to-be-loaded webpage into the terminal interface to obtain a loaded webpage;
    统计所述触发用户对所述已加载网页中的任一网页区块的关注度;Counting the degree of attention of the triggering user to any of the webpage blocks in the loaded webpage;
    当所述关注度小于或等于预设关注度时,将所述任一网页区块记录为所述网页区块删除记录中的非关注网页区块。When the attention degree is less than or equal to the preset attention degree, the any webpage block is recorded as the non-attention webpage block in the webpage block deletion record.
  3. 根据权利要求1所述的方法,其特征在于,还包括:The method of claim 1 further comprising:
    在将所述待加载网页加载至终端界面,得到已加载网页后,检测到所述触发用户发出的撤销操作;After loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage, detecting the revocation operation issued by the triggering user;
    确定所述撤销操作对应的非关注网页区块;Determining a non-attention webpage block corresponding to the undo operation;
    将对应于所述撤销操作的非关注网页区块的显示属性设置为显示,并从所述网页区块删除记录中删除对应于所述撤销操作的非关注网页区块。The display attribute of the non-attention page block corresponding to the undo operation is set to display, and the non-attention page block corresponding to the undo operation is deleted from the page block deletion record.
  4. 根据权利要求3所述的方法,其特征在于,所述确定所述撤销操作对应的非关注网页区块,包括:The method according to claim 3, wherein the determining the non-attention webpage block corresponding to the undo operation comprises:
    当所述撤销操作不存在被所述触发用户指定的非关注网页区块时,在对应于所述已加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销操作对应的非关注网页区块。When the undo operation does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the undo operation.
  5. 根据权利要求3所述的方法,其特征在于,还包括: The method of claim 3, further comprising:
    将所述撤销操作对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding the non-attention webpage block corresponding to the undo operation to the webpage block revocation record as a historical non-following webpage block;
    检测到所述触发用户发出的撤销恢复操作;Detecting the undo recovery operation issued by the triggering user;
    确定所述撤销恢复操作对应的历史非关注网页区块;Determining a historical non-following webpage block corresponding to the undo recovery operation;
    将对应于所述撤销恢复操作的历史非关注网页区块的显示属性设置为隐藏,以及将对应于所述撤销恢复操作的历史非关注网页区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中。Setting a display attribute of a historical non-attention page block corresponding to the undo recovery operation to be hidden, and deleting and adding a historical non-attention page block corresponding to the undo recovery operation from the page block revocation record To the webpage block deletion record.
  6. 根据权利要求1所述的方法,其特征在于,还包括:The method of claim 1 further comprising:
    在将所述待加载网页加载至终端界面时,若所述待加载网页中存在非关注网页区块,则对所述待加载网页中显示属性为显示的网页区块的展示属性进行调整,以使所述非关注网页区块对应的展示区域应用于对所述显示属性为显示的网页区块的展示。When the to-be-loaded webpage is loaded into the terminal interface, if there is a non-attention webpage block in the to-be-loaded webpage, the display attribute of the webpage block whose display attribute is displayed in the to-be-loaded webpage is adjusted to The display area corresponding to the non-attention webpage block is applied to the display of the webpage block in which the display attribute is displayed.
  7. 一种网页展示装置,其特征在于,包括:A webpage display device, comprising:
    检测单元,检测到网页加载需求被触发;The detecting unit detects that the webpage loading requirement is triggered;
    调取单元,根据所述网页加载需求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;a retrieving unit, according to the triggering user of the webpage loading requirement, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes a non-attention webpage block corresponding to at least one webpage;
    确定单元,针对所述网页加载需求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading requirement, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
    设置单元,将所述非关注网页区块的显示属性设置为隐藏。Setting a unit to set a display attribute of the non-attention webpage block to be hidden.
  8. 根据权利要求7所述的装置,其特征在于,还包括:The device according to claim 7, further comprising:
    加载单元,将所述待加载网页加载至终端界面,得到已加载网页;Loading the unit, loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage;
    统计单元,统计所述触发用户对所述已加载网页中的任一网页区块的关注度;a statistical unit, configured to trigger the user's attention to any of the webpage blocks in the loaded webpage;
    记录单元,当所述关注度小于或等于预设关注度时,将所述任一网页区块记录为所述网页区块删除记录中的非关注网页区块。a recording unit, when the degree of attention is less than or equal to the preset attention degree, recording any one of the webpage blocks as a non-attention webpage block in the webpage block deletion record.
  9. 根据权利要求7所述的装置,其特征在于,还包括: The device according to claim 7, further comprising:
    撤销检测单元,在将所述待加载网页加载至终端界面,得到已加载网页后,检测到所述触发用户发出的撤销操作;Deactivating the detecting unit, after loading the to-be-loaded webpage to the terminal interface, and obtaining the loaded webpage, detecting the revocation operation issued by the triggering user;
    第一区块确定单元,确定所述撤销操作对应的非关注网页区块;a first block determining unit, determining a non-attention webpage block corresponding to the undoing operation;
    第一操作处理单元,将对应于所述撤销操作的非关注网页区块的显示属性设置为显示,并从所述网页区块删除记录中删除对应于所述撤销操作的非关注网页区块。The first operation processing unit sets a display attribute of the non-attention page block corresponding to the undo operation as a display, and deletes the non-attention page block corresponding to the undo operation from the page block deletion record.
  10. 根据权利要求9所述的装置,其特征在于,所述第一区块确定单元具体用于:The apparatus according to claim 9, wherein the first block determining unit is specifically configured to:
    当所述撤销操作不存在被所述触发用户指定的非关注网页区块时,在对应于所述已加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销操作对应的非关注网页区块。When the undo operation does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the undo operation.
  11. 根据权利要求9所述的装置,其特征在于,还包括:The device according to claim 9, further comprising:
    添加单元,将所述撤销操作对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding a unit, adding the non-attention webpage block corresponding to the undo operation to the webpage block revocation record as a historical non-following webpage block;
    恢复检测单元,检测到所述触发用户发出的撤销恢复操作;Recovering the detecting unit, detecting the undo recovery operation issued by the triggering user;
    第二区块确定单元,确定所述撤销恢复操作对应的历史非关注网页区块;a second block determining unit, determining a historical non-following webpage block corresponding to the undoing recovery operation;
    第二操作处理单元,将对应于所述撤销恢复操作的历史非关注网页区块的显示属性设置为隐藏,以及将对应于所述撤销恢复操作的历史非关注网页区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中。a second operation processing unit that sets a display attribute of a historical non-attention page block corresponding to the undo recovery operation to be hidden, and a historical non-attention page block corresponding to the undo recovery operation from the page block The undo record is deleted and added to the page block deletion record.
  12. 根据权利要求7所述的装置,其特征在于,还包括:The device according to claim 7, further comprising:
    调整单元,在将所述待加载网页加载至终端界面时,若所述待加载网页中存在非关注网页区块,则对所述待加载网页中显示属性为显示的网页区块的展示属性进行调整,以使所述非关注网页区块对应的展示区域应用于对所述显示属性为显示的网页区块的展示。And the adjusting unit, when loading the to-be-loaded webpage to the terminal interface, if there is a non-respecting webpage block in the to-be-loaded webpage, performing display attribute of the webpage block whose display attribute is displayed in the to-be-loaded webpage Adjusting, so that the display area corresponding to the non-attention webpage block is applied to the display of the webpage block in which the display attribute is displayed.
  13. 一种网页展示方法,其特征在于,包括:A webpage display method, comprising:
    接收到网页加载请求;Receiving a webpage loading request;
    根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区 块删除记录,所述网页区块删除记录中包含对应于至少一个网页的非关注网页区块;Deriving a webpage area corresponding to the triggering user according to the triggering user of the webpage loading request Block deletion record, the page block deletion record includes a non-attention page block corresponding to at least one webpage;
    针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;Determining, according to the webpage to be loaded corresponding to the webpage loading request, a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
    返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。Returning webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
  14. 根据权利要求13所述的方法,其特征在于,还包括:The method of claim 13 further comprising:
    接收所述触发用户发出的撤销指令;Receiving an undo instruction issued by the triggering user;
    确定所述撤销指令对应的非关注网页区块;Determining a non-attention webpage block corresponding to the revocation instruction;
    返回对应于所述撤销指令的非关注网页区块的网页数据。Returning webpage data corresponding to the non-attention webpage block of the revocation instruction.
  15. 根据权利要求14所述的方法,其特征在于,所述确定所述撤销指令对应的非关注网页区块,包括:The method according to claim 14, wherein the determining the non-attention webpage block corresponding to the revocation instruction comprises:
    当所述撤销指令不存在被所述触发用户指定的非关注网页区块时,在对应于所述待加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销指令对应的非关注网页区块。When the undo instruction does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the to-be-loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the revocation instruction.
  16. 根据权利要求14所述的方法,其特征在于,还包括:The method of claim 14 further comprising:
    将所述撤销指令对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding the non-attention webpage block corresponding to the revocation instruction to the webpage block revocation record as a historical non-following webpage block;
    接收到所述触发用户发出的撤销恢复指令;Receiving an undo recovery instruction issued by the triggering user;
    确定所述撤销恢复指令对应的历史非关注网页区块;Determining a historical non-following webpage block corresponding to the undo recovery instruction;
    将对应于所述撤销恢复指令的历史非关注网页区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中,以及返回与所述非关注网页区块无关的网页数据,以用于网页刷新。And deleting a historical non-attention webpage block corresponding to the undo resume instruction from the webpage block revocation record and adding to the webpage block deletion record, and returning a webpage unrelated to the non-attention webpage block Data for web page refresh.
  17. 一种网页展示装置,其特征在于,包括:A webpage display device, comprising:
    接收单元,接收到网页加载请求;Receiving unit, receiving a webpage loading request;
    调取单元,根据所述网页加载请求的触发用户,调取对应于所述触发用户的网页区块删除记录,所述网页区块删除记录中包含对应于至少一个网页 的非关注网页区块;a retrieving unit, according to the triggering user of the webpage loading request, retrieving a webpage block deletion record corresponding to the triggering user, where the webpage block deletion record includes at least one webpage Non-following page block;
    确定单元,针对所述网页加载请求对应的待加载网页,确定所述网页区块删除记录中对应于所述待加载网页的非关注网页区块;a determining unit, for the webpage to be loaded corresponding to the webpage loading request, determining a non-attention webpage block corresponding to the to-be-loaded webpage in the webpage block deletion record;
    返回单元,返回对应于所述待加载网页的网页数据,且所述网页数据与所述非关注网页区块无关。Returning to the unit, returning webpage data corresponding to the webpage to be loaded, and the webpage data is not related to the non-attention webpage block.
  18. 根据权利要求17所述的装置,其特征在于,还包括:The device according to claim 17, further comprising:
    第一指令接收单元,接收所述触发用户发出的撤销指令;The first instruction receiving unit receives the revocation instruction issued by the triggering user;
    第一区块确定单元,确定所述撤销指令对应的非关注网页区块;a first block determining unit, determining a non-attention webpage block corresponding to the revocation instruction;
    第一指令处理单元,返回对应于所述撤销指令的非关注网页区块的网页数据。The first instruction processing unit returns webpage data of the non-attention webpage block corresponding to the revocation instruction.
  19. 根据权利要求18所述的装置,其特征在于,所述第一区块确定单元具体用于:The device according to claim 18, wherein the first block determining unit is specifically configured to:
    当所述撤销指令不存在被所述触发用户指定的非关注网页区块时,在对应于所述待加载网页的所有非关注网页区块中,选取最近添加的非关注网页区块,以作为所述撤销指令对应的非关注网页区块。When the undo instruction does not exist the non-attention webpage block specified by the triggering user, in the non-attention webpage block corresponding to the to-be-loaded webpage, the recently added non-attention webpage block is selected as the The non-attention webpage block corresponding to the revocation instruction.
  20. 根据权利要求18所述的装置,其特征在于,还包括:The device according to claim 18, further comprising:
    添加单元,将所述撤销指令对应的非关注网页区块添加至网页区块撤销记录中,作为历史非关注网页区块;Adding a unit, adding the non-attention webpage block corresponding to the revocation instruction to the webpage block revocation record as a historical non-following webpage block;
    第二指令接收单元,接收到所述触发用户发出的撤销恢复指令;The second instruction receiving unit receives the undo recovery instruction issued by the triggering user;
    第二区块确定单元,确定所述撤销恢复指令对应的历史非关注网页区块;a second block determining unit, determining a historical non-following webpage block corresponding to the undoing recovery instruction;
    第二指令处理单元,将对应于所述撤销恢复指令的历史非关注网页区块从所述网页区块撤销记录中删除并添加至所述网页区块删除记录中,以及返回与所述非关注网页区块无关的网页数据,以用于网页刷新。The second instruction processing unit deletes and adds the historical non-attention page block corresponding to the undo resume instruction from the webpage block revocation record, and adds the same to the webpage block deletion record, and returns with the non-attention Web page irrelevant web page data for web page refresh.
  21. 一种网页展示方法,其特征在于,包括:A webpage display method, comprising:
    根据检测到的网页加载需求,将相应的网页加载至终端界面;Loading the corresponding webpage to the terminal interface according to the detected webpage loading requirement;
    获取针对于所述网页的用户操作;Obtaining user operations for the webpage;
    当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用 户操作的网页区块;Determining corresponding to the use when the user operation matches a predefined block deletion operation a webpage block operated by the user;
    将所述网页区块的显示属性设置为隐藏。The display attribute of the webpage block is set to be hidden.
  22. 根据权利要求21所述的方法,其特征在于,所述区块删除操作包括:针对所述网页中的任一网页区块的触发操作,且所述触发操作的持续时间大于或等于预设时长。The method according to claim 21, wherein the block deletion operation comprises: triggering operation on any of the webpage blocks in the webpage, and the duration of the triggering operation is greater than or equal to a preset duration .
  23. 一种网页展示装置,其特征在于,包括:A webpage display device, comprising:
    加载单元,根据检测到的网页加载需求,将相应的网页加载至终端界面;Loading the unit, loading the corresponding webpage to the terminal interface according to the detected webpage loading requirement;
    获取单元,获取针对于所述网页的用户操作;Obtaining a unit, acquiring a user operation for the webpage;
    确定单元,当所述用户操作与预定义的区块删除操作相匹配时,确定对应于所述用户操作的网页区块;a determining unit, when the user operation matches a predefined block deletion operation, determining a webpage block corresponding to the user operation;
    设置单元,将所述网页区块的显示属性设置为隐藏。Setting a unit to set the display attribute of the webpage block to be hidden.
  24. 根据权利要求23所述的装置,其特征在于,所述区块删除操作包括:针对所述网页中的任一网页区块的触发操作,且所述触发操作的持续时间大于或等于预设时长。 The device according to claim 23, wherein the block deletion operation comprises: a triggering operation for any one of the webpages in the webpage, and the duration of the triggering operation is greater than or equal to a preset duration .
PCT/CN2016/072463 2015-02-03 2016-01-28 Webpage display method and device WO2016124099A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510055947.7 2015-02-03
CN201510055947.7A CN105989034A (en) 2015-02-03 2015-02-03 Webpage display method and webpage display device

Publications (1)

Publication Number Publication Date
WO2016124099A1 true WO2016124099A1 (en) 2016-08-11

Family

ID=56563446

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/072463 WO2016124099A1 (en) 2015-02-03 2016-01-28 Webpage display method and device

Country Status (2)

Country Link
CN (1) CN105989034A (en)
WO (1) WO2016124099A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113761321A (en) * 2021-08-06 2021-12-07 广州华多网络科技有限公司 Data access control method, data cache control method, data access control device, data cache control device, and medium
CN114186153A (en) * 2021-11-19 2022-03-15 北京达佳互联信息技术有限公司 Information flow determination method and device, electronic equipment and storage medium
CN115334064B (en) * 2022-07-26 2023-06-13 广州通则康威智能科技有限公司 Method and device for generating configuration system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (en) * 2009-07-06 2009-12-02 孟智平 The method and system of a kind of structure and generation webpage
CN102035883A (en) * 2010-11-26 2011-04-27 百度在线网络技术(北京)有限公司 Method and device for optimizing webpage in network equipment
CN102314430A (en) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 Realization method of virtual website host domain name
CN102314429A (en) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 Method for controlling webpage by using extensive makeup language (XML) protocol

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102135958A (en) * 2010-01-21 2011-07-27 宏碁股份有限公司 Webpage capturing method and webpage capturing system
CN103294688A (en) * 2012-02-24 2013-09-11 宇龙计算机通信科技(深圳)有限公司 Web page browsing method and system
CN103745152B (en) * 2013-12-11 2017-02-22 深圳市欧珀通信软件有限公司 Advertisement shielding method and system based on mobile terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (en) * 2009-07-06 2009-12-02 孟智平 The method and system of a kind of structure and generation webpage
CN102314430A (en) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 Realization method of virtual website host domain name
CN102314429A (en) * 2010-06-30 2012-01-11 上海视加信息科技有限公司 Method for controlling webpage by using extensive makeup language (XML) protocol
CN102035883A (en) * 2010-11-26 2011-04-27 百度在线网络技术(北京)有限公司 Method and device for optimizing webpage in network equipment

Also Published As

Publication number Publication date
CN105989034A (en) 2016-10-05

Similar Documents

Publication Publication Date Title
US9756140B2 (en) Tracking user behavior relative to a network page
US9971846B1 (en) Online information system with continuous scrolling and user-controlled content
US9977768B2 (en) System for clipping webpages by traversing a dom, and highlighting a minimum number of words
JP5592433B2 (en) Handheld electronic device and multimedia clip recording method thereof
JP6430020B2 (en) Web page loading method and system
US20150205462A1 (en) Browser tab management
WO2016124099A1 (en) Webpage display method and device
WO2014056145A1 (en) Method and system for making web application obtain database change
TWI680377B (en) Method and device for processing the accumulation searching
US9535718B2 (en) Apparatus, system, and method for collecting metrics from a non-monolithic website
WO2017162031A1 (en) Method and device for collecting information, and intelligent terminal
JP2013020395A (en) Information processing apparatus, information processing method and program
EP3504637B1 (en) Dynamically render large dataset in client application
JP5345963B2 (en) Method for generating tag data to search for images
US10372299B2 (en) Preserve input focus in virtualized dataset
US9009158B2 (en) Computer capable of retrieving ambiguous information
TWI741198B (en) Method for video displaying and device thereof
US20210042441A1 (en) Protecting user privacy in user interface data collection
US9361651B2 (en) Displaying quantitative trending of pegged data from cache
US9177255B1 (en) Cloud systems and methods for determining the probability that a second application is installed based on installation characteristics
JP6199961B2 (en) System and method for managing network navigation
JP4906687B2 (en) Web browsing behavior feature extraction apparatus and program
JP2017138849A (en) Content operation information processing system, user terminal equipment, and program
US20220171782A1 (en) Method and system for determining rank positions of elements by a ranking system
JP7108114B1 (en) Program, server, system, and data processing method

Legal Events

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

Ref document number: 16746094

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

Country of ref document: EP

Kind code of ref document: A1