CN111339470A - Page return alarm method, system, device and readable storage medium - Google Patents

Page return alarm method, system, device and readable storage medium Download PDF

Info

Publication number
CN111339470A
CN111339470A CN202010140002.6A CN202010140002A CN111339470A CN 111339470 A CN111339470 A CN 111339470A CN 202010140002 A CN202010140002 A CN 202010140002A CN 111339470 A CN111339470 A CN 111339470A
Authority
CN
China
Prior art keywords
record
page
page return
return
alarm
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.)
Pending
Application number
CN202010140002.6A
Other languages
Chinese (zh)
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.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun Co 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN202010140002.6A priority Critical patent/CN111339470A/en
Publication of CN111339470A publication Critical patent/CN111339470A/en
Pending legal-status Critical Current

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a page return alarm method, which comprises the following steps: acquiring current page information, and generating a first record and a second record by using the current page information; writing the first record and the second record into the browsing record; when a page return event is detected, determining a target record in the browsing records, and executing a page return operation by using the target record; wherein the target record is a first record or a second record; calling a callback function, and performing page return alarm by using the callback function; the method comprises the steps of generating two records after page information is acquired, writing the two records into a browsing record, determining a target record to be a first record or a second record when a page return event is detected, executing page return operation by using the target record, enabling a page to be still in a current page, and performing page return alarm by using a callback function; in addition, the invention also provides a page return alarm device, equipment and a computer readable storage medium, and the page return alarm device, the equipment and the computer readable storage medium also have the beneficial effects.

Description

