CN107784086B - Webpage loading method, terminal equipment and computer readable storage medium - Google Patents

Webpage loading method, terminal equipment and computer readable storage medium Download PDF

Info

Publication number
CN107784086B
CN107784086B CN201710928591.2A CN201710928591A CN107784086B CN 107784086 B CN107784086 B CN 107784086B CN 201710928591 A CN201710928591 A CN 201710928591A CN 107784086 B CN107784086 B CN 107784086B
Authority
CN
China
Prior art keywords
page
version number
data
page data
loading
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201710928591.2A
Other languages
Chinese (zh)
Other versions
CN107784086A (en
Inventor
李荣发
朱逸嘉
苏虹伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company of China Ltd
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 Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN201710928591.2A priority Critical patent/CN107784086B/en
Publication of CN107784086A publication Critical patent/CN107784086A/en
Application granted granted Critical
Publication of CN107784086B publication Critical patent/CN107784086B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention is suitable for the technical field of networks, and provides a webpage loading method and a webpage loading system, wherein the webpage loading method comprises the following steps: acquiring a page loading request initiated by a user; if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data; if the first version number is not matched with the second version number of the page data, judging whether the major version number in the first version number is consistent with the major version number in the second version number; if not, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data; if the page data are consistent with the preview page, loading the page data in the database to generate the preview page; and updating the preview page according to the changed content contained in the page change file from the downloaded page change file. The invention solves the problem that the loading efficiency is reduced because the webpage data needs to be downloaded each time the network page is loaded in the existing page loading technology.

Description

Webpage loading method, terminal equipment and computer readable storage medium
Technical Field
The invention belongs to the technical field of networks, and particularly relates to a webpage loading method, a terminal device and a computer readable storage medium.
Background
Web pages are widely used in various industries as one of the important ways to present products to customers. Particularly, the web page contains a large amount of multimedia data such as audio/video data, text data, hyperlink data and the like, and presents rich and colorful contents for a user, so that the data volume downloaded when the web page is loaded is greatly increased. However, in the existing page loading technology, when a network page is loaded each time, the page data needs to be locally retrieved from the page management server and then displayed, and because the amount of the network page data is large, the loading time is too long, the page display efficiency is reduced, and a large amount of flow data of a user is wasted, so that the cost for the user to check the page is increased.
Disclosure of Invention
In view of this, embodiments of the present invention provide a webpage loading method, a terminal device, and a computer-readable storage medium, so as to solve the problem that in the existing page loading technology, when a network page is loaded each time, page data needs to be retrieved locally from a page management server and then displayed, because the amount of network page data is large, the loading time is too long, the page display efficiency is reduced, and a large amount of traffic data of a user is wasted, so that the cost for the user to view the page is increased.
A first aspect of an embodiment of the present invention provides a method for loading a web page, where the method for loading a web page includes:
acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data to acquire a first version number returned by the page management server;
if the first version number is matched with a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database to generate a preview page;
if the first version number is not matched with the second version number, judging whether the major version number in the first version number is consistent with the major version number in the second version number;
if the major version number in the first version number is not consistent with the major version number in the second version number, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data;
if the major version number in the first version number is consistent with the major version number in the second version number, loading the page data in the database to generate a preview page;
and sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file.
A second aspect of the embodiments of the present invention provides a terminal device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the following steps when executing the computer program:
acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data to acquire a first version number returned by the page management server;
if the first version number is matched with a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database to generate a preview page;
if the first version number is not matched with the second version number, judging whether the major version number in the first version number is consistent with the major version number in the second version number;
if the major version number in the first version number is not consistent with the major version number in the second version number, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data;
if the major version number in the first version number is consistent with the major version number in the second version number, loading the page data in the database to generate a preview page;
and sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file.
A third aspect of embodiments of the present invention provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of:
acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data to acquire a first version number returned by the page management server;
if the first version number is matched with a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database to generate a preview page;
if the first version number is not matched with the second version number, judging whether the major version number in the first version number is consistent with the major version number in the second version number;
if the major version number in the first version number is not consistent with the major version number in the second version number, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data;
if the major version number in the first version number is consistent with the major version number in the second version number, loading the page data in the database to generate a preview page;
and sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file.
The webpage loading method, the terminal equipment and the computer readable storage medium provided by the embodiment of the invention have the following beneficial effects that:
the method comprises the steps that when a page loading request initiated by a user is received, whether webpage data corresponding to the page loading request exist or not is detected from a local database, if yes, whether the webpage data need to be updated or not is identified, and therefore a version inquiry request is sent to a page management server corresponding to the page data to obtain a first version number corresponding to the latest page data; if the first version number is matched with the second version number of the local page data, loading the local page data and displaying; otherwise, if the first version number is not matched with the second version number, determining whether the main version numbers between the first version number and the second version number are consistent, thereby determining whether the whole frames of the two page data are consistent, and if not, executing the loading operation after downloading from the page management server again; if the two versions are consistent, the difference between the two versions is not large, local page data can be loaded firstly, then a page change file contained between the two versions is downloaded from the page management server, and the generated preview page is dynamically updated according to the page change file. Compared with the prior art of webpage loading, the embodiment of the invention does not download the webpage data from the webpage management server every time of webpage loading, but firstly queries whether the corresponding webpage data exists in the local database, and if so, extracts the webpage data from the local database, thereby accelerating the loading rate of the webpage data and reducing the consumption of flow. On the other hand, in the case that the page data has been changed, after the terminal device has loaded the local page data in advance, the terminal device sequentially downloads the corresponding page change files from the page management server, and dynamically updates the preview page.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a flowchart illustrating an implementation of a method for loading a web page according to a first embodiment of the present invention;
fig. 2 is a flowchart illustrating a specific implementation of a web page loading method S106 according to a second embodiment of the present invention;
fig. 3 is a flowchart illustrating a specific implementation of a method for loading a web page according to a third embodiment of the present invention;
fig. 4 is a flowchart illustrating a specific implementation of a method for loading a web page according to a fourth embodiment of the present invention;
fig. 5 is a flowchart illustrating a specific implementation of a web page loading method S106 according to a fifth embodiment of the present invention;
fig. 6 is a block diagram of a structure of a loading terminal for a web page according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The method comprises the steps that when a page loading request initiated by a user is received, whether webpage data corresponding to the page loading request exist or not is detected from a local database, if yes, whether the webpage data need to be updated or not is identified, and therefore a version inquiry request is sent to a page management server corresponding to the page data to obtain a first version number corresponding to the latest page data; if the first version number is matched with the second version number of the local page data, loading the local page data and displaying; otherwise, if the first version number is not matched with the second version number, determining whether the main version numbers between the first version number and the second version number are consistent, thereby determining whether the whole frames of the two page data are consistent, and if not, executing the loading operation after downloading from the page management server again; if the two versions are consistent, the difference between the two versions is not large, local page data can be loaded firstly, then a page change file contained between the two versions is downloaded from a page management server, and the generated preview page is dynamically updated according to the page change file, so that the problems that in the existing page loading technology, when a network page is loaded each time, the page data needs to be locally retrieved from the page management server and then displayed, because the amount of the network page data is large, the loading time is too long, the page display efficiency is reduced, a large amount of flow data of a user is wasted, and the cost for the user to check the page is increased are solved.
In the embodiment of the present invention, the main execution body of the process is a loading terminal of a web page, the terminal device includes a mobile phone, a computer device, a tablet computer, a server, and other terminals, and particularly, the terminal device is a mobile terminal, and communicates with the web page management server through a wireless communication module to obtain interactive data related to the web page in the web page management server, and particularly, a database is provided in the terminal device for storing browsed web page data. Fig. 1 shows a flowchart of an implementation of a method for loading a web page according to a first embodiment of the present invention, which is detailed as follows:
in S101, a page loading request initiated by a user is obtained; wherein the page loading request contains a page identification.
In this embodiment, a user may trigger a page loading process by clicking a corresponding button or area on a display module of a terminal device, and in this case, the terminal device determines page data that the user needs to load according to a button identifier or an area coordinate clicked by the user, generates and obtains the page loading request, and encapsulates the page identifier of the page data that the user needs to load in the page loading request.
In this embodiment, the user may also send a page loading request to the terminal device through the user terminal. For example, the terminal device is a page projection device, a database for storing page data is arranged in the terminal device, a user outputs a page number corresponding to the page data through a handheld remote controller and sends the number to the projection device, and then the projection device matches the page data corresponding to the page number from a local database, so that the purpose of page loading is achieved. Of course, the user terminal may be a mobile terminal such as a mobile phone or a tablet computer, besides the handheld remote controller.
In this embodiment, the page identifier includes but is not limited to: page number, page link, page network address, etc. Particularly, if the user initiates a page loading request by clicking the touch module of the mobile terminal, the page identifier may be a position coordinate clicked by the user on the display interface of the terminal device, and then the page that the user needs to load is determined according to the position coordinate.
In S102, if there is page data matching the page identifier in a preset database, a version query request is sent to a page management server corresponding to the page data, so as to obtain a first version number returned by the page management server.
In this embodiment, after acquiring a page loading request of a user, a terminal device extracts a page identifier included in the page loading request, and queries whether page data matching the page identifier exists in a preset database, and if the page data matching the page identifier exists in the preset database, executes the relevant operation of S102; otherwise, if the preset database does not have page data which is not matched with the page identifier, the page data is not browsed or loaded by the user, and the page data is directly downloaded from the page management server and displayed.
In this embodiment, the terminal device stores page data of a network page opened or browsed by a user, sets a corresponding page identifier for each page data, and generates a page identifier list. The terminal equipment inquires whether the page identifier contained in the page loading request exists in the page identifier list, if so, the page management server corresponding to the page data indicated by the page identifier is determined, then a version inquiry request containing the page identifier is generated, and the version inquiry request is sent to the page management server.
In this embodiment, after receiving the version query request, the page management server extracts the page identifier included in the version query request, determines the page data corresponding to the page identifier according to the page identifier, encapsulates the first version number corresponding to the page data in the query result, and returns the query result to the terminal device. Note that the first version number is the latest version number of the page data.
In S1031, if the first version number matches a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database, and generating a preview page.
In the embodiment, after receiving a first version number returned by a page management server, a terminal device matches a second version number corresponding to page data in a local database; if the two version numbers are matched, the local page data is the page data with the latest version, the page data in the database is directly loaded without any updating or re-downloading operation on the page data, and a preview page is generated; on the contrary, if the first version number does not match the second version number of the page data in the local database, it indicates that the local page data is not the latest page data, and the displayed data needs to be kept synchronous with the latest page data in the page management server, so the related operation of S1032 is executed.
In S1032, if the first version number does not match the second version number, it is determined whether the major version number in the first version number is consistent with the major version number in the second version number.
In this embodiment, the version number of the page data is composed of a major version number and a minor version number, and the difference in the display effect of the page data between different major version numbers is large, which relates to the change that affects the whole page, such as page layout and frame, page IU design, and links in the page; and the difference of the display effect of the page data between different sub-version numbers is small, such as the change of pictures, the optimization of fonts, the adjustment of background music, and the like. Therefore, if the terminal device obtains that the first version number is inconsistent with the second version number, whether the main version number between the first version number and the second version number is consistent or not is judged, so that whether the network page data needs to be downloaded again or not is determined.
For example, the first version number is V3.28, wherein the major version number is V3, the sub-version number is 28, and the second version number is V3.22, wherein the major version number is V3, the sub-version number is 22, it can be seen that although the first version number does not match the second version number, the major version numbers between the two are identical, and thus the related operation of S105 is performed; if the second version number is V2.02, the major version numbers of the two are not consistent, and the relevant operation of S104 is performed.
Optionally, in this embodiment, after detecting that the first version number is inconsistent with the first version number, the terminal device may directly load page data to generate a preview page, and detect whether the current network environment matches a preset data downloading environment, if the current network environment matches the preset data downloading environment, download the web page data corresponding to the first version number in the background, and after the downloading is completed, update the preview page.
In S104, if the major version number in the first version number is not consistent with the major version number in the second version number, the page data corresponding to the first version number is downloaded from the page management server, and the page data is loaded and displayed.
In this embodiment, the terminal device determines that the major version number of the first version number is not consistent with the major version number of the second version number, which indicates that the difference between the latest version of the web page data and the web page data in the local database is large, if the web page data of the local database is directly loaded and a preview page is generated, it may be possible that a part of the page functions and the user operations cannot be normally responded by the page management server, and in this case, the terminal device downloads the page data corresponding to the first version number from the page management server to generate the page data with the latest version.
Optionally, after S104, the terminal device replaces the downloaded page data with the page data corresponding to the page identifier in the preset database, so as to update the preset database, and if the user accesses the web page multiple times in a short time, the user also directly reads and loads the web page from the local database, without repeating the downloading operation.
Specifically, the terminal device sends a page data downloading request to the page management server, where the page data downloading request includes a page identifier of the page data to be loaded, and the page management server returns a webpage data packet corresponding to the first version number to the terminal device. Optionally, the terminal device may further encapsulate the second version number in the page data download request, the page management server determines change data between the two version numbers according to the first version number and the second version number, and sends the change data to the terminal device, the terminal device adjusts local page data based on the change data, and loads the page data after the adjustment is completed, so as to generate the preview page.
In S105, if the major version number in the first version number is consistent with the major version number in the second version number, the page data in the database is loaded, and a preview page is generated.
In this embodiment, if the terminal device determines that the major version number of the first version number is consistent with the major version number of the second version number, it indicates that the difference between the latest version of the web page data and the web page data in the local database is small, and after the web page data in the local database can be loaded and a preview page is generated, the preview page is dynamically updated so that the current page is consistent with the web page of the latest version.
In this embodiment, the operation of generating the preview page is performed in synchronization with the operation of S106, that is, the terminal device loads the page data and acquires the page change file from the page management server.
In S106, the page change file included between the release time of the first version number and the release time of the second version number is sequentially downloaded from the page management server, and the preview page is updated according to the change content included in the page change file.
In this embodiment, in order to update a currently displayed preview page, the terminal device retrieves a page change file included between a first version number and a second version number from the page management server in sequence, specifically, each time a page change file is received, an update operation is performed on data included in the preview page, and then after a second change file is downloaded, the preview page is updated again to implement a dynamic update process.
Optionally, in this embodiment, the terminal device may determine, according to the generation time corresponding to the first version number and the second version number, the page change file included between the two generation times, that is, the page change file that needs to be downloaded this time. The terminal equipment can download each page change file in sequence according to the sequence of the generation time.
In this embodiment, after the page change file is downloaded, the terminal device extracts the changed data and the data area corresponding to the changed data included in the page change file, and replaces the data of the corresponding data area in the page data with the changed data, thereby implementing dynamic update. Particularly, since the page data is loaded and then runs in the memory, the terminal device replaces the page data running in the memory with the change data instead of replacing the page data in the preset database.
As can be seen from the above, in the webpage loading method provided in the embodiment of the present invention, when a webpage loading request initiated by a user is received, whether webpage data corresponding to the webpage loading request exists is detected from a local database, and if the webpage data exists, whether an update operation needs to be performed on the webpage data is identified, so that a version query request is sent to a page management server corresponding to the webpage data to obtain a first version number corresponding to the latest webpage data; if the first version number is matched with the second version number of the local page data, loading the local page data and displaying; otherwise, if the first version number is not matched with the second version number, determining whether the main version numbers between the first version number and the second version number are consistent, thereby determining whether the whole frames of the two page data are consistent, and if not, executing the loading operation after downloading from the page management server again; if the two versions are consistent, the difference between the two versions is not large, local page data can be loaded firstly, then a page change file contained between the two versions is downloaded from the page management server, and the generated preview page is dynamically updated according to the page change file. Compared with the prior art of webpage loading, the embodiment of the invention does not download the webpage data from the webpage management server every time of webpage loading, but firstly queries whether the corresponding webpage data exists in the local database, and if so, extracts the webpage data from the local database, thereby accelerating the loading rate of the webpage data and reducing the consumption of flow. On the other hand, in the case that the page data has been changed, after the terminal device has loaded the local page data in advance, the terminal device sequentially downloads the corresponding page change files from the page management server, and dynamically updates the preview page.
Fig. 2 shows a flowchart of a specific implementation of the method S106 for loading a web page according to the second embodiment of the present invention. Referring to fig. 2, with respect to the embodiment shown in fig. 1, S106 in the method for loading a web page provided in this embodiment includes S201 to S203, which are detailed as follows:
further, the change content includes an added content, a deleted content, and a replaced content; the updating the preview page according to the changed content contained in the page change file includes:
in S201, if the changed content is newly added content, adjusting the position of the page data in the preview page according to a display area corresponding to newly added data in the newly added content, and loading the newly added data in the display area.
In this embodiment, the changed content included in the page change file includes three types, which are respectively an added content, a deleted content, and a changed content, one page change file may include one or at least two changed contents, and the types of the different changed contents may be the same or different. And the terminal equipment respectively updates the page data of the corresponding area in the preview page according to the change content contained in the page change file.
Specifically, if the changed content is the new content, the new content will include the new page data and the display area corresponding to the new page data, and particularly, the new content also includes the display area position of each display content in the original page data in the updated page. Firstly, the terminal equipment updates the corresponding relation between each display content and the position of the display area of the display content, and then adds the newly added display content into the page data, thereby realizing the updating operation of the newly added content.
In this embodiment, after the terminal device finishes updating, the terminal device may automatically perform a page refresh operation, so as to update the display content of the preview page. Particularly, if the page data includes a plurality of pages, for example, the H5 page is composed of a plurality of different sub-pages, and the terminal device displays a certain sub-page of the H5 page, in this case, the terminal device first performs an update operation on another sub-page, and when the user switches the currently displayed sub-page, updates the sub-page, so that the latest web page is also displayed when the user returns to the sub-page.
In S202, if the changed content is a deleted content, the page data corresponding to the deleted content is deleted, and the positions of the remaining page data in the preview page are adjusted.
In this embodiment, if the changed content is the deleted content, the deleted content will include the data to be deleted and the area location corresponding to the data to be deleted, for example, the field range, and the terminal device will locate the content to be deleted in the page data according to the area location, delete the data content in the area location from the page data, and update the display location corresponding to the displayed content, thereby achieving the purpose of adjusting the locations of the rest of the page data in the preview page.
In this embodiment, the deleted content may be continuous or discontinuous, that is, it is represented by one deleted area and a plurality of deleted areas, and in contrast, in the case where the deleted content includes a plurality of deleted areas, the terminal device may perform the deletion operation on the data of each deleted area one by one, or may perform the deletion operation on the data of each deleted area at the same time after positioning the deleted content.
In S203, if the changed content is the replacement content, replacing the page data of the corresponding display area in the preview page with the page data corresponding to the replacement content.
In this embodiment, if the changed content is the substitute content, the substitute content will include the data to be replaced and the position coordinates of the substituted data corresponding thereto, the terminal device will locate the substituted data in the page data according to the position coordinates, then delete the substituted data and add the substituted data included in the substitute content to the corresponding position coordinates, so as to change the display content at the corresponding position in the preview page.
In the embodiment of the invention, different changing operations are executed according to different types of changing contents, so that the operations of adding, deleting, replacing and the like of page data are realized, the application range of the page loading method is expanded, and the aim of dynamic updating is fulfilled.
Fig. 3 is a flowchart illustrating a specific implementation of a method for loading a web page according to a second embodiment of the present invention. Referring to fig. 3, with respect to the embodiment shown in fig. 1, the method for loading a web page provided in this embodiment further includes S301 and S302, which are detailed as follows:
further, after the obtaining of the page loading request initiated by the user, the method further includes:
in S301, if there is no page data matching the page identifier in the preset database, downloading the page data corresponding to the page identifier from the page management server, and generating a preview page according to the page data.
In this embodiment, if the preset local database does not have the page data matched with the page identifier, it indicates that the user opens or browses the page on the mobile terminal, and the user loads the page data for the first time, so that the preset database does not have the page data matched with the user. In this case, the terminal device generates a page data obtaining instruction so as to download the page data corresponding to the page identifier from the page management server.
Optionally, in this embodiment, the terminal device may further determine, according to a page loading request initiated by the user, an associated page corresponding to the page identifier, and download the page data of the associated page while downloading the page data corresponding to the page identifier, where the associated page is other page data with a relatively high association with the page data. For example, most users open the second page within a preset time interval after opening the first page, in this case, the page management server adds 1 to the correlation coefficient between the two pages, and if the value of the correlation coefficient is greater than a preset correlation threshold, it is identified that the two pages belong to the correlated page. Therefore, the user can browse other pages related to the page at the same time only by waiting for the downloading process of the page data once, and the page browsing efficiency of the user is improved. In particular, the associated page may be a page corresponding to a hyperlink contained in the page data.
In this embodiment, the terminal device directly stores the downloaded page data in the memory module, and performs the loading and displaying operations, so that the page data is not stored in the local database of the terminal device, and in order to store the page data, after the page data is displayed, that is, after a page closing instruction initiated by the user is detected, the relevant operation of S302 is executed.
In S302, if a page closing instruction initiated by a user is received, according to a data amount included in the page data, allocating a storage space corresponding to the data amount in the database, storing the page data in the storage space, and establishing a corresponding relationship between the storage space and a page identifier.
In this embodiment, after the user finishes browsing the page, the user generates a page close instruction to quit the generated preview page and perform other operations. Therefore, if the terminal device detects that the user initiates a page close instruction, and the page data corresponding to the page close instruction is not stored in the preset database, the operation of S302 is executed.
In this embodiment, the terminal device establishes an independent storage space in the preset database to include the page data, so that the size of the storage space is determined according to the data size of the current page data, and of course, the size of the storage space may be equal to or larger than the data size of the page data, so as to ensure a certain margin for storing the change data corresponding to the page data. For example, the data size of a certain page of data is 10MB, and the preset storage ratio is 150%, so the terminal device will determine the storage space corresponding to the data size according to the preset storage ratio, that is, 15 MB.
In this embodiment, after the terminal device sets the corresponding storage space, the web page data running from the memory is stored in the storage space, and a mapping relationship between the page identifier and the storage space is established according to the page identifier extracted in S101, so that the page data of the storage space is directly obtained in the next reading.
Optionally, in this embodiment, if the storage space in the database is insufficient, the storage space of one or more page data with the smallest loading times and the earliest browsing date may be released according to the loading times of each page data, so as to store the page data downloaded this time.
In the embodiment of the invention, the number of the pages in the database is enriched by storing the data of the page browsed for the first time, so that the page can be quickly loaded when a user opens the related page at the later stage, and the page browsing speed of the user is improved.
Fig. 4 is a flowchart illustrating a specific implementation of a method for loading a web page according to a fourth embodiment of the present invention. Referring to fig. 4, in the embodiment, as compared with fig. 1 to 3, in the method for loading a web page provided in this embodiment, the method for downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data further includes S401 to S403, and the method for loading a page further includes S404, which is described in detail as follows:
further, the downloading, from the page management server, the page data corresponding to the first version number, and loading and displaying the page data further includes:
in S401, it is determined whether the current network state matches a preset data download network state.
In this embodiment, when detecting that the local database has the page data matched with the page loading request of the user, and when the version of the page data is older and needs to be re-downloaded, in order to avoid consuming excessive traffic for downloading the page data, the terminal device detects whether the current network state matches with the preset data downloading network state, thereby determining whether the page data needs to be downloaded through the current network state.
Specifically, the preset data downloading network state may be a state connected with a WIFI wireless network or a wired communication state, and in this case, the page data corresponding to the first version number may be downloaded through the WIFI network or the wired network without consuming the mobile communication traffic of the terminal device. Therefore, if the current network state is matched with the preset data downloading network state, directly downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data; otherwise, if the current network status does not match the preset downloading network status, the relevant operation of S402 is executed.
In this embodiment, the preset data download network status may be set according to the requirement of the user. Certainly, the user may also set to prompt before downloading the page data, notify the user terminal device of the operation to download the page data through a pop-up frame or a notification or other relevant prompting manner, and perform the operation of downloading the page data corresponding to the first version number from the page management server and loading and displaying the page data after receiving a download determining instruction returned by the user.
In S402, if the current network state does not match the preset data download network state, the current traffic consumption condition is obtained.
In this embodiment, if the current network state of the terminal device is not matched with the preset data downloading network state, the terminal device downloads the page data through the mobile data network of the terminal device, so that the current traffic consumption condition of the mobile terminal is obtained. Specifically, a flow statistic application is locally arranged in the terminal device, and under the condition, the terminal device directly obtains the current flow consumption condition by reading a corresponding flow reading in the flow statistic application; the terminal device can also send a flow query request to a server corresponding to the flow provider, so that the server returns the current flow consumption condition corresponding to the terminal device.
In this embodiment, a consumption range is preset in the terminal device, and if the current consumption condition is within the consumption range, the relevant operation of S403 is executed; otherwise, if the current consumption situation is outside the consumption range, the relevant operation of S404 is executed.
Optionally, in this embodiment, the value of the consumption range is dynamically adjusted according to the current date. For example, if the consumable flow of the terminal device of the user in the current month is 300MB, the expected consumption amount per day is 10MB, so the consumption range preset in the current first day is 10MB, and the consumption range preset in the 20 th day of the current month is 200 MB.
In S403, if the current traffic consumption is within the preset consumption range, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data.
In this embodiment, if it is determined that the current traffic consumption is within the preset consumption range, the terminal device indicates that the terminal device has sufficient mobile network data to use, so that the page data corresponding to the first version number is downloaded from the page management server in the current network state, and after the downloading is completed, the page data is loaded and displayed, and a preview page is generated.
Optionally, in this embodiment, if the terminal device detects that the current network state is changed, the relevant step of S401 is executed again, so that if the changed network state meets the preset data downloading network state, the terminal device switches to the downloading port corresponding to the data downloading network state to continue downloading the page data, and returns the downloaded data condition to the page management server, so that the page management server continues to send the page data that is not received, thereby avoiding occurrence of a repeatedly received condition.
Further, the loading method of the page further comprises the following steps:
in S404, if the current traffic consumption is outside the preset consumption range, the page data in the database is loaded, and the preview page is generated.
In this embodiment, when the terminal device detects that the current traffic consumption situation is outside the preset consumption range, it indicates that the available traffic of the current terminal device is not enough to support the downloading operation of the current page data, and if the downloading operation is performed, additional traffic cost may be consumed. Therefore, the user is prevented from paying extra money, the terminal equipment can extract the page data corresponding to the page identifier in the local database, load the page data and generate a corresponding preview page, and the user can preview the page conveniently.
Optionally, in this case, since the preview page generated by the local page data is greatly different from the preview page of the latest version, and a part of functions may be deleted or the connection may be removed, that is, when the user clicks the corresponding area, the server cannot correctly return corresponding data to the terminal device, so that, in order to avoid this situation, in the display mode of S404, the user may only browse the preview page and cannot perform an interactive service through the page.
In the embodiment of the invention, the current network condition and the flow consumption condition of the terminal equipment are detected, so that the situation that a user consumes a large amount of flow and extra cost of the user are increased due to the fact that the user carries out page loading operation is avoided, and the wind direction of unconscious consumption of the user is reduced.
Fig. 5 is a flowchart illustrating a specific implementation of the web page loading method S106 according to a fifth embodiment of the present invention. Referring to fig. 5, with respect to the embodiment described in fig. 1, the method S106 for loading a web page provided in this embodiment further includes the following steps, which are detailed as follows:
further, the sequentially downloading the page change files included between the release time of the first version number and the release time of the second version number from the page management server includes:
in S501, determining the number of files of the page change file according to a version difference between a sub-version number included in the first version number and a sub-version number included in the second version number; wherein the version difference is equal to the number of files.
In this embodiment, the first version number and the second version number of the terminal device include a major version number and a minor version number, and when the terminal device determines that the major version number is the same, a page change file between the two minor version numbers is obtained from the page management server, where the number of the page change file is determined by a version difference between the minor version number of the first version number and the minor version number of the second version number. For example, if the first version number is V3.12 and the second version number is V3.09, the difference between the sub-version number of the first version number and the sub-version number of the second version number is 12-9, which is 3, and 3 page change files need to be downloaded.
In this embodiment, after the number of the page change files is determined, the version numbers corresponding to the page change files may be determined, and then the downloading operation is performed from the page management server through the version numbers of the page change files. Continuing with the above example, since there are 3 page change files between the two versions, the first page change file is such that the page data is changed from V3.09 to V3.10, the version number of the page change file is V3.10, and so on, the 3 page change files are V3.10, V3.11, and V3.12, respectively.
In the embodiment of the invention, the number of the page change files needing to be downloaded is determined by calculating the difference between the two sub-version numbers, so that the preview page is updated.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 6 shows a block diagram of a structure of a loading terminal for a web page according to an embodiment of the present invention, where the loading terminal for a web page includes units for executing steps in the corresponding embodiment of fig. 1. Please refer to fig. 1 and fig. 1 for the corresponding description of the embodiment. For convenience of explanation, only the portions related to the present embodiment are shown.
Referring to fig. 6, the loading terminal of the web page includes:
a page loading request obtaining unit 61, configured to obtain a page loading request initiated by a user; wherein the page loading request contains a page identifier;
a first version number obtaining unit 62, configured to send a version query request to a page management server corresponding to the page data if page data matching the page identifier exists in a preset database, so as to obtain a first version number returned by the page management server;
the local page loading unit 631 is configured to, if the first version number matches a second version number of the page data in the database, extract the page data corresponding to the second version number from the database, and generate a preview page;
a major version number matching unit 632, configured to determine whether a major version number in the first version number is consistent with a major version number in the second version number if the first version number is not matched with the second version number of the page data in the database;
a re-download executing unit 64, configured to download, from the page management server, the page data corresponding to the first version number, and load and display the page data if the major version number in the first version number is not consistent with the major version number in the second version number;
a first preview page generating unit 65, configured to load the page data in the database and generate a preview page if the major version number in the first version number is consistent with the major version number in the second version number;
a preview page updating unit 66, configured to sequentially download, from the page management server, a page change file included between the release time of the first version number and the release time of the second version number, and update the preview page according to change content included in the page change file.
Optionally, the change content includes an added content, a deleted content, and a replaced content; the preview page updating unit 66 includes:
a newly added content updating unit, configured to adjust a position of page data in the preview page according to a display area corresponding to newly added data in the newly added content if the changed content is the newly added content, and load the newly added data in the display area;
a deleted content updating unit, configured to delete the page data corresponding to the deleted content and adjust positions of the remaining page data in the preview page if the changed content is the deleted content;
and the replacing content updating unit is used for replacing the page data of the corresponding display area in the preview page by adopting the page data corresponding to the replacing content if the changing content is the replacing content.
Optionally, the loading terminal of the page further includes:
the page data downloading unit is used for downloading the page data corresponding to the page identifier from the page management server if the preset database does not have the page data matched with the page identifier, and generating a preview page according to the page data;
and the page data storage unit is used for allocating a storage space corresponding to the data volume in the database according to the data volume contained in the page data if a page closing instruction initiated by a user is received, storing the page data in the storage space, and establishing the corresponding relationship between the storage space and the page identifier.
Optionally, the re-download performing unit 64 further includes:
the network state judging unit is used for judging whether the current network state is matched with the preset data downloading network state;
a traffic consumption condition obtaining unit, configured to obtain a current traffic consumption condition if a current network state is not matched with a preset data download network state;
the page data loading unit is used for downloading the page data corresponding to the first version number from the page management server and loading and displaying the page data if the current flow consumption condition is within a preset consumption range;
the page loading terminal further comprises:
and the second preview page generating unit is used for loading the page data in the database and generating the preview page if the current flow consumption condition is out of a preset consumption range.
Optionally, the preview page updating unit 66 further includes:
a page change file determining unit, configured to determine the number of files of the page change file according to a version difference between a sub-version number included in the first version number and a sub-version number included in the second version number; wherein the version difference is equal to the number of files.
Therefore, the client of the webpage loading terminal provided by the embodiment of the present invention can also detect whether the webpage data corresponding to the webpage loading request exists in the local database when receiving the webpage loading request initiated by the user, and if so, identify whether the updating operation needs to be performed on the webpage data, so as to send a version query request to the page management server corresponding to the webpage data to obtain the first version number corresponding to the latest webpage data; if the first version number is matched with the second version number of the local page data, loading the local page data and displaying; otherwise, if the first version number is not matched with the second version number, determining whether the main version numbers between the first version number and the second version number are consistent, thereby determining whether the whole frames of the two page data are consistent, and if not, executing the loading operation after downloading from the page management server again; if the two versions are consistent, the difference between the two versions is not large, local page data can be loaded firstly, then a page change file contained between the two versions is downloaded from the page management server, and the generated preview page is dynamically updated according to the page change file. Compared with the prior art of webpage loading, the embodiment of the invention does not download the webpage data from the webpage management server every time of webpage loading, but firstly queries whether the corresponding webpage data exists in the local database, and if so, extracts the webpage data from the local database, thereby accelerating the loading rate of the webpage data and reducing the consumption of flow. On the other hand, in the case that the page data has been changed, after the terminal device has loaded the local page data in advance, the terminal device sequentially downloads the corresponding page change files from the page management server, and dynamically updates the preview page.
Fig. 7 is a schematic diagram of a terminal device according to another embodiment of the present invention. As shown in fig. 7, the terminal device 7 of this embodiment includes: a processor 70, a memory 71 and a computer program 72, such as a loader of pages, stored in said memory 71 and executable on said processor 70. The processor 70, when executing the computer program 72, implements the steps in the above-described embodiments of the loading method for each page, such as S101 to S106 shown in fig. 1. Alternatively, the processor 70, when executing the computer program 72, implements the functions of the units in the above-described device embodiments, such as the functions of the modules 61 to 66 shown in fig. 6.
Illustratively, the computer program 72 may be divided into one or more units, which are stored in the memory 71 and executed by the processor 70 to accomplish the present invention. The one or more units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 72 in the terminal device 7. For example, the computer program 72 may be divided into a page loading request obtaining unit, a first version number obtaining unit, a local page loading unit, a major version number matching unit, a re-downloading executing unit, a first preview page generating unit, and a preview page updating unit, where the specific functions of the units are as follows:
the page loading request acquisition unit is used for acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
a first version number obtaining unit, configured to send a version query request to a page management server corresponding to the page data if page data matching the page identifier exists in a preset database, so as to obtain a first version number returned by the page management server;
the local page loading unit is used for extracting the page data corresponding to the second version number from the database and generating a preview page if the first version number is matched with the second version number of the page data in the database;
a major version number matching unit, configured to determine whether a major version number in the first version number is consistent with a major version number in the second version number if the first version number is not matched with the second version number of the page data in the database;
a re-download execution unit, configured to download, if the major version number in the first version number is not consistent with the major version number in the second version number, the page data corresponding to the first version number from the page management server, and load and display the page data;
a first preview page generating unit, configured to load the page data in the database and generate a preview page if a major version number in the first version number is consistent with a major version number in the second version number;
and the preview page updating unit is used for sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file.
The terminal device 7 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 70, a memory 71. It will be appreciated by those skilled in the art that fig. 7 is merely an example of a terminal device 7 and does not constitute a limitation of the terminal device 7 and may comprise more or less components than shown, or some components may be combined, or different components, for example the terminal device may further comprise input output devices, network access devices, buses, etc.
The Processor 70 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7. The memory 71 may also be an external storage device of the terminal device 7, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the terminal device 7. Further, the memory 71 may also include both an internal storage unit and an external storage device of the terminal device 7. The memory 71 is used for storing the computer program and other programs and data required by the terminal device. The memory 71 may also be used to temporarily store data that has been output or is to be output.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. . Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (8)

1. A webpage loading method is characterized by comprising the following steps:
acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data to acquire a first version number returned by the page management server;
if the first version number is matched with a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database to generate a preview page;
if the first version number is not matched with the second version number, judging whether the major version number in the first version number is consistent with the major version number in the second version number;
if the major version number in the first version number is not consistent with the major version number in the second version number, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data;
if the major version number in the first version number is consistent with the major version number in the second version number, loading the page data in the database to generate a preview page;
sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file; the page change file is acquired from a page management server while the page data is loaded;
the downloading, from the page management server, the page data corresponding to the first version number, and loading and displaying the page data further includes:
judging whether the current network state is matched with a preset data downloading network state;
if the current network state is not matched with the preset data downloading network state, acquiring the current traffic consumption condition;
if the current flow consumption condition is within a preset consumption range, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data; the numerical value of the consumption range is dynamically adjusted according to the current date;
if the current flow consumption condition is out of a preset consumption range, loading the page data in the database and generating the preview page;
if the terminal equipment detects that the current network state is changed, returning to execute and judging whether the current network state is matched with the preset data downloading network state or not; and if the changed network state is matched with the preset data downloading network state, switching to a downloading port corresponding to the data downloading network state to continue downloading the page data, and returning the downloaded data condition to the page management server.
2. The loading method according to claim 1, wherein the changed content includes an added content, a deleted content, and a replaced content; the updating the preview page according to the changed content contained in the page change file includes:
if the changed content is newly added content, adjusting the position of page data in the preview page according to a display area corresponding to newly added data in the newly added content, and loading the newly added data in the display area;
if the changed content is deleted content, deleting the page data corresponding to the deleted content, and adjusting the positions of the rest page data in the preview page;
and if the changed content is the replacement content, replacing the page data of the corresponding display area in the preview page by adopting the page data corresponding to the replacement content.
3. The loading method of claim 1, further comprising:
if the preset database does not have page data matched with the page identifier, downloading the page data corresponding to the page identifier from the page management server, and generating a preview page according to the page data;
if a page closing instruction initiated by a user is received, according to the data volume contained in the page data, allocating a storage space corresponding to the data volume in the database, storing the page data in the storage space, and establishing a corresponding relation between the storage space and a page identifier.
4. The loading method according to claim 1, wherein the downloading the page change file included between the release time of the first version number and the release time of the second version number from the page management server in sequence comprises:
determining the number of files of the page change file according to the version difference between the sub-version number contained in the first version number and the sub-version number contained in the second version number; wherein the version difference is equal to the number of files.
5. A terminal device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring a page loading request initiated by a user; wherein the page loading request contains a page identifier;
if the preset database has page data matched with the page identifier, sending a version query request to a page management server corresponding to the page data to acquire a first version number returned by the page management server;
if the first version number is matched with a second version number of the page data in the database, extracting the page data corresponding to the second version number from the database to generate a preview page;
if the first version number is not matched with the second version number, judging whether the major version number in the first version number is consistent with the major version number in the second version number;
if the major version number in the first version number is not consistent with the major version number in the second version number, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data;
if the major version number in the first version number is consistent with the major version number in the second version number, loading the page data in the database to generate a preview page;
sequentially downloading a page change file contained between the release time of the first version number and the release time of the second version number from the page management server, and updating the preview page according to change content contained in the page change file; the page change file is acquired from a page management server while the page data is loaded;
the downloading, from the page management server, the page data corresponding to the first version number, and loading and displaying the page data further includes:
judging whether the current network state is matched with a preset data downloading network state;
if the current network state is not matched with the preset data downloading network state, acquiring the current traffic consumption condition;
if the current flow consumption condition is within a preset consumption range, downloading the page data corresponding to the first version number from the page management server, and loading and displaying the page data; the numerical value of the consumption range is dynamically adjusted according to the current date;
if the current flow consumption condition is out of a preset consumption range, loading the page data in the database and generating the preview page;
if the terminal equipment detects that the current network state is changed, returning to execute and judging whether the current network state is matched with the preset data downloading network state or not; and if the changed network state is matched with the preset data downloading network state, switching to a downloading port corresponding to the data downloading network state to continue downloading the page data, and returning the downloaded data condition to the page management server.
6. The terminal device according to claim 5, wherein the change content includes an addition content, a deletion content, and a replacement content; the updating the preview page according to the changed content contained in the page change file includes:
if the changed content is newly added content, adjusting the position of page data in the preview page according to a display area corresponding to newly added data in the newly added content, and loading the newly added data in the display area;
if the changed content is deleted content, deleting the page data corresponding to the deleted content, and adjusting the positions of the rest page data in the preview page;
and if the changed content is the replacement content, replacing the page data of the corresponding display area in the preview page by adopting the page data corresponding to the replacement content.
7. The terminal device according to claim 5, wherein the processor when executing the computer program further performs the steps of:
if the preset database does not have page data matched with the page identifier, downloading the page data corresponding to the page identifier from the page management server, and generating a preview page according to the page data;
if a page closing instruction initiated by a user is received, according to the data volume contained in the page data, allocating a storage space corresponding to the data volume in the database, storing the page data in the storage space, and establishing a corresponding relation between the storage space and a page identifier.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN201710928591.2A 2017-10-09 2017-10-09 Webpage loading method, terminal equipment and computer readable storage medium Active CN107784086B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710928591.2A CN107784086B (en) 2017-10-09 2017-10-09 Webpage loading method, terminal equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710928591.2A CN107784086B (en) 2017-10-09 2017-10-09 Webpage loading method, terminal equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN107784086A CN107784086A (en) 2018-03-09
CN107784086B true CN107784086B (en) 2020-08-04

Family

ID=61433570

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710928591.2A Active CN107784086B (en) 2017-10-09 2017-10-09 Webpage loading method, terminal equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN107784086B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110321227A (en) * 2018-03-29 2019-10-11 腾讯科技(深圳)有限公司 Page data synchronous method, electronic device and computer readable storage medium
CN110413684B (en) * 2018-04-25 2023-05-02 杭州海康存储科技有限公司 Database synchronization method, device and system
CN108845816B (en) * 2018-06-22 2021-09-10 平安科技(深圳)有限公司 Application program updating method, system, computer device and storage medium
CN108984206B (en) * 2018-08-09 2021-10-19 聚好看科技股份有限公司 Data sending method and equipment
CN109871503A (en) * 2019-01-18 2019-06-11 平安普惠企业管理有限公司 Data calling method, device, computer equipment and storage medium
CN110162725A (en) * 2019-04-10 2019-08-23 浙江口碑网络技术有限公司 Online page loading method, device, storage medium and computer equipment
CN111078983B (en) * 2019-06-09 2023-04-28 广东小天才科技有限公司 Method for determining page to be identified and learning equipment
CN110321177B (en) * 2019-06-18 2022-06-03 北京奇艺世纪科技有限公司 Mobile application localized loading method and device and electronic equipment
CN110287443B (en) * 2019-06-28 2024-03-15 腾讯科技(深圳)有限公司 Page data display method and related device
CN112395437A (en) * 2019-08-16 2021-02-23 北京百度网讯科技有限公司 3D model loading method and device, electronic equipment and storage medium
CN110674435A (en) * 2019-09-27 2020-01-10 网易(杭州)网络有限公司 Page access method, server, terminal, electronic equipment and readable storage medium
CN111259178A (en) * 2020-01-19 2020-06-09 罗普特科技集团股份有限公司 Image data synchronization method, device and system
CN113687885A (en) * 2020-05-19 2021-11-23 京东方科技集团股份有限公司 Method, device and system for loading page data
CN111966937A (en) * 2020-09-04 2020-11-20 Oppo(重庆)智能科技有限公司 Search response method and device and computer readable storage medium
CN115708062A (en) * 2021-08-20 2023-02-21 花瓣云科技有限公司 Application control method and system and electronic equipment
CN113778707A (en) * 2021-08-24 2021-12-10 北京达佳互联信息技术有限公司 Front-end frame loading method and device, electronic equipment and storage medium
CN113825008B (en) * 2021-11-24 2022-03-01 飞狐信息技术(天津)有限公司 Active page display method and device
CN114518922B (en) * 2021-12-28 2024-03-05 百果园技术(新加坡)有限公司 Page display system, method and device, electronic equipment and storage medium
CN114021050B (en) * 2022-01-04 2022-03-29 太平金融科技服务(上海)有限公司深圳分公司 Data processing method, data processing device, computer equipment and storage medium
CN114995861B (en) * 2022-08-02 2022-09-30 中航信移动科技有限公司 Weex-based application program updating method, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296255A (en) * 2008-06-30 2008-10-29 腾讯科技(深圳)有限公司 Web page browsing method, system, proxy server and mobile phone browser
CN102594873A (en) * 2012-01-12 2012-07-18 山东大学 Passive voice alarm system based on B/S (Browser/Server) framework

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8566346B2 (en) * 2010-08-06 2013-10-22 Navteq B.V. Page server for navigation data
CN102833350A (en) * 2012-09-11 2012-12-19 优视科技有限公司 Processing method and processing device of WebApp updating
CN104065637B (en) * 2013-07-10 2015-07-01 腾讯科技(深圳)有限公司 Web-game running method and device
CN105138376A (en) * 2015-09-01 2015-12-09 北京皮尔布莱尼软件有限公司 Mixed model application, webpage resource upgrading method thereof, mobile terminal and system
CN106790334A (en) * 2015-11-25 2017-05-31 广州市动景计算机科技有限公司 A kind of page data transmission method and system
CN106933865A (en) * 2015-12-31 2017-07-07 北京五八信息技术有限公司 The resource loading method and device of mobile applications web application
CN106682176A (en) * 2016-12-29 2017-05-17 北京五八信息技术有限公司 Page loading method, equipment and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296255A (en) * 2008-06-30 2008-10-29 腾讯科技(深圳)有限公司 Web page browsing method, system, proxy server and mobile phone browser
CN102594873A (en) * 2012-01-12 2012-07-18 山东大学 Passive voice alarm system based on B/S (Browser/Server) framework

Also Published As

Publication number Publication date
CN107784086A (en) 2018-03-09

Similar Documents

Publication Publication Date Title
CN107784086B (en) Webpage loading method, terminal equipment and computer readable storage medium
US9519654B2 (en) Method, device, processing center and system for desktop synchronization
TWI496068B (en) Method for displaying a graphic interface with message notification, apparatus, and a computer-readable storage device
EP2919440B1 (en) Advertisement processing method and device
CN107844324B (en) Client page jump processing method and device
WO2019024754A1 (en) Page loading method, device, and system
US10911565B2 (en) Method, device and system for associating a service account
US10652315B2 (en) Method, apparatus, and system for distributing information in graphic code
WO2020052337A1 (en) Information processing method and apparatus, storage medium, and electronic device
CN103902589B (en) Management method and device for downloaded files
US9798827B2 (en) Methods and devices for preloading webpages
WO2017121278A1 (en) Information-pushing device, method, client and machine-readable storage medium
CN104601736A (en) Method and device for realizing short uniform resource locator (URL) service
CN108647032B (en) Application loading method and device, computer device and computer readable storage medium
CN103188321A (en) Information synchronizing method and system based on cloud server
CN103345696A (en) Display method, device and mobile terminal of pushing information
CN107784085B (en) Data list exporting method and terminal thereof
CN109885332A (en) Image quality chip software upgrade method, device, display equipment and storage medium
US10938773B2 (en) Method and apparatus for synchronizing contact information and medium
CN110019539A (en) A kind of method and apparatus that the data of data warehouse are synchronous
CN111782728A (en) Data synchronization method, device, electronic equipment and medium
CN109656592B (en) Card management method, device, terminal and computer readable storage medium
CN109391658B (en) Account data synchronization method and equipment, storage medium and terminal thereof
WO2015176498A1 (en) Software upgrade method, mobile terminal and computer storage medium
US20180300122A1 (en) Data processing method and system, and server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant