CN113486274A - Front-end page routing method, terminal equipment and computer medium - Google Patents

Front-end page routing method, terminal equipment and computer medium Download PDF

Info

Publication number
CN113486274A
CN113486274A CN202110789714.5A CN202110789714A CN113486274A CN 113486274 A CN113486274 A CN 113486274A CN 202110789714 A CN202110789714 A CN 202110789714A CN 113486274 A CN113486274 A CN 113486274A
Authority
CN
China
Prior art keywords
page
routing
routing information
navigation stack
instruction
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
CN202110789714.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.)
Zhongyuan Bank Co ltd
Original Assignee
Zhongyuan Bank 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 Zhongyuan Bank Co ltd filed Critical Zhongyuan Bank Co ltd
Priority to CN202110789714.5A priority Critical patent/CN113486274A/en
Publication of CN113486274A publication Critical patent/CN113486274A/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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present disclosure relates to a front-end page routing method, a terminal device, and a computer medium, wherein the front-end page routing method includes constructing a routing system, which records routing information and page instances of a plurality of pages; calling a navigation stack; under the condition that a first instruction of jumping to a first page is received, constructing a page example based on routing information of the first page, sequentially storing the routing information of the current page and the first page and the page example into the navigation stack, and jumping to the first page; and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page instance corresponding to the second page from the navigation stack so as to return to the second page.

Description

