WO2014082500A1 - 页面加载方法及其系统、计算机存储介质 - Google Patents

页面加载方法及其系统、计算机存储介质 Download PDF

Info

Publication number
WO2014082500A1
WO2014082500A1 PCT/CN2013/084918 CN2013084918W WO2014082500A1 WO 2014082500 A1 WO2014082500 A1 WO 2014082500A1 CN 2013084918 W CN2013084918 W CN 2013084918W WO 2014082500 A1 WO2014082500 A1 WO 2014082500A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
content
display area
current display
loading
Prior art date
Application number
PCT/CN2013/084918
Other languages
English (en)
French (fr)
Inventor
陈映平
龙丁奋
郭学亨
李晶
吴浩
刘恒兵
Original Assignee
腾讯科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Publication of WO2014082500A1 publication Critical patent/WO2014082500A1/zh
Priority to US14/726,411 priority Critical patent/US10013498B2/en
Priority to US15/993,436 priority patent/US10268658B2/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/52Network services specially adapted for the location of the user terminal

Definitions

  • the present invention relates to the technical field of network page information processing, and in particular, to a page loading method, a page loading system, and a computer storage medium.
  • the so-called scroll loading page content display that is, the first page content is first loaded into the browsing window display in order, and as the user drags the scroll bar, the content display area is gradually moved down, and the corresponding page data is gradually obtained from the background, and the display is loaded. .
  • the default first page data is loaded first, ie, A, B. Area; then, as the user drags the scroll bar to navigate down, the C, D, E, F area data is loaded in turn and displayed.
  • the node is dynamically created and destroyed, that is, the content node included in the page content in the browsing window display area is dynamically created, and the content node outside the display area outside the browsing window is dynamically destroyed, leaving only the placeholder node to display before.
  • the content of the page is identified.
  • the default first page data is loaded first, that is, A and B areas, and A is created.
  • the content node of the B area then, as the user drags the scroll bar to browse down, the C and D areas are loaded in turn, and the content nodes of the C and D areas are created, and A and B are simultaneously
  • the content node originally displayed in the area is destroyed; as the user continues to drag the scroll bar to browse down, the E and F areas are loaded in turn, and the content nodes of the E and F areas are created, and C and D are simultaneously
  • the content node originally displayed in the zone is destroyed.
  • the above page loading method can only load the page content in a single direction in order. If the user needs to browse other page content after the start page, it is necessary to wait for the previous page content to be loaded first.
  • Figure 1 If the user needs to browse the page content of the E and F areas, you need to wait for the contents of the previous A, B area and C and D areas to be loaded before loading E and F.
  • the content of the page in the area takes a long time, which makes the response speed of the page load slower, and the disordered content viewing and search positioning of the page cannot be realized.
  • an object of the present invention is to provide a page loading method, a page loading system, and a computer storage medium capable of quickly loading a specified page content according to a user instruction.
  • a page loading method includes the following steps:
  • a page loading system comprising:
  • An instruction acquisition module configured to acquire an instruction for loading a page
  • a content obtaining module configured to acquire positioning information of a current display area of the page, and obtain, according to the positioning information, a page content corresponding to the current display area;
  • a content loading module configured to load page content corresponding to the current display area.
  • a storage medium comprising a computer readable program that, when executed by a computer readable program in the storage medium, performs the page loading method described above.
  • the page loading method and the system of the present invention acquire the page content corresponding to the current display area and load the entire page content to be loaded by acquiring the positioning information of the current display area of the page.
  • the user-selected area can be preferentially loaded without waiting for the previous page content to be loaded one by one, which improves the loading speed of the specific page content, and can realize the unordered content viewing and search positioning operations of the page. .
  • FIG. 1 and FIG. 2 are schematic diagrams of a prior art page loading method
  • 3 is a schematic flow chart of a first embodiment of a page loading method according to the present invention
  • 4 is a schematic flow chart of a second embodiment of a page loading method according to the present invention
  • FIG. 5 is a schematic diagram of an example of a second embodiment of a page loading method according to the present invention
  • FIG. 1 and FIG. 2 are schematic diagrams of a prior art page loading method
  • 3 is a schematic flow chart of a first embodiment of a page loading method according to the present invention
  • 4 is a schematic flow chart of a second embodiment of a page loading method according to the present invention
  • FIG. 5 is a schematic diagram of an example of a second embodiment of a page loading method according to the present invention
  • FIG. 6 is a schematic flow chart of a third embodiment of a page loading method according to the present invention
  • 7 is a schematic diagram of a third embodiment of a page loading method according to the present invention
  • 8 is a schematic flowchart of a sixth embodiment of a page loading method according to the present invention
  • 9 is a schematic structural diagram of a page loading system of the present invention
  • Figure 10 is a block diagram showing a partial structure of a terminal device based on the present invention
  • Figure 11 is a block diagram showing a part of a structure of a server based on the present invention.
  • FIG. 3 is a schematic flowchart of a first embodiment of a page loading method according to the present invention.
  • Step S101 is an instruction to load a page triggered by a user.
  • the loading of the page includes loading of the page by the browser of the client, and loading of the specific data by the webpage.
  • the instruction to load the page is a signal instruction that the user triggers loading the corresponding page, for example, the user clicks a corresponding webpage link in the webpage, or opens an instruction interface of the specific application service, and the like.
  • Step S102 is to obtain corresponding page content according to the current display area.
  • the positioning information of the current display area of the page is a browsing window (such as a browser window and a webpage window) for opening the page.
  • the display area is the location information in the page to be loaded.
  • the scroll bar position of the current browsing window and the width and height of the display area of the current browsing window are acquired as positioning information of the current display area.
  • the scroll bar position of the current browsing window is the 3555th Row pixels
  • the width of the window is 500 pixels and the height is 400 pixels
  • the pixels of the 3555th row of the page to be loaded are 250 pixels before and after the pixel
  • the width is 500.
  • the content of the pixel is displayed.
  • a person skilled in the art may also acquire positioning information of a current display area of the page according to other conventional methods other than the position of the scroll bar.
  • the step S103 is a step of loading the acquired page content.
  • the operation of loading the content of the page is mainly to obtain data included in the page content corresponding to the current display area, and display the data as a corresponding content node, such as a picture, a text, an icon, a network link, and the like.
  • the page loading method of the present invention acquires the page content corresponding to the current display area and loads the entire page content to be loaded by acquiring the positioning information of the current display area of the page.
  • the user-selected area can be preferentially loaded without waiting for the previous page content to be loaded one by one, which improves the loading speed of the specific page content, and can realize the unordered content viewing and search positioning operations of the page. .
  • FIG. 4 is a schematic flowchart diagram of a second embodiment of a page loading method according to the present invention.
  • the page loading method of the second embodiment is basically the same as the first embodiment, and the main difference is that the method further includes the following steps:
  • the page content corresponding to the current display area is loaded, but also the page content of the predetermined area adjacent to the current display area is preloaded. If the user needs to continue browsing the page content of the adjacent area after browsing the page content corresponding to the current display area, the pre-loaded page content can be quickly displayed to the user for browsing, which improves the loading and browsing speed of the page.
  • the upper and lower adjacent 200s of the current display area are further The page content within a range of pixels is preloaded so that the user can quickly display when the corresponding content needs to be browsed. As shown in FIG. 5, the upper and lower adjacent areas of the current display area are preloaded.
  • the pre-loaded area may be selected according to the operation trajectory tracking manner, that is, the next display area adjacent to the current display area is obtained according to the current browsing order of the page.
  • the user drags the scroll bar to browse from the top to the bottom, and the current display area corresponds to the position P.
  • the content of the page is based on the user's current operating trend.
  • the user will next view the content of the page with the location P+1, then the position is P+1.
  • the page content is preloaded in advance. By preloading the page content of adjacent areas, the user can smoothly browse the page content.
  • FIG. 6 It is a schematic flowchart of the third embodiment of the page loading method of the present invention.
  • the page loading method of the third embodiment is basically the same as the first and second embodiments, and the main difference is that after loading the corresponding page content, Further includes the following steps:
  • hiding unnecessary content nodes, as well as deleting content nodes, can reduce the memory footprint of the page and the CPU. Occupied. Because the hidden nodes of the page do not exist in the rendering tree of the current page, the browser does not have to render the hidden nodes, such as calculating the height, width, setting the color of the display, and the like.
  • the content nodes in the current display area are displayed, and the content nodes outside the current display area are hidden, which can reduce the memory usage of the page and the CPU. Occupied.
  • the content node outside the current display area is hidden rather than directly deleted, when the user switches the current display area to browse the page content of the part again, the hidden node content can be quickly switched to the display state, which is very convenient. And faster.
  • the preset maximum value is set to N, and the sum of the displayed content node and the hidden content node is M, that is, the number of loaded content nodes.
  • M the sum of the displayed content node and the hidden content node.
  • Figure 7 A schematic diagram of a third embodiment of the page loading method of the present invention. As the user browses down, the page content nodes in the area above the current display area will be hidden, and when the number of hidden and displayed nodes exceeds a predetermined value, the farthest node will be destroyed.
  • the page loading method of the fourth embodiment is basically the same as the first embodiment, and the main difference is that the step S103
  • the step of obtaining the data contained in the page content corresponding to the current display area and displaying it as the corresponding content node includes the following sub-steps:
  • the first operation event is triggered when the mouse pointer moves onto the content node, and the second content event is bound to the content node.
  • the first operation event is defined as: when the mouse pointer moves to the content node, binding the content node to a plurality of second operation events; the second operation event may be a click and double click of the corresponding mouse , right click, etc. and perform the action event of the corresponding operation.
  • the memory usage is mainly from the DOM of the page. Node (Document Object Model), and DOM The operational event bound on the node. When the page of a page exceeds a certain value, the performance of the page will drop sharply. Similarly, when the DOM When there are too many operation events bound to a node, the memory usage of the page will be greatly increased.
  • each of the content nodes is bound to only one operation event when loading, and only when the mouse pointer moves to the corresponding content node, the corresponding content node is more
  • the second operational event is re-bound. Since there are fewer operational events bound to the node at load time, the memory usage can be reduced.
  • the first operation event is triggered, and the corresponding second operation event is re-bound with the content node, and then the corresponding second operation event is triggered to complete the corresponding Operation.
  • a node is originally bound to 10
  • the page loading method of the embodiment can be used to bind the user when the mouse pointer is moved to the node. Operational events, which greatly reduce the number of node-bound operation events during loading and reduce page memory usage.
  • the page loading method of the fifth embodiment is basically the same as the first embodiment, and the main difference is that the step S103
  • the step of obtaining the data contained in the page content corresponding to the current display area and displaying it as the corresponding content node includes the following sub-steps:
  • the third operation event is defined as: when the content node is selected, performing an operation corresponding to the child node according to the location information of the selected operation and the location information of each of the child nodes.
  • the third operational event is not associated with the first and second operational events in the fourth embodiment, and is named only for differentiation.
  • the selected operation includes a click, a double click, a right click, and the like.
  • the operation operation events bound to the plurality of child nodes included in the content node are distinguished by the third operation event, and it is not necessary to bind one operation operation event to each of the child nodes, but only The content node is bound to one of the third operational events. It also reduces the number of operational events bound by nodes and reduces page memory usage.
  • A2 is listening for the click (click) operation event, there are three operation events that need to be bound on the node A and its child nodes.
  • the page loading method in this embodiment can be tied to the third operation event triggered by the click.
  • the third operation event is executed: determining whether it is A0 or A1 according to a specific scenario. Or A2 is clicked and the corresponding operation is processed; by operating the event delegate, the number of node binding operation events can be effectively reduced.
  • FIG. 8 is a schematic flowchart diagram of a sixth embodiment of a page loading method according to the present invention.
  • the page loading method of the sixth embodiment is basically the same as that of the first embodiment.
  • the main difference is that the page content corresponding to the current display area is obtained by dividing the sub-area, and the method includes the following steps:
  • the page loading method of the embodiment may divide the page into a plurality of sub-areas, and each of the sub-areas is The unit obtains the corresponding page content and loads it, so that the user can browse the content that is related to each other in the sub-area.
  • the page loading method of the seventh embodiment is substantially the same as the first embodiment, and the main difference is that the preset content is displayed in the current display area before the page content corresponding to the current display area is loaded. Background picture.
  • the background image When the background image is set, the background image may be tiled according to the actual width and height of the current display area, and a loading prompt is provided to prevent the data from being successfully loaded before the display is blank. If the page data in the current display area has not been loaded yet, the tiled background image is displayed while waiting for the return of the corresponding page content data.
  • FIG. 9 is a schematic structural diagram of a page loading system according to the present invention.
  • the page loading system includes:
  • the instruction acquisition module 11 is configured to acquire an instruction for loading a page
  • the content loading module 13 is configured to load page content corresponding to the current display area.
  • the instruction acquisition module 11 receives an instruction of a user-triggered loading page.
  • the loading of the page includes loading of the page by the browser of the client, and loading of the specific data by the webpage.
  • the instruction to load the page is a signal instruction that the user triggers loading the corresponding page, for example, the user clicks the corresponding webpage link in the webpage, or opens an instruction interface of the specific application service, and the like.
  • the content obtaining module 12 acquires corresponding page content according to the current display area.
  • the positioning information of the current display area of the page is a browsing window (such as a browser window and a webpage window) for opening the page.
  • the display area is the location information in the page to be loaded.
  • the content acquisition module 12 Obtaining a scroll bar position of the current browsing window and a width and a height of a display area of the current browsing window as positioning information of the current display area.
  • the content loading module 13 loads the acquired page content.
  • the operation of loading the content of the page is mainly to obtain data included in the page content corresponding to the current display area, and display the data as a corresponding content node, such as a picture, a text, an icon, a network link, and the like.
  • the page loading system of the present invention acquires the page content corresponding to the current display area and loads the entire page content to be loaded by acquiring the positioning information of the current display area of the page.
  • the user-selected area can be preferentially loaded without waiting for the previous page content to be loaded one by one, which improves the loading speed of the specific page content, and can realize the unordered content viewing and search positioning operations of the page. .
  • the content obtaining module 12 Further for acquiring page content of a predetermined area adjacent to the current display area; the content loading module 13 is further configured to load page content of the predetermined area.
  • the pre-loaded page content can be quickly displayed to the user for browsing, which improves the loading and browsing speed of the page.
  • the manner of performing the above-mentioned page content preloading may be various, including: the content obtaining module acquires the current display area and/ Or the page content of the next adjacent pixels as the page content of the predetermined area; and/or, the content acquisition module acquires the left and/or the current display area Or the page content of a plurality of pixels adjacent to the right as the page content of the predetermined area.
  • the content acquisition module acquires page content of a plurality of pixels of the next display area adjacent to the current display area as the page content of the predetermined area according to the current browsing order of the page.
  • the content loading module 13 displays the page content corresponding to the current display area.
  • the content node contained in it and hides the content node contained in the content of the page outside the current display area.
  • the hidden node content can be quickly switched to the display state, which is very convenient and faster.
  • the content loading module 13 sequentially deletes the distance from the current display area when the number of the hidden content node and the displayed content node exceeds a preset value. The farthest content node. To free up more memory and CPU resources.
  • the content loading module 13 The method is further configured to bind a first operation event to the content node, trigger the first operation event when the mouse pointer moves to the content node, and bind a plurality of second operation events to the content node.
  • each of the content nodes is bound to only one operation event when loading, and only when the mouse pointer moves to the corresponding content node, the corresponding content node and the plurality of The second operation event is re-bound. Since there are fewer operational events bound to the node at load time, the memory usage can be reduced.
  • the first operation event is triggered, and the corresponding second operation event is re-bound with the content node, and then the corresponding second operation event is triggered to complete the corresponding Operation.
  • the content loading module 13 The method is further configured to bind a third operation event to the content node, trigger the third operation event when the content node is selected, perform location information according to location information of the selected operation, and location information of each of the child nodes. The operation corresponding to the child node.
  • the operation events bound to the plurality of child nodes included in the content node are distinguished by the third operation event, and it is not necessary to bind one operation event to each of the child nodes, and only Binding the content node to one of the third operational events. It also reduces the number of operational events bound by nodes and reduces page memory usage.
  • the page loading system further includes: a page dividing module (not shown), wherein the page dividing module is configured to divide the page into a plurality of sub-regions;
  • the content obtaining module 12 acquires page content of the sub-area corresponding to the current display area according to the positioning information of the current display area and the location information of each of the sub-areas; the content loading module 13 Load the page content of the sub-area.
  • the page loading method of the embodiment may divide the page into a plurality of sub-areas, and each of the sub-areas is The unit obtains the corresponding page content and loads it, so that the user can browse the content that is related to each other in the sub-area.
  • the content loading module 13 Before loading the page content corresponding to the current display area, displaying a preset background image in the current display area.
  • the background image When the background image is set, the background image may be tiled according to the actual width and height of the current display area, and a loading prompt is provided to prevent the data from being successfully loaded before the display is blank. If the page data in the current display area has not been loaded yet, the tiled background image is displayed while waiting for the return of the corresponding page content data.
  • the present invention further provides a storage medium comprising a computer readable program, which can implement the present invention in any of the above manners when the computer readable program in the storage medium is executed Page loading method.
  • the method of the embodiment of the present invention as described above may be installed on the corresponding machine device in the form of software, and the above-mentioned page loading process is completed by controlling the related processing device while the software is running.
  • the processing device may be installed on the corresponding terminal device, or may be the corresponding terminal device itself, for example, Cell phone, tablet, PDA (Personal Digital Assistant, PDA (Point of Sales) , sales terminal), car terminal and other terminal equipment.
  • the present invention also provides a terminal device and a server, which may be a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), Any terminal device that may need to upgrade and update related software, such as POS (Point of Sales) and on-board computer.
  • POS Point of Sales
  • the terminal device includes: a memory 310, an input unit 320, a display unit 330, a processor 340, a communication module 350, and the like.
  • the structure shown in the figure is only a block diagram of a part of the structure related to the solution of the embodiment of the present invention, and does not constitute a limitation of the terminal device applied in the solution of the present invention.
  • the specific terminal device may include more than the figure or Fewer parts, or a combination of some parts, or different parts.
  • the memory 310 can be used to store software programs and modules, and the processor 340 is stored in the memory 310 by running. Software programs and modules to perform various functional applications and data processing associated with the terminal device.
  • Memory 310 The storage program area may include an operating system, an application required for at least one function (such as a sound playing function, an image playing function, etc.), and the storage data area may be stored according to the terminal device. Use the data created, etc.
  • the memory 310 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • Input unit 320 It can be used to receive input numbers, characters or other information, as well as to generate key signal inputs related to user settings and function control of the terminal device. Specifically, in the solution of the embodiment of the present invention, the input unit 320 can be To receive an instruction to load a page, and to obtain positioning information on a current display area of the page.
  • the input unit 320 Touch panels and other input devices can be included.
  • a touch panel also referred to as a touch screen, can collect touch operations on or near the user (such as the user using a finger, a stylus, or the like, any suitable object or accessory on or near the touch panel).
  • the corresponding connecting device is driven according to a preset program.
  • the touch panel may include two parts: a touch detection device and a touch controller. Wherein, the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information.
  • touch panels can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the input unit 320 Other input devices can also be included. Specifically, other input devices may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • the display unit 330 can be used to display information input by the user or information provided to the user as well as various menus.
  • Display unit 330 Can include a display panel, optionally, liquid crystal display (LCD), organic light emitting diode (Organic Light-Emitting Diode, OLED) and other forms to configure the display panel.
  • the user-specified display may be displayed by the display unit 330.
  • the page content corresponding to the current display area is prompted to the user, so that the user specifies that the page content needs to be quickly loaded for display.
  • the terminal device can communicate with the server through the communication module 350, and the communication module 350 Can be implemented in any possible way, such as WiFi module, Bluetooth communication, fiber optic communication, etc., through communication module 350
  • the communication between the terminal device and the server is implemented, so that the terminal device can send related information to the server (for example, sending the page content corresponding to the current display area to the server in the embodiment of the present invention) Request, etc.), and receive related information returned by the server (such as the page content corresponding to the current display area returned by the server, etc.).
  • Processor 340 It is the control center of the terminal device, which connects various parts of the entire terminal device by various interfaces and lines, by running or executing software programs and/or modules stored in the memory 310, and calling stored in the memory.
  • the data in 310 performs various functions and data processing of the terminal device, thereby performing overall monitoring on the terminal device.
  • processor 340 can include one or more processing units.
  • FIG. 4 a frame structure included in a server in a specific example is shown.
  • the terminal device includes: a memory. 410, processor 440, communication module 450 and other components.
  • FIG. 4 The structure shown in the figure only shows the parts related to the solution of the present invention, and does not constitute a limitation on the server applied in the solution of the present invention, and the specific server may include more or less components than those shown in the figure. Or combine some parts, or different parts.
  • the memory 410 can be used to store software programs and modules, and the processor 440 is stored in the memory 410 by running. Software programs and modules to perform various functional applications and data processing associated with the server, such as requests based on specified page content, corresponding page content, and the like.
  • Memory 410 The storage program area and the storage data area may be mainly included, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created according to usage of the server, and the like.
  • the server can communicate with the terminal device through the communication module 450, and the communication module 450 It can be implemented in any possible way, such as WiFi module, Bluetooth communication, fiber-optic communication, etc., through communication module 450
  • the communication between the terminal device and the server is implemented, so that the server can receive related information (such as a request for receiving specific page content in the embodiment of the present invention) sent by the terminal device, and return information related thereto to the terminal device. (For example, the page content corresponding to the request is sent, etc.).
  • Processor 440 Is the control center of the server, which connects various parts of the entire server using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 410, and calling stored in the memory 410.
  • the internal data performing various functions and data processing of the server, thereby performing overall monitoring of the server.
  • processor 440 can include one or more processing units.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本发明提供一种页面加载方法及其系统,以及一种计算机存储介质,通过获取对所述页面的当前显示区域的定位信息,在待加载的整体页面内容中获取与所述当前显示区域对应的页面内容进行加载。可优先对用户选定的区域进行加载,而无需等待前面的页面内容一一加载完成,提高了对特定的页面内容加载的速度,能够实现对所述页面的无序内容查看以及搜索定位等操作。