Page return alarm method, system, device and readable storage medium
Technical Field
The present invention relates to the field of browser technologies, and in particular, to a page return alarm method, a page return alarm device, a page return alarm apparatus, and a computer-readable storage medium.
Background
H5 is HTML5, which is the latest revised version of HTML announced by the world wide web consortium, and the newly introduced syntactic characteristics can support multimedia on the mobile device, and can better adapt to the mobile terminal device. During browsing of the H5 application on the PDA device, it may happen that the user exits the currently browsed page by a malfunction, such as clicking a return key. In order to avoid such a situation, in the prior art, a monitor program needs to be developed to monitor an interaction behavior such as clicking a physical return key, and notify the H5 application when the interaction behavior is detected, so that the H5 application gives a prompt or helps a user to cache current browsing information, thereby achieving an effect of optimizing user experience. However, the monitor program needs customized development, the whole development process is complex, and the development period is long, so that the prior art needs to consume a lot of time and labor for realizing the return interception function.
Therefore, how to solve the problem that the prior art needs to spend a lot of time and manpower to develop for realizing the return interception function is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, the present invention provides a page return alarm method, a page return alarm device, a page return alarm apparatus, and a computer-readable storage medium, which solve the problem that in the prior art, a large amount of time and labor are required to be consumed for developing to implement a return interception function.
In order to solve the technical problem, the invention provides a page return alarm method, which comprises the following steps:
acquiring current page information, and generating a first record and a second record by using the current page information;
writing the first record and the second record into a browsing record;
when a page return event is detected, determining a target record in the browsing record, and executing a page return operation by using the target record; wherein the target record is the first record or the second record;
and calling a callback function, and performing page return alarm by using the callback function.
Optionally, when a page return event is detected, determining a target record in the browsing records includes:
executing a recording callback instruction so as to adjust a recording pointer from the current position to a target position;
and determining the record designated by the record pointer as the target record.
Optionally, the calling a callback function, and performing page return alarm by using the callback function, includes:
calling the mounted callback function by using the target interface;
and popping up an alarm dialog box by using the callback function so as to carry out page return alarm.
Optionally, the detecting a page return event includes:
determining that the page return event is detected when detecting that a physical return key is pressed;
and/or
When a return instruction is detected, it is determined that the page return event is detected.
The invention also provides a page return alarm device, which comprises:
the generating module is used for acquiring current page information and generating a first record and a second record by using the current page information;
a writing module, configured to write the first record and the second record into a browsing record;
the execution module is used for determining a target record in the browsing record and executing page returning operation by using the target record when a page returning event is detected; wherein the target record is the first record or the second record;
and the alarm module is used for calling a callback function and utilizing the callback function to carry out page return alarm.
Optionally, the execution module includes:
the position adjusting unit is used for executing a recording callback instruction so as to adjust the recording pointer from the current position to the target position;
and the determining unit is used for determining the record specified by the record pointer as the target record.
Optionally, the alarm module includes:
the function calling unit is used for calling the mounted callback function by using the target interface;
and the alarm unit is used for popping up an alarm dialog box by using the callback function so as to carry out page return alarm.
Optionally, the execution module includes:
a first detection unit configured to determine that the page return event is detected when it is detected that a physical return key is pressed;
and/or
A second detection unit to determine that the page return event is detected when a return instruction is detected.
The invention also provides a page return alarm device, which comprises a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the page return alarm method.
The present invention also provides a computer readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the page return alarm method described above.
The page return alarm method provided by the invention comprises the steps of obtaining current page information, and generating a first record and a second record by using the current page information; writing the first record and the second record into the browsing record; when a page return event is detected, determining a target record in the browsing records, and executing a page return operation by using the target record; wherein the target record is a first record or a second record; and calling a callback function, and performing page return alarm by using the callback function.
Therefore, the method generates two records, namely the first record and the second record, after acquiring the page information, and writes the two records into the browsing record. When a page return event is detected, the page return operation needs to be executed by using the penultimate record in the browsing records. Because the first record and the second record are both corresponding records of the current page, the target record determined in the browsing record is the first record or the second record, and the page return operation is executed by using the target record, so that the page is still in the current page. The callback function is called, page return alarm is carried out by the callback function, and the user can be reminded. According to the method, the return interception operation can be completed by using the H5 application native interface, a monitoring program does not need to be developed, a long development period is not needed, time and manpower are saved, and the problem that a large amount of time and manpower are consumed for realizing the return interception function in the prior art is solved.
In addition, the invention also provides a page return alarm device, page return alarm equipment and a computer readable storage medium, and the page return alarm device, the page return alarm equipment and the computer readable storage medium also have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a page return alarm method according to an embodiment of the present invention;
fig. 2 is a flowchart of a specific page return alarm method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a page return alarm device according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a page return alarm device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a page return alarm method according to an embodiment of the present invention.
The method comprises the following steps:
s101: and acquiring current page information, and generating a first record and a second record by using the current page information.
In an embodiment of the present invention, the steps of the page return alert method are performed by a device or terminal having an H5 application. For example, all or a portion of the steps of the page return alert method may be performed by the PDA device. The PDA device may be installed with an Android operating system or may be installed with a Windows mobile operating system.
In the prior art, in order to implement the page return function, after a new page is entered, a page record is generated and written into the browsing record, so as to perform page return. For example, after entering page one, a page record corresponding to page one is generated and written into the browsing record, and after entering page two from page one, a page record corresponding to page two is generated. When the page one needs to be returned from the page two, the return operation can be executed by using the page record corresponding to the page one, and the page one is returned.
In order to prevent adverse effects caused by page return operation due to false touch, for example, the problem that the page return operation is executed without saving after data is filled in a page; or when the page is long, the page cannot be repositioned after being returned when the page is browsed to the middle position, in the prior art, a monitoring program is used for monitoring a return operation, when the return operation is detected, the H5 application is notified, the H5 application gives an alarm, and when a user determines that the page needs to be returned, the return operation is executed, so that the user is prevented from triggering the return operation due to the reasons of error touch and the like. Taking an Android operating system as an example, a jsbridge program can be developed, and the jsbridge program is utilized and applied by H5 at the same time, so that return interception is achieved. However, the jsbridge program requires a client engineer, i.e. an engineer on the device side, to perform collaborative development with an H5 application developer, i.e. the H5 application which needs to develop the function needs to be specifically developed, which requires a lot of labor and time. And different operating system devices cannot adapt to the same monitoring program, and need to be repeatedly developed, which also consumes a great deal of manpower and time.
In order to solve the problems, the surface return alarm method provided by the application adopts a more native mode to perform page return alarm, and a special monitoring tool does not need to be developed. Specifically, after entering the current page, the current page information is acquired, and the first record and the second record are generated by using the current page information. The first record and the second record may also be referred to as a first page record and a second page record, and it should be noted that the specific content of the current page information is not limited in this embodiment, and may include, for example, path information, domain name information, protocol information, and the like. And after the current page information is acquired, generating a first record and a second record by using the current page information. The first record and the second record both correspond to the current page, and the difference is that the hash fields in the first record and the second record are different, and other information or fields are the same.
The frequency of acquiring the current page information is not limited in this embodiment, for example, the current page information may be acquired in real time, and after the page information is acquired, it is determined whether a corresponding first record and a second record are generated, if not, the first record and the second record are generated, and if so, the current page information is not acquired; or the current page information may be obtained immediately after entering the current page.
S102: the first record and the second record are written into the browsing record.
After the first record and the second record are generated, they are written into the browsing record. The browsing record is used for storing page records corresponding to all the pages. The present embodiment does not limit the sequence of writing the first record and the second record into the browsing record, for example, the first record may be written into the browsing record first, and then the second record may be written into the record; or the second record may be written into the browsing record first, and then the first record may be written into the browsing record. Preferably, in this embodiment, the first record and the second record are written into the browsing record according to the generation sequence of the first record and the second record, that is, the first record is generated first, and the first record is written into the browsing record first; and generating a second record, and writing the second record into the browsing record.
S103: and when the page return event is detected, determining a target record in the browsing records, and executing a page return operation by using the target record.
The page return event is used for indicating that the user may want to perform the page return operation or the user may start the page return operation due to a false touch. The embodiment does not limit the specific content of the page return event, and for example, it may be determined that the page return event is detected when the physical return key is detected to be pressed; or may determine that a page return event is detected when a return instruction is detected. The return instruction may be generated by the user clicking a virtual return key, or may be generated by the user through gesture control or the like.
And when the page returning operation is detected, determining a target record in the browsing records, and executing the page returning operation by using the target record. It should be noted that the target record is the first record or the second record, and specifically, the step of determining the target record may include:
s1031: and executing a recording callback instruction so as to adjust the recording pointer from the current position to the target position.
And the record callback instruction is used for acquiring the last page record in the browsing record so as to execute the page return operation. In this embodiment, the browsing record may be referred to as a history, and the recording callback instruction is a history.go (-1) instruction, and when a page return event is detected, the history.go (-1) instruction is executed, and the recording pointer is adjusted from the current position to the target position. The record pointer is used for determining a target record, the current position of the target record points to the last written page record in the browsing records, and the target position points to the last written page record in the browsing records. In the application, the first record and the second record are generated and written into the browsing record, so that after the record callback instruction is executed, the record pointer is adjusted to the target position, and the first record or the second record is written into the target position.
S1032: and determining the record designated by the record pointer as the target record.
After the record pointer is adjusted, the record designated by the record pointer is determined as the target record, namely, the first record or the second record is determined as the target record. When the first record is written first, the first record is the target record; when the second record is written first, then the second record is the target record. And after determining the target record, executing a page return operation by using the target record. It should be noted that, because the target record corresponds to the current page information of the current page, that is, only the hash fields are different, and the rest information or fields are the same, the current page is not updated when the page return operation is performed, but the current page is maintained, and the page return operation is ended.
S104: and calling a callback function, and performing page return alarm by using the callback function.
And after the page return operation is executed, calling a callback function, and performing page return alarm by using the callback function. The embodiment does not limit the specific content of the callback function, and can be set according to actual needs. The page return alarm may be implemented in a plurality of alarm modes, preferably, in this embodiment, the page return alarm is implemented in a dialog box, and specifically, the page return alarm implementation step includes:
s1041: and calling the mounted callback function by using the target interface.
In this embodiment, the mounted callback function is directly called by the target interface after the page return operation is completed.
S1042: and popping up an alarm dialog box by using a callback function so as to carry out page return alarm.
And after the callback function is called, popping up an alarm dialog box by using the callback function so as to carry out page return alarm. It should be noted that the specific content of the alarm dialog box may be set according to actual needs, for example, may be "whether to return or not", or may be "whether to save data or not".
By applying the page return alarm method provided by the embodiment of the invention, two records, namely the first record and the second record, are generated after the page information is acquired, and the two records are written into the browsing record. When a page return event is detected, the page return operation needs to be executed by using the penultimate record in the browsing records. Because the first record and the second record are both corresponding records of the current page, the target record determined in the browsing record is the first record or the second record, and the page return operation is executed by using the target record, so that the page is still in the current page. The callback function is called, page return alarm is carried out by the callback function, and the user can be reminded. According to the method, the return interception operation can be completed by using the H5 application native interface, a monitoring program does not need to be developed, a long development period is not needed, time and manpower are saved, and the problem that a large amount of time and manpower are consumed for realizing the return interception function in the prior art is solved.
Based on the above embodiment of the present invention, a specific page return alarm process will be described in the embodiment of the present invention. Referring to fig. 2, fig. 2 is a flowchart of a specific page return alarm method according to an embodiment of the present invention, including:
s201: the second page is entered from the first page.
The second page is the current page in the above embodiment.
S202: call pushstate api to push two records into the history.
After entering the second page, the pushstate api is called to write two records, namely the first record and the second record, into the history. pushstate is a native interface of the HTML5 standard.
S203: a click on the physical return key is detected.
In the present embodiment, whether a page return event occurs is determined by detecting whether a physical return key is clicked. And when the physical return key is detected to be clicked, determining that a page return event occurs.
S204: go (-1) and trigger the nopoprtate callback function.
Go (-1) and perform page return operation after detecting that the physical return key is clicked. And triggering a callback function mounted on the onpopstate interface. The specific content of the callback function is not limited in this embodiment, and may be, for example:
Figure BDA0002398752210000081
s205: and executing the service code logic, and displaying a popup box to remind the user.
The execution service code logic is the code logic for executing the callback function, and a popup box (namely a dialog box) is displayed to remind the user.
The page return alarm device provided by the embodiment of the invention is introduced below, and the page return alarm device described below and the page return alarm method described above can be referred to correspondingly.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a page return alarm device according to an embodiment of the present invention, including:
a generating module 310, configured to obtain current page information, and generate a first record and a second record by using the current page information;
a writing module 320, configured to write the first record and the second record into the browsing record;
the execution module 330 is configured to, when a page return event is detected, determine a target record in the browsing records, and execute a page return operation using the target record; wherein the target record is a first record or a second record;
and the alarm module 340 is configured to call a callback function, and perform page return alarm by using the callback function.
Optionally, the execution module includes:
the position adjusting unit is used for executing a recording callback instruction so as to adjust the recording pointer from the current position to the target position;
and the determining unit is used for determining the record specified by the record pointer as the target record.
Optionally, the alarm module comprises:
the function calling unit is used for calling the mounted callback function by using the target interface;
and the alarm unit is used for popping up an alarm dialog box by using the callback function so as to carry out page return alarm.
Optionally, the execution module includes:
a first detection unit configured to determine that a page return event is detected when it is detected that a physical return key is pressed;
and/or
And the second detection unit is used for determining that the page return event is detected when the return instruction is detected.
The page return alarm device provided by the embodiment of the invention is introduced below, and the page return alarm device described below and the page return alarm method described above can be referred to correspondingly.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a page return alarm device according to an embodiment of the present invention, where the page return alarm device includes a memory and a processor, where:
a memory 410 for storing a computer program;
a processor 420 for executing a computer program to implement the page return alert method described above.
The following describes a computer-readable storage medium provided in an embodiment of the present invention, and the computer-readable storage medium described below and the page return alarm method described above may be referred to in correspondence with each other.
The invention also provides a computer readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the page return alarm method described above. The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relationships such as first and second, etc., are intended only to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The page return alarm method, the page return alarm device and the computer readable storage medium provided by the invention are described in detail, specific examples are applied in the text to explain the principle and the implementation mode of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A page return alarm method is characterized by comprising the following steps:
acquiring current page information, and generating a first record and a second record by using the current page information;
writing the first record and the second record into a browsing record;
when a page return event is detected, determining a target record in the browsing record, and executing a page return operation by using the target record; wherein the target record is the first record or the second record;
and calling a callback function, and performing page return alarm by using the callback function.
2. The page return alarm method according to claim 1, wherein the determining a target record in the browsing records when a page return event is detected comprises:
executing a recording callback instruction so as to adjust a recording pointer from the current position to a target position;
and determining the record designated by the record pointer as the target record.
3. The page return alarm method according to claim 1, wherein said calling a callback function and performing a page return alarm by using said callback function includes:
calling the mounted callback function by using the target interface;
and popping up an alarm dialog box by using the callback function so as to carry out page return alarm.
4. The page return alarm method according to any one of claims 1 to 3, wherein the step of, when a page return event is detected, including:
determining that the page return event is detected when detecting that a physical return key is pressed;
and/or
When a return instruction is detected, it is determined that the page return event is detected.
5. A page return warning device, comprising:
the generating module is used for acquiring current page information and generating a first record and a second record by using the current page information;
a writing module, configured to write the first record and the second record into a browsing record;
the execution module is used for determining a target record in the browsing record and executing page returning operation by using the target record when a page returning event is detected; wherein the target record is the first record or the second record;
and the alarm module is used for calling a callback function and utilizing the callback function to carry out page return alarm.
6. The page return warning device according to claim 5, wherein the execution module includes:
the position adjusting unit is used for executing a recording callback instruction so as to adjust the recording pointer from the current position to the target position;
and the determining unit is used for determining the record specified by the record pointer as the target record.
7. The page return warning device according to claim 5, wherein the warning module includes:
the function calling unit is used for calling the mounted callback function by using the target interface;
and the alarm unit is used for popping up an alarm dialog box by using the callback function so as to carry out page return alarm.
8. The page return warning device according to any one of claims 5 to 7, wherein the execution module includes:
a first detection unit configured to determine that the page return event is detected when it is detected that a physical return key is pressed;
and/or
A second detection unit to determine that the page return event is detected when a return instruction is detected.
9. A page return alert device comprising a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor for executing the computer program to implement the page return warning method according to any one of claims 1 to 4.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the page return warning method according to any one of claims 1 to 4.
CN202010140002.6A 2020-03-03 2020-03-03 Page return alarm method, system, device and readable storage medium Pending CN111339470A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010140002.6A CN111339470A (en) 2020-03-03 2020-03-03 Page return alarm method, system, device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010140002.6A CN111339470A (en) 2020-03-03 2020-03-03 Page return alarm method, system, device and readable storage medium