Front-end page routing method, terminal equipment and computer medium
Technical Field
The present disclosure relates to computer technologies, and more particularly, to a front-end page routing method, a terminal device, and a computer medium.
Background
The current mobile terminal Web development is realized by carrying H5 page functions through a native container, opening a new H5 page is realized by navigating and routing to a new page in the current container, if the functions are more, sub-packaging processing is carried out, modular splitting is carried out, a split module is carried by the native container, and page loading in the module is realized by the routing for jumping.
The PC side Web development can support the simultaneous existence of a plurality of example pages by opening a new Tab Tab page. However, if the scheme is used for a mobile terminal, each new Tab page is required to be carried by a native container, so that the resource waste is extremely serious, and the performance experience is also extremely unfriendly.
The current mobile-end Web development technology generally carries out page jump and loading by using a native container to carry H5 page functions. However, the existing solution has the problem that a plurality of same page instances cannot exist at the same time. For example, after jumping from page a to page B, if the user needs to return to page a, page a needs to be refreshed again, and the user experience is not good.
Disclosure of Invention
The purpose is to provide a front-end page routing method, terminal equipment and computer media, which are used for realizing multi-instantiation of a front-end page, so that a mobile terminal can quickly return to a previous access page.
In a first aspect, an embodiment of the present disclosure provides a front-end page routing method, for multiple instantiations of a front-end page, including: constructing a routing system, wherein the routing system records routing information and page examples of a plurality of pages; providing a navigation stack configured to: under the condition that a first instruction of jumping to a first page is received, constructing a page example based on routing information of the first page, sequentially storing the routing information of the current page and the first page and the page example into the navigation stack, and jumping to the first page; and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page instance corresponding to the second page from the navigation stack so as to return to the second page.
In a second aspect, an embodiment of the present disclosure provides a terminal device, including a processor configured to construct a routing system, where the routing system records routing information and page instances of multiple pages; calling a navigation stack, constructing a page example based on routing information of a first page under the condition of receiving a first instruction of jumping to the first page, sequentially storing a current page, the routing information of the first page and the page example into the navigation stack, and jumping to the first page; and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page instance corresponding to the second page from the navigation stack so as to return to the second page.
In a third aspect, embodiments of the present disclosure provide a non-transitory computer medium having stored thereon computer-executable instructions that, when executed by a processor in a terminal device, implement the aforementioned front-end page routing method.
With the front-end page routing method, the terminal device and the computer medium according to the embodiments of the present disclosure, by storing routing information and page instances in a routing system and implementing multiple instantiations of an access page through a navigation stack, a previous access page can be quickly returned at a mobile terminal without repeated loading.
Drawings
In the drawings, which are not necessarily drawn to scale, like reference numerals may describe similar components in different views. Like reference numerals having letter suffixes or different letter suffixes may represent different instances of similar components. The drawings illustrate various embodiments generally by way of example and not by way of limitation, and together with the description and claims serve to explain the disclosed embodiments. Such embodiments are illustrative, and are not intended to be exhaustive or exclusive embodiments of the present apparatus or method.
Fig. 1 shows a basic flow diagram of a front-end page routing method according to an embodiment of the present disclosure.
FIG. 2 illustrates a navigation stack data deposit diagram according to an embodiment of the present disclosure.
FIG. 3 illustrates a page constructor construct page flow diagram in accordance with an embodiment of the disclosure.
FIG. 4 shows a schematic diagram of a navigation stack returning one layer, according to an embodiment of the present disclosure.
FIG. 5 shows a schematic diagram of a navigation stack returning three layers in accordance with an embodiment of the present disclosure.
Detailed Description
For a better understanding of the technical aspects of the present disclosure, reference is made to the following detailed description taken in conjunction with the accompanying drawings. Embodiments of the present disclosure are described in further detail below with reference to the figures and the detailed description, but the present disclosure is not limited thereto.
The use of "first," "second," and similar terms in this disclosure are not intended to indicate any order, quantity, or importance, but rather are used for distinction. The word "comprising" or "comprises", and the like, means that the element preceding the word covers the element listed after the word, and does not exclude the possibility that other elements are also covered.
The existing front-end web technology does not support the simultaneous existence of multiple identical Vue page instances. For example, the page a has a list page, after the user clicks and enters the detail page a ', a similar recommendation list appears at the bottom of the detail page a ', the user should enter a new detail page a "after clicking the list again, and after entering the detail page a" in the process, the previous a ' is destroyed. If the user wishes to return to detail page a' from detail page a ", then it needs to be reloaded and the user experience is not good.
In order to solve the above technical problem, an embodiment of the present disclosure provides a front-end page routing method for multiple instantiations of a front-end page, and may first provide, in step S101, a routing system that records routing information and page instances of multiple pages. For example, for the first-time-use front-end device, a routing system may be constructed in step S101, and the routing information and page instances of a plurality of pages may be recorded by the constructed routing system. For example, if there are multiple detail pages for a certain page, then there may be multiple routing information and page instances. Then, a navigation stack is called, in step S102, when a first instruction to jump to a first page is received, a page instance is constructed based on the routing information of the first page, the current page, the routing information of the first page, and the page instance are sequentially stored in the navigation stack, and the first page is jumped to. In this example, the external instruction may be received through a designated interface, for example, the external instruction may be a click of the terminal input by a user or an instruction input by a terminal external device, and a specific instruction form is not limited herein and then is transmitted to the routing system through a corresponding interface. Under the condition that a first instruction for jumping to a first page is received, a page instance can be constructed according to the routing information corresponding to the instruction, and therefore the page instance can be displayed in the terminal. As illustrated by showing detail page a' in page a. The detail page a 'can be displayed based on the currently displayed page a, or a page can be newly created to display the detail page a', and specifically, the jump can be performed according to actual needs.
Next, in step S103, in the case of receiving a second instruction to return to the second page, the routing information and the page instance corresponding to the second page may be read out from the navigation stack to return to the second page. That is, the present example can sequentially record the routing information and page instances of the previous jump pages in the navigation stack. Since both the navigation stack and the routing system exist in the front-end device or the terminal, the second page can be quickly returned without repeatedly refreshing the page in case that the previous second page needs to be returned.
In some embodiments, the example is further illustrated by displaying the detail page a 'in the page a and then jumping to the detail page a ″ based on the detail page a'. In this example, after jumping to the detail page a ″, as shown in fig. 2, the page a, the detail page a', and the detail page a ″ are sequentially recorded in the navigation stack, so that in the case that the page a needs to be returned, the routing information and the page instance corresponding to the page a can be quickly taken out from the navigation stack, and the jump is made to the page a, thereby implementing multiple instantiations of the front-end device. The method disclosed by the invention stores the routing information and the page example in the routing system and realizes multi-instantiation of the access page through the navigation stack, so that the prior access page can be quickly returned at the mobile terminal without repeated loading.
In some embodiments, the routing system further records a mapping table, and the mapping table records the mapping relationship between the routing information and the page constructor. In some embodiments, constructing a page instance from the routing information for the first page further comprises: inquiring the mapping table according to the routing information to obtain a corresponding page constructor; a page instance is constructed based on the page constructor. Illustratively, as shown in fig. 3 in this example, the routing system of this example further includes a page constructor, and in this example, a mapping table is further recorded in the routing system, and a mapping relationship between the routing information and the page constructor is recorded in the mapping table, that is, a relationship between the routing information and the page constructor may be in one-to-one correspondence with the mapping table. After obtaining the jump instruction based on the specified interface, the routing system queries the mapping table, so as to determine the page constructor corresponding to the first page according to the routing information of the first page, and constructs the page instance based on the page instance recorded by the routing system through the page constructor. The speed of constructing the first page under the jump instruction by the page constructor can be greatly improved by the mapping table mode, so that the user experience is improved.
In some embodiments, the routing system is initialized to create routing information for a plurality of pages and corresponding page constructors. For example, a routing system may be initialized when a front-end device accesses a certain website, and may be used all the time when a user does not leave the website. Initializing the routing system so as to create routing information of a plurality of pages under the website and corresponding page constructors, thereby facilitating a user to construct a page instance through the corresponding page constructors when a page jump is carried out under the website.
In some embodiments, further comprising: and in the process of returning to the second page, exiting the routing information and the page instance of the page before the second page in the navigation stack from the navigation stack. An exemplary routing system of the method of the present disclosure includes a navigation stack, and the following description is given for different page jump (push) and page return (pop) situations:
page skipping:
in the case of page a jumping (Push) to page B (page a → page B), the navigation stack stores the routing information and page instances of page a and page B (a1, B1).
In the case where page a jumps (Push) to page B and then jumps to page C (page a → page B → page C), the navigation stack sequentially stores the routing information and page instance information of page a, page B and page C (a1, B1, C1).
In the case where page a jumps (Push) to page B, then to page C, then to page a (page a → page B → page C → page a), the navigation stack stores the routing information and page instance information of page a, page B, page C and new page a (a1, B1, C1, a 2). In this case, if the page a is pushed again next time, the navigation stack simultaneously has 3 page instances (a1, B1, C1, a2, A3) of a, thereby implementing the function of multiple instances of the page.
Page return (return according to hierarchy):
one level may be returned, based on the aforementioned current existence (a1, B1, C1, a2) in the current navigation stack, as shown in fig. 4, returning (Pop) C1, a2 is removed from the navigation stack and the routing information for page C and page instance C1 are fetched from the navigation stack, thereby returning page C. Meanwhile, the page instance information A2 in the front-end equipment can be destroyed, and the memory occupied by the page instance A2 is released. After returning to page C, the navigation stack now stores the routing and page instance information for page A, page B, and page C (A1, B1, C1).
It is also possible to return to multiple levels (for example, return to level 3), also based on the aforementioned current situation that (a1, B1, C1, a2) exists in the current navigation stack, as shown in fig. 5, return to (Pop) a1, remove B1, C1, a2 from the navigation stack, thereby returning page a, and destroy the memory occupied by page instance information B1, C1, a2, and release instances B1, C1, a2 in the front-end device. After returning to page A, the navigation stack now holds the route and page instance information for page A (A1).
In the example, the routing information and the page instance of the page before the second page in the navigation stack are quitted, so that the load of the front-end equipment can be effectively reduced, and the smoothness of the user in browsing the page is ensured.
An embodiment of the present disclosure further provides a terminal device, including: the processor is configured to construct a routing system, and the routing system records routing information and page instances of a plurality of pages; calling a navigation stack, constructing a page example according to the routing information of a first page under the condition of receiving a first instruction of jumping to the first page, sequentially storing the current page, the routing information of the first page and the page example into the navigation stack, and jumping to the first page; and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page instance corresponding to the second page from the navigation stack so as to return to the second page. The terminal device referred to in this example may be a mobile phone, a PDA, a computer, a server, or a network device, etc., which are not listed here. The routing system and navigation stack in this example may be a software or hardware structure, or a combination of software and hardware. As a specific hardware configuration, the terminal device may include a processor, wherein the processor may be, for example, a microprocessor, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), or the like. More specifically, the processor may be a Complex Instruction Set Computing (CISC) microprocessor, Reduced Instruction Set Computing (RISC) microprocessor, Very Long Instruction Word (VLIW) microprocessor, processor running other instruction sets, or processors running a combination of instruction sets. The processor may also be one or more special-purpose processing devices such as an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), a system on chip (SoC), or the like, which are not specifically enumerated herein.
According to the terminal device disclosed by the disclosure, in some specific display schemes, after the detail page A 'is displayed in the page A, the terminal device jumps to the detail page A ″ on the basis of the detail page A' for illustration. In this example, after jumping to the detail page a ″, the page a, the detail page a', and the detail page a ″ are sequentially recorded in the navigation stack, so that in a case where the page a needs to be returned, the routing information and the page instance corresponding to the page a can be quickly taken out from the navigation stack, and the page a is jumped to, thereby implementing multiple instantiations of the front-end device. The terminal equipment disclosed by the invention stores the routing information and the page example in the routing system and realizes multi-instantiation of the access page through the navigation stack, so that the prior access page can be quickly returned at the mobile terminal without repeated loading.
In some embodiments, the routing system further records a mapping table, and the mapping table records the mapping relationship between the routing information and the page constructor. In some embodiments, the processor is further configured to query the mapping table according to the routing information to obtain a corresponding page constructor; the page constructor is configured to construct a page instance. The page constructor can accurately and quickly realize the construction of the page instance.
In some embodiments, the processor is further configured to, in returning the second page, exit the navigation stack with routing information for pages preceding the second page and page instances. The routing information of the page preceding the second page in the navigation stack and the page instance are exited in this example. Meanwhile, the previous page instance in the terminal equipment can be destroyed, so that the load of the front-end equipment is effectively reduced, and the smoothness of browsing the page by a user is ensured.
The disclosed embodiments also present a non-transitory computer medium, an exemplary non-transitory computer medium may be a memory or storage such as Read Only Memory (ROM), Random Access Memory (RAM), phase change random access memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), Electrically Erasable Programmable Read Only Memory (EEPROM), other types of Random Access Memory (RAM), flash disk or other forms of flash memory, caches, registers, static memory, compact disk read only memory (CD-ROM), Digital Versatile Disks (DVD) or other optical storage, tape cassettes or other magnetic storage devices, or any other possible non-transitory medium used to store information or instructions that can be accessed by a computer device, and so forth. The non-transitory computer medium has stored thereon computer-executable instructions that, when executed by a processor in a terminal device, implement the aforementioned front-end routing information method.
Moreover, although exemplary embodiments have been described herein, the scope thereof includes any and all embodiments based on the disclosure with equivalent elements, modifications, omissions, combinations (e.g., of various embodiments across), adaptations or alterations. The elements of the claims are to be interpreted broadly based on the language employed in the claims and not limited to examples described in the present specification or during the prosecution of the application, which examples are to be construed as non-exclusive. It is intended, therefore, that the specification and examples be considered as exemplary only, with a true scope and spirit being indicated by the following claims and their full scope of equivalents.
The above description is intended to be illustrative and not restrictive. For example, the above-described examples (or one or more versions thereof) may be used in combination with each other. For example, other embodiments may be used by those of ordinary skill in the art upon reading the above description. In addition, in the foregoing detailed description, various features may be grouped together to streamline the disclosure. This should not be interpreted as an intention that a disclosed feature not claimed is essential to any claim. Rather, the subject matter of the present disclosure may lie in less than all features of a particular disclosed embodiment. Thus, the following claims are hereby incorporated into the detailed description as examples or embodiments, with each claim standing on its own as a separate embodiment, and it is contemplated that these embodiments may be combined with each other in various combinations or permutations. The scope of the invention should be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.
The above embodiments are only exemplary embodiments of the present disclosure, and are not intended to limit the present invention, the scope of which is defined by the claims. Various modifications and equivalents may be made thereto by those skilled in the art within the spirit and scope of the present disclosure, and such modifications and equivalents should be considered to be within the scope of the present invention.

