CN111611507A - Modularization-based in-application page jump method and computing device - Google Patents

Modularization-based in-application page jump method and computing device Download PDF

Info

Publication number
CN111611507A
CN111611507A CN202010461011.5A CN202010461011A CN111611507A CN 111611507 A CN111611507 A CN 111611507A CN 202010461011 A CN202010461011 A CN 202010461011A CN 111611507 A CN111611507 A CN 111611507A
Authority
CN
China
Prior art keywords
page
jump
parameter
page jump
book
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
CN202010461011.5A
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.)
Ireader Technology Co Ltd
Original Assignee
Ireader Technology 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 Ireader Technology Co Ltd filed Critical Ireader Technology Co Ltd
Priority to CN202010461011.5A priority Critical patent/CN111611507A/en
Publication of CN111611507A publication Critical patent/CN111611507A/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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • 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

Abstract

The invention discloses a modularization-based in-application page jump method and computing equipment. The method is used for executing jump from a first page to a second page in an application, and comprises the following steps: blocking an original jump path from a first page to a second page according to a page jump instruction; calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter; and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page. The generated page jump link address is used for realizing the jump between the first page and the second page without processes of referring to the header file of the second page, creating a corresponding business object and the like, so that the frame extraction of the jump function is realized, the decoupling and the modular maintenance between the pages are realized, and the redundancy of jump codes is reduced.

Description