Publications (1)

Publication Number Publication Date
CN111339470A true CN111339470A (en) 2020-06-26

Family

ID=71182085

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010140002.6A Pending CN111339470A (en) 2020-03-03 2020-03-03 Page return alarm method, system, device and readable storage medium

Country Status (1)

Country Link
CN (1) CN111339470A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113343138A (en) * 2021-05-31 2021-09-03 北京达佳互联信息技术有限公司 Rollback interception method and device, intelligent terminal and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106547420A (en) * 2015-09-23 2017-03-29 阿里巴巴集团控股有限公司 A kind of page processing method and device
CN107943917A (en) * 2017-11-20 2018-04-20 珠海市魅族科技有限公司 The page returns to control method, device, terminal and storage medium
CN108241688A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 A kind of page access method, apparatus and computing device
US10152463B1 (en) * 2013-06-13 2018-12-11 Amazon Technologies, Inc. System for profiling page browsing interactions
CN109271601A (en) * 2018-08-23 2019-01-25 深圳点猫科技有限公司 A kind of page prompts method and electronic equipment based on educational system
CN109614180A (en) * 2018-11-13 2019-04-12 深圳市网心科技有限公司 Webpage deployment method, electronic equipment, system and storage medium
CN109740095A (en) * 2018-12-27 2019-05-10 四川新网银行股份有限公司 A kind of H5 page dynamic backing method based on browser stack management
CN110020274A (en) * 2017-08-21 2019-07-16 北京国双科技有限公司 Page returning method and device under browser environment are applied in mixing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10152463B1 (en) * 2013-06-13 2018-12-11 Amazon Technologies, Inc. System for profiling page browsing interactions
CN106547420A (en) * 2015-09-23 2017-03-29 阿里巴巴集团控股有限公司 A kind of page processing method and device
CN108241688A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 A kind of page access method, apparatus and computing device
CN110020274A (en) * 2017-08-21 2019-07-16 北京国双科技有限公司 Page returning method and device under browser environment are applied in mixing
CN107943917A (en) * 2017-11-20 2018-04-20 珠海市魅族科技有限公司 The page returns to control method, device, terminal and storage medium
CN109271601A (en) * 2018-08-23 2019-01-25 深圳点猫科技有限公司 A kind of page prompts method and electronic equipment based on educational system
CN109614180A (en) * 2018-11-13 2019-04-12 深圳市网心科技有限公司 Webpage deployment method, electronic equipment, system and storage medium
CN109740095A (en) * 2018-12-27 2019-05-10 四川新网银行股份有限公司 A kind of H5 page dynamic backing method based on browser stack management

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
CRAZY_DOTNET: "一点经验分享 / 在微信H5浏览器 / 拦截用户后退 /并做业务处理" *
刘锦伟;苏丹;: "怎样在JavaScript中调用WebService获取数据", no. 03 *
本社编: "《Android开发实战体验》", 北京:海洋出版社, pages: 7 *
韩前进: "Web在线爬虫的设计与实现" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113343138A (en) * 2021-05-31 2021-09-03 北京达佳互联信息技术有限公司 Rollback interception method and device, intelligent terminal and storage medium