Claims (10)

1. A front-end page routing method, used for multiple instantiations of a front-end page, includes:
constructing a routing system, wherein the routing system records routing information and page examples of a plurality of pages;
invoking a navigation stack, the navigation stack configured to:
under the condition that a first instruction of jumping to a first page is received, constructing a page example based on routing information of the first page, sequentially storing the routing information of the current page and the first page and the page example into the navigation stack, and jumping to the first page; and
and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page example corresponding to the second page from the navigation stack so as to return to the second page.
2. The front-end page routing method of claim 1, wherein the routing system further records a mapping table, and the mapping table records a mapping relationship between routing information and a page constructor.
3. The front-end page routing method of claim 2, wherein constructing a page instance based on the routing information for the first page further comprises:
inquiring the mapping table according to the routing information to obtain a corresponding page constructor;
a page instance is constructed based on the page constructor.
4. The front-end page routing method of claim 2, further comprising:
initializing the routing system to create routing information for a plurality of pages and corresponding page constructors.
5. The front-end page routing method of claim 1, further comprising:
and in the case of the process of returning to the second page, exiting the routing information and page instances of pages preceding the second page in the navigation stack from the navigation stack.
6. A terminal device, comprising a processor configured to:
constructing a routing system, wherein the routing system records routing information and page examples of a plurality of pages;
calling a navigation stack, constructing a page example based on routing information of a first page under the condition of receiving a first instruction of jumping to the first page, sequentially storing a current page, the routing information of the first page and the page example into the navigation stack, and jumping to the first page; and
and under the condition that a second instruction for returning to the second page is received, reading out the routing information and the page example corresponding to the second page from the navigation stack so as to return to the second page.
7. The terminal device of claim 6, wherein the routing system further records a mapping table, and the mapping table records a mapping relationship between the routing information and the page constructor.
8. The terminal device of claim 7, wherein the processor is further configured to query the mapping table based on the routing information to obtain a corresponding page constructor;
the page constructor is configured to construct a page instance.
9. The terminal device of claim 6,
the processor is further configured to, in the case of returning the second page, exit the routing information of the page preceding the second page and the page instance from the navigation stack.
10. A non-transitory computer medium having stored thereon computer-executable instructions that, when executed by a processor in a terminal device, implement the front-end page routing method of any one of claims 1-5.
CN202110789714.5A 2021-07-13 2021-07-13 Front-end page routing method, terminal equipment and computer medium Pending CN113486274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110789714.5A CN113486274A (en) 2021-07-13 2021-07-13 Front-end page routing method, terminal equipment and computer medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110789714.5A CN113486274A (en) 2021-07-13 2021-07-13 Front-end page routing method, terminal equipment and computer medium

