CN111125604A - Page management method and device, terminal equipment and storage medium - Google Patents

Page management method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN111125604A
CN111125604A CN201911388407.5A CN201911388407A CN111125604A CN 111125604 A CN111125604 A CN 111125604A CN 201911388407 A CN201911388407 A CN 201911388407A CN 111125604 A CN111125604 A CN 111125604A
Authority
CN
China
Prior art keywords
page
url
information
jump
service module
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
CN201911388407.5A
Other languages
Chinese (zh)
Other versions
CN111125604B (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.)
Human Horizons Shanghai Internet Technology Co Ltd
Original Assignee
Human Horizons Shanghai Internet 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 Human Horizons Shanghai Internet Technology Co Ltd filed Critical Human Horizons Shanghai Internet Technology Co Ltd
Priority to CN201911388407.5A priority Critical patent/CN111125604B/en
Publication of CN111125604A publication Critical patent/CN111125604A/en
Application granted granted Critical
Publication of CN111125604B publication Critical patent/CN111125604B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • 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/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • 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)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page management method, a page management device, terminal equipment and a storage medium, wherein the method comprises the steps of determining an architecture type corresponding to a target page according to a page jump request when the page jump request is received; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex; carrying out hard decoding on the URL information according to the architecture type to obtain URL information after hard decoding; analyzing the URL information after the hard decoding to obtain URL analysis information; and sending the URL analysis information to a routing service module in the current application program, so as to jump to the target page based on the URL analysis information through the routing service module. The invention can realize the jump management among the pages with various architecture types in the application program, thereby enabling the application program to be compatible with various cross-platform development frameworks.

Description