Similar Documents

Publication Publication Date Title
US8266524B2 (en) Editing a document using a transitory editing surface
US8346889B1 (en) Event-driven module loading
CN111596863B (en) Data reading method, device and equipment and readable storage medium
US10908928B2 (en) Rules-based workflow messaging
KR20130061725A (en) Exposing resource capabilities to web applications
US9038019B2 (en) Paige control for enterprise mobile applications
US10284451B2 (en) Management apparatus for managing network device and method for controlling the same
KR20140126702A (en) Extension activation for related documents
CN106294463B (en) Data point updating method and equipment for dynamic curve
CN113535587B (en) Target application detection method and device and computer equipment
CN114741149A (en) Page switching method and device for single-page application, storage medium and electronic equipment
CN111339470A (en) Page return alarm method, system, device and readable storage medium
US9104573B1 (en) Providing relevant diagnostic information using ontology rules
CN112527643A (en) Front-end error detection method and device, electronic equipment and readable storage medium
CN112000971A (en) File permission recording method, system and related device
CN108268298B (en) Desktop icon generation method and device, storage medium and electronic equipment
CN111124627A (en) Method, device, terminal and storage medium for determining application program caller
CN112052368B (en) Method, system, storage medium and electronic device for automatically extracting list data
US10838716B1 (en) Automated dependency detection and response
CN109358794B (en) WEB application program page refreshing method, device, computer equipment and storage medium
CN113220386A (en) Instrument board publishing method and related equipment
US11704014B1 (en) Supporting micro swipes for generating custom user interface responses
CN113986517B (en) API call log acquisition method and device, electronic equipment and storage medium
CN113297052B (en) Method, device, storage medium and equipment for positioning stuck event of application program
CN116450192A (en) Page publishing prompting method, device, equipment and storage medium

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