CN104978385A - Information processing method, browser client and terminal - Google Patents
Information processing method, browser client and terminal Download PDFInfo
- Publication number
- CN104978385A CN104978385A CN201510122500.7A CN201510122500A CN104978385A CN 104978385 A CN104978385 A CN 104978385A CN 201510122500 A CN201510122500 A CN 201510122500A CN 104978385 A CN104978385 A CN 104978385A
- Authority
- CN
- China
- Prior art keywords
- page
- browser client
- event
- status object
- timestamp
- 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.)
- Granted
Links
Landscapes
- Debugging And Monitoring (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention discloses an information processing method, a browser client and a terminal. The method comprises the following steps of: detecting whether the browser client supports hypertext markup language (HTML) 5, and binding an event corresponding to an obtained detection result; monitoring a triggered event in the bound event, and determining a navigation operation type with regard to a current page based on a monitoring result; determining that the navigation operation type is represented in a historical page presented by the browser client, determining a status object having timestamp in a status object list based on the timestamp of the historical page, and extracting display field data from the determined status object; and acquiring page data corresponding to the historical page, and restoring a display field of the historical page in the browser client based on the page data and the display field data. With the adoption of the information processing method, the browser client and the terminal, the backward and forward function of a browsing page can be achieved by compatibility with the browser client of the traditional type and version, and site protection on the browsing page can be achieved.
Description
Technical field
The present invention relates to network technology, particularly relate to a kind of information processing method, browser client and terminal.
Background technology
Single-page application (SPA, Single Page Application) be the application run in browser client, be terminal particularly mobile terminal (as smart mobile phone, panel computer) browse the main flow implementation of webpage, when browser client is by single-page application access accesses network (as video website), single-page application surface only has an address to the front end of browser client, all activities are confined to a Web page (hereinafter referred to as current page) in browser client, only load corresponding HTML (Hypertext Markup Language) (HTML when page initialization, Hyper Text Mark-up Language), script (JavaScript) and stacked list (CSS, Cascading style Sheets), once the page has loaded, browser client can not carry out reloading or redirect of the page because of the operation of user, but to utilize in the JavaScript dynamic mapping page HTML to realize the renewal of the page, that is, although the page (content of pages) there occurs conversion, but owing to not carrying out reloading or redirect of the page, but the page after all conversion contents is identified as the same page based on the unique address of the page by browser client,
Because browser client only needs the part redrawing content change in user interface, and do not need to redraw whole current page; Avoiding problems reloading (refreshing) of the page, thus reduce the response time of the page, comparatively smooth Consumer's Experience can be provided, the pressure of the webserver can be reduced simultaneously, save bandwidth;
At present, due to the wide variety of the browser client in terminal, even if same browser client also exists all multi version, when causing browser client to run single-page application, there is following problem:
1) retrogressing of page browsing, advance (showing the page before current history page) cannot be realized;
2) scene protection of history page cannot be realized, can only show from the reference position of history page when also namely showing history page.
Summary of the invention
The embodiment of the present invention provides a kind of information processing method, browser client and terminal, can compatible all types, version browser client realize the retrogressing of browsing pages, advancement function, and realize the scene protection of browsing pages.
The technical scheme of the embodiment of the present invention is achieved in that
The embodiment of the present invention provides a kind of information processing method, and described method comprises:
Detect browser client and whether support HTML5, bind the event corresponding with obtained testing result;
Monitor the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Determine that the type of described guidance operation is characterized in described browser client when presenting history page, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data;
Obtain the page data that described history page is corresponding, in described browser client, recover the displaying scene of described history page based on described page data and described displaying scene data.
Preferably, whether described detection supports HTML5, binds the event corresponding with obtained testing result, comprising:
When described testing result characterizes and supports HTML5, binding popState event and hashChange event;
When described testing result characterizes and do not support HTML5, bind described hashChange event.
Preferably, the described event monitoring binding, determine the type of the guidance operation for current page based on snoop results, comprising:
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries Null, determines that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries non-null value, determines that the type of described guidance operation characterizes to trigger and present history page at described browser client.
Preferably, the event be triggered in the event of the described binding of described monitoring, determine the type of the guidance operation for current page based on snoop results, comprising:
Described testing result characterizes and does not support HTML5, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes and does not support HTML5, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
Preferably, described method also comprises:
Described testing result characterizes support HTML5 and the type of described guidance operation characterizes triggering when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
Upgrade the page address of corresponding described current page in page historical data, in the page address after the renewal of wherein said current page, carry described new status object.
Preferably, described method also comprises:
Described testing result characterizes not to be supported HTML5 and determines that the type of described guidance operation characterizes to trigger when described browser client presents new page, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
By the cryptographic hash of the page address of described current page corresponding in described current page historical data and described timestamp is assembled obtains new page address, the new page address obtained is utilized to replace the page address of corresponding described current page in described page historical data.
The embodiment of the present invention also provides a kind of browser client, and described browser client comprises:
Whether detecting unit, support HTML5 for detecting browser client, binds the event corresponding with obtained testing result;
First determining unit, for monitoring the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Second determining unit, for determine when described first determining unit the type of described guidance operation be characterized in described browser client present history page time, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data;
Display unit, for obtaining page data corresponding to described history page, recovers the displaying scene of described history page in described browser client based on described page data and described displaying scene data.
Preferably, described detecting unit is also for characterizing support HTML5 during when described testing result, binding popState event and hashChange event; When described testing result sign does not support HTML5, bind described hashChange event.
Preferably, described first determining unit, for supporting HTML5 when described testing result characterizes, and when the status object that the popState event be triggered is pointed to carries null value Null, determining that the type of described guidance operation characterizes to trigger and presenting new page at described browser client;
Support HTML5 when described testing result characterizes, and when the status object that the popState event be triggered is pointed to carries non-null value, determine that the type of described guidance operation characterizes to trigger and present history page at described browser client.
Preferably, described first determining unit, also for not supporting HTML5 when described testing result characterizes, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
HTML5 is not supported when described testing result characterizes, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
Preferably, described browser client also comprises:
First plug-in unit, characterize for described testing result and support HTML5 and the type of described guidance operation characterizes and triggers when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
First updating block, for upgrading the page address of corresponding described current page in page historical data, carries described new status object in the page address after the renewal of wherein said current page.
Preferably, described browser client also comprises:
Second plug-in unit, when not supporting HTML5 for characterizing when described testing result and determine that the type sign triggering of described guidance operation presents new page at described browser client, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
Second updating block, for the page address by described current page corresponding in described current page historical data cryptographic hash and described timestamp is assembled obtains new page address, utilize the new page address obtained to replace the page address of corresponding described current page in described page historical data.
The embodiment of the present invention also provides a kind of terminal, and described terminal is provided with the browser client of above-mentioned record.
In the embodiment of the present invention, the situation of HTML5 whether is supported for browser client, to binding event to realize the monitoring to guidance operation (advance, back operation are to show different history page), can realize compatible to current browser client that is dissimilar, different editions; And, the field data during page generation redirect of utilization state list object log history, thus displaying scene (the page scroll position corresponding when such as showing history page generation redirect of history page can be recovered when carrying out advance or the back operation of history page, for user, without the need to finding the scrolling position of the history page that history page generation page jump occurs in history page, save the running time of user, improve Consumer's Experience.
Accompanying drawing explanation
Fig. 1 a is the realization flow figure mono-of information processing method in the embodiment of the present invention;
Fig. 1 b is the scene schematic diagram one of page display in the embodiment of the present invention;
Fig. 1 c is the scene schematic diagram two of page display in the embodiment of the present invention;
Fig. 2 a is the structural representation one of browser client in the embodiment of the present invention;
Fig. 2 b is the structural representation two of browser client in the embodiment of the present invention;
Fig. 2 c is the structural representation three of browser client in the embodiment of the present invention;
Fig. 3 is the realization flow figure bis-of information processing method in the embodiment of the present invention;
Fig. 4 is the realization flow figure tri-of information processing method in the embodiment of the present invention;
Fig. 5 is the realization flow figure tetra-of information processing method in the embodiment of the present invention;
Fig. 6 is the realization flow figure five of information processing method in the embodiment of the present invention.
Embodiment
Below in conjunction with drawings and Examples, the present invention is further elaborated, should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
Inventor finds in the practice of the invention, due to the wide variety of the browser client in terminal, even if same browser client also exists all multi version, when causing browser client to run single-page application, occurs following problem:
1) retrogressing that current page browses, advance cannot be realized
Front end due to single-page application browser client only has an address (all contents all load in unique page), when user links in page internal trigger, although the page (content of pages) there occurs conversion, but owing to not carrying out reloading or redirect of the page, the page after all conversion contents is all identified as the same page based on the unique address of the page by browser client; This cannot realize the retrogressing (display history page) of the page based on the historical record of browsing pages address with regard to causing browser client or advance (display history page shows the page before current history page again); Although correlation technique such as HTML5 proposes solution, the browser client being still difficult to compatible all kinds and version realizes the advance of the page, retrogressing;
2) scene protection of history page cannot be realized
In correlation technique browser client run single-page application realize page back (also namely show a history page, here the page that history page is shown before referring to the current history page of display) time, always can show the initiation region (top of the such as page) of history page, user also needs manually to search the position of Trigger update current page content in history page in history page (such as, user may link in this location triggered, thus trigger browser client and have updated current page also i.e. current page content, but the address of the page remains unchanged), inefficient operation, have impact on Consumer's Experience.
For the problems referred to above, the embodiment of the present invention records a kind of information processing method, can be applied to browser client and run process when single-page presents the page; As shown in Figure 1a, comprise the following steps:
Step 101, detects browser client and whether supports HTML5, bind the event corresponding with obtained testing result.
When testing result characterizes and supports HTML5, binding ejection state (popState) event and cryptographic hash change (hashChange) event; When testing result characterizes and does not support HTML5, binding hashChange event; HTML5 has the primary support to popState event and hashChange event, and current browser client all supports hashChange event, in single-page application, the mode that the page showing different contents uses unique page address and different Hash (hash) value to combine is distinguished, show the page different from current page (new page that can not do not show before or the history page shown) when browser is triggered, all can trigger hashChange event.
Step 102, monitors the event be triggered in the event of binding, determines the type of the guidance operation for current page based on snoop results.
Wherein, current page is present at browser client based on loading the page data obtained from the webserver.
Support HTML5 for browser client below and do not support that HTML5 two kinds of situations are described.
1) testing result characterizes browser client and supports HTML5
When the status object that the popState event be triggered is pointed to carries null value Null, determine that the type of guidance operation characterizes to trigger and present new page at browser client; Corresponding following scene in practical application: click a link in the page that user presents at browser client, this just will trigger popState event, state (state) attribute of popState event object can comprise the copy of corresponding status object (state object), and when being operating as the operation triggering display new page (page do not shown before being also browser client), the value in state object is null value Null.
When the status object that the popState event be triggered is pointed to carries non-null value, determine that the type of guidance operation characterizes to trigger and present history page at browser client, guidance operation is now back operation or the forward operation (also namely shown in history page at browser and switched) of page browsing.
Wherein, HTML5 is supported when testing result characterizes, and the type of guidance operation characterizes triggering when browser client presents new page, also in status object list, insert new status object, new status object comprises the displaying scene data of current page in browser client (scrolling position of the such as page), thus, follow-up from other pages trigger display current page time, can based on the displaying scene of the displaying scene date restoring current page of current page, such as, when the link of the 10th row of current page (being set to the page 1) is triggered thus makes other pages of browser display (being set to the page 2), if be triggered follow-up display page 1, then can based on the position of the displaying scene data of the page 1 (the 10th row) the 10th row of display page 1 in browser client.
2) testing result characterizes and does not support HTML5
Timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the hashChange event be triggered is pointed to is carried does not have with the status object in status object list mates, determine that the type of guidance operation characterizes to trigger and present new page (page that new page does not here show before referring to display navigation device client) at browser client;
When the timestamp that the page address that the hashChange event be triggered is pointed to is carried mates with the timestamp that the status object in status object list has, determine that the type of guidance operation characterizes to trigger and present history page (guidance operation is now forward operation or the back operation of the page, also namely carries out the operation switched in history page) at browser client.
Wherein, when testing result sign is not supported HTML5 and is determined that the type sign triggering of guidance operation presents new page at browser client, can also insert new status object in status object list, new status object comprises the displaying scene data of current page in browser client (position that the such as page rolls); By the cryptographic hash of the page address of current page corresponding in current page historical data and timestamp is assembled obtains new page address, the new page address obtained is utilized to replace the page address of corresponding current page in page historical data; During the redirect that is namely triggered by current page in page historical record display new page (also namely new page here refers to the page of the page different content had and show before), in page historical data, all record the right displaying scene data of current page.
Step 103, determine that the type of guidance operation is characterized in browser client when presenting history page, based on the timestamp of history page, determine the status object of the timestamp in status object list with history page, from determined status object, extract displaying scene data.
Wherein, the address of the history page cryptographic hash of carrying is different from the cryptographic hash that the address of current page is carried, the page is presented because browser client runs single-page application, therefore single-page application surface only has a page address (although that is content of pages there occurs change but the address of the page remains unchanged) to the front end of browser client, browser client can distinguish adding after unique page address Hash (hash) value the page showing different content, add in an example of the page address of cryptographic hash and can adopt following expression-form: URL=http: //www.example.com#there-is-hash, wherein after # is hash value, in single-page application, the page showing different content only has an address http://www.example.com towards browser.
Step 104, obtains the page data that history page is corresponding, recovers the displaying scene of history page based on page data and displaying scene data in browser client.
An example as shown in Figure 1 b, when browser client in terminal runs single-page application display page 1, if user triggers the link of the 7th row, the content of current page is made to there occurs change, browser client can use Ajax (asynchronous JavaScript and XML) obtain the content-data of renewal from the webserver and present the page 2 (page 1 and the page 2 are same address towards browser client, and therefore browser end can use hash value to distinguish the page showing different content); When user triggers back at the page 2, based on above-mentioned step, the displaying scene data (the 7th row) of the page 1 correspondence can be extracted from page historical data, the page 1 is rolled into the 7th row display;
Another example as illustrated in figure 1 c, when browser client in terminal runs single-page application display page 1, if user triggers the link of the 7th row, the content of current page is made to there occurs change, browser client can use Ajax (asynchronous JavaScript and XML) obtain the content-data of renewal from the webserver and present the page 2 (page 1 and the page 2 are same address towards browser client, and therefore browser end can use hash value to distinguish the page showing different content); When user triggers back when the page 2 is rolled into the 10th row, based on above-mentioned step, the displaying scene data (the 7th row) of the page 1 correspondence can be extracted from page historical data, the page 1 is rolled into the 7th row display, also recovers the displaying scene of the page 1; Follow-up, trigger forwarding button when user is rolled into the 11st row in the page 1, based on above-mentioned step, the displaying scene data (the 11st row) of the page 2 correspondence can be extracted from page historical data, also namely recover the displaying scene of the page 2.
Can find out, whether above-mentioned steps supports the situation of HTML5 for browser client, to binding event to realize the monitoring to guidance operation (advance, back operation are to show different history page), can realize compatible to current browser client that is dissimilar, different editions; And, displaying scene data during the page generation redirect of utilization state list object log history, thus displaying scene (the page scroll position corresponding when such as showing history page generation redirect of history page can be recovered when carrying out advance or the back operation of history page, for user, without the need to finding the scrolling position of the history page that history page generation page jump occurs in history page, save the running time of user, improve Consumer's Experience.
The embodiment of the present invention also records a kind of browser client, as shown in Figure 2, comprising:
Whether detecting unit 21, supporting hyper text protocol version 5HTML5 for detecting browser client, binding the event corresponding with obtained testing result;
First determining unit 22, for monitoring the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Second determining unit 23, for determine when described first determining unit 22 type of described guidance operation be characterized in described browser client present history page time, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data; Wherein, the address of the described history page cryptographic hash of carrying is different from the cryptographic hash that the address of described current page is carried;
Display unit 24, for obtaining page data corresponding to described history page, recovers the displaying scene of described history page in described browser client based on described page data and described displaying scene data.
As an embodiment, described detecting unit 21 is also for characterizing support HTML5 during when described testing result, binding ejection state popState event and cryptographic hash change hashChange event; When described testing result sign does not support HTML5, bind described hashChange event.
As an embodiment, described first determining unit 22, for supporting HTML5 when described testing result characterizes, and when the status object that the popState event be triggered is pointed to carries null value Null, determining that the type of described guidance operation characterizes to trigger and presenting new page at described browser client;
Support HTML5 when described testing result characterizes, and when the status object that the popState event be triggered is pointed to carries non-null value, determine that the type of described guidance operation characterizes to trigger and present history page at described browser client.
As an embodiment, described first determining unit 22, for not supporting HTML5 when described testing result characterizes, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
HTML5 is not supported when described testing result characterizes, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
As an embodiment, as shown in Figure 2 b, based on Fig. 2 a, described browser client can also comprise:
First plug-in unit 25 (being coupled with detecting unit 21), characterize for described testing result and support HTML5 and the type of described guidance operation characterizes and triggers when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
First updating block 26 (being coupled with the first plug-in unit 25), for upgrading the page address of corresponding described current page in page historical data, carries described new status object in the page address after the renewal of wherein said current page.
As an embodiment, as shown in Figure 2 c, described browser client also comprises:
Second plug-in unit 27 (being coupled with detecting unit 21), when not supporting HTML5 for characterizing when described testing result and determine that the type sign triggering of described guidance operation presents new page at described browser client, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
Second updating block 28 (being coupled with the second plug-in unit 27), for the page address by described current page corresponding in described current page historical data cryptographic hash and described timestamp is assembled obtains new page address, utilize the new page address obtained to replace the page address of corresponding described current page in described page historical data.
In practical application, said units can microprocessor (MCU) and storage medium (comprising non-volatile memory medium if flash memory or volatile storage medium are as internal memory) realization.
The embodiment of the present invention also records a kind of terminal, is provided with Fig. 2 a to browser client shown in the drawings as arbitrary in Fig. 2 c in terminal; Wherein, when the browser client in terminal runs single-page application, browser client performs following operation:
Detect browser client and whether support HTML5, bind the event corresponding with obtained testing result;
Monitor the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Determine that the type of described guidance operation is characterized in described browser client when presenting history page, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data; Wherein, the address of the described history page cryptographic hash of carrying is different from the cryptographic hash that the address of described current page is carried;
Obtain the page data that described history page is corresponding, in described browser client, recover the displaying scene of described history page based on described page data and described displaying scene data.
As an embodiment, browser client also can perform following operation: when described testing result characterizes and supports HTML5, binding popState event and hashChange event;
When described testing result characterizes and do not support HTML5, bind described hashChange event.
As an embodiment, browser client also can perform following operation: described testing result characterizes supports HTML5, and the status object that the popState event be triggered is pointed to is when carrying null value Null, determines that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries non-null value, determines that the type of described guidance operation characterizes to trigger and present history page at described browser client.
As an embodiment, browser client also can perform following operation: described testing result characterizes and do not support HTML5, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes and does not support HTML5, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
As an embodiment, browser client also can perform following operation: described testing result characterizes support HTML5 and the type of described guidance operation characterizes triggering when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data corresponding to described current page;
Upgrade the page address of corresponding described current page in page historical data, in the page address after the renewal of wherein said current page, carry described new status object.
As an embodiment, browser client also can perform following operation:
Described testing result characterizes not to be supported HTML5 and determines that the type of described guidance operation characterizes to trigger when described browser client presents new page, in status object list, insert new status object, described new status object comprises the displaying scene data of the display position of described current page in described browser client;
By the cryptographic hash of the page address of described current page corresponding in described current page historical data and described timestamp is assembled obtains new page address, the new page address obtained is utilized to replace the page address of corresponding described current page in described page historical data.
The present embodiment records a kind of computer-readable medium, can be ROM (such as, ROM (read-only memory), FLASH memory, transfer device etc.), magnetic storage medium (such as, tape, disc driver etc.), the program storage of optical storage medium (such as, CD-ROM, DVD-ROM, paper card, paper tape etc.) and other well-known types; Computer executable instructions is stored in described computer-readable medium, when executed, cause at least one processor to perform and comprise following operation: detect browser client and whether support HTML5, bind the event corresponding with obtained testing result;
Monitor the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Determine that the type of described guidance operation is characterized in described browser client when presenting history page, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data; Wherein, the address of the described history page cryptographic hash of carrying is different from the cryptographic hash that the address of described current page is carried;
Obtain the page data that described history page is corresponding, in described browser client, recover the displaying scene of described history page based on described page data and described displaying scene data.
As an embodiment, computer executable instructions is stored in described computer-readable medium, when executed, also cause at least one processor to perform and comprise following operation: when described testing result characterizes and supports HTML5, binding popState event and hashChange event;
When described testing result characterizes and do not support HTML5, bind described hashChange event.
As an embodiment, computer executable instructions is stored in described computer-readable medium, when executed, also cause at least one processor to perform and comprise following operation: described testing result characterizes supports HTML5, and the status object that the popState event be triggered is pointed to is when carrying null value Null, determines that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries non-null value, determines that the type of described guidance operation characterizes to trigger and present history page at described browser client.
As an embodiment, computer executable instructions is stored in described computer-readable medium, when executed, also cause at least one processor to perform and comprise following operation: described testing result characterizes and do not support HTML5, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client,
Described testing result characterizes and does not support HTML5, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
As an embodiment, computer executable instructions is stored in described computer-readable medium, when executed, also cause at least one processor to perform and comprise following operation: described testing result characterizes support HTML5 and the type of described guidance operation characterizes triggering when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data corresponding to described current page;
Upgrade the page address of corresponding described current page in page historical data, in the page address after the renewal of wherein said current page, carry described new status object.
As an embodiment, computer executable instructions is stored in described computer-readable medium, when executed, also cause at least one processor to perform and comprise following operation: described testing result characterizes not to be supported HTML5 and determine that the type of described guidance operation characterizes to trigger when described browser client presents new page, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
By the cryptographic hash of the page address of described current page corresponding in described current page historical data and described timestamp is assembled obtains new page address, the new page address obtained is utilized to replace the page address of corresponding described current page in described page historical data.
Be described in conjunction with the process in practical application scene more below.
The information processing method that the embodiment of the present invention is recorded is applied to the terminal (as smart mobile phone, panel computer) having network access capacity, and terminal can the browser client of operation support HTML5, or, terminal can the browser client of operation support hashChange event, browser client runs in single-page application, utilize hash value to distinguish single-page and apply the page with different content presented, like this, by monitoring hashChange event, can detect whether page address changes.
As shown in Figure 3, run in browser client in single-page application, the process of execution comprises the following steps:
Step 301, init state object (stateObjs) list.
Step 302, detects browser client and whether supports HTML5, if supported, performs step 303; Otherwise perform step 305.
Step 303, the popState event of binding browser client.
When popState event is triggered (user's browsing histories page or browse the new page can trigger this event), manner of execution A, with detect display navigation device client be triggered display page or be triggered display history page to perform alignment processing; When showing new page when being triggered, then ask the page data of corresponding new page and show the start page position (as page top) of new page, insert new status object to preserve the displaying scene data of current page (current page is here the page before display new page) in status object list, in page historical data, upgrade the page address (comprising the new status object of insertion) of corresponding current page; When showing history page when being triggered, then obtaining the displaying scene data of corresponding history page, recovering the displaying scene of history page.
Step 304, the hashchange event-handling method of binding browser client.
When hashchange event is triggered, manner of execution B.
Step 305, the hashchange event-handling method of binding browser client.
When hashchange event is triggered, manner of execution B1.
As shown in Figure 4, the execution flow process of method A comprises the following steps:
Step 401, when popState event is triggered, whether the status object (state object) in the callback method of popState event has value, if void value, then performs step 402; Otherwise perform step 403.
Step 402, determines that (new page window after wait 1 millisecond, is rolled into top, also namely shows the tip position of new page instruction display new page by the current page before never shown.
Step 403, extracts the timestamp (timeStamp) in the status object in the callback method of popState event.
Step 404, finds out the item (X) that key assignments equals timeStamp value in stateObj list, and the scrollY parameter in the middle of (X) is taken out.
Step 405, after wait 1 millisecond, is rolled into the position indicated by scrollY by the window of history page.
As shown in Figure 5, the flow process of manner of execution B comprises the following steps:
Whether step 501, indicate display new page in popState event, if so, then performs step 502; Otherwise perform step 503.
Step 502, an object (information of history page) is inserted in stateObj list, this object comprises following value: timeStamp, characterizes history page and triggers time of redirect: scrollY, characterizes history page and to be triggered the position that when jumping to new page, window rolls.
Step 503, the history.replaceState method of browser client is utilized to replace the historical information of the current page in page historical data, like this when the page is triggered retrogressing, the state parameter in popState event will be the historical information here set.
As shown in Figure 6, manner of execution B1 flow process comprises the following steps:
Step 601, when hashChange event occurs, detects the value whether extracting t parameter (correspondent time) from hash, if so, then performs step 602; Otherwise, perform step 604.
When taking out parameter value, characterize triggering and present history page, also just realize the fallback function of the page; When not removing t parameter, characterize and trigger display new page, before display new page, need to gather in status object list the field data storing current page, comprise the scrolling position (row can be adopted to characterize) of the page, current timestamp.
Step 602, compares the timeStamp of each in the value of t parameter and stateObj list, takes out the item (X) that timeStamp equals t, and the scrollY parameter in the middle of item (X) is taken out.
Step 603, after wait 1 millisecond, is rolled into the position indicated by scrollY by the window of history page, realizes the in-situ FTIR spectroelectrochemitry of history page.
Step 604, inserts a new object in stateObj list.
If there is no t value, or in stateObj list, do not take out the item that timeStamp equals t, be then request fresh content, in stateObj list, insert a new object, this object comprises following value: timeStamp, characterizes current time stamp (also namely from current; ScrollY, characterizes the position that current page window rolls.
Step 605, by assembled for existing hash information in the page address of timeStamp value and current page, upgrade or after generation parametric t, obtain new Url, utilizing the history.replace method of browser client to change the browsing histories information of current page in page historical record.
Step 606, after wait 1 millisecond, is rolled into top display by the window of new page.
In sum, the embodiment of the present invention has following beneficial effect:
Whether support the situation of HTML5 for browser client, to binding event to realize the monitoring to guidance operation (advance, back operation), can realize compatible to current browser client that is dissimilar, different editions; That is, when current page needs to switch, provide user to be by advancing, or the switching that fallback mode is carried out;
And, the field data during page generation redirect of utilization state list object log history, thus can recover history page when carrying out advance or the back operation of history page present scene, for user, without the need to finding the position that page jump occurs in history page, save the running time of user, improve Consumer's Experience, that is, if user retreats to certain current page, the position that this programme will provide window and should be rolled into.
One of ordinary skill in the art will appreciate that: all or part of step realizing said method embodiment can have been come by the hardware that programmed instruction is relevant, aforesaid program can be stored in a computer read/write memory medium, this program, when performing, performs the step comprising said method embodiment; And aforesaid storage medium comprises: movable storage device, random access memory (RAM, Random Access Memory), ROM (read-only memory) (ROM, Read-Only Memory), magnetic disc or CD etc. various can be program code stored medium.
Or, if the above-mentioned integrated unit of the present invention using the form of software function module realize and as independently production marketing or use time, also can be stored in a computer read/write memory medium.Based on such understanding, the technical scheme of the embodiment of the present invention can embody with the form of software product the part that correlation technique contributes in essence in other words, this computer software product is stored in a storage medium, comprises some instructions and performs all or part of of method described in each embodiment of the present invention in order to make a computer equipment (can be personal computer, server or the network equipment etc.).And aforesaid storage medium comprises: movable storage device, RAM, ROM, magnetic disc or CD etc. various can be program code stored medium.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; change can be expected easily or replace, all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of described claim.
Claims (13)
1. an information processing method, is characterized in that, described method comprises:
Detect browser client and whether support hyper text protocol version 5 HTML5, bind the event corresponding with obtained testing result;
Monitor the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Determine that the type of described guidance operation is characterized in described browser client when presenting history page, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data;
Obtain the page data that described history page is corresponding, in described browser client, recover the displaying scene of described history page based on described page data and described displaying scene data.
2. the method for claim 1, is characterized in that, whether described detection supports HTML5, binds the event corresponding with obtained testing result, comprising:
When described testing result characterizes and supports HTML5, binding ejection state popState event and cryptographic hash change hashChange event;
When described testing result characterizes and do not support HTML5, bind described hashChange event.
3. method as claimed in claim 2, is characterized in that, the described event monitoring binding, determines the type of the guidance operation for current page, comprising based on snoop results:
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries null value Null, determines that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes supports HTML5, and when the status object that the popState event be triggered is pointed to carries non-null value, determines that the type of described guidance operation characterizes to trigger and present history page at described browser client.
4. method as claimed in claim 2, is characterized in that the event be triggered in the event of the described binding of described monitoring is determined the type of the guidance operation for current page, being comprised based on snoop results:
Described testing result characterizes and does not support HTML5, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Described testing result characterizes and does not support HTML5, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
5. method as claimed in claim 2, it is characterized in that, described method also comprises:
Described testing result characterizes support HTML5 and the type of described guidance operation characterizes triggering when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
Upgrade the page address of corresponding described current page in page historical data, in the page address after the renewal of wherein said current page, carry described new status object.
6. method as claimed in claim 2, it is characterized in that, described method also comprises:
Described testing result characterizes not to be supported HTML5 and determines that the type of described guidance operation characterizes to trigger when described browser client presents new page, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
By the cryptographic hash of the page address of described current page corresponding in described current page historical data and described timestamp is assembled obtains new page address, the new page address obtained is utilized to replace the page address of corresponding described current page in described page historical data.
7. a browser client, is characterized in that, described browser client comprises:
Whether detecting unit, supporting hyper text protocol version 5 HTML5 for detecting browser client, binding the event corresponding with obtained testing result;
First determining unit, for monitoring the event be triggered in the event of described binding, determine the type of the guidance operation for current page based on snoop results, wherein, described current page is present at described browser client based on loading the page data obtained from the webserver;
Second determining unit, for determine when described first determining unit the type of described guidance operation be characterized in described browser client present history page time, based on the timestamp of described history page, determine the status object in status object list with described timestamp, from determined status object, extract displaying scene data;
Display unit, for obtaining page data corresponding to described history page, recovers the displaying scene of described history page in described browser client based on described page data and described displaying scene data.
8. browser client as claimed in claim 7, is characterized in that,
Described detecting unit is also for characterizing support HTML5 during when described testing result, binding ejection state popState event and cryptographic hash change hashChange event; When described testing result sign does not support HTML5, bind described hashChange event.
9. browser client as claimed in claim 8, is characterized in that,
Described first determining unit, for supporting HTML5 when described testing result characterizes, and the status object that the popState event be triggered is pointed to is when carrying null value Null, determines that the type of described guidance operation characterizes to trigger and present new page at described browser client;
Support HTML5 when described testing result characterizes, and when the status object that the popState event be triggered is pointed to carries non-null value, determine that the type of described guidance operation characterizes to trigger and present history page at described browser client.
10. browser client as claimed in claim 8, is characterized in that,
Described first determining unit, also for not supporting HTML5 when described testing result characterizes, and timestamp is not carried in the page address that the hashChange event be triggered is pointed to, or, when the timestamp that the timestamp that the page address that the described hashChange event be triggered is pointed to is carried does not have with the status object in described status object list mates, determine that the type of described guidance operation characterizes to trigger and present new page at described browser client;
HTML5 is not supported when described testing result characterizes, and the timestamp that carries of page address that the hashChange event be triggered is pointed to is when mate with the timestamp that the status object in described status object list has, determine that the type sign triggering of described guidance operation presents described history page at described browser client.
11. browser clients as claimed in claim 8, it is characterized in that, described browser client also comprises:
First plug-in unit, characterize for described testing result and support HTML5 and the type of described guidance operation characterizes and triggers when described browser client presents new page, in described status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
First updating block, for upgrading the page address of corresponding described current page in page historical data, carries described new status object in the page address after the renewal of wherein said current page.
12. browser clients as claimed in claim 8, it is characterized in that, described browser client also comprises:
Second plug-in unit, when not supporting HTML5 for characterizing when described testing result and determine that the type sign triggering of described guidance operation presents new page at described browser client, in status object list, insert new status object, described new status object comprises the displaying scene data of described current page in described browser client;
Second updating block, for the page address by described current page corresponding in described current page historical data cryptographic hash and described timestamp is assembled obtains new page address, utilize the new page address obtained to replace the page address of corresponding described current page in described page historical data.
13. 1 kinds of terminals, is characterized in that, described terminal is provided with the browser client described in any one of claim 7 to 12.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510122500.7A CN104978385B (en) | 2015-03-19 | 2015-03-19 | Information processing method, browser client and terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510122500.7A CN104978385B (en) | 2015-03-19 | 2015-03-19 | Information processing method, browser client and terminal |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104978385A true CN104978385A (en) | 2015-10-14 |
CN104978385B CN104978385B (en) | 2018-06-19 |
Family
ID=54274896
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510122500.7A Active CN104978385B (en) | 2015-03-19 | 2015-03-19 | Information processing method, browser client and terminal |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104978385B (en) |
Cited By (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105930476A (en) * | 2016-04-28 | 2016-09-07 | 乐视控股(北京)有限公司 | Link address generation method and terminal |
CN106021549A (en) * | 2016-05-27 | 2016-10-12 | 青岛海信传媒网络技术有限公司 | Page control method and device of web application program and terminal device |
CN106371946A (en) * | 2016-09-13 | 2017-02-01 | 乐视控股(北京)有限公司 | Browser exception recovery processing method and device |
CN106708534A (en) * | 2017-01-09 | 2017-05-24 | 惠州Tcl移动通信有限公司 | Method and system for generating saving based on mobile terminal webpages |
CN106708495A (en) * | 2015-11-18 | 2017-05-24 | 优信拍(北京)信息科技有限公司 | Mobile terminal based page display method and device |
CN106897347A (en) * | 2016-08-15 | 2017-06-27 | 阿里巴巴集团控股有限公司 | A kind of web page display method, Action Events recording method and device |
CN106919620A (en) * | 2015-12-28 | 2017-07-04 | 北京国双科技有限公司 | Single-page processing method and processing device |
CN107341234A (en) * | 2017-06-30 | 2017-11-10 | 广州酷狗计算机科技有限公司 | Display methods, device and the computer-readable recording medium of the page |
CN107368558A (en) * | 2017-07-05 | 2017-11-21 | 腾讯科技(深圳)有限公司 | The return method and device of data object |
CN108345481A (en) * | 2017-01-22 | 2018-07-31 | 腾讯科技(深圳)有限公司 | A kind of page display method, device, client and server |
CN108416011A (en) * | 2018-03-02 | 2018-08-17 | 中国平安人寿保险股份有限公司 | A kind of page processing method, device, terminal and computer readable storage medium |
CN109446459A (en) * | 2018-10-11 | 2019-03-08 | 北京三快在线科技有限公司 | Page switching method and device, electronic equipment and storage medium |
CN109740083A (en) * | 2018-12-29 | 2019-05-10 | 贵阳朗玛信息技术股份有限公司 | A kind of method and device of page jump |
CN110110174A (en) * | 2017-12-15 | 2019-08-09 | 阿里巴巴集团控股有限公司 | Generation, monitoring and the methods of exhibiting of the data visualization page, browser and server |
CN111031184A (en) * | 2019-12-12 | 2020-04-17 | 江苏满运软件科技有限公司 | Call interaction method, system, computer device and storage medium |
CN111625167A (en) * | 2020-05-28 | 2020-09-04 | 上海哔哩哔哩科技有限公司 | Page switching method and device and computer equipment |
CN112100476A (en) * | 2020-09-01 | 2020-12-18 | 武汉华盛美业科技有限公司 | Dynamic data acquisition method and system for single-page multi-state object |
CN112183573A (en) * | 2020-08-20 | 2021-01-05 | 中船重工(武汉)凌久高科有限公司 | Web application system design method based on cluster analysis and rich text |
CN112905256A (en) * | 2019-12-03 | 2021-06-04 | 北京奇艺世纪科技有限公司 | Data processing method and device, electronic equipment and storage medium |
CN113760871A (en) * | 2020-08-17 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Template synchronization method and device |
CN116431268A (en) * | 2023-06-13 | 2023-07-14 | 北京希嘉创智数据技术有限公司 | Data visualization analysis method, system and storage medium based on big data processing |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003208426A (en) * | 2002-01-16 | 2003-07-25 | Quants Inc | System and method for information processing |
CN101266623A (en) * | 2008-05-09 | 2008-09-17 | 杭州华三通信技术有限公司 | Page jump method and system |
CN103678536A (en) * | 2013-12-02 | 2014-03-26 | 乐视网信息技术(北京)股份有限公司 | Method and device for implementing page returning |
CN103984686A (en) * | 2013-02-07 | 2014-08-13 | 阿里巴巴集团控股有限公司 | Page-switching method and device |
-
2015
- 2015-03-19 CN CN201510122500.7A patent/CN104978385B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003208426A (en) * | 2002-01-16 | 2003-07-25 | Quants Inc | System and method for information processing |
CN101266623A (en) * | 2008-05-09 | 2008-09-17 | 杭州华三通信技术有限公司 | Page jump method and system |
CN103984686A (en) * | 2013-02-07 | 2014-08-13 | 阿里巴巴集团控股有限公司 | Page-switching method and device |
CN103678536A (en) * | 2013-12-02 | 2014-03-26 | 乐视网信息技术(北京)股份有限公司 | Method and device for implementing page returning |
Cited By (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106708495A (en) * | 2015-11-18 | 2017-05-24 | 优信拍(北京)信息科技有限公司 | Mobile terminal based page display method and device |
CN106919620A (en) * | 2015-12-28 | 2017-07-04 | 北京国双科技有限公司 | Single-page processing method and processing device |
CN105930476A (en) * | 2016-04-28 | 2016-09-07 | 乐视控股(北京)有限公司 | Link address generation method and terminal |
CN106021549B (en) * | 2016-05-27 | 2020-04-07 | 青岛海信传媒网络技术有限公司 | Web application program page control method and device and terminal equipment |
CN106021549A (en) * | 2016-05-27 | 2016-10-12 | 青岛海信传媒网络技术有限公司 | Page control method and device of web application program and terminal device |
CN106897347A (en) * | 2016-08-15 | 2017-06-27 | 阿里巴巴集团控股有限公司 | A kind of web page display method, Action Events recording method and device |
CN106371946A (en) * | 2016-09-13 | 2017-02-01 | 乐视控股(北京)有限公司 | Browser exception recovery processing method and device |
CN106708534A (en) * | 2017-01-09 | 2017-05-24 | 惠州Tcl移动通信有限公司 | Method and system for generating saving based on mobile terminal webpages |
CN108345481A (en) * | 2017-01-22 | 2018-07-31 | 腾讯科技(深圳)有限公司 | A kind of page display method, device, client and server |
CN108345481B (en) * | 2017-01-22 | 2023-04-18 | 腾讯科技(深圳)有限公司 | Page display method and device, client and server |
CN107341234B (en) * | 2017-06-30 | 2021-04-13 | 广州酷狗计算机科技有限公司 | Page display method and device and computer readable storage medium |
CN107341234A (en) * | 2017-06-30 | 2017-11-10 | 广州酷狗计算机科技有限公司 | Display methods, device and the computer-readable recording medium of the page |
CN107368558A (en) * | 2017-07-05 | 2017-11-21 | 腾讯科技(深圳)有限公司 | The return method and device of data object |
CN110110174B (en) * | 2017-12-15 | 2023-05-12 | 阿里巴巴集团控股有限公司 | Data visualization page generation, monitoring and display method, browser and server |
CN110110174A (en) * | 2017-12-15 | 2019-08-09 | 阿里巴巴集团控股有限公司 | Generation, monitoring and the methods of exhibiting of the data visualization page, browser and server |
CN108416011A (en) * | 2018-03-02 | 2018-08-17 | 中国平安人寿保险股份有限公司 | A kind of page processing method, device, terminal and computer readable storage medium |
CN109446459A (en) * | 2018-10-11 | 2019-03-08 | 北京三快在线科技有限公司 | Page switching method and device, electronic equipment and storage medium |
CN109446459B (en) * | 2018-10-11 | 2021-08-27 | 北京三快在线科技有限公司 | Page switching method and device, electronic equipment and storage medium |
CN109740083A (en) * | 2018-12-29 | 2019-05-10 | 贵阳朗玛信息技术股份有限公司 | A kind of method and device of page jump |
CN112905256B (en) * | 2019-12-03 | 2024-02-09 | 北京奇艺世纪科技有限公司 | Data processing method, device, electronic equipment and storage medium |
CN112905256A (en) * | 2019-12-03 | 2021-06-04 | 北京奇艺世纪科技有限公司 | Data processing method and device, electronic equipment and storage medium |
CN111031184A (en) * | 2019-12-12 | 2020-04-17 | 江苏满运软件科技有限公司 | Call interaction method, system, computer device and storage medium |
CN111031184B (en) * | 2019-12-12 | 2021-07-16 | 江苏满运物流信息有限公司 | Call interaction method, system, computer device and storage medium |
CN111625167A (en) * | 2020-05-28 | 2020-09-04 | 上海哔哩哔哩科技有限公司 | Page switching method and device and computer equipment |
CN111625167B (en) * | 2020-05-28 | 2021-08-24 | 上海哔哩哔哩科技有限公司 | Page switching method and device and computer equipment |
CN113760871A (en) * | 2020-08-17 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | Template synchronization method and device |
CN113760871B (en) * | 2020-08-17 | 2024-04-16 | 北京沃东天骏信息技术有限公司 | Template synchronization method and device |
CN112183573B (en) * | 2020-08-20 | 2023-05-05 | 中船重工(武汉)凌久高科有限公司 | Web application system design method based on cluster analysis and rich text |
CN112183573A (en) * | 2020-08-20 | 2021-01-05 | 中船重工(武汉)凌久高科有限公司 | Web application system design method based on cluster analysis and rich text |
CN112100476A (en) * | 2020-09-01 | 2020-12-18 | 武汉华盛美业科技有限公司 | Dynamic data acquisition method and system for single-page multi-state object |
CN116431268A (en) * | 2023-06-13 | 2023-07-14 | 北京希嘉创智数据技术有限公司 | Data visualization analysis method, system and storage medium based on big data processing |
CN116431268B (en) * | 2023-06-13 | 2023-08-22 | 北京希嘉创智数据技术有限公司 | Data visualization analysis method, system and storage medium based on big data processing |
Also Published As
Publication number | Publication date |
---|---|
CN104978385B (en) | 2018-06-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104978385A (en) | Information processing method, browser client and terminal | |
US10198410B2 (en) | Method, device and mobile terminal for restoring page | |
US20190251143A1 (en) | Web page rendering method and related device | |
CN107223241B (en) | Contextual scaling | |
CN102385594B (en) | The kernel control method of multi-core browser and device | |
JP5480892B2 (en) | Advertisement presentation based on WEB page dialogue | |
US10026103B2 (en) | Time-triggered advertisement replacement | |
CN109446459B (en) | Page switching method and device, electronic equipment and storage medium | |
CN106354873B (en) | Webpage loading method, device and system | |
CN110245069B (en) | Page version testing method and device and page display method and device | |
CN108416011B (en) | Page processing method, device, terminal and computer readable storage medium | |
CN108255890B (en) | Page processing method and device | |
CN110209966B (en) | Webpage refreshing method, webpage system and electronic equipment | |
US20070061410A1 (en) | Webpage search | |
CN104571813B (en) | A kind of display methods and device of information | |
CN101714164A (en) | Methods and apparatus to automatically crawl the internet using image analysis | |
CN108595697B (en) | Webpage integration method, device and system | |
CN103635901A (en) | Method for presenting documents using reading list panel | |
CN103106196A (en) | Method and device for restoring browser webpage | |
CN105550187A (en) | Method and device for managing browsing history in single page application | |
CN103455632A (en) | Method and client for display web pages | |
CN110633156A (en) | Method and device for associating application program with browser, electronic equipment and storage medium | |
CN110968813A (en) | Index page display method and device | |
JP2017111822A (en) | Device, method and computer program for displaying web pages | |
CN109240568A (en) | A kind of display methods of menu page, device and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20221128 Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518133 Patentee after: Shenzhen Yayue Technology Co.,Ltd. Address before: 2, 518000, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd. |