Description

页面加载方法及其系统、计算机存储介质
技术领域
本发明涉及网络页面信息处理的技术领域,特别是涉及一种页面加载方法,一种页面加载系统,以及一种计算机存储介质。
背景技术
常用的网络页面加载方法通常采用滚动加载页面内容展示和节点动态创建、销毁结合的方式实现。
所谓的滚动加载页面内容展示,即按顺序首先加载起始页面内容到浏览窗口展示,并且随着用户拖动滚动条,内容展示区域逐步下移,逐步从后台获取相应的页面数据,并加载显示。
如图 1 所示,在用户触发打开一个页面后,首先加载默认的首屏页面数据,即 A 、 B 区域;然后,随着用户拖动滚动条往下浏览,则依次加载 C 、 D 、 E 、 F 区域数据并显示。
而节点动态创建、销毁,即对浏览窗口显示区域内的页面内容所包含的内容节点动态创建,而对超出所述浏览窗口显示区域外的内容节点动态销毁,仅留下占位节点对之前显示的页面内容进行标识。
如图 2 所示,在用户触发打开一个页面后,首先加载默认的首屏页面数据,即 A 、 B 区域,创建 A 、 B 区域的内容节点;然后,随着用户拖动滚动条往下浏览,则依次加载 C 、 D 区域,并创建 C 、 D 区域的内容节点,同时将 A 、 B 区域原本显示的内容节点销毁;随着用户继续拖动滚动条往下浏览,则依次加载 E 、 F 区域,并创建 E 、 F 区域的内容节点,同时将 C 、 D 区域原本显示的内容节点销毁。
然而上述页面加载方法仅能够按顺序单方向加载页面内容,如果用户需要浏览起始页面之后的其他页面内容,则需要等待之前的页面内容先加载完成。例如,图 1 中,如果用户需要浏览 E 、 F 区域的页面内容,则需要等待之前的 A 、 B 区域和 C 、 D 区域的页面内容都加载完成后,才能加载 E 、 F 区域的页面内容,所需时间比较长,使页面加载的反应速度变慢,无法实现对所述页面的无序内容查看以及搜索定位。
发明内容
针对上述背景技术中存在的问题,本发明的目的在于提供一种能够根据用户指示快速加载指定的页面内容的页面加载方法,页面加载系统,以及一种计算机储存介质。
一种页面加载方法,包括以下步骤:
获取加载页面的指令;
获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
加载所述当前显示区域对应的页面内容。
一种页面加载系统,包括:
指令获取模块,用于获取加载页面的指令;
内容获取模块,用于获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
内容加载模块,用于加载所述当前显示区域对应的页面内容。
一种包含计算机可读程序的存储介质,当该存储介质中的计算机可读程序执行时,执行上述页面加载方法。
本发明的页面加载方法及其系统通过获取对所述页面的当前显示区域的定位信息,在待加载的整体页面内容中获取与所述当前显示区域对应的页面内容进行加载。可优先对用户选定的区域进行加载,而无需等待前面的页面内容一一加载完成,提高了对特定的页面内容加载的速度,能够实现对所述页面的无序内容查看以及搜索定位等操作。
附图说明
图 1 和图 2 是现有技术页面加载方法的示意图;
图 3 是本发明页面加载方法第一实施方式的流程示意图;
图 4 是本发明页面加载方法第二实施方式的流程示意图;
图 5 为本发明页面加载方法的第二实施方式举例的示意图;
图 6 是本发明页面加载方法第三实施方式的流程示意图;
图 7 为本发明页面加载方法的第三实施方式举例的示意图;
图 8 是本发明页面加载方法第六实施方式的流程示意图;
图 9 是本发明页面加载系统的结构示意图;
图 10 是基于本发明的一个终端设备的部分结构框图;
图 11 是基于本发明的一个服务器的部分结构框图 。
具体实施方式
请参阅图 3 ,图 3 是本发明页面加载方法第一实施方式的流程示意图。
所述第一实施方式的页面加载方法,包括以下步骤:
S101 ,获取加载页面的指令;
S102 ,获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
S103 ,加载所述当前显示区域对应的页面内容。
其中,步骤 S101 为接收用户触发的加载页面的指令。
所述页面的加载包括用户端浏览器对页面的加载,以及网页端对具体数据的加载。所述加载页面的指令为用户触发加载相应页面的信号指令,例如用户在网页中点击相应的网页链接、或者打开特定应用服务的指示界面等等。
步骤 S102 为根据当前显示区域获取相应的页面内容。
所述页面的当前显示区域的定位信息即是用于打开所述页面的浏览窗口 ( 如浏览器窗口和网页窗口等 ) 的显示区域在待加载的所述页面中的位置信息。
优选地,获取所述当前浏览窗口的滚动条位置以及所述当前浏览窗口的显示区域的宽和高作为所述当前显示区域的定位信息。例如,所述当前浏览窗口的滚动条位置为第 3555 行 像素,而所述窗口的宽为 500 像素,高为 400 像素,则获取待加载的所述页面中第 3555 行像素前后 250 行像素,宽为 500 像素的内容进行显示。本领域技术人员也可以根据所述滚动条位置之外的其他习知方法获取所述页面的当前显示区域的定位信息。
所述步骤 S103 为加载获取的页面内容的步骤。
所述加载页面内容的操作主要是获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点,如图片、文字、图标、网络链接等。
本发明的页面加载方法通过获取对所述页面的当前显示区域的定位信息,在待加载的整体页面内容中获取与所述当前显示区域对应的页面内容进行加载。可优先对用户选定的区域进行加载,而无需等待前面的页面内容一一加载完成,提高了对特定的页面内容加载的速度,能够实现对所述页面的无序内容查看以及搜索定位等操作。
以下为本发明页面加载方法的第二实施方式:
请参阅图 4 ,图 4 是本发明页面加载方法第二实施方式的流程示意图。
所述第二实施方式的页面加载方法与所述第一实施方式基本相同,其主要区别在于进一步包括以下步骤:
S104 ,获取与所述当前显示区域相邻的预定区域的页面内容,并加载所述预定区域的页面内容。
本实施方式中,不仅加载所述当前显示区域对应的页面内容,还同时对所述当前显示区域相邻的预定区域的页面内容进行预加载。如果用户在浏览完所述当前显示区域对应的页面内容之后,需要继续浏览相邻区域的页面内容,则可以将预加载的页面内容快速展示给用户浏览,提高了页面的加载和浏览的速度。
执行上述页面内容预加载的方式可以有多种,包括:获取与所述当前显示区域上和 / 或下相邻的若干个像素的页面内容并进行加载;和 / 或,获取与所述当前显示区域左和 / 或右相邻的若干个像素的页面内容并进行加载。
例如一般地,在加载完所述当前显示区域对应的页面内容之后,进一步对所述当前显示区域上和下相邻的 200 个像素范围内的页面内容进行预加载,以便用户在需要浏览对应的内容时可以快速展示。如图 5 所示,对所述当前显示区域的上、下相邻区域都进行预加载。
执行上述预加载时,还可根据操作轨迹跟踪进行趋势判断的方式选择预加载的区域,亦即:根据当前对所述页面的浏览顺序,获取与所述当前显示区域相邻的下一显示区域若干个像素的页面内容。
例如,用户拖动滚动条以从上向下的顺序浏览,而所述当前显示区域对应位置为 P 的页面内容,则根据用户当前的操作趋势,用户接下来查看的将是位置为 P+1 的页面内容,则对所述位置为 P+1 的页面内容进行提前预加载。通过对相邻区域的页面内容预加载,可以让用户流畅地浏览页面内容。
以下为本发明页面加载方法的第三实施方式:
请参阅图 6 ,图 6 是本发明页面加载方法第三实施方式的流程示意图。所述第三实施方式的页面加载方法与所述第一、二实施方式基本相同,其主要区别在于,在加载 对应的页面内容后, 进一步包括以下步骤:
S105 ,显示所述当前显示区域对应的页面内容中包含的内容节点;隐藏所述当前显示区域以外的页面内容中包含的内容节点。
对于 web 页面,将不必要的内容节点隐藏,和将内容节点删除一样,都能够降低页面的内存占用以及 CPU 占用。因为页面隐藏的节点并不存在于当前页面的渲染树内,浏览器不必对这部分隐藏节点进行渲染,如计算高度、宽度,设置显示的颜色等。
因此,只显示所述当前显示区域中的内容节点,而对于所述当前显示区域外的内容节点则进行隐藏,可以降低页面的内存占用以及 CPU 占用。并且,由于所述当前显示区域外的内容节点是隐藏而不是直接删除,所以在用户再次切换当前显示区域浏览该部分的页面内容时,可以将隐藏的节点内容快速切换为显示状态,非常方便,且速度更快。
进一步地,为避免过多的内容节点被同时加载,对显示和隐藏的内容节点的个数设置最大值,则:
在所述隐藏的 内容节点 和所述显示的 内容节点 的个数超过预设值时,依次 删除 与所述 当前显示区域 距离 最远的内容节点。
例如设置预设的最大值为 N ,而 显示的内容节点和隐藏的内容节点个数之和为 M ,即已加载的内容节点个数 为 M ,当 M ≤ N 时,隐藏所述当前显示区域以外的内容节点,当 M>N 时, 删除 与所述 当前显示区域 距离 最远的内容节点,以释放更多的内存和 CPU 资源。
如图 7 所示,图 7 为本发明页面加载方法的第三实施方式举例的示意图。随着用户往下方浏览,所述当前显示区域以上的区域中的页面内容节点将被隐藏,在隐藏和显示的节点个数超过预定值时,距离最远的节点将被销毁。
以下为本发明页面加载方法的第四实施方式:
所述第四实施方式的页面加载方法与所述第一实施方式基本相同,其主要区别在于,所述步骤 S103 获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点的步骤包括以下子步骤:
S1031 ,对所述内容节点绑定第一操作事件;
S1032 ,当鼠标指针移动到所述内容节点上时触发所述第一操作事件,对所述内容节点绑定若干个第二操作事件。
所述第一操作事件定义为:当鼠标指针移动到所述内容节点上时,对所述内容节点绑定若干个第二操作事件;所述第二操作事件可以是相应鼠标的单击、双击、右键点击等并执行相应操作的操作事件。
对于一个展示内容较多,同时交互较为复杂的 web 页面来说,性能常常会成为瓶颈。而从页面前端展现的方面来看,影响性能的其中一个重要指标是对内存的占用,通常对内存的占用主要来自页面的 DOM 节点(Document Object Model ,文档对象模型),以及 DOM 节点上绑定的操作事件。当一个页面的节点超过一定值时,页面的性能就会急剧下降,同样,当 DOM 节点上绑定的一系列操作事件过多时,页面的内存占用也会大大增加。
因此,在本实施方式中,各个所述内容节点在加载时都只绑定一个操作事件,只有当鼠标指针移动到对应的所述内容节点上时,才会将对应的所述内容节点与多个第二操作事件重新绑定。由于加载时节点绑定的操作事件较少,因此能够降低对内存的占用。
用户可以先将鼠标指针移动到对应的内容节点上时,触发所述第一操作事件,将对应的第二操作事件重新与所述内容节点绑定后,再触发对应的第二操作事件完成相应的操作。
例如,某节点上原本绑定了 10 个单击操作事件,则通过本实施方式的页面加载方法,可在用户将鼠标指针移动到该节点上时再绑定这 10 个操作事件,从而大大降低加载时节点绑定操作事件的数量,降低页面内存占用。
以下为本发明页面加载方法的第五实施方式:
所述第五实施方式的页面加载方法与所述第一实施方式基本相同,其主要区别在于,所述步骤 S103 获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点的步骤包括以下子步骤:
S1033 ,对所述内容节点绑定第三操作事件;
S1034 ,当所述内容节点被选中时触发所述第三操作事件,根据选中操作的位置信息,以及各个所述子节点的位置信息,执行与所述子节点对应的操作。
本实施方式中,所述第三操作事件定义为:当所述内容节点被选中时,根据选中操作的位置信息,以及各个所述子节点的位置信息,执行与所述子节点对应的操作。所述第三操作事件与所述第四实施方式中的第一、第二操作事件并无关联,仅为区分而作此命名。所述选中操作包括单击、双击、右键点击等操作。
将所述内容节点所包含的若干个子节点上绑定的操作操作事件通过所述第三操作事件进行区分,无需再对每个所述子节点绑定一个操作操作事件,而只需对所述内容节点绑定一个所述第三操作事件。同样能够减少节点绑定的操作事件数量,降低页面内存占用。
例如,假设节点 A 有子节点 A0 、A1 、A2,子节点 A0 、A1 、A2均监听click(单击)操作事件,则节点 A 及其子节点上需要绑定的操作事件共有三个;而本实施方式的页面加载方法可通过将单击触发的第三操作事件绑定在 A 节点上,在所述 A 节点被单击时,执行所述第三操作事件:根据具体场景判断究竟是 A0 、A1 还是A2被点击,并进行相应的操作处理;通过操作事件委托,可以有效减少节点绑定操作事件数量。
以下为本发明页面加载方法的第六实施方式:
请参阅图 8 ,图 8 是本发明页面加载方法第六实施方式的流程示意图。
所述第六实施方式的页面加载方法与所述第一实施方式基本相同,其主要区别在于,通过划分子区域的方式获取当前显示区域对应的页面内容进行加载,具体包括以下步骤:
S601 , 获取加载页面的指令;
S602 ,将所述页面划分成多个子区域;
S603 ,根据所述 当前显示区域的定位信息,以及各个所述子区域的位置信息,获取所述当前显示区域对应的 子区域 的页面内容 ;
S604 ,加载所述子区域的页面内容。
在页面内容布局较有规律,或者各个子区域内的页面内容有较强的关联性时,通过本实施方式的页面加载方法可将所述页面划分成多个子区域,以各个所述子区域为单位获取相应的页面内容并进行加载,方便用户浏览所述子区域内互相具有关联性的内容。
以下为本发明页面加载方法的第七实施方式:
所述第七实施方式的页面加载方法与所述第一实施方式基本相同,其主要区别在于,在加载所述当前显示区域对应的页面内容之前,先在所述当前显示区域中显示预设的背景图片。
设置所述背景图片时,可根据所述当前显示区域实际宽、高,将所述背景图片进行平铺显示,同时提供加载提示,避免数据成功加载展示前页面一片空白。如果所述当前显示区域内的页面数据尚未完成加载,则显示平铺的背景图片,同时等待相应的页面内容数据的返回。
请参阅图 9 ,图 9 是本发明页面加载系统的结构示意图。
所述页面加载系统包括:
指令获取模块 11 ,用于获取加载页面的指令;
内容获取模块 12 ,用于获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
内容加载模块 13 ,用于加载所述当前显示区域对应的页面内容。
其中,所述指令获取模块 11 接收用户触发的加载页面的指令。
所述页面的加载包括用户端浏览器对页面的加载,以及网页端对具体数据的加载。所述加载页面的指令为用户触发加载相应页面的信号指令,例如用户在网页中点击相应的网页链接,或者打开特定应用服务的指示界面等等。
所述内容获取模块 12 根据当前显示区域获取相应的页面内容。
所述页面的当前显示区域的定位信息即是用于打开所述页面的浏览窗口 ( 如浏览器窗口和网页窗口等 ) 的显示区域在待加载的所述页面中的位置信息。
优选地,所述内容获取模块 12 获取所述当前浏览窗口的滚动条位置以及所述当前浏览窗口的显示区域的宽和高作为所述当前显示区域的定位信息。
所述内容加载模块 13 加载获取的页面内容。
所述加载页面内容的操作主要是获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点,如图片、文字、图标、网络链接等。
本发明的页面加载系统通过获取对所述页面的当前显示区域的定位信息,在待加载的整体页面内容中获取与所述当前显示区域对应的页面内容进行加载。可优先对用户选定的区域进行加载,而无需等待前面的页面内容一一加载完成,提高了对特定的页面内容加载的速度,能够实现对所述页面的无序内容查看以及搜索定位等操作。
作为所述页面加载系统的一种优选实施方式,所述内容获取模块 12 进一步用于获取与所述当前显示区域相邻的预定区域的页面内容;所述内容加载模块 13 进一步用于加载所述预定区域的页面内容。
不仅加载所述当前显示区域对应的页面内容,还同时对所述当前显示区域相邻的预定区域的页面内容进行预加载。如果用户在浏览完所述当前显示区域对应的页面内容之后,需要继续浏览相邻区域的页面内容,则可以将预加载的页面内容快速展示给用户浏览,提高了页面的加载和浏览的速度。
执行上述页面内容预加载的方式可以有多种,包括:所述内容获取模块获取与所述当前显示区域上和 / 或下相邻的若干个像素的页面内容作为所述预定区域的页面内容;和 / 或,所述内容获取模块获取与所述当前显示区域左和 / 或右相邻的若干个像素的页面内容作为所述预定区域的页面内容。
又或者,所述内容获取模块根据当前对所述页面的浏览顺序,获取与所述当前显示区域相邻的下一显示区域若干个像素的页面内容作为所述预定区域的页面内容。
通过对相邻区域的页面内容预加载,可以让用户流畅地浏览页面内容。
在所述页面加载系统的另一种优选实施方式中,所述内容加载模块 13 显示所述 当前显示区域对应的页面内容 中包含的 内容节点,并 隐藏所述 当前显示区域以外的页面内容 中包含的 内容节点 。
可以降低页面的内存占用以及 CPU 占用,并且在用户再次切换当前显示区域浏览该部分的页面内容时,可以将隐藏的节点内容快速切换为显示状态,非常方便,且速度更快。
进一步地,为避免过多的内容节点被同时加载,对显示和隐藏的内容节点的个数设置最大值,则, 所述内容加载模块 13 在所述隐藏的 内容节点 和所述显示的 内容节点 的个数超过预设值时,依次 删除 与所述 当前显示区域 距离 最远的内容节点。以释放更多的内存和 CPU 资源。
在所述页面加载系统的另一种优选实施方式中,所述内容加载模块 13 还用于对所述内容节点绑定第一操作事件,当鼠标指针移动到所述内容节点上时触发所述第一操作事件,对所述内容节点绑定若干个第二操作事件。
在本实施方式中,各个所述内容节点在加载时都只绑定一个操作事件,只有当鼠标指针移动到对应的所述内容节点上时,才会将对应的所述内容节点与多个第二操作事件重新绑定。由于加载时节点绑定的操作事件较少,因此能够降低对内存的占用。
用户可以先将鼠标指针移动到对应的内容节点上时,触发所述第一操作事件,将对应的第二操作事件重新与所述内容节点绑定后,再触发对应的第二操作事件完成相应的操作。
在所述页面加载系统的另一种优选实施方式中,所述内容加载模块 13 还用于对所述内容节点绑定第三操作事件,当所述内容节点被选中时触发所述第三操作事件,根据选中操作的位置信息,以及各个所述子节点的位置信息,执行与所述子节点对应的操作。
本实施方式中,将所述内容节点所包含的若干个子节点上绑定的操作事件通过所述第三操作事件进行区分,无需再对每个所述子节点绑定一个操作事件,而只需对所述内容节点绑定一个所述第三操作事件。同样能够减少节点绑定的操作事件数量,降低页面内存占用。
在所述页面加载系统的又一种优选实施方式中,所述页面加载系统进一步包括:页面划分模块(图未示),所述页面划分模块用于 将所述页面划分成多个子区域; 所述内容获取模块 12 根据所述 当前显示区域的定位信息,以及各个所述子区域的位置信息,获取所述当前显示区域对应的 子区域 的页面内容 ; 所述内容加载模块 13 加载所述子区域的页面内容。
在页面内容布局较有规律,或者各个子区域内的页面内容有较强的关联性时,通过本实施方式的页面加载方法可将所述页面划分成多个子区域,以各个所述子区域为单位获取相应的页面内容并进行加载,方便用户浏览所述子区域内互相具有关联性的内容。
在所述页面加载系统的又一种优选实施方式中,所述内容加载模块 13 在加载所述当前显示区域对应的页面内容之前,在所述当前显示区域中显示预设的背景图片。
设置所述背景图片时,可根据所述当前显示区域实际宽、高,将所述背景图片进行平铺显示,同时提供加载提示,避免数据成功加载展示前页面一片空白。如果所述当前显示区域内的页面数据尚未完成加载,则显示平铺的背景图片,同时等待相应的页面内容数据的返回。
本领域普通技术人员可以理解实现上述实施方式中的全部或部分流程以及对应的系统,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各实施方式的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体( Read-Only Memory , ROM )或随机存储记忆体( Random Access Memory , RAM )等。因此,根据上述本发明实施例方案,本发明还提供一种包含计算机可读程序的存储介质,当该存储介质中的计算机可读程序执行时,可以实现上述任何一种方式中的本发明的页面加载方法。
如上所述的本发明实施例的方法,可以以软件的形式安装于相应的机器设备上,并在该软件运行时通过控制相关的处理设备来完成上述的页面加载过程。相应地,上述处理设备可以是设置安装在相应的终端设备上,也可以是相应的终端设备本身,例如可以是 手机、平板电脑、 PDA ( Personal Digital Assistant ,个人数字助理)、 POS ( Point of Sales ,销售终端)、车载电脑等任意终端设备。
据此,基于上述本发明的 页面加载方法及其系统、计算机储存介质 ,本发明还提供一种终端设备以及服务器,该终端设备可以是手机、平板电脑、 PDA ( Personal Digital Assistant ,个人数字助理)、 POS ( Point of Sales ,销售终端)、车载电脑等任意一种可能需要对相关软件进行升级更新的终端设备。
据此,以下以其中一种终端设备为例,图 3 中示出了该终端设备的部分结构框图。参考图 3 ,该终端设备包括:存储器 310 、输入单元 320 、显示单元 330 、处理器 340 、通信模块 350 等部件。本领域技术人员可以理解,图 3 中示出的结构,仅仅是与本发明实施例方案相关的部分结构的框图,并不构成对应用在本发明方案中的终端设备的限定,具体的终端设备可以包括比图示中更多或更少的部件,或者组合某些部件,或者不同的部件布置。
下面结合图 3 对该终端设备的各个构成部件进行具体的介绍。
存储器 310 可用于存储软件程序以及模块,处理器 340 通过运行存储在存储器 310 的软件程序以及模块,从而执行与该终端设备相关的各种功能应用以及数据处理。存储器 310 可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据终端设备的使用所创建的数据等。此外,存储器 310 可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。
输入单元 320 可用于接收输入的数字、字符或者其他信息,以及产生与终端设备的用户设置以及功能控制有关的键信号输入。具体在本发明实施例的方案中,可以通过该输入单元 320 来接收 加载页面的指令,以及获取对所述页面的当前显示区域的定位信息 。
具体地,以终端设备为手机为例,该输入单元 320 可包括触控面板以及其他输入设备。触控面板,也称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板上或在触控面板附近的操作),并根据预先设定的程式驱动相应的连接装置。可选的,触控面板可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器 340 ,并能接收处理器 340 发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板。除了触控面板,输入单元 320 还可以包括其他输入设备。具体地,其他输入设备可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。
显示单元 330 可用于显示由用户输入的信息或提供给用户的信息以及各种菜单。显示单元 330 可包括显示面板,可选的,可以采用液晶显示器( Liquid Crystal Display , LCD )、有机发光二极管( Organic Light-Emitting Diode, OLED )等形式来配置显示面板。具体在本实施例中,可以通过该显示单元 330 显示用户指定的 所述当前显示区域对应的页面内容 ,提示给用户,以由用户来指定需要快速加载显示的页面内容。
终端设备通过通信模块 350 可以实现与服务器之间的通信,该通信模块 350 可以采用任何可能的方式实现,例如 WiFi 模块、蓝牙通信、光纤通信等等,通过通信模块 350 实现了终端设备与服务器之间的通信,从而可以使得终端设备能够向服务器发送相关信息(例如本发明实施例中的向服务器发送 获取所述当前显示区域对应的页面内容 的请求等等),并接收由服务器返回的相关信息(例如服务器返回的 所述当前显示区域对应的页面内容 等等)。
处理器 340 是终端设备的控制中心,利用各种接口和线路连接整个终端设备的各个部分,通过运行或执行存储在存储器 310 内的软件程序和 / 或模块,以及调用存储在存储器 310 内的数据,执行终端设备的各种功能和数据处理,从而对终端设备进行整体监控。可选的,处理器 340 可包括一个或多个处理单元。
类似地,图 4 中使出了一个具体示例中服务器包含的框架结构, 参考图 4 ,该终端设备包括:存储器 410 、处理器 440 、通信模块 450 等部件。本领域技术人员可以理解,图 4 中示出的结构仅仅只示出了与本发明方案相关的部分,并不构成对应用在本发明方案中的服务器的限定,具体的服务器可以包括比图示中更多或更少的部件,或者组合某些部件,或者不同的部件布置。
存储器 410 可用于存储软件程序以及模块,处理器 440 通过运行存储在存储器 410 的软件程序以及模块,从而执行与该服务器相关的各种功能应用以及数据处理,例如基于指定的页面内容的请求,获取对应的页面内容等等。存储器 410 可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据服务器的使用所创建的数据等。
服务器通过通信模块 450 可以实现与终端设备之间的通信,该通信模块 450 可以采用任何可能的方式实现,例如 WiFi 模块、蓝牙通信、光纤通信等等,通过通信模块 450 实现了终端设备与服务器之间的通信,从而可以使得服务器能够接收终端设备发送的相关信息(例如本发明实施例中接收特定页面内容的请求等等),并向终端设备返回与之相关的信息(例如下发请求对应的页面内容等等)。
处理器 440 是服务器的控制中心,利用各种接口和线路连接整个服务器的各个部分,通过运行或执行存储在存储器 410 内的软件程序和 / 或模块,以及调用存储在存储器 410 内的数据,执行服务器的各种功能和数据处理,从而对服务器进行整体监控。可选的,处理器 440 可包括一个或多个处理单元。
以上所述实施例仅表达了本发明的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对本发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围应以所附权利要求为准。

Claims (25)

  1. 一种页面加载方法,其特征在于,包括以下步骤:
    获取加载页面的指令;
    获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
    加载所述当前显示区域对应的页面内容。
  2. 如权利要求 1 所述的页面加载方法,其特征在于,加载所述当前显示区域对应的页面内容后,进一步获取与所述当前显示区域相邻的预定区域的页面内容,并加载所述预定区域的页面内容。
  3. 如权利要求 2 所述的页面加载方法,其特征在于,获取与所述当前显示区域相邻的预定区域的页面内容的步骤包括:
    获取与所述当前显示区域上和 / 或下相邻的若干个像素的页面内容;
    和 / 或,
    获取与所述当前显示区域左和 / 或右相邻的若干个像素的页面内容。
  4. 如权利要求 2 所述的页面加载方法,其特征在于,获取与所述当前显示区域相邻的预定区域的页面内容的步骤包括:
    根据当前对所述页面的浏览顺序,获取与所述当前显示区域相邻的下一显示区域若干个像素的页面内容。
  5. 如权利要求 1 至 4 中任意一项所述的页面加载方法,其特征在于,加载所述当前显示区域对应的页面内容的步骤包括:
    获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点。
  6. 如权利要求 5 所述的页面加载方法,其特征在于,在加载所述当前显示区域对应的页面内容后,进一步执行以下步骤:
    显示所述当前显示区域对应的页面内容中包含的内容节点;
    隐藏所述当前显示区域以外的页面内容中包含的内容节点。
  7. 如权利要求 6 所述的页面加载方法,其特征在于,在所述隐藏的内容节点和所述显示的内容节点的个数超过预设值时,依次删除与所述当前显示区域距离最远的内容节点。
  8. 如权利要求 5 所述的页面加载方法,其特征在于,获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点的步骤包括:
    对所述内容节点绑定第一操作事件;
    当鼠标指针移动到所述内容节点上时触发所述第一操作事件,对所述内容节点绑定若干个第二操作事件。
  9. 如权利要求 5 所述的页面加载方法,其特征在于,获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点的步骤还包括:
    对所述内容节点绑定第三操作事件,当所述内容节点被选中时触发所述第三操作事件,根据选中操作的位置信息,以及各个所述子节点的位置信息,执行与所述子节点对应的操作。
  10. 如权利要求 1 所述的页面加载方法,其特征在于,进一步包括以下步骤:
    将所述页面划分成多个子区域;
    根据所述当前显示区域的定位信息,以及各个所述子区域的位置信息,获取所述当前显示区域对应的子区域的页面内容;
    加载所述子区域的页面内容。
  11. 如权利要求 1 所述的页面加载方法,其特征在于,加载所述当前显示区域对应的页面内容之前,在所述当前显示区域中显示预设的背景图片。
  12. 如权利要求 1 所述的页面加载方法,其特征在于,所述当前显示区域的定位信息包括当前浏览窗口的滚动条位置以及所述当前浏览窗口的显示区域的宽和高。
  13. 一种页面加载系统,其特征在于,包括:
    指令获取模块,用于获取加载页面的指令;
    内容获取模块,用于获取对所述页面的当前显示区域的定位信息,根据所述定位信息获取所述当前显示区域对应的页面内容;
    内容加载模块,用于加载所述当前显示区域对应的页面内容。
  14. 如权利要求 13 所述的页面加载系统,其特征在于,所述内容获取模块进一步用于获取与所述当前显示区域相邻的预定区域的页面内容;
    所述内容加载模块进一步用于加载所述预定区域的页面内容。
  15. 如权利要求 14 所述的页面加载系统,其特征在于:
    所述内容获取模块获取与所述当前显示区域上和 / 或下相邻的若干个像素的页面内容作为所述预定区域的页面内容;
    和 / 或,
    所述内容获取模块获取与所述当前显示区域左和 / 或右相邻的若干个像素的页面内容作为所述预定区域的页面内容。
  16. 如权利要求 14 所述的页面加载系统,其特征在于,所述内容获取模块根据当前对所述页面的浏览顺序,获取与所述当前显示区域相邻的下一显示区域若干个像素的页面内容作为所述预定区域的页面内容。
  17. 如权利要求 13 至 16 中任意一项所述的页面加载系统,所述内容加载模块获取所述当前显示区域对应的页面内容中包含的数据,并将其显示为相应的内容节点。
  18. 如权利要求 17 所述的页面加载系统,其特征在于,所述内容加载模块显示所述当前显示区域对应的页面内容中包含的内容节点,并隐藏所述当前显示区域以外的页面内容中包含的内容节点。
  19. 如权利要求 8 所述的页面加载系统,其特征在于,所述内容加载模块在所述隐藏的内容节点和所述显示的内容节点的个数超过预设值时,依次删除与所述当前显示区域距离最远的内容节点。
  20. 如权利要求 17 所述的页面加载系统,其特征在于,所述内容加载模块还用于对所述内容节点绑定第一操作事件;当鼠标指针移动到所述内容节点上时触发所述第一操作事件,对所述内容节点绑定若干个第二操作事件。
  21. 如权利要求 17 所述的页面加载系统,其特征在于,所述内容加载模块还用于对所述内容节点绑定第三操作事件,当所述内容节点被选中时触发所述第三操作事件,根据选中操作的位置信息,以及各个所述子节点的位置信息,执行与所述子节点对应的操作。
  22. 如权利要求 13 所述的页面加载系统,其特征在于,进一步包括:页面划分模块,所述页面划分模块用于将所述页面划分成多个子区域;
    所述内容获取模块根据所述当前显示区域的定位信息,以及各个所述子区域的位置信息,获取所述当前显示区域对应的子区域的页面内容;
    所述内容加载模块加载所述子区域的页面内容。
  23. 如权利要求 13 所述的页面加载系统,其特征在于,所述内容加载模块在加载所述当前显示区域对应的页面内容之前,在所述当前显示区域中显示预设的背景图片。
  24. 如权利要求 13 所述的页面加载系统,其特征在于,所述当前显示区域的定位信息包括当前浏览窗口的滚动条位置以及所述当前浏览窗口的显示区域的宽和高。
  25. 一种包含计算机可读程序的存储介质,其特征在于,当该存储介质中的计算机可读程序执行时,执行上述权利要求 1 至 12 任意一项中的页面加载方法。