Modularization-based in-application page jump method and computing device
Technical Field
The invention relates to the technical field of internet, in particular to a modularization-based in-application page jump method and computing equipment.
Background
At present, a large number of pages exist in an application, and the mode adopted for jumping among different pages in the application is to reference a head file after jumping and create a corresponding service object on a page before jumping, for example, when the requirement of jumping from a page 1 to a page 2 exists, the head file of the page 2 needs to be referenced on the page 1, and a corresponding service object is created.
Disclosure of Invention
In view of the above, the present invention has been developed to provide a modular-based in-application page jump method and a computing device that overcome or at least partially address the above-mentioned problems.
According to an aspect of the present invention, there is provided a modularization-based intra-application page jump method for performing jump from a first page to a second page within an application, the method comprising:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
According to another aspect of the present invention, there is provided a computing device comprising: the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is used for storing at least one executable instruction, and the executable instruction causes the processor to execute the following operations:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
According to yet another aspect of the present invention, there is provided a computer storage medium having at least one executable instruction stored therein, the executable instruction causing a processor to:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
According to the scheme provided by the invention, according to the page jump instruction, the original jump path from the first page to the second page is blocked; calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter; and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page. According to the scheme provided by the invention, the generated page jump link address is utilized to realize the jump between the first page and the second page, and processes of referring to a header file of the second page, creating a corresponding service object and the like are not needed, so that the frame extraction of the jump function is realized, the decoupling and modular maintenance between the pages are realized, and the redundancy of jump codes is reduced.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow diagram illustrating a modularity-based in-application page jump method according to one embodiment of the present invention;
FIG. 2 is a flow diagram illustrating a modularity-based in-application page jump method according to another embodiment of the present invention;
FIG. 3 shows a schematic structural diagram of a computing device according to one embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the invention are shown in the drawings, it should be understood that the invention can be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
FIG. 1 is a flow diagram illustrating a modularity-based intra-application page jump method according to an embodiment of the present invention. The method is used for executing jump from a first page to a second page in an application, and as shown in fig. 1, the method comprises the following steps:
and S101, blocking an original jump path from the first page to the second page according to the page jump instruction.
Generally, for an application, there may be a large number of pages in the application, and in the example of an electronic book application, there may be pages such as bookshelf pages, book city pages, book pages, menu pages, etc. in the application, which is only an example and has no limiting effect.
In the using process of the application, jumping between pages may be involved, for example, a user may trigger corresponding operations in the application according to own requirements to implement jumping between pages, or automatically trigger jumping between pages based on program setting, where the triggering operations may generate corresponding page jump instructions, monitor whether the page jump instructions are generated in real time, and block an original jump path from a first page to a second page according to the page jump instructions after the page jump instructions are generated.
The original jump path from the first page to the second page in this step refers to a way that the first page needs to refer to the header file of the second page and create a corresponding service object to realize page jump.
And step S102, calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to the second page according to the page jump parameter.
In step S101, an original jump path from the first page to the second page is blocked, so that the first page cannot jump to the second page according to the original jump manner, and in order to realize that the first page jumps to the second page, the following processing may be performed: calling a general page jump module, wherein the general page jump module can realize jump between any two pages in an application, and after the general page jump module is called, a page jump parameter provided by a first page is transmitted into the general page jump module, wherein the page jump parameter is a parameter required for realizing the jump between the two pages, and optionally, the page jump parameter comprises: the protocol name parameter, the link path parameter, and the service parameter are not limited to the above listed parameters, and may include other parameters.
After receiving the transmitted page jump parameter, the general jump module can generate a page jump link address corresponding to the second page according to the page jump parameter.
And step S103, responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
After the page jump link address corresponding to the second page is generated, the page jump instruction can be responded according to the page jump link address, and the first page is jumped to the second page. The generated page jump link address realizes the jump between the pages without referring to the header file of the second page and creating corresponding services, thereby realizing the decoupling between the pages.
According to the method provided by the embodiment of the invention, the original jump path from the first page to the second page is blocked according to the page jump instruction; calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter; and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page. According to the scheme provided by the invention, the generated page jump link address is utilized to realize the jump between the first page and the second page, and processes of referring to a header file of the second page, creating a corresponding service object and the like are not needed, so that the frame extraction of the jump function is realized, the decoupling and modular maintenance between the pages are realized, and the redundancy of jump codes is reduced.
FIG. 2 is a flowchart illustrating a modularity-based intra-application page jump method according to another embodiment of the present invention. As shown in fig. 2, the method comprises the steps of:
step S201, according to the page jump instruction, the original jump path from the bookshelf page to the book page is blocked.
For an application, there may be a large number of pages in the application, for example, an electronic book application, there may be pages such as a bookshelf page, a book city page, a book page, a menu page, and other pages, which are not listed here.
In this embodiment, taking an application as an electronic book application, a first page in the application as a bookshelf page, and a second page as a book page as an example, a page jump implementation process from a bookshelf page to a book page is described in detail:
the user wants to read the electronic book by using the electronic book application, but before the user starts reading, the user may not determine which electronic book is to be read specifically, at this time, the user may first enter a bookshelf page of the electronic book application, then select the electronic book to be read from the bookshelf page, and click the selected electronic book, so that a page jump instruction for jumping from the bookshelf page to the book page is generated.
The method comprises the steps that a bookshelf page is jumped to an original jump path of a book page, and when the bookshelf page jumps to the book page from the bookshelf page, the bookshelf page needs to refer to a head file of the book page, and corresponding business is created to realize a page jump mode. The jump mode increases the coupling degree among all services, and can cause the problems of code dispersion during calling, high later maintenance cost and the like.
After the generated page jump instruction is monitored, the original jump path from the bookshelf page to the book page is blocked according to the page jump instruction. That is, jumping between pages is no longer achieved by referencing the header files of the pages of the book and creating the corresponding book service.
It should be noted that this embodiment only describes one implementation scenario, and when implementing specifically, the implementation scenario is not limited to this scenario.
Step S202, a universal page jump module is called, and the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page are transmitted into the universal page jump module, so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
In step S201, an original jump path from a bookshelf page to a book page is blocked, so that the bookshelf page does not jump to the book page according to an original jump mode any more, and in order to realize the bookshelf page jumping to the book page, a page jump link address is generated to realize the jump between pages, specifically, a general page jump module is called first, the general page jump module can realize the jump between any two pages in an application, the general page jump module is established based on a preset protocol, for example, a uniform jump protocol can be set, the uniform jump protocol is realized based on SCHEME, that is, the general page jump module is established based on SCHEME.
The general page jump module is specifically implemented based on a page jump parameter, and the page jump parameter is provided by a page before jumping, specifically in this embodiment, the page jump parameter is provided by a bookshelf page, and the provided page jump parameter is a parameter related to an electronic book application and a book page after jumping, for example, a protocol name parameter is specifically a domain name of the electronic book application, which is only an example here, and a protocol name can also be customized as needed; the link path parameter is a book link path; the service parameter is a book name; for example, the protocol name parameter is defined as: and the ireader defines a link path parameter for opening the read electronic book as:/readBook, and defines a service parameter required to be used when the book reading service is created as a book name xxx.
The parameters provided by the bookshelf page are transmitted into a universal page jump module, the universal page jump module analyzes the parameters, for example, the meaning represented by each part of the parameters is identified, and then, a domain name, a book link path and a book name applied by the electronic book are organized to generate a page jump link address corresponding to the book page, wherein the page jump link is a URL and is generated based on an API of the system.
And S203, responding to the page jump instruction according to the page jump link address, and jumping from the bookshelf page to the book page.
After the page jump link address corresponding to the book page is generated, the page jump instruction can be responded based on the page jump link address, the page jump operation is executed, and the jump from the bookshelf page to the book page is completed.
The book pages and the bookshelf pages are jumped through the generated page jump link addresses without referring to head files of the book pages and creating corresponding business objects, so that decoupling between the bookshelf pages and the book pages is realized.
And step S204, after jumping from the bookshelf page to the book page, rendering partial page data for displaying the bookshelf page on the book page.
The page jump parameter may include, in addition to the listed parameters, partial page data of the bookshelf page, that is, the partial data of the bookshelf page may be transferred to the book page in a reference manner, and the partial page data of the bookshelf page is rendered and displayed on the book page, where the partial page data is determined according to actual business needs, for example, a book name.
According to the method provided by the embodiment of the invention, the original jump path from the bookshelf page to the book page is blocked according to the page jump instruction; calling a universal page jump module, and transmitting a domain name, a book link path and a book name of an electronic book application provided by a bookshelf page into the universal page jump module so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application; and responding to the page jump instruction according to the page jump link address, and jumping from the bookshelf page to the book page. According to the scheme provided by the invention, the generated page jump link address is utilized to realize the jump between the bookshelf pages and the book pages, and processes of referring to the head files of the book pages, creating corresponding business objects and the like are not needed, so that the frame extraction of the jump function is realized, the decoupling and the modular maintenance between the pages are realized, and the redundancy of jump codes is reduced.
The embodiment of the invention also provides a nonvolatile computer storage medium, wherein the computer storage medium stores at least one executable instruction, and the computer executable instruction can execute the modularization-based in-application page jump method in any method embodiment.
The executable instructions may be specifically configured to cause the processor to:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
In an alternative embodiment, the page jump parameter comprises: partial page data of the first page;
the executable instructions further cause the processor to:
after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
In an alternative embodiment, the universal page jump module is established based on a preset protocol.
In an optional implementation, the page jump parameter further includes: protocol name parameter, link path parameter and service parameter.
In an optional embodiment, the first page is a bookshelf page, and the second page is a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is a book link path; the service parameter is a book name;
the executable instructions further cause the processor to:
and calling the universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module so that the universal page jump module can generate a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
Fig. 3 is a schematic structural diagram of a computing device according to an embodiment of the present invention, and the specific embodiment of the present invention does not limit the specific implementation of the computing device.
As shown in fig. 3, the computing device may include: a processor (processor)302, a communication Interface 304, a memory 306, and a communication bus 308.
Wherein:
the processor 302, communication interface 304, and memory 306 communicate with each other via a communication bus 308.
A communication interface 304 for communicating with network elements of other devices, such as clients or other servers.
The processor 302 is configured to execute the program 310, and may specifically execute relevant steps in the above-described modularization-based intra-application page jump method embodiment.
In particular, program 310 may include program code comprising computer operating instructions.
The processor 302 may be a central processing unit CPU, or an application specific Integrated circuit (asic), or one or more Integrated circuits configured to implement an embodiment of the present invention. The computing device includes one or more processors, which may be the same type of processor, such as one or more CPUs; or may be different types of processors such as one or more CPUs and one or more ASICs.
And a memory 306 for storing a program 310. Memory 306 may comprise high-speed RAM memory and may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
The program 310 may specifically be configured to cause the processor 302 to perform the following operations:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by a first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
In an alternative embodiment, the page jump parameter comprises: partial page data of the first page;
the program 310 also causes the processor 302 to perform the following operations:
after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
In an alternative embodiment, the universal page jump module is established based on a preset protocol.
In an optional implementation, the page jump parameter further includes: protocol name parameter, link path parameter and service parameter.
In an optional embodiment, the first page is a bookshelf page, and the second page is a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is a book link path; the service parameter is a book name;
program 310 further causes processor 302 to perform the following:
and calling the universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module so that the universal page jump module can generate a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. In addition, embodiments of the present invention are not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the invention and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
The various component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components according to embodiments of the present invention. The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names. The steps in the above embodiments should not be construed as limiting the order of execution unless specified otherwise.
The invention discloses: A1. a modularization-based intra-application page jump method for performing a jump from a first page to a second page within an application, the method comprising:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
A2. The method according to a1, wherein the page jump parameter includes: partial page data of the first page;
the method further comprises the following steps: after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
A3. The method of A1 or A2, wherein the universal page jump module is established based on a preset protocol.
A4. The method of A1 or A2, wherein the page jump parameter further includes: protocol name parameter, link path parameter and service parameter.
A5. The method according to a4, wherein the first page is specifically a bookshelf page and the second page is specifically a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is specifically a book link path; the service parameter is a book name specifically;
the calling the general page jump module, transmitting the page jump parameter provided by the first page into the general page jump module, so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter, further comprising:
and calling a universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module, so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
B6. A computing device, comprising: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is configured to store at least one executable instruction that causes the processor to:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
B7. The computing device of B6, wherein the page jump parameter includes: partial page data of the first page;
the executable instructions further cause the processor to:
after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
B8. The computing device of B6 or B7, wherein the universal page jump module is established based on a preset protocol.
B9. The computing device of B6 or B7, wherein the page jump parameter further includes: protocol name parameter, link path parameter and service parameter.
B10. The computing device of B9, wherein the first page is specifically a bookshelf page and the second page is specifically a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is specifically a book link path; the service parameter is a book name specifically;
the executable instructions further cause the processor to:
and calling a universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module, so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
C11. A computer storage medium having at least one executable instruction stored therein, the executable instruction causing a processor to: blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
C12. The computer storage medium of C11, wherein the page jump parameter comprises: partial page data of the first page;
the executable instructions further cause the processor to:
after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
C13. The computer storage medium of C11 or C12, wherein the universal page jump module is established based on a preset protocol.
C14. The computer storage medium of C11 or C12, wherein the page jump parameter further comprises: protocol name parameter, link path parameter and service parameter.
C15. The computer storage medium of C14, wherein the first page is specifically a bookshelf page and the second page is specifically a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is specifically a book link path; the service parameter is a book name specifically;
the executable instructions further cause the processor to:
and calling a universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module, so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.