Page management method and device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a page management method and apparatus, a terminal device, and a storage medium.
Background
The software development field faces the problems that different operating systems need different development languages, different versions exist in the same operating system, different machine types exist in the same version and the like, and great difficulty is brought to mobile development.
With the development of information technology, cross-platform development frameworks corresponding to architectures such as Native, Weex, HTML5 and the like appear successively, and can effectively solve the development problems of different types of terminals of different operating systems, so that time cost and personnel cost are saved for enterprises, and the cross-platform development framework becomes the first choice of many enterprises and developers. Currently, each cross-platform development framework is created for different architectures and business functions, and each of the cross-platform development frameworks has advantages and disadvantages and can play different roles in the development process of an application program.
However, in the process of implementing the present invention, the inventor finds that, because the prior art cannot manage the pages of the architecture types corresponding to the multiple cross-platform development frameworks in one application program, the existing application program cannot be compatible with the multiple cross-platform development frameworks, so that developers cannot develop the application program by using the multiple cross-platform development frameworks, which affects code reusability and development efficiency of the application program.
Disclosure of Invention
Embodiments of the present invention provide a page management method, an apparatus, a terminal device, and a storage medium, which can implement jump management between pages of multiple architecture types such as Native, HTML5, and Weex in an application program, so that the application program can be compatible with multiple cross-platform development frameworks.
In order to achieve the above object, an embodiment of the present invention provides a page management method, including:
when a page jump request is received, determining an architecture type corresponding to a target page according to the page jump request; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex;
carrying out hard decoding on the URL information according to the architecture type to obtain URL information after hard decoding;
analyzing the URL information after the hard decoding to obtain URL analysis information;
and sending the URL analysis information to a routing service module in the current application program, so as to jump to the target page based on the URL analysis information through the routing service module.
As an improvement of the above scheme, the page management method further includes the steps of:
and transmitting the parameters to be transmitted to the target page through the routing service module.
As an improvement of the above scheme, the URL resolution information includes data to be transferred in a page before the jump;
the parameter to be transmitted comprises data to be transmitted in the page before the jump.
As an improvement of the above solution, after the sending the URL resolution information to a routing service module inside the current application program so as to jump to the target page based on the URL resolution information through the routing service module, the method further includes the steps of:
receiving data to be synchronized sent by the routing service module; the data to be synchronized is data which is called back from the target page by the routing service module when the target page is changed;
and performing page data synchronization on other pages in the current application program according to the data to be synchronized.
As an improvement of the above scheme, the data to be synchronized includes changed data in the target page and a parameter of a preset type; wherein the preset type comprises the architecture type of the target page.
As an improvement of the above solution, the URL resolution information includes routing path information of the target page;
sending the URL resolution information to a routing service module inside the current application program, so as to jump to the target page based on the URL resolution information through the routing service module, specifically:
sending the URL analysis information to a routing service module in the current application program, so that the routing service module searches a jump route corresponding to the routing path information in a preset routing information table, and jumping to the target page based on the jump route; the preset routing information table is used for storing the jump routes corresponding to different pages, and the jump route corresponding to each page comprises the path information and the component information of the page.
As an improvement of the above solution, the sending the URL resolution information to a routing service module inside the current application program, so as to jump to the target page based on the URL resolution information through the routing service module specifically includes:
and sending the URL analysis information to a routing service module in the current application program, so that the routing service module acquires a page class corresponding to the URL analysis information according to a runtime mechanism, and carries out page jump according to the page class to jump to the target page.
Correspondingly, an embodiment of the present invention further provides a page management apparatus, including:
the determining module is used for determining the architecture type corresponding to the target page according to the page jump request when the page jump request is received; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex;
the decoding module is used for carrying out hard decoding on the URL information according to the architecture type to obtain the URL information after the hard decoding;
the analysis module is used for analyzing the URL information after the hard decoding to obtain URL analysis information;
and the skipping module is used for sending the URL analysis information to a routing service module in the current application program so as to skip to the target page through the routing service module based on the URL analysis information.
An embodiment of the present invention further provides a terminal device, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements the page management method according to any one of the above items when executing the computer program.
The embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the page management method according to any one of the above items.
Compared with the prior art, the page management method, the device, the terminal device and the storage medium provided by the embodiments of the present invention determine the architecture type corresponding to the target page according to the page jump request when receiving the page jump request, then perform hard decoding on the URL information according to the architecture type to obtain the URL information after hard decoding, then analyze the URL information after hard decoding to obtain URL analysis information, then send the URL analysis information to the routing service module inside the current application program, so as to jump to the target page based on the URL analysis information through the routing service module, thereby implementing jump management between pages of multiple architecture types such as Native, HTML5 and Weex in the application program, and solving the problem that the prior art cannot implement management of pages of multiple architecture types corresponding to a cross-platform development framework in one application program, the technical problem that the conventional application program cannot be compatible with various cross-platform development frameworks is caused, so that the application program can be compatible with the various cross-platform development frameworks, development of the application program by developers by adopting the various cross-platform development frameworks is facilitated, and code reusability and development efficiency of the application program are improved.
Drawings
Fig. 1 is a flowchart illustrating a page management method according to an embodiment of the present invention.
Fig. 2 is a flowchart illustrating another embodiment of a page management method provided in the present invention.
Fig. 3 is a flowchart illustrating a page management method according to another embodiment of the present invention.
Fig. 4 is a schematic structural diagram of an embodiment of a page management apparatus provided in the present invention.
Fig. 5 is a schematic structural diagram of an embodiment of a terminal device provided by the present invention.
Detailed Description
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 any inventive step, are within the scope of the present invention.
Fig. 1 is a schematic flowchart of an embodiment of a page management method provided in the present invention.
The embodiment of the invention provides a page management method, which is applicable to the situation of managing pages of various types corresponding to a cross-platform development frame in an application program. The method comprises steps S11 to S14, which are as follows:
s11, when a page jump request is received, determining the architecture type corresponding to the target page according to the page jump request; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex.
After a user opens an application program (APP) through a terminal, some triggering operations can be performed on the APP, when the user triggers an operation according to needs, a page jump request is generated, at this time, the page management device receives the page jump request, and it can be understood that the page jump request includes URL information of a target page. When the page management device receives the page jump request, it determines the architecture type corresponding to the target page according to the page jump request, that is, the URL information of the target page includes the architecture type corresponding to the target page, and it can be understood that the architecture type corresponds to all types of cross-platform development frameworks that are compatible in the application program, such as Native, HTML5, Weex, and the like.
And S12, carrying out hard decoding on the URL information according to the architecture type to obtain the URL information after hard decoding.
The URL information may be hard-decoded according to the architecture type by an adapter in the application program, so as to obtain the hard-decoded URL information. It will be appreciated that the adapter is compatible for URL protocols of different architecture types, so that the hard decoded URL information may be compatible with different architecture types.
And S13, analyzing the URL information after hard decoding to obtain URL analysis information.
And analyzing the URL information after the hard decoding to obtain URL analysis information. In one embodiment, the URL resolution information may include routing path information of the target page, parameters that need to be transferred to the target page, and the like.
S14, sending the URL analysis information to a routing service module in the current application program, and jumping to the target page through the routing service module based on the URL analysis information.
The URL analysis information is sent to the routing service module inside the current application program, and the routing service module jumps to the target page based on the URL analysis information, so that jump management among pages of various architecture types such as Native, HTML5 and Weex is realized in the application program, and circular reference caused by mutual dependence of codes of the pages can be avoided, decoupling among the pages is realized, decoupling among cross-platform frames is realized, and consumption of a memory can be reduced. It should be noted that the routing service module may adopt a layered design, where the first layer is a basic parameter of a page architecture type, and the second layer is a URL protocol designed according to different page architecture types. It is understood that the route is registered in the route service module in advance before the page management is performed.
The page management method provided by the embodiment of the invention determines the architecture type corresponding to a target page according to a page jump request when the page jump request is received, then performs hard decoding on URL information according to the architecture type to obtain URL information after hard decoding, then analyzes the URL information after hard decoding to obtain URL analysis information, and then sends the URL analysis information to a routing service module in the current application program to jump to the target page based on the URL analysis information through the routing service module, thereby realizing jump management among pages of various architecture types such as Native, HTML5 and Weex in the application program, solving the technical problem that the existing application program cannot be compatible with various cross-platform development frames due to the fact that the management on the pages of the architecture types corresponding to the various cross-platform development frames in one application program cannot be realized in the prior art, therefore, the application program can be compatible with various cross-platform development frameworks, development of the application program by developers through the various cross-platform development frameworks is facilitated, and code reusability and development efficiency of the application program are improved.
Referring to fig. 2, on the basis of the above embodiment, as a preferred implementation, the page management method further includes the steps of:
s15, the parameters to be transmitted are transmitted to the target page through the routing service module.
Further, the URL analysis information comprises data to be transmitted in the page before the jump;
the parameter to be transmitted comprises data to be transmitted in the page before the jump.
In the preferred embodiment, the customized parameter to be transmitted is transmitted to the target page through the routing service module, so that the target page can perform corresponding operation according to the received parameter, and the page management efficiency is improved. It can be understood that the parameter to be transferred may be an architecture type including a target page, and may also include other parameters that need to be transferred to the target page, for example, data dynamically acquired from a page before jumping or other data with a preset fixed value.
Referring to fig. 3, on the basis of the above embodiment, as a preferred implementation, after the step S14, the method further includes the steps of:
s16, receiving the data to be synchronized sent by the routing service module; and the data to be synchronized is data called back from the target page by the routing service module when the target page is changed.
Specifically, the data to be synchronized includes changed data in the target page and a preset type parameter; wherein the preset type comprises the architecture type of the target page.
It is understood that, in a specific implementation, the preset type may be set according to specific service requirements, and is not limited herein.
And S17, according to the data to be synchronized, carrying out page data synchronization on other pages in the current application program.
Optionally, a Hook mode may be adopted to perform data callback, so as to implement decoupling between the pages.
In the preferred embodiment, after jumping to the target page, when the data on the target page is changed, the routing service module recalls the data from the target page and sends the recalled data to the page management device. After receiving the data to be synchronized sent by the routing service module, the page management device performs page data synchronization on other pages in the current application program according to the data to be synchronized, so as to update data on other pages.
On the basis of the above embodiment, as a preferred implementation, the URL resolution information includes routing path information of the target page;
the step S14 is specifically:
sending the URL analysis information to a routing service module in the current application program, so that the routing service module searches a jump route corresponding to the routing path information in a preset routing information table, and jumping to the target page based on the jump route; the preset routing information table is used for storing the jump routes corresponding to different pages, and the jump route corresponding to each page comprises the path information and the component information of the page.
On the basis of the foregoing embodiment, as a preferred implementation manner, the step S14 specifically includes:
and sending the URL analysis information to a routing service module in the current application program, so that the routing service module acquires a page class corresponding to the URL analysis information according to a runtime mechanism, and carries out page jump according to the page class to jump to the target page.
The embodiment of the invention also provides a page management device, which can implement all the processes of the page management method.
Fig. 4 is a schematic structural diagram of an embodiment of a page management apparatus provided in the present invention.
The page management device provided by the embodiment of the invention comprises:
the determining module 21 is configured to determine, when a page jump request is received, an architecture type corresponding to a target page according to the page jump request; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex;
the decoding module 22 is configured to perform hard decoding on the URL information according to the architecture type to obtain hard decoded URL information;
the analysis module 23 is configured to analyze the hard decoded URL information to obtain URL analysis information;
and the jump module 24 is configured to send the URL resolution information to a routing service module inside the current application program, so as to jump to the target page through the routing service module based on the URL resolution information.
The page management device provided by the embodiment of the invention determines the architecture type corresponding to the target page according to the page jump request when receiving the page jump request, then performs hard decoding on the URL information according to the architecture type to obtain the URL information after hard decoding, then analyzes the URL information after hard decoding to obtain URL analysis information, and then sends the URL analysis information to the routing service module in the current application program to jump to the target page based on the URL analysis information through the routing service module, thereby realizing jump management among pages of various architecture types such as Native, HTML5 and Weex in the application program, solving the technical problem that the existing application program cannot be compatible with various cross-platform development frames due to the fact that the pages of various architecture types corresponding to the cross-platform development frames cannot be managed in one application program in the prior art, therefore, the application program can be compatible with various cross-platform development frameworks, development of the application program by developers through the various cross-platform development frameworks is facilitated, and code reusability and development efficiency of the application program are improved.
Fig. 5 is a schematic structural diagram of an embodiment of the terminal device provided in the present invention.
The terminal device provided by the embodiment of the present invention includes a processor 31, a memory 32, and a computer program stored in the memory 32 and configured to be executed by the processor 31, and when the processor 31 executes the computer program, the page management method according to any of the above embodiments is implemented.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, where when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the page management method according to any of the above embodiments.
The processor 31, when executing the computer program, implements the steps in the above-described embodiments of the page management method, such as all the steps of the page management method shown in fig. 1. Alternatively, the processor 31, when executing the computer program, implements the functions of each module/unit in the above-mentioned page management apparatus embodiment, for example, the functions of each module of the page management apparatus shown in fig. 4.
Illustratively, the computer program may be divided into one or more modules, which are stored in the memory 32 and executed by the processor 31 to accomplish the present invention. The one or more modules may be a series of computer program instruction segments capable of performing specific functions, which are used for describing the execution process of the computer program in the terminal device. For example, the computer program may be divided into a determination module, a decoding module, a parsing module and a skipping module, and each module has the following specific functions: the determining module is used for determining the architecture type corresponding to the target page according to the page jump request when the page jump request is received; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex; the decoding module is used for carrying out hard decoding on the URL information according to the architecture type to obtain the URL information after the hard decoding; the analysis module is used for analyzing the URL information after the hard decoding to obtain URL analysis information; and the skipping module is used for sending the URL analysis information to a routing service module in the current application program so as to skip to the target page through the routing service module based on the URL analysis information.
The terminal device may include, but is not limited to, a processor 31, a memory 32. It will be appreciated by those skilled in the art that the schematic diagram is merely an example of a terminal device and does not constitute a limitation of a terminal device, and may include more or less components than those shown, or combine certain components, or different components, for example, the terminal device may also include input output devices, network access devices, buses, etc.
The Processor 31 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like, and the processor 31 is a control center of the terminal device and connects various parts of the whole terminal device by using various interfaces and lines.
The memory 32 can be used for storing the computer programs and/or modules, and the processor 31 can implement various functions of the terminal device by running or executing the computer programs and/or modules stored in the memory 32 and calling the data stored in the memory 32. The memory 32 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the terminal device, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Wherein, the terminal device integrated module/unit can be stored in a computer readable storage medium if it is implemented in the form of software functional unit and sold or used as a stand-alone product. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like.
It should be noted that the above-described device embodiments are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A page management method, comprising:
when a page jump request is received, determining an architecture type corresponding to a target page according to the page jump request; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex;
carrying out hard decoding on the URL information according to the architecture type to obtain URL information after hard decoding;
analyzing the URL information after the hard decoding to obtain URL analysis information;
and sending the URL analysis information to a routing service module in the current application program, so as to jump to the target page based on the URL analysis information through the routing service module.
2. The page management method according to claim 1, further comprising the steps of:
and transmitting the parameters to be transmitted to the target page through the routing service module.
3. The page management method according to claim 2, wherein the URL resolution information includes data to be transferred in the page before the jump;
the parameter to be transmitted comprises data to be transmitted in the page before the jump.
4. The page management method according to claim 1, wherein after said sending said URL resolution information to a routing service module inside a current application to jump to said target page based on said URL resolution information by said routing service module, further comprising the steps of:
receiving data to be synchronized sent by the routing service module; the data to be synchronized is data which is called back from the target page by the routing service module when the target page is changed;
and performing page data synchronization on other pages in the current application program according to the data to be synchronized.
5. The page management method according to claim 4, wherein the data to be synchronized includes changed data and a preset type of parameter in the target page; wherein the preset type comprises the architecture type of the target page.
6. The page management method according to claim 1, wherein the URL resolution information includes routing path information of the target page;
sending the URL resolution information to a routing service module inside the current application program, so as to jump to the target page based on the URL resolution information through the routing service module, specifically:
sending the URL analysis information to a routing service module in the current application program, so that the routing service module searches a jump route corresponding to the routing path information in a preset routing information table, and jumping to the target page based on the jump route; the preset routing information table is used for storing the jump routes corresponding to different pages, and the jump route corresponding to each page comprises the path information and the component information of the page.
7. The page management method according to claim 1, wherein the sending the URL resolution information to a routing service module inside a current application program to jump to the target page based on the URL resolution information through the routing service module specifically comprises:
and sending the URL analysis information to a routing service module in the current application program, so that the routing service module acquires a page class corresponding to the URL analysis information according to a runtime mechanism, and carries out page jump according to the page class to jump to the target page.
8. A page management apparatus, comprising:
the determining module is used for determining the architecture type corresponding to the target page according to the page jump request when the page jump request is received; the page jump request comprises URL information of the target page, and the architecture type comprises Native, HTML5 and Weex;
the decoding module is used for carrying out hard decoding on the URL information according to the architecture type to obtain the URL information after the hard decoding;
the analysis module is used for analyzing the URL information after the hard decoding to obtain URL analysis information;
and the skipping module is used for sending the URL analysis information to a routing service module in the current application program so as to skip to the target page through the routing service module based on the URL analysis information.
9. A terminal device comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the page management method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the page management method according to any one of claims 1 to 7.
CN201911388407.5A 2019-12-30 2019-12-30 Page management method and device, terminal equipment and storage medium Active CN111125604B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911388407.5A CN111125604B (en) 2019-12-30 2019-12-30 Page management method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911388407.5A CN111125604B (en) 2019-12-30 2019-12-30 Page management method and device, terminal equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111125604A true CN111125604A (en) 2020-05-08
CN111125604B CN111125604B (en) 2024-03-15