PCT/CN2013/084918 2012-11-29 2013-10-09 页面加载方法及其系统、计算机存储介质 WO2014082500A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/726,411 US10013498B2 (en) 2012-11-29 2015-05-29 Page loading method and system, and computer-readable storage medium
US15/993,436 US10268658B2 (en) 2012-11-29 2018-05-30 Page loading method and system, and computer-readable storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210499558.XA CN103853729B (zh) 2012-11-29 2012-11-29 页面加载方法及其系统
CN201210499558.X 2012-11-29

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/726,411 Continuation US10013498B2 (en) 2012-11-29 2015-05-29 Page loading method and system, and computer-readable storage medium

Publications (1)

Publication Number Publication Date
WO2014082500A1 true WO2014082500A1 (zh) 2014-06-05

Family

ID=50827159

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/084918 WO2014082500A1 (zh) 2012-11-29 2013-10-09 页面加载方法及其系统、计算机存储介质

Country Status (3)

Country Link
US (2) US10013498B2 (zh)
CN (1) CN103853729B (zh)
WO (1) WO2014082500A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106341554A (zh) * 2016-11-29 2017-01-18 努比亚技术有限公司 一种数据内容的快速查找方法、装置及移动终端
CN111291291A (zh) * 2018-12-07 2020-06-16 阿里巴巴集团控股有限公司 页面加载时间的处理方法和装置、系统
CN112882635A (zh) * 2021-02-10 2021-06-01 南京苏宁软件技术有限公司 流程数据处理方法、装置、计算机设备和存储介质
CN113885962A (zh) * 2021-10-11 2022-01-04 上海淇玥信息技术有限公司 一种长屏页面加载方法、装置和电子设备