Claims (10)

1. A modularization-based intra-application page jump method for performing a jump from a first page to a second page within an application, the method comprising:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
2. The method of claim 1, wherein the page jump parameter comprises: partial page data of the first page;
the method further comprises the following steps: after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
3. The method according to claim 1 or 2, wherein the generic page jump module is established based on a preset protocol.
4. The method of claim 1 or 2, wherein the page jump parameter further comprises: protocol name parameter, link path parameter and service parameter.
5. The method according to claim 4, wherein the first page is in particular a bookshelf page and the second page is in particular a book page;
the protocol name parameter is specifically a domain name applied by the electronic book; the link path parameter is specifically a book link path; the service parameter is a book name specifically;
the calling the general page jump module, transmitting the page jump parameter provided by the first page into the general page jump module, so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter, further comprising:
and calling a universal page jump module, and transmitting the domain name, the book link path and the book name of the electronic book application provided by the bookshelf page into the universal page jump module, so that the universal page jump module generates a page jump link address corresponding to the book page according to the domain name, the book link path and the book name of the electronic book application.
6. A computing device, comprising: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is configured to store at least one executable instruction that causes the processor to:
blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
7. The computing device of claim 6, wherein the page jump parameter includes: partial page data of the first page;
the executable instructions further cause the processor to:
after jumping from the first page to the second page, rendering the partial page data showing the first page on the second page.
8. The computing device of claim 6 or 7, wherein the generic page jump module is established based on a preset protocol.
9. The computing device of claim 6 or 7, wherein the page jump parameter further comprises: protocol name parameter, link path parameter and service parameter.
10. A computer storage medium having at least one executable instruction stored therein, the executable instruction causing a processor to: blocking an original jump path from a first page to a second page according to a page jump instruction;
calling a general page jump module, and transmitting a page jump parameter provided by the first page into the general page jump module so that the general page jump module generates a page jump link address corresponding to a second page according to the page jump parameter;
and responding to the page jump instruction according to the page jump link address, and jumping from the first page to the second page.
CN202010461011.5A 2020-05-27 2020-05-27 Modularization-based in-application page jump method and computing device Pending CN111611507A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010461011.5A CN111611507A (en) 2020-05-27 2020-05-27 Modularization-based in-application page jump method and computing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010461011.5A CN111611507A (en) 2020-05-27 2020-05-27 Modularization-based in-application page jump method and computing device