Family

ID=70504376

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911388407.5A Active CN111125604B (en) 2019-12-30 2019-12-30 Page management method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111125604B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112380480A (en) * 2020-12-02 2021-02-19 北京皮尔布莱尼软件有限公司 Page jump method, computing device and storage medium
CN112685662A (en) * 2020-12-09 2021-04-20 广东各有所爱信息科技有限公司 Cross-platform custom jump method
CN112905933A (en) * 2021-01-29 2021-06-04 挂号网(杭州)科技有限公司 Page jump method and device, electronic equipment and storage medium
CN113065079A (en) * 2021-04-13 2021-07-02 开鑫金服(南京)信息服务有限公司 Method, equipment and storage medium for calling native page based on address protocol
CN113064583A (en) * 2021-04-14 2021-07-02 深圳市活力天汇科技股份有限公司 Multi-level page routing skip method and device, computer equipment and storage medium
CN114924816A (en) * 2022-04-08 2022-08-19 青岛海尔科技有限公司 Page jump method, storage medium and electronic device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
CN107329978A (en) * 2017-05-31 2017-11-07 北京京东尚科信息技术有限公司 The method for routing and device of multi-platform fusion
CN107835228A (en) * 2017-09-28 2018-03-23 链家网(北京)科技有限公司 A kind of command processing method and device based on DYNAMIC GENERALIZED route
CN108052334A (en) * 2017-12-22 2018-05-18 平安养老保险股份有限公司 Method for page jump, device, computer equipment and storage medium
CN108469979A (en) * 2018-03-28 2018-08-31 深圳前海桔子信息技术有限公司 A kind of method for page jump, device, server and storage medium
US20190158898A1 (en) * 2014-12-18 2019-05-23 Young Min Kwon Hybrid transmission protocol
CN110221872A (en) * 2019-04-22 2019-09-10 五八有限公司 Method for page jump, device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190158898A1 (en) * 2014-12-18 2019-05-23 Young Min Kwon Hybrid transmission protocol
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
CN107329978A (en) * 2017-05-31 2017-11-07 北京京东尚科信息技术有限公司 The method for routing and device of multi-platform fusion
CN107835228A (en) * 2017-09-28 2018-03-23 链家网(北京)科技有限公司 A kind of command processing method and device based on DYNAMIC GENERALIZED route
CN108052334A (en) * 2017-12-22 2018-05-18 平安养老保险股份有限公司 Method for page jump, device, computer equipment and storage medium
CN108469979A (en) * 2018-03-28 2018-08-31 深圳前海桔子信息技术有限公司 A kind of method for page jump, device, server and storage medium
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
潘涵洋;于翔;叶德建;: "一种基于细分行业云的OTT流媒体视频终端软件设计", 计算机应用与软件, no. 07 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112380480A (en) * 2020-12-02 2021-02-19 北京皮尔布莱尼软件有限公司 Page jump method, computing device and storage medium
CN112380480B (en) * 2020-12-02 2024-05-31 北京皮尔布莱尼软件有限公司 Page jump method, computing device and storage medium
CN112685662A (en) * 2020-12-09 2021-04-20 广东各有所爱信息科技有限公司 Cross-platform custom jump method
CN112905933A (en) * 2021-01-29 2021-06-04 挂号网(杭州)科技有限公司 Page jump method and device, electronic equipment and storage medium
CN113065079A (en) * 2021-04-13 2021-07-02 开鑫金服(南京)信息服务有限公司 Method, equipment and storage medium for calling native page based on address protocol
CN113065079B (en) * 2021-04-13 2023-10-13 开鑫金服(南京)信息服务有限公司 Method, equipment and storage medium for realizing calling of native page based on address protocol
CN113064583A (en) * 2021-04-14 2021-07-02 深圳市活力天汇科技股份有限公司 Multi-level page routing skip method and device, computer equipment and storage medium
CN113064583B (en) * 2021-04-14 2024-04-16 深圳市活力天汇科技股份有限公司 Multistage page route jump method, device, computer equipment and storage medium
CN114924816A (en) * 2022-04-08 2022-08-19 青岛海尔科技有限公司 Page jump method, storage medium and electronic device
CN114924816B (en) * 2022-04-08 2023-06-09 青岛海尔科技有限公司 Page jump method, storage medium and electronic device