Families Citing this family (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104133884B (zh) * 2014-07-28 2017-12-26 百度在线网络技术(北京)有限公司 显示网页的方法及装置
WO2016019874A1 (zh) * 2014-08-05 2016-02-11 优视科技有限公司 页面资源加载方法和装置
CN104268221B (zh) * 2014-09-25 2017-09-15 车智互联(北京)科技有限公司 基于Ios系统WebView的翻页方法和翻页系统
CN104461745A (zh) * 2014-12-23 2015-03-25 中科创达软件股份有限公司 一种内存优化方法及装置
CN104536791A (zh) * 2014-12-29 2015-04-22 北京奇虎科技有限公司 基于移动终端的页面资源加载方法及装置
CN106033372A (zh) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 一种页面切换方法及装置
CN106156153B (zh) * 2015-04-14 2022-05-27 腾讯科技(深圳)有限公司 一种加载图片的方法和装置
CN104765855B (zh) * 2015-04-21 2018-03-20 车智互联(北京)科技有限公司 一种应用于浏览器的首屏性能优化方法
US10706119B1 (en) * 2015-04-30 2020-07-07 Tensera Networks Ltd. Content prefetching to user devices based on rendering characteristics
CN104965914A (zh) * 2015-07-06 2015-10-07 无锡天脉聚源传媒科技有限公司 一种页面显示方法及装置
CN105005607A (zh) * 2015-07-06 2015-10-28 无锡天脉聚源传媒科技有限公司 一种页面信息的加载方法及装置
CN106708870B (zh) * 2015-11-16 2020-12-29 百度在线网络技术(北京)有限公司 背景信息展现方法以及装置
CN105468365B (zh) * 2015-11-20 2021-04-23 厦门雅迅网络股份有限公司 一种解决树控件节点数量限制的方法
CN105512227A (zh) * 2015-11-30 2016-04-20 用友优普信息技术有限公司 网页数据加载方法及系统
CN105677741A (zh) * 2015-12-29 2016-06-15 深圳市瑞铭无限科技有限公司 页面资源按需加载的方法及装置
CN105812884B (zh) * 2016-03-02 2019-03-29 深圳市茁壮网络股份有限公司 一种页面切换方法、装置和机顶盒
CN106202315A (zh) * 2016-06-30 2016-12-07 北京奇虎科技有限公司 数据处理的方法及装置
CN106406888B (zh) * 2016-09-22 2020-03-17 武汉斗鱼网络科技有限公司 一种应用程序界面的显示方法及装置
CN106570071A (zh) * 2016-10-14 2017-04-19 上海斐讯数据通信技术有限公司 一种云无线控制器前端页面的加载方法及系统
CN106878372B (zh) * 2016-11-07 2020-10-02 阿里巴巴集团控股有限公司 信息推送方法及装置
CN108153565B (zh) * 2016-12-02 2021-07-20 阿里巴巴集团控股有限公司 提供页面信息的方法及装置
CN106658218A (zh) * 2016-12-26 2017-05-10 深圳Tcl数字技术有限公司 信息分页显示的数据加载方法和装置
CN108268563B (zh) * 2017-01-04 2021-02-19 阿里巴巴(中国)有限公司 页面显示方法、装置及计算设备
CN108319624B (zh) * 2017-01-18 2022-04-26 腾讯科技(深圳)有限公司 数据加载方法及装置
CN108804483B (zh) * 2017-05-05 2020-01-07 平安科技(深圳)有限公司 单元格页面的渲染方法、服务器和计算机可读存储介质
CN107247748B (zh) * 2017-05-24 2020-08-07 北京潘达互娱科技有限公司 页面加载方法及装置
CN109218817B (zh) * 2017-06-29 2021-05-28 武汉斗鱼网络科技有限公司 一种显示虚拟礼物提示消息的方法和装置
CN107463313A (zh) * 2017-08-10 2017-12-12 四川长虹电器股份有限公司 一种预加载列表的方法
US11150786B2 (en) * 2017-09-04 2021-10-19 Rakuten Group, Inc. Information processing device, information processing method, program and storage medium
CN107995977A (zh) * 2017-09-07 2018-05-04 深圳市云中飞网络科技有限公司 界面处理方法、装置、计算机存储介质及电子设备
CN107704598A (zh) * 2017-10-13 2018-02-16 深圳视界信息技术有限公司 瀑布流式网页加载方法、装置、终端与计算机可读存储介质
CN108040144A (zh) * 2017-12-13 2018-05-15 广东欧珀移动通信有限公司 电子装置、图像绘制方法及相关产品
WO2019218384A1 (zh) * 2018-05-14 2019-11-21 优视科技新加坡有限公司 显示处理方法、装置、存储介质及电子终端
CN110110260B (zh) * 2019-04-12 2021-09-10 北京奇艺世纪科技有限公司 一种页面渲染方法、装置及电子设备
CN110609729A (zh) * 2019-09-26 2019-12-24 浪潮软件股份有限公司 一种基于cmspweb的页面监听滚动渲染方法
CN112579851A (zh) * 2019-09-29 2021-03-30 北京国双科技有限公司 页面内容爬取方法、装置、存储介质及设备
CN110889004B (zh) * 2019-11-22 2022-08-12 深圳市毕美科技有限公司 一种矢量图纸展示方法、系统、装置及存储介质
CN113326457A (zh) * 2020-02-28 2021-08-31 北京沃东天骏信息技术有限公司 进行页面刷新的方法和装置
CN111767492B (zh) * 2020-06-30 2023-04-11 中国平安财产保险股份有限公司 图片加载方法、装置、计算机设备及存储介质
CN111931097B (zh) * 2020-09-24 2021-01-05 腾讯科技(深圳)有限公司 信息展示方法、装置、电子设备以及存储介质
CN112364279B (zh) * 2021-01-14 2021-04-27 北京小米移动软件有限公司 图片加载方法、装置
CN112765508A (zh) * 2021-01-27 2021-05-07 维沃移动通信有限公司 信息显示方法、装置及电子设备
CN114547495B (zh) * 2022-01-26 2023-03-24 广东联想懂的通信有限公司 一种页面加载方法、装置、设备及可读存储介质
CN114661200A (zh) * 2022-03-28 2022-06-24 金蝶软件(中国)有限公司 一种页面内容的显示方法、装置、设备及可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008043236A1 (fr) * 2006-09-20 2008-04-17 Yuan Tian Procédé permettant de diviser automatiquement une zone de page web
CN101782905A (zh) * 2009-01-20 2010-07-21 国际商业机器公司 扩展快捷键的方法和装置
US20100281481A1 (en) * 2009-04-30 2010-11-04 Nokia Corporation Apparatus and method for providing a user interface within a computing device
CN102117290A (zh) * 2009-12-30 2011-07-06 北京搜狗科技发展有限公司 一种展现网页中页面元素的方法及系统
CN102591954A (zh) * 2011-12-29 2012-07-18 深圳Tcl新技术有限公司 一种浏览器用数据加载方法、装置及终端

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7747782B2 (en) * 2000-04-26 2010-06-29 Novarra, Inc. System and method for providing and displaying information content
US7567916B1 (en) * 2000-09-12 2009-07-28 Capital One Financial Corporation System and method for performing Web based in-view monitoring
US6944830B2 (en) * 2000-12-21 2005-09-13 Xerox Corporation System and method for browsing hierarchically based node-link structures based on an estimated degree of interest
US8806327B2 (en) * 2005-08-15 2014-08-12 Iii Holdings 1, Llc System and method for displaying unrequested information within a web browser
US8135616B2 (en) * 2008-06-26 2012-03-13 Microsoft Corporation Browsing and quality of service features
US8854576B2 (en) * 2011-10-21 2014-10-07 Corning Incorporated Semitransparent electronic device
CN102346782A (zh) * 2011-10-25 2012-02-08 中兴通讯股份有限公司 在用户终端浏览器上按需显示图片的方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008043236A1 (fr) * 2006-09-20 2008-04-17 Yuan Tian Procédé permettant de diviser automatiquement une zone de page web
CN101782905A (zh) * 2009-01-20 2010-07-21 国际商业机器公司 扩展快捷键的方法和装置
US20100281481A1 (en) * 2009-04-30 2010-11-04 Nokia Corporation Apparatus and method for providing a user interface within a computing device
CN102117290A (zh) * 2009-12-30 2011-07-06 北京搜狗科技发展有限公司 一种展现网页中页面元素的方法及系统
CN102591954A (zh) * 2011-12-29 2012-07-18 深圳Tcl新技术有限公司 一种浏览器用数据加载方法、装置及终端

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106341554A (zh) * 2016-11-29 2017-01-18 努比亚技术有限公司 一种数据内容的快速查找方法、装置及移动终端
CN111291291A (zh) * 2018-12-07 2020-06-16 阿里巴巴集团控股有限公司 页面加载时间的处理方法和装置、系统
CN111291291B (zh) * 2018-12-07 2023-05-02 阿里巴巴集团控股有限公司 页面加载时间的处理方法和装置、系统
CN112882635A (zh) * 2021-02-10 2021-06-01 南京苏宁软件技术有限公司 流程数据处理方法、装置、计算机设备和存储介质
CN113885962A (zh) * 2021-10-11 2022-01-04 上海淇玥信息技术有限公司 一种长屏页面加载方法、装置和电子设备
CN113885962B (zh) * 2021-10-11 2024-04-09 上海淇玥信息技术有限公司 一种长屏页面加载方法、装置和电子设备

Also Published As

Publication number Publication date
US20180276228A1 (en) 2018-09-27
US10013498B2 (en) 2018-07-03
US10268658B2 (en) 2019-04-23
CN103853729B (zh) 2019-03-26
US20150261770A1 (en) 2015-09-17
CN103853729A (zh) 2014-06-11

Similar Documents

Publication Publication Date Title
WO2014082500A1 (zh) 页面加载方法及其系统、计算机存储介质
WO2014000635A1 (zh) 阅读器提供服务的方法、阅读器、终端及计算机存储介质
WO2013169070A1 (en) Multiple window providing apparatus and method
WO2014175692A1 (en) User terminal device with pen and controlling method thereof
WO2014171705A1 (en) Method for adjusting display area and electronic device thereof
WO2013162200A1 (en) Method and terminal for displaying a plurality of pages, method and terminal for displaying a plurality of applications being executed on terminal, and method of executing a plurality of applications
WO2015030564A1 (en) Display apparatus, portable device and screen display methods thereof
WO2016137167A1 (en) Terminal
WO2014088375A1 (en) Display device and method of controlling the same
WO2017105018A1 (en) Electronic apparatus and notification displaying method for electronic apparatus
WO2015009110A1 (ko) 디스플레이를 구비한 휴대 단말기 및 그 휴대 단말기의 동작 방법
WO2018155893A1 (en) Interface providing method for multitasking and electronic device implementing the same
WO2014157899A1 (en) Method for controlling dynamically changing contents of web page and electronic device thereof
WO2015127870A1 (en) Method and apparatus for recommending application
WO2017086559A1 (en) Image display device and operating method of the same
WO2016099166A1 (en) Electronic device and method for displaying webpage using the same
WO2016047898A1 (en) Device and method of controlling the device
WO2018056642A2 (en) Electronic device and method thereof for managing applications
WO2018113187A1 (zh) 一种显示控制方法及显示装置
WO2017036208A1 (zh) 显示界面中的信息提取方法及系统
WO2014048231A1 (zh) 触摸屏智能设备文字处理方法和装置
WO2015144052A1 (en) Method and apparatus for collecting statistics on network information
WO2019062109A1 (zh) 磁盘阵列的挂载方法、Android设备和存储介质
WO2019062102A1 (zh) 磁盘阵列的挂载方法、Android设备和存储介质
WO2017071223A1 (zh) 电视应用的控制方法及装置

Legal Events

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

Ref document number: 13858720

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 13858720

Country of ref document: EP

Kind code of ref document: A1