Publications (1)

Publication Number Publication Date
CN111611507A true CN111611507A (en) 2020-09-01

Family

ID=72204468

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010461011.5A Pending CN111611507A (en) 2020-05-27 2020-05-27 Modularization-based in-application page jump method and computing device

Country Status (1)

Country Link
CN (1) CN111611507A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114491371A (en) * 2022-01-27 2022-05-13 佛山众陶联供应链服务有限公司 Front-end multi-system skip method and system for web system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
CN106919414A (en) * 2015-12-28 2017-07-04 阿里巴巴集团控股有限公司 The treating method and apparatus of linking request
CN107612919A (en) * 2017-09-29 2018-01-19 交控科技股份有限公司 Protocol configuration method and device
CN108228766A (en) * 2017-12-27 2018-06-29 咪咕互动娱乐有限公司 A kind of page generation method and device and storage medium
CN108491247A (en) * 2018-04-10 2018-09-04 武汉斗鱼网络科技有限公司 Method for page jump, device, terminal and computer-readable medium
CN108984641A (en) * 2018-06-22 2018-12-11 福建南威软件有限公司 A kind of method for page jump based on WEB terminal
CN109643345A (en) * 2016-09-27 2019-04-16 英特尔公司 Technology for certainty code flow integrity protection
CN110221872A (en) * 2019-04-22 2019-09-10 五八有限公司 Method for page jump, device, electronic equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
CN106919414A (en) * 2015-12-28 2017-07-04 阿里巴巴集团控股有限公司 The treating method and apparatus of linking request
WO2017114169A1 (en) * 2015-12-28 2017-07-06 阿里巴巴集团控股有限公司 Link request processing method and apparatus
CN109643345A (en) * 2016-09-27 2019-04-16 英特尔公司 Technology for certainty code flow integrity protection
CN107612919A (en) * 2017-09-29 2018-01-19 交控科技股份有限公司 Protocol configuration method and device
CN108228766A (en) * 2017-12-27 2018-06-29 咪咕互动娱乐有限公司 A kind of page generation method and device and storage medium
CN108491247A (en) * 2018-04-10 2018-09-04 武汉斗鱼网络科技有限公司 Method for page jump, device, terminal and computer-readable medium
CN108984641A (en) * 2018-06-22 2018-12-11 福建南威软件有限公司 A kind of method for page jump based on WEB terminal
CN110221872A (en) * 2019-04-22 2019-09-10 五八有限公司 Method for page jump, device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张国军: ".NET架构下页面间跳转及数据传递的实现", 《 电脑知识与技术(学术交流)》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114491371A (en) * 2022-01-27 2022-05-13 佛山众陶联供应链服务有限公司 Front-end multi-system skip method and system for web system

