CN113434234A - Page jump method, device, computer readable storage medium and processor - Google Patents

Page jump method, device, computer readable storage medium and processor Download PDF

Info

Publication number
CN113434234A
CN113434234A CN202110725013.5A CN202110725013A CN113434234A CN 113434234 A CN113434234 A CN 113434234A CN 202110725013 A CN202110725013 A CN 202110725013A CN 113434234 A CN113434234 A CN 113434234A
Authority
CN
China
Prior art keywords
data
target
page
pool
stored
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
Application number
CN202110725013.5A
Other languages
Chinese (zh)
Other versions
CN113434234B (en
Inventor
刘丽娜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Original Assignee
Qingdao Haier Technology Co Ltd
Haier Smart Home 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 Qingdao Haier Technology Co Ltd, Haier Smart Home Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202110725013.5A priority Critical patent/CN113434234B/en
Publication of CN113434234A publication Critical patent/CN113434234A/en
Application granted granted Critical
Publication of CN113434234B publication Critical patent/CN113434234B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3034Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a storage system, e.g. DASD based or network based
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page jump method, a page jump device, a computer readable storage medium and a processor. Wherein, the method comprises the following steps: acquiring identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page; storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information; and jumping to a target page under the condition that the target data is stored in the data pool. The invention solves the technical problem of slow page jump speed.

Description

Page jump method, device, computer readable storage medium and processor
Technical Field
The invention relates to the field of data processing, in particular to a page jump method, a page jump device, a computer readable storage medium and a processor.
Background
In the application program APP of the mobile terminal, a page is presented to the user, so the loading speed of the page greatly influences the APP use experience of the user. In some application scenarios, when a user clicks to enter an APP and jumps from an initial page to a target page, the user firstly inputs information on the initial page, and the APP pulls data in a background according to the information input by the user on the initial page and jumps to the target page. The target page may only need a small amount of necessary data, but the necessary data can be obtained only after the APP finishes pulling the data from the background, so that the jump process to the target page needs to wait. The process of pulling a large amount of data from the background by the APP is slow, so that the jumping process to the target page in the process is time-consuming, and the page jumping efficiency is not high.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a page jump method, a page jump device, a computer readable storage medium and a processor, which at least solve the technical problem of low page jump speed.
According to an aspect of the embodiments of the present invention, a page jump method is provided, including: acquiring identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page; storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information; and jumping to the target page under the condition that the target data is stored in the data pool.
Optionally, storing the target data into a data pool of an application data layer according to the identity information and the data type information, including: creating the data pool in the application data layer; checking whether data stored in the application data layer includes the target data; and storing the target data into the data pool under the condition that the data stored in the application data layer comprises the target data.
Optionally, the method further includes: sending request data for acquiring the target data to a server under the condition that the data stored in the application data layer does not include the target data; receiving the target data returned by the server; and storing the target data returned by the server into the data pool.
Optionally, when the target data is stored in the data pool, jumping to the target page includes: monitoring the data pool to obtain a monitoring result of whether the target data is stored in the data pool or not; and jumping to the target page under the condition that the monitoring result is that the target data is stored in the data pool.
Optionally, after jumping to the target page, the method further includes: receiving a first interactive instruction, wherein the first interactive instruction is used for interacting with the target page; checking whether data stored in the data pool includes the target data; responding to the first interactive instruction in the case that the data stored in the data pool includes the target data.
Optionally, obtaining the identification information includes: skipping to a data acquisition interface according to a second interactive instruction received by the target page; and determining the identity identification information according to a third interactive instruction received by the data acquisition interface.
Optionally, the target page includes: h5 page.
According to another aspect of the embodiments of the present invention, there is also provided a page jump apparatus, including: the system comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring identity identification information and data type information, and the data type information comprises the type of data requested by a target page; the storage module is used for storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information; and the skipping module is used for skipping to the target page under the condition that the target data is stored in the data pool.
According to still another aspect of the embodiments of the present invention, there is further provided a computer-readable storage medium, where the computer-readable storage medium includes a stored program, and when the program runs, the apparatus on which the computer-readable storage medium is located is controlled to execute any one of the above page jump methods.
According to still another aspect of the embodiments of the present invention, there is further provided a processor, where the processor is configured to run a program, where the program executes any one of the page jump methods described above when running.
In the embodiment of the invention, a data pool mode for storing target data required by a target page is established in an application data layer, the target data is stored in the data pool according to the identity identification information and the data type information including the type of the data requested by the target page, and then the target page is jumped to when the target data is stored in the data pool, so that the aim of jumping to the target page without waiting for the completion of pulling all other data after the data required by the target page is taken by the data pool is achieved, the technical effect of accelerating the page jump speed is realized, and the technical problem of slow page jump speed is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a schematic flowchart of a page jump method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating page jumping to each other according to an alternative embodiment of the present invention;
FIG. 3 is a schematic diagram of a page jump scenario provided in accordance with an alternative embodiment of the present invention;
FIG. 4 is a schematic diagram of information flow in a page jump scenario provided in accordance with an alternative embodiment of the present invention;
fig. 5 is a block diagram illustrating a structure of a page jump apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, 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.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, partial terms or terms appearing in the description of the embodiments of the present application are applied to the following explanations:
the H5 page is an application page generated on line, and the mobile terminal obtains the H5 page generated in the cloud server through accessing the cloud server.
The mobile terminal comprises an application data layer, an area for storing data of an application program in the mobile terminal, and the data of the application program and the data of a user are stored in the application data layer.
And the application interface layer, called API layer for short, packages and compatibly optimizes the application program of the mobile terminal, so that the application program or the H5 page can pull data of the application data layer through the application interface layer.
Example 1
In accordance with an embodiment of the present invention, there is provided a method embodiment of page jumping, it should be noted that the steps illustrated in the flowchart of the accompanying drawings may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than that described herein.
In the mobile terminal, when the APP performs page jump, due to the fact that the jump logic is not optimized enough, unnecessary waiting time is consumed in the page jump process, the page jump speed is low, and user experience is affected. For example, when a user has not logged into the APP, account data related to the user's person is stored in the application data layer. When a user wants to participate in the activity of the APP or deeply interact with the APP, the user needs to log in an account first and then jump to an activity page from a login page. In the process, after the user logs in, the APP pulls the account data of the user from the application data layer, which is time-consuming because the data volume of the account data is large. However, the data related to the active page is required to be unavailable before all account data is pulled from the application data layer, so that a mistake is made after the active page cannot be skipped or the active page is skipped, normal page skipping can be realized after all account data is pulled from the application data layer, the page skipping process consumes a long time, and user experience is affected.
Fig. 1 is a schematic flowchart of a page jump method according to an embodiment of the present invention, and as shown in fig. 1, the method includes the following steps:
step S102, obtaining identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page.
Optionally, the identity information may comprise an identity token of the user, such as a token, by which account data related to the user may be determined in the application data layer. The type of the data requested by the target page is the data type required by the target page, if the data corresponding to the data type cannot be returned to the target page, the user cannot normally participate in the content presented by the target page through the target page, so that the necessary data required when the user normally interacts with the target page can be determined according to the identity identification information and the data type information.
And step S104, storing target data into a data pool of the application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information. And the target data is the necessary data required by the user in the step when the user normally interacts with the target page. Optionally, the target data is stored in the application data layer together with other account data before being deposited into the data pool. The data pool may be a block of storage area in the application data layer that is separately opened up for the target data needed for normal interaction with the target page.
And step S106, jumping to a target page under the condition that the target data is stored in the data pool. Obviously, the time consumed for storing the target data into the data pool is far shorter than the time consumed for pulling all account data, so that the page jump can be performed under the condition that the target data is stored into the data pool, so that the page jump speed can be increased. Optionally, after jumping to the target page, the target page may directly go to the data pool to pull the target data, and the target page with the target data pulled may implement normal interaction with the user.
Through the steps, a data pool mode for storing target data required by a target page is established in an application data layer, the target data is stored in the data pool according to the identity identification information and the data type information including the type of the data requested by the target page, then the target page is jumped to when the target data is stored in the data pool, and the purpose that the target page is jumped to without waiting for the completion of pulling all other data after the data required by the target page is taken by the data pool is achieved, so that the technical effect of accelerating the page jump speed is achieved, and the technical problem of slow page jump speed is solved.
As an alternative embodiment, the destination page may include the H5 page. The target page adoption H5 page allows for a more lightweight development than the native page adopting APP. The H5 page can be obtained by taking information such as a token of a user from the native framework, then carrying the token and other necessary data to request page data from the server, and then downloading the manufactured H5 page from the server. The method of the embodiment can jump to the H5 page more efficiently.
With the increasing popularity of the APP hybrid development mode, more and more active pages in the APP are developed by adopting the H5 page, so that the development efficiency can be greatly improved, and the APP updating and deploying time can be saved. But with respect to the pure native development mode, H5 active page data needs to be retrieved from the server, with each page needing to be re-downloaded. In the related art, when the target page is the H5 page and the initial page before jumping is the native page of APP, the loading time of the H5 active page can be shortened by shortening the time of interaction between the H5 active page and the native page.
As an alternative embodiment, the identification information may be obtained as follows: jumping to a data acquisition interface according to a second interactive instruction received by the target page; and determining the identity identification information according to the third interactive instruction received by the data acquisition interface. In this optional embodiment, the target page may jump to the data acquisition interface first, the user's identification information is acquired in the data acquisition interface, and then the target page is efficiently jumped back from the data acquisition interface in the subsequent step.
The optional embodiment may include the following scenarios: the target page is an active page in the APP, the data acquisition interface is a user login interface of the APP, after the target page receives a second interaction instruction triggered by a user, the user does not log in, the user jumps to the user login interface of the APP, account information is input by the user at the user login interface, and the user login interface determines account identification information, namely identity identification information, of the user according to the account information input by the user. After the user logs in successfully, target data can be called from an application data layer of the mobile terminal subsequently through account identification information of the user and the data type of data required by the activity page.
As an optional embodiment, the target data is stored in a data pool of the application data layer according to the identity information and the data type information, and the data pool may be created in the application data layer first; then checking whether the data stored in the application data layer comprises target data; and in the case that the data stored in the application data layer comprises target data, storing the target data into the data pool. According to the optional embodiment, the target data can be directly stored in the data pool under the condition that the target data required by the target page is stored in the local application data layer of the mobile terminal, so that the speed of acquiring the target data is increased.
As an alternative embodiment, in the case that the data stored in the application data layer does not include the target data, request data for acquiring the target data may be sent to the server; receiving target data returned by the server; and storing the target data returned by the server into a data pool. For example, when a user logs in an APP at a current mobile terminal for the first time, account data of an account of the user is not necessarily stored in advance in an application data layer of the mobile terminal, and at this time, according to the optional embodiment, the target data may be requested to be acquired from a server in the cloud, and the target data returned by the server may be stored in the data pool. Alternatively, all account data can be returned from the server to the local application data layer, and then the target data can be stored in the data pool from the application data layer.
As an alternative embodiment, in the case that the target data is stored in the data pool, the jump to the target page may be performed in the following manner: monitoring the data pool to obtain a monitoring result of whether the target data is stored in the data pool or not; and jumping to a target page under the condition that the monitoring result is that the target data is stored in the data pool.
As an alternative embodiment, after jumping to the target page, the target page may further receive a first interaction instruction interacting with the target page, the target page checks whether the data stored in the data pool includes the target data, and in a case that the data stored in the data pool includes the target data, the target page responds to the first interaction instruction. The first interaction instruction can comprise an instruction triggered when a user clicks a target page, when the user jumps to the target page, the target page needs to go to a data pool to check whether target data required for interaction with the user exists or not, and when the target data are stored in the data pool, the target page can pull the target data and respond to the first interaction instruction; when the target data is not stored in the data pool, the target page cannot normally respond to the first interactive instruction, and then the target page can be skipped to the data acquisition page again to try to acquire the target data again.
Fig. 2 is a schematic flow diagram of page jumping to each other according to an alternative embodiment of the present invention, and as shown in fig. 2, after a user opens an APP, the page jumping may be performed according to the following steps:
step 1, presenting a target page in an APP, and sending an interaction instruction to the target page by a user;
step 2, the target page jumps to a data acquisition interface, and a user inputs identity identification information in the data acquisition interface through an interactive instruction;
step 3, the data acquisition interface sends the data type of the data required by the target page and the identity information of the user to an application data layer;
step 4, the application data layer checks whether target data corresponding to the data type of the data required by the target page and the identification information of the user exist, if the target data exist, the step 5 is carried out, and if the target data do not exist, the step 6 is carried out;
step 5, storing the target data into a data pool;
step 6, requesting target data from the server, and storing the returned target data into a data pool;
and 7, monitoring the data pool by the data acquisition interface, and jumping back to the target page under the condition that the data pool comprises the target data.
Fig. 3 is a schematic diagram of a page jump scenario provided in accordance with an alternative embodiment of the present invention, as shown in fig. 3, in the optional page jump scenario, the target page is an H5 active page, the data acquisition interface is an APP native login page, after the user enters the activity detail page, the H5 active home page is initialized, whether the user logs in the APP is checked, returning directly to the H5 active home page, in the case where the user is logged in to APP, the H5 active home page interacts normally with the user, under the condition that the user does not log in the APP, jumping to a login page of the APP, logging in through the page, requesting user related data required by the H5 page after successful login to a basic data layer of the APP, and then storing the related data in the data pool, subsequently returning the related data in the data pool to the H5 page, and then realizing the quick jump from the APP login page to the H5 active home page.
Fig. 4 is a schematic diagram of information flow in a page jump scenario according to an alternative embodiment of the present invention, as shown in fig. 4, in this alternative embodiment, when a user enters an H5 active page, the user is in an unregistered state, and may first send a request for what type of data is needed to an APP base data layer, where the APP data layer tells a data pool to actively notify when data is successfully obtained, and jumps to a login page with the needed data type. When the user successfully logs in the APP login page, the server is firstly sent to request H5 for the data Type1 of the data Type required by the active page, and then other data are requested. The data is stored in a data pool below an APP basic data layer, when data of a data Type1 required by H5 exists in the data pool, the data is actively notified to the APP basic data layer, then the APP basic data layer returns the data to an H5 activity page, and meanwhile, an APP login page is informed, and the user can jump to an H5 activity page to continue to participate in the activity.
The APP basic data layer is the application data layer, the data pool is created in the APP basic data layer, target data needed by the target page are stored in the data pool, the purpose that all data needed by the target page can be obtained under the condition that all account information is not pulled is achieved, the information of the target data stored in the data pool is fed back to the APP login page, the target data are returned to the target page, quick jump from the APP login page to the target page is achieved, and the technical problem that the page jump speed is slow in the scene is solved.
Example 2
According to an embodiment of the present invention, there is also provided a page jump apparatus for implementing the above-mentioned page jump method, fig. 5 is a block diagram of a structure of the page jump apparatus provided according to the embodiment of the present invention, as shown in fig. 5, the page jump apparatus includes: an acquisition module 52, a storage module 54, and a jump module 56, which will be described below.
An obtaining module 52, configured to obtain the identity information and data type information, where the data type information includes a type of data requested by the target page;
a storage module 54, connected to the obtaining module 52, for storing target data into a data pool of the application data layer according to the identification information and the data type information, where the target data corresponds to the identification information and the data type information, respectively;
and the jump module 56 is connected to the storage module 54 and is used for jumping to the target page when the target data is stored in the data pool.
It should be noted here that the acquiring module 52, the storing module 54 and the skipping module 56 correspond to steps S102 to S106 in embodiment 1, and the three modules are the same as the corresponding steps in the implementation example and application scenario, but are not limited to the disclosure in embodiment 1.
Example 3
An embodiment of the present invention may provide a computer device, and optionally, in this embodiment, the computer device may be located in at least one network device of a plurality of network devices of a computer network. The computer device includes a memory and a processor.
The memory may be used to store software programs and modules, such as program instructions/modules corresponding to the page jump method and apparatus in the embodiments of the present invention, and the processor executes various functional applications and data processing by running the software programs and modules stored in the memory, that is, implementing the page jump method. The memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory may further include memory located remotely from the processor, and these remote memories may be connected to the computer terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The processor can call the information and application program stored in the memory through the transmission device to execute the following steps: acquiring identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page; storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information; and jumping to a target page under the condition that the target data is stored in the data pool.
Optionally, the processor may further execute the program code of the following steps: storing the target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the data pool comprises: creating a data pool in an application data layer; checking whether data stored in the application data layer includes target data; and in the case that the data stored in the application data layer comprises target data, storing the target data into the data pool.
Optionally, the processor may further execute the program code of the following steps: sending request data for acquiring target data to a server under the condition that the data stored in the application data layer does not include the target data; receiving target data returned by the server; and storing the target data returned by the server into a data pool.
Optionally, the processor may further execute the program code of the following steps: and under the condition that the target data is stored in the data pool, jumping to a target page, wherein the step of jumping to the target page comprises the following steps: monitoring the data pool to obtain a monitoring result of whether the target data is stored in the data pool or not; and jumping to a target page under the condition that the monitoring result is that the target data is stored in the data pool.
Optionally, the processor may further execute the program code of the following steps: after jumping to the target page, the method further comprises: receiving a first interactive instruction, wherein the first interactive instruction is used for interacting with a target page; checking whether the data stored in the data pool includes target data; and responding to the first interaction instruction in the case that the data stored in the data pool comprises the target data.
Optionally, the processor may further execute the program code of the following steps: acquiring identity information, comprising: jumping to a data acquisition interface according to a second interactive instruction received by the target page; and determining the identity identification information according to the third interactive instruction received by the data acquisition interface.
Optionally, the processor may further execute the program code of the following steps: the target page includes: h5 page.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by a program instructing hardware associated with the terminal device, where the program may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
Example 4
Embodiments of the present invention also provide a computer-readable storage medium. Optionally, in this embodiment, the computer-readable storage medium may be configured to store the program code executed by the page jump method provided in embodiment 1.
Optionally, in this embodiment, the computer-readable storage medium may be located in any one of a group of computer terminals in a computer network, or in any one of a group of mobile terminals.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: acquiring identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page; storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information; and jumping to a target page under the condition that the target data is stored in the data pool.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: storing the target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the data pool comprises: creating a data pool in an application data layer; checking whether data stored in the application data layer includes target data; and in the case that the data stored in the application data layer comprises target data, storing the target data into the data pool.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: sending request data for acquiring target data to a server under the condition that the data stored in the application data layer does not include the target data; receiving target data returned by the server; and storing the target data returned by the server into a data pool.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: and under the condition that the target data is stored in the data pool, jumping to a target page, wherein the step of jumping to the target page comprises the following steps: monitoring the data pool to obtain a monitoring result of whether the target data is stored in the data pool or not; and jumping to a target page under the condition that the monitoring result is that the target data is stored in the data pool.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: after jumping to the target page, the method further comprises: receiving a first interactive instruction, wherein the first interactive instruction is used for interacting with a target page; checking whether the data stored in the data pool includes target data; and responding to the first interaction instruction in the case that the data stored in the data pool comprises the target data.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: acquiring identity information, comprising: jumping to a data acquisition interface according to a second interactive instruction received by the target page; and determining the identity identification information according to the third interactive instruction received by the data acquisition interface.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: the target page includes: h5 page.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, a division of a unit may be a division of a logic function, and an actual implementation may have another division, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or may not be executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that it is obvious to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and these modifications and improvements should also be considered as the protection scope of the present invention.

Claims (10)

1. A page jump method is characterized by comprising the following steps:
acquiring identity identification information and data type information, wherein the data type information comprises the type of data requested by a target page;
storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information;
and jumping to the target page under the condition that the target data is stored in the data pool.
2. The method of claim 1, wherein storing the target data into a data pool of an application data layer according to the identification information and the data type information comprises:
creating the data pool in the application data layer;
checking whether data stored in the application data layer includes the target data;
and storing the target data into the data pool under the condition that the data stored in the application data layer comprises the target data.
3. The method of claim 2, further comprising:
sending request data for acquiring the target data to a server under the condition that the data stored in the application data layer does not include the target data;
receiving the target data returned by the server;
and storing the target data returned by the server into the data pool.
4. The method of claim 1, wherein jumping to the target page in the event that the target data is stored in the data pool comprises:
monitoring the data pool to obtain a monitoring result of whether the target data is stored in the data pool or not;
and jumping to the target page under the condition that the monitoring result is that the target data is stored in the data pool.
5. The method of claim 1, wherein jumping to after the target page further comprises:
receiving a first interactive instruction, wherein the first interactive instruction is used for interacting with the target page;
checking whether data stored in the data pool includes the target data;
responding to the first interactive instruction in the case that the data stored in the data pool includes the target data.
6. The method of claim 1, wherein obtaining identification information comprises:
skipping to a data acquisition interface according to a second interactive instruction received by the target page;
and determining the identity identification information according to a third interactive instruction received by the data acquisition interface.
7. The method according to any one of claims 1 to 6, wherein the target page comprises: h5 page.
8. A page jump apparatus, comprising:
the system comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring identity identification information and data type information, and the data type information comprises the type of data requested by a target page;
the storage module is used for storing target data into a data pool of an application data layer according to the identity identification information and the data type information, wherein the target data respectively correspond to the identity identification information and the data type information;
and the skipping module is used for skipping to the target page under the condition that the target data is stored in the data pool.
9. A computer-readable storage medium, comprising a stored program, wherein the program, when executed, controls an apparatus on which the computer-readable storage medium is located to perform the page jump method according to any one of claims 1 to 7.
10. A processor, characterized in that the processor is configured to run a program, wherein the program is configured to execute the page jump method according to any one of claims 1 to 7 when running.
CN202110725013.5A 2021-06-29 2021-06-29 Page jump method, device, computer readable storage medium and processor Active CN113434234B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110725013.5A CN113434234B (en) 2021-06-29 2021-06-29 Page jump method, device, computer readable storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110725013.5A CN113434234B (en) 2021-06-29 2021-06-29 Page jump method, device, computer readable storage medium and processor

Publications (2)

Publication Number Publication Date
CN113434234A true CN113434234A (en) 2021-09-24
CN113434234B CN113434234B (en) 2023-06-09

Family

ID=77757536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110725013.5A Active CN113434234B (en) 2021-06-29 2021-06-29 Page jump method, device, computer readable storage medium and processor

Country Status (1)

Country Link
CN (1) CN113434234B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416195A (en) * 2021-12-24 2022-04-29 青岛海尔科技有限公司 H5 page loading method and device, intelligent terminal and server

Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070067308A1 (en) * 2005-08-22 2007-03-22 Ubs Ag System, method and computer program product for workflow-based data processing
CN102456004A (en) * 2010-10-18 2012-05-16 金蝶软件(中国)有限公司 Query control method and system of page data
US8595186B1 (en) * 2007-06-06 2013-11-26 Plusmo LLC System and method for building and delivering mobile widgets
CN104657372A (en) * 2013-11-20 2015-05-27 腾讯科技(深圳)有限公司 Page operation data processing method and device
CN104754030A (en) * 2015-02-12 2015-07-01 腾讯科技(深圳)有限公司 User information obtaining method and device
CN106033579A (en) * 2015-03-16 2016-10-19 北京国双科技有限公司 Data processing method and apparatus thereof
US20170103664A1 (en) * 2012-11-27 2017-04-13 Active Learning Solutions Holdings Limited Method and System for Active Learning
CN107315948A (en) * 2016-04-26 2017-11-03 阿里巴巴集团控股有限公司 Data calling method and device
CN107341234A (en) * 2017-06-30 2017-11-10 广州酷狗计算机科技有限公司 Display methods, device and the computer-readable recording medium of the page
CN107391736A (en) * 2017-08-07 2017-11-24 玫瑰视界(北京)网络科技有限公司 A kind of page display method and device
CN107645516A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Application of software data caching method and device
CN107783993A (en) * 2016-08-25 2018-03-09 阿里巴巴集团控股有限公司 The storage method and device of data
CN108040065A (en) * 2017-12-22 2018-05-15 平安养老保险股份有限公司 Webpage redirect after exempt from login method, device, computer equipment and storage medium
CN108111554A (en) * 2016-11-24 2018-06-01 苏宁云商集团股份有限公司 A kind of control method and device of access queue
CN108156118A (en) * 2016-12-05 2018-06-12 北京国双科技有限公司 User Identity method and device
CN108268635A (en) * 2018-01-17 2018-07-10 百度在线网络技术(北京)有限公司 For obtaining the method and apparatus of data
CN108509228A (en) * 2017-11-10 2018-09-07 平安普惠企业管理有限公司 Method, terminal device and the computer readable storage medium of loading page
CN108563668A (en) * 2018-01-08 2018-09-21 武汉斗鱼网络科技有限公司 The method, apparatus and terminal device of the Hybrid page jump H5 pages
CN110647698A (en) * 2019-08-12 2020-01-03 视联动力信息技术股份有限公司 Page loading method and device, electronic equipment and readable storage medium
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN111143650A (en) * 2019-12-16 2020-05-12 东软集团股份有限公司 Method, device, medium and electronic equipment for acquiring page data
CN111291290A (en) * 2018-12-06 2020-06-16 北京京东尚科信息技术有限公司 Data processing method and device
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium
CN112039826A (en) * 2019-06-03 2020-12-04 北京京东尚科信息技术有限公司 Login method and device applied to applet terminal
CN112130460A (en) * 2020-09-16 2020-12-25 青岛海尔科技有限公司 Page display method and device and storage medium
CN112347363A (en) * 2020-11-18 2021-02-09 北京百家科技集团有限公司 Page generation method and device
CN112394861A (en) * 2019-08-15 2021-02-23 腾讯科技(深圳)有限公司 Page jump method and device, storage medium and electronic device
CN112543194A (en) * 2020-12-03 2021-03-23 武汉联影医疗科技有限公司 Mobile terminal login method and device, computer equipment and storage medium
CN112749355A (en) * 2019-10-30 2021-05-04 腾讯科技(深圳)有限公司 Page display method, device, terminal, server and storage medium

Patent Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070067308A1 (en) * 2005-08-22 2007-03-22 Ubs Ag System, method and computer program product for workflow-based data processing
US8595186B1 (en) * 2007-06-06 2013-11-26 Plusmo LLC System and method for building and delivering mobile widgets
CN102456004A (en) * 2010-10-18 2012-05-16 金蝶软件(中国)有限公司 Query control method and system of page data
US20170103664A1 (en) * 2012-11-27 2017-04-13 Active Learning Solutions Holdings Limited Method and System for Active Learning
CN104657372A (en) * 2013-11-20 2015-05-27 腾讯科技(深圳)有限公司 Page operation data processing method and device
CN104754030A (en) * 2015-02-12 2015-07-01 腾讯科技(深圳)有限公司 User information obtaining method and device
CN106033579A (en) * 2015-03-16 2016-10-19 北京国双科技有限公司 Data processing method and apparatus thereof
CN107315948A (en) * 2016-04-26 2017-11-03 阿里巴巴集团控股有限公司 Data calling method and device
CN107645516A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Application of software data caching method and device
CN107783993A (en) * 2016-08-25 2018-03-09 阿里巴巴集团控股有限公司 The storage method and device of data
CN108111554A (en) * 2016-11-24 2018-06-01 苏宁云商集团股份有限公司 A kind of control method and device of access queue
CN108156118A (en) * 2016-12-05 2018-06-12 北京国双科技有限公司 User Identity method and device
CN107341234A (en) * 2017-06-30 2017-11-10 广州酷狗计算机科技有限公司 Display methods, device and the computer-readable recording medium of the page
CN107391736A (en) * 2017-08-07 2017-11-24 玫瑰视界(北京)网络科技有限公司 A kind of page display method and device
CN108509228A (en) * 2017-11-10 2018-09-07 平安普惠企业管理有限公司 Method, terminal device and the computer readable storage medium of loading page
CN108040065A (en) * 2017-12-22 2018-05-15 平安养老保险股份有限公司 Webpage redirect after exempt from login method, device, computer equipment and storage medium
CN108563668A (en) * 2018-01-08 2018-09-21 武汉斗鱼网络科技有限公司 The method, apparatus and terminal device of the Hybrid page jump H5 pages
CN108268635A (en) * 2018-01-17 2018-07-10 百度在线网络技术(北京)有限公司 For obtaining the method and apparatus of data
CN111291290A (en) * 2018-12-06 2020-06-16 北京京东尚科信息技术有限公司 Data processing method and device
CN112039826A (en) * 2019-06-03 2020-12-04 北京京东尚科信息技术有限公司 Login method and device applied to applet terminal
CN110647698A (en) * 2019-08-12 2020-01-03 视联动力信息技术股份有限公司 Page loading method and device, electronic equipment and readable storage medium
CN112394861A (en) * 2019-08-15 2021-02-23 腾讯科技(深圳)有限公司 Page jump method and device, storage medium and electronic device
CN112749355A (en) * 2019-10-30 2021-05-04 腾讯科技(深圳)有限公司 Page display method, device, terminal, server and storage medium
CN111026950A (en) * 2019-11-19 2020-04-17 微民保险代理有限公司 Page access method and device, server and page access system
CN111143650A (en) * 2019-12-16 2020-05-12 东软集团股份有限公司 Method, device, medium and electronic equipment for acquiring page data
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium
CN112130460A (en) * 2020-09-16 2020-12-25 青岛海尔科技有限公司 Page display method and device and storage medium
CN112347363A (en) * 2020-11-18 2021-02-09 北京百家科技集团有限公司 Page generation method and device
CN112543194A (en) * 2020-12-03 2021-03-23 武汉联影医疗科技有限公司 Mobile terminal login method and device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
廖露阳;郭兵;: "基于Android App安全登录认证解决方案", 现代计算机(专业版) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416195A (en) * 2021-12-24 2022-04-29 青岛海尔科技有限公司 H5 page loading method and device, intelligent terminal and server
CN114416195B (en) * 2021-12-24 2023-08-18 青岛海尔科技有限公司 H5 page loading method and device, intelligent terminal and server

Also Published As

Publication number Publication date
CN113434234B (en) 2023-06-09

Similar Documents

Publication Publication Date Title
US9451014B2 (en) Across-application network communication method and device
CN109525624B (en) Container login method and device and storage medium
US10686778B2 (en) Account login method and apparatus
US10205800B2 (en) Application takeover method and system, mobile terminal, and server
CN105630587A (en) Method, device and system for migrating application program data between terminals
CN111506283B (en) Image display method, device and system
CN112181677B (en) Service processing method and device, storage medium and electronic device
WO2021073428A1 (en) Account number binding method, device and system
CN104580376B (en) The methods, devices and systems connected between terminal are established in a local network
US20220038444A1 (en) Cloud device, application processing method, electronic device and storage medium
US20140181942A1 (en) Startup method and apparatus, startup-acceptance method and apparatus, and mutual-startup method and system
US20170163787A1 (en) Method and electronic device for upgrading or downgrading system
CN108022126A (en) Definite method, apparatus, server and the storage medium of prize drawing qualification
CN103368897B (en) The method of delivery applications program, Apparatus and system
CN110750780B (en) User role permission fusion method, device and equipment based on multi-service system
CN116127420A (en) Watermark adding method and device, storage medium and electronic device
CN113434234A (en) Page jump method, device, computer readable storage medium and processor
CN109948332A (en) A kind of physical machine login password remapping method and device
CN109756754B (en) Video playing method and device, storage medium and electronic device
CN110673970B (en) Cross-process calling system and method based on web application
CN113055348B (en) Cross-platform data request method and device and electronic equipment
CN111859320A (en) Cross-system login-free method, device, equipment and readable storage medium
CN112130460A (en) Page display method and device and storage medium
CN113347234B (en) Network information acquisition method, device, system, computer equipment and storage medium
CN113377385A (en) Client automatic deployment method and device

Legal Events

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