Publications (1)

Publication Number Publication Date
CN113486274A true CN113486274A (en) 2021-10-08

Family

ID=77938345

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110789714.5A Pending CN113486274A (en) 2021-07-13 2021-07-13 Front-end page routing method, terminal equipment and computer medium

Country Status (1)

Country Link
CN (1) CN113486274A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722629A (en) * 2021-09-02 2021-11-30 中原银行股份有限公司 Intelligent page caching method and system and readable storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104202360A (en) * 2014-08-13 2014-12-10 小米科技有限责任公司 Webpage access method, device and router
CN106101455A (en) * 2016-08-23 2016-11-09 努比亚技术有限公司 Page jump management method, device and terminal
CN107506430A (en) * 2017-08-22 2017-12-22 四川长虹电器股份有限公司 A kind of route control method and system based on mixed developing
CN109740095A (en) * 2018-12-27 2019-05-10 四川新网银行股份有限公司 A kind of H5 page dynamic backing method based on browser stack management
CN109814960A (en) * 2018-12-21 2019-05-28 北京城市网邻信息技术有限公司 A kind of page returning method, device, electronic equipment and storage medium
CN110147184A (en) * 2018-02-13 2019-08-20 北京京东尚科信息技术有限公司 Navigate the method to retract and control
CN110362766A (en) * 2018-04-02 2019-10-22 腾讯科技(深圳)有限公司 A kind of page display control method and terminal
CN110688594A (en) * 2019-10-14 2020-01-14 神州数码融信软件有限公司 Page jump method and device for front end of webpage
CN112417336A (en) * 2020-11-24 2021-02-26 天津五八到家货运服务有限公司 Page display method and device, electronic equipment and storage medium
CN112905933A (en) * 2021-01-29 2021-06-04 挂号网(杭州)科技有限公司 Page jump method and device, electronic equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104202360A (en) * 2014-08-13 2014-12-10 小米科技有限责任公司 Webpage access method, device and router
CN106101455A (en) * 2016-08-23 2016-11-09 努比亚技术有限公司 Page jump management method, device and terminal
CN107506430A (en) * 2017-08-22 2017-12-22 四川长虹电器股份有限公司 A kind of route control method and system based on mixed developing
CN110147184A (en) * 2018-02-13 2019-08-20 北京京东尚科信息技术有限公司 Navigate the method to retract and control
CN110362766A (en) * 2018-04-02 2019-10-22 腾讯科技(深圳)有限公司 A kind of page display control method and terminal
CN109814960A (en) * 2018-12-21 2019-05-28 北京城市网邻信息技术有限公司 A kind of page returning method, device, electronic equipment and storage medium
CN109740095A (en) * 2018-12-27 2019-05-10 四川新网银行股份有限公司 A kind of H5 page dynamic backing method based on browser stack management
CN110688594A (en) * 2019-10-14 2020-01-14 神州数码融信软件有限公司 Page jump method and device for front end of webpage
CN112417336A (en) * 2020-11-24 2021-02-26 天津五八到家货运服务有限公司 Page display method and device, electronic equipment and storage medium
CN112905933A (en) * 2021-01-29 2021-06-04 挂号网(杭州)科技有限公司 Page jump method and device, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722629A (en) * 2021-09-02 2021-11-30 中原银行股份有限公司 Intelligent page caching method and system and readable storage medium