Similar Documents

Publication Publication Date Title
CN108520454B (en) Method and system for calling back orders in real time
CN107193609B (en) Function module calling method and device in application and electronic equipment
CN104426925B (en) Web page resources acquisition methods and device
JP6861720B2 (en) Service implementation methods, devices, and systems based on the FIX protocol
CN113641940B (en) Page jump method, device, system, equipment and storage medium
CN110400217B (en) Rule change processing method and device for intelligent contract
CN111639279A (en) Graphic code generation method, target page loading method and device
CN102135895B (en) System upgrading method and system
CN111177664B (en) Watermark information adding method, server and system
JP4244337B2 (en) Web browser control for customer support
CN106649581B (en) Webpage repairing method and client
CN111611507A (en) Modularization-based in-application page jump method and computing device
CN112818270B (en) Data cross-domain transfer method and device and computer equipment
CN113923144A (en) Service test system, method, electronic device and storage medium
CN110889073A (en) Page request response method, server and computer storage medium
CN107404515A (en) The processing method and processing device of asynchronous http request
US11200616B2 (en) Electronic file transmission method, device, system, and computer readable storage medium
CN111198708A (en) Method and device for solving conflict of jar packets
CN114385124A (en) Independent page jumping method, device and equipment based on Vue framework
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
CN111198725B (en) Application starting processing method, computing equipment and computer storage medium
CN110209402B (en) Application installation method, electronic device and computer storage medium
CN113300895A (en) Cable processing method and system and computing device
CN110740152B (en) Test task processing method, device and system
CN107943539B (en) Application page starting method and application page starting 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200901