Also Published As

Publication number Publication date
CN111125604B (en) 2024-03-15

Similar Documents

Publication Publication Date Title
CN111125604B (en) Page management method and device, terminal equipment and storage medium
CN109471653B (en) Application program updating method, electronic device, server and storage medium
CN108566290B (en) Service configuration management method, system, storage medium and server
CN108319513B (en) Message transmission method and device in multi-partition operating system
CN107402792B (en) Integration method, device, equipment and storage medium of application software installation package
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
CN113626225B (en) Program calling method, terminal device and medium
US20220245080A1 (en) Method for communication of a componentized application, computing device and computer storage medium
CN111367690A (en) Method and device for supporting combined API service calling
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN108595178B (en) Hook-based data acquisition method, device and equipment
US20140344832A1 (en) Automated framework for tracking and maintaining kernel symbol list types
CN113296742A (en) APP data processing method and device and mobile terminal
JP2005228183A (en) Program execution method and computer system for executing the program
CN113050985A (en) Front-end engineering dependence automatic registration method and device
CN116233217B (en) Page jump method and device based on route, electronic equipment and storage medium
CN109343880B (en) RN packet updating method and device and readable storage medium
CN111367683A (en) Result obtaining method, device and equipment
CN113094026B (en) Code processing method and device
CN113141236A (en) Message processing method and device
CN106970884B (en) Method and device for processing serial port command applied to android system running layer
CN113656091B (en) Method for realizing independent open program process, related device and equipment
CN111198721A (en) Application program running method and device
CN110618874B (en) Terminal equipment control method and device, terminal equipment and computer readable storage medium
CN109492181B (en) Page jump method, device, computer equipment and storage medium

Legal Events

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