Similar Documents

Publication Publication Date Title
EP3776249B1 (en) Blockchain-based cross-chain data access method and apparatus
EP2423821A2 (en) Processor, apparatus, and method for fetching instructions and configurations from a shared cache
CN107590205A (en) A kind of service showing method, device and equipment
CN111241040A (en) Information acquisition method and device, electronic equipment and computer storage medium
EP4404074A2 (en) Techniques for handling letter case in file systems
CN113486274A (en) Front-end page routing method, terminal equipment and computer medium
US11307796B2 (en) Mapping memory allocation requests using various memory attributes
CN116700629B (en) Data processing method and device
CN113821194A (en) Micro front-end system
CN116861856A (en) Test case format conversion method, device, equipment and readable storage medium
CN109697234A (en) More attribute information storages, querying method, device, server and the medium of entity
US11017142B1 (en) Methods and apparatuses of configurable integrated circuits
CN114822675A (en) Memory detection method and device, electronic equipment and storage medium
CN106407345A (en) Method and apparatus for updating dirty data
CN113961485A (en) Memory optimization method, device, terminal and storage medium
CN113722629A (en) Intelligent page caching method and system and readable storage medium
CN113626650A (en) Service processing method and device and electronic equipment
CN110175053B (en) Picture loading method and device
EP1821197A2 (en) Device for postfix notation processing, and electronic integrated circuit comprising such a processing device
US20230075578A1 (en) System and method for transition of static schema to dynamic schema
CN111967931B (en) Method and equipment for mixed arrangement of list data elements
CN111695056A (en) Page processing method, page return processing method, device and equipment
CN116755845B (en) Data processing method and device
CN112069185B (en) Index construction method and device, electronic equipment and medium
CN118939606A (en) Menu data management method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211008