CN116108301A - Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium - Google Patents

Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium Download PDF

Info

Publication number
CN116108301A
CN116108301A CN202211640595.8A CN202211640595A CN116108301A CN 116108301 A CN116108301 A CN 116108301A CN 202211640595 A CN202211640595 A CN 202211640595A CN 116108301 A CN116108301 A CN 116108301A
Authority
CN
China
Prior art keywords
page
dom
substructure
view
current view
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
CN202211640595.8A
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.)
Ping An Bank Co Ltd
Original Assignee
Ping An 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202211640595.8A priority Critical patent/CN116108301A/en
Publication of CN116108301A publication Critical patent/CN116108301A/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a method for realizing multi-page functions based on a single-page architecture, which comprises the following steps: displaying a page and displaying a current view on the page; receiving labels selected by a user on the current view, wherein each label is configured with a routing value; acquiring a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view; storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page; adding the dom substructure corresponding to the routing value into the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed; and displaying a view corresponding to the dom substructure corresponding to the routing value on the page. The invention improves the user experience.

Description

Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium
Technical Field
The invention relates to the technical field of science and technology finance, in particular to a method, a computer readable storage medium and computer equipment for realizing a multi-page function based on a single-page architecture.
Background
Currently, most H5 front-end projects in the industry adopt a single page architecture. The single page architecture is characterized in that the entry of the page is unique, the purpose of switching the component is achieved by changing the hash value of the URL route, the jump of the page is not involved, and all visual changes, view creation and destruction and memory management are completed in the same page. When developing background management applications, a target user and a product manager often put forward a requirement, namely, a plurality of pages are opened simultaneously, so that different pages can be conveniently switched back and forth to operate. Since the cache policy of the browser does not isolate the memory and the scope under a single page, the function is well completed under the traditional multi-page application architecture, but becomes a difficult problem under the single page architecture.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, a computer storage medium, and a computer device for implementing multi-page functions based on a single-page architecture that can improve user experience.
In a first aspect, the present application provides a method for implementing a multi-page function based on a single-page architecture, where the method includes: displaying a page and displaying a current view on the page; receiving labels selected by a user on the current view, wherein each label is configured with a routing value; acquiring a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view; storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page; and adding the dom substructure corresponding to the routing value into the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed. And displaying a view corresponding to the dom substructure corresponding to the routing value on the page.
In a second aspect, the present application provides a computer device for implementing multi-page functionality based on a single-page architecture, the computer device comprising a memory and a processor. And a memory for storing computer program instructions. And the processor is used for executing the computer program instructions to realize the method for realizing the multi-page function based on the single-page architecture.
In a third aspect, the present application provides a computer readable storage medium for storing program instructions executable by a processor to implement the method of implementing a multi-page function based on a single page architecture.
According to the method, the label selected by the user is received firstly, the dom substructure corresponding to the label is acquired according to the route configured by the label and is stored in the memory, the dom substructure of the current view in the page dom tree structure is deleted, and the substructure corresponding to the label is mounted in the page dom tree of the dom substructure of the deleted current view, so that the view displayed by the current page is switched. The memory is hot loaded during operation, so that the speed is high, and development experience of developers is good; the routing value is stored in the routing management center and can be used for customizing data; the archiving of the previous page is not lost when the user switches the page, the function of using multiple pages in a single-page architecture is realized, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to the structures shown in these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic architecture diagram of a system for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application.
Fig. 2 is a flow chart of a method for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application.
Fig. 3 is another flow chart of a method for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application.
Fig. 4 is a schematic diagram of an internal structure of a server for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by a person skilled in the art without making any inventive effort, are intended to be within the scope of the present invention.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims of this application and in the above-described figures, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged under appropriate circumstances, or in other words, the described embodiments may be implemented in other sequences than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, may also include other items, such as processes, methods, systems, articles, or apparatus that include a series of steps or elements, are not necessarily limited to only those steps or elements explicitly listed, but may include other steps or elements not explicitly listed or inherent to such processes, methods, articles, or apparatus.
It should be noted that the description herein of "first," "second," etc. is for descriptive purposes only and is not to be construed as indicating or implying a relative importance or implying an indication of the number of technical features being indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be regarded as not exist and not within the protection scope of the present application.
The application provides a method for realizing a multi-page function based on a single-page architecture, which is operated in a system for realizing the multi-page function based on the single-page architecture as shown in fig. 1. The system is composed of a client 1 and a server 2. The client 1 is used for displaying a page and receiving the operation of a user on the page; the server side 2 is used for receiving and processing the data sent by the client side 1; the client 1 and the server 2 communicate via a network 3. The server may be implemented as a stand-alone server or as a server cluster formed by a plurality of servers.
Referring to fig. 2, fig. 2 is a flow chart of a method for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application. Comprising steps S101-S106.
Step S101, displaying a page, and displaying a current view on the page.
When a user accesses a certain APP, a page provided by the APP is displayed on a client, and a view is displayed on the page for the user to browse. The APP adopts a single page architecture, provides a unique page, and enables a user to interact with an application program by changing a view displayed on the page, for example, the APP is a panning, and the view can be a commodity introduction page.
Step S102, receiving labels selected by the user on the current view, where each label is configured with a routing value.
Each view has a number of labels displayed thereon, such as a link to a piece of clothing displayed on a merchandise presentation page, a picture of a piece of food, etc. Each label is provided with a corresponding dom tree structure, each label is configured with a unique route value, the route value of each label is stored in a route management center, the dom tree structure is independently stored in a server in a file form and is not stored in an APP file, and a developer can conveniently carry out data customization on the dom tree.
Step S103, obtaining a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view.
The method comprises the steps that a routing management center obtains routing values, and obtains files corresponding to labels according to a preset data dictionary, wherein the files have dom substructures corresponding to the labels, a plurality of routing values are stored in the data dictionary, and each routing value corresponds to a different dom file. And obtaining a route value corresponding to the view displayed by the current page, and obtaining a corresponding dom substructure. The page provided by the APP is a large dom tree structure, and the dom substructure corresponding to the displayed view is a branch of the page dom tree structure.
Step S104, storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page.
And converting the dom substructure corresponding to the current view and the dom data into data in a json format, wherein the data in the json format can be regarded as memory nodes and stored in a memory of a server, deleting the dom substructure from a page dom tree so as not to display the current view on the page, and the dom data comprises the dom node attributes, the view styles and the like.
Step S105, adding the dom substructure corresponding to the routing value to the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed.
And placing the dom substructure corresponding to the label selected by the user in a page dom tree, wherein the dom substructure corresponding to the label is the same as the dom tree corresponding to the view.
And step S106, displaying a view corresponding to the dom substructure corresponding to the routing value on the page.
And as the dom tree of the page changes and the view of the page changes, the new view displayed on the page is the view corresponding to the tag. For example, a page of product details for clothing.
When a user clicks a plurality of views, the memory nodes corresponding to the views are stored in the memory, and the memory overflows. Each view is displayed with a closing icon, the closing icons are in one-to-one correspondence with the routing values, when a user clicks the closing icons, the routing management center is triggered to delete the routing values corresponding to the views, and the dom substructure corresponding to the routing values is deleted in the memory to delete the views on the page.
And a simplified icon of a plurality of views is displayed on the page, the simplified icons are in one-to-one correspondence with the route values, when a user clicks the simplified icon, the corresponding route values are obtained, the dom substructure corresponding to the route values in the memory is stored in the memory, and the dom substructure corresponding to the icons is loaded in the page dom tree so as to display the view corresponding to the selected icon on the page.
Fig. 3 is another flow chart of a method for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application. Comprising steps S201-S203.
Step S201, monitoring a view jump event of the page;
the jump event may be an automatic jump to the view when the page slides to the bottom, and the server listens for the jump event in the current view.
Step S202, when a view jump event of the page occurs, a route value preconfigured by the event is obtained;
when the occurrence of the jump event is monitored, the route preconfigured by the event is obtained, and the corresponding view file is obtained.
Step S203, obtaining a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view;
the method comprises the steps that a route management center obtains route values, and obtains files corresponding to jump events according to a preset data dictionary, wherein the files have a dom substructure corresponding to the jump events, a plurality of route values are stored in the data dictionary, and each route value corresponds to a different dom file. And obtaining a route value corresponding to the view displayed by the current page, and obtaining a corresponding dom substructure. The page provided by the APP is a large dom tree structure, and the dom substructure corresponding to the displayed view is a branch of the page dom tree structure.
Step S204, storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page;
and converting the dom substructure corresponding to the current view and the dom data into data in a json format, wherein the data in the json format can be regarded as memory nodes and stored in a memory of a server, deleting the dom substructure from a page dom tree so as not to display the current view on the page, and the dom data comprises the dom node attributes, the view styles and the like.
Step S205, adding the dom substructure corresponding to the routing value into the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed;
and placing the dom substructure corresponding to the jump event in the page dom tree, wherein the dom substructure corresponding to the event has the same position as the dom tree corresponding to the view.
Step S206, displaying the view corresponding to the dom substructure corresponding to the routing value on the page.
Fig. 4 is a schematic diagram of an internal structure of a server for implementing a multi-page function based on a single-page architecture according to an embodiment of the present application. A server 200 implementing multi-page functionality based on a single page architecture is used for control, and the computer device 200 includes a processor 201, and a memory 202. The processor 201 is configured to execute an executable program to implement the method for implementing the multi-page function based on the single-page architecture provided in the above embodiment, and the memory 202 is configured to store the computer executable program and the system for implementing the multi-page function based on the single-page architecture provided in the above embodiment.
The processor 201 may be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor or other data processing chip in some embodiments for executing computer executable programs stored in the memory 202. Specifically, the processor 201 executes an executable program to implement the method for implementing the multi-page function based on the single-page architecture provided in the above embodiment.
Memory 202 includes at least one type of readable storage medium including flash memory, hard disk, multimedia card, card memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. Memory 202 may be an internal storage unit of computer device 200 in some embodiments, such as a hard disk of computer device 200. The memory 202 may also be an external computer device 200 storage device in other embodiments, such as a plug-in hard disk, smart Media Card (SMC), secure Digital (SD) Card, flash memory Card (Flash Card) or the like, provided on the computer device 200. Further, the memory 202 may also include both internal storage units and external storage devices of the computer device 200. The memory 202 may be used not only for storing application software installed in the computer device 200 and various types of data, for example, code implementing a method of implementing a multi-page function based on a single page architecture, etc., but also for temporarily storing data that has been output or is to be output and a module of a system implementing a multi-page function based on a single page architecture.
The computer device 200 also includes a bus 203. The bus 203 may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus, or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The bus may be classified as an address bus, a data bus, a control bus, etc. For ease of illustration purposes,
only one thick line is shown in fig. 4, but not only one bus or one type of bus, and further, the computer device 200 may also include a display component 204. The display assembly 204 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display component 204 may also be referred to as a display device or display unit, as appropriate, for displaying information processed in the computer device 200 and for displaying a visual user interface.
Further, the computer device 200 can also include a communication component 205. The communication component 205 can optionally include a wired communication component and/or a wireless communication component (e.g., WI-FI communication component, bluetooth communication component, etc.), typically used to establish a communication connection between the computer device 200 and other computer devices.
Fig. 4 shows only a computer device 200 having partial components and implementing a method of implementing a multi-page function based on a single page architecture, it will be understood by those skilled in the art that the structure shown in fig. 4 does not constitute a limitation of the computer device 200, and may include fewer or more components than illustrated, or may combine certain components, or a different arrangement of components.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product.
The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the invention, in whole or in part. The computer device may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by a wired (e.g., coaxial cable, fiber optic, digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be stored by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), etc.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
In the several embodiments provided in this application, it should be understood that the disclosed systems, apparatuses, and methods may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied in essence or a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a storage medium, including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods of the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random-access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or the like, which can store program codes.
It should be noted that, the foregoing reference numerals of the embodiments of the present invention are merely for describing the embodiments, and do not represent the advantages and disadvantages of the embodiments. And the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, apparatus, article or method that comprises the element.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (10)

1. A method for implementing a multi-page function based on a single page architecture, the method comprising:
displaying a page and displaying a current view on the page;
receiving labels selected by a user on the current view, wherein each label is configured with a routing value;
acquiring a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view;
storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page;
adding the dom substructure corresponding to the routing value into the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed;
and displaying a view corresponding to the dom substructure corresponding to the routing value on the page.
2. The method for implementing a multi-page function based on a single-page architecture according to claim 1, wherein the obtaining the dom substructure corresponding to the routing value comprises:
and acquiring the dom substructure corresponding to the routing value from a preset data dictionary, wherein a plurality of routing values are stored in the preset data dictionary, and each routing value corresponds to a different dom substructure.
3. The method for implementing multi-page functions based on a single page architecture of claim 2 wherein the dom substructure is stored separately in a server in the form of a file.
4. The method for implementing multi-page functions based on a single page architecture of claim 2, wherein the method further comprises:
and the positions of the dom substructure corresponding to the routing value and the dom substructure corresponding to the current view are the same in the dom structure corresponding to the page.
5. The method for implementing a multi-page function based on a single-page architecture according to claim 2, wherein storing the dom substructure corresponding to the current view in memory comprises:
converting the dom substructure corresponding to the current view into json format data to acquire a plurality of memory nodes;
and storing the memory nodes in a memory.
6. The method for implementing a multi-page function based on a single-page architecture of claim 2, wherein the routing value corresponding to each view is stored in a routing management center, the method further comprising:
when the user clicks the closing icon on the view, the route management center is triggered to delete the route value corresponding to the view, and the dom substructure corresponding to the route value is deleted in the memory, and each view is displayed with the closing icon.
7. The method for implementing multi-page functions based on a single page architecture of claim 2, wherein the method further comprises:
monitoring a view jump event of the page;
when a view jump event of the page occurs, acquiring a route value preconfigured by the event;
acquiring a dom substructure corresponding to the routing value and a dom substructure corresponding to the current view;
storing the dom substructure corresponding to the current view in a memory, and removing the dom substructure corresponding to the current view from the dom structure corresponding to the page;
adding the dom substructure corresponding to the routing value into the dom structure corresponding to the page from which the dom substructure corresponding to the current view is removed;
and displaying a view corresponding to the dom substructure corresponding to the routing value on the page.
8. The method for implementing a multi-page function based on a single page architecture of claim 2, wherein simplified icons of several views are displayed on the page, the method further comprising:
and when the user selects the simplified icon on the page, displaying a view corresponding to the simplified icon on the page.
9. A computer device for implementing multi-page functionality based on a single page architecture, the computer device comprising:
a memory for storing computer program instructions;
a processor for executing the computer program instructions to implement the method of implementing a multi-page function based on a single page architecture as claimed in any one of claims 1 to 8.
10. A computer readable storage medium storing program instructions executable by a processor to implement the method of implementing a multi-page function based on a single page architecture as claimed in any one of claims 1 to 8.
CN202211640595.8A 2022-12-20 2022-12-20 Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium Pending CN116108301A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211640595.8A CN116108301A (en) 2022-12-20 2022-12-20 Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211640595.8A CN116108301A (en) 2022-12-20 2022-12-20 Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN116108301A true CN116108301A (en) 2023-05-12

Family

ID=86264832

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211640595.8A Pending CN116108301A (en) 2022-12-20 2022-12-20 Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN116108301A (en)

Similar Documents

Publication Publication Date Title
CN103902589B (en) Management method and device for downloaded files
US9633208B2 (en) Apparatus and method for displaying computer health index
CN106528587B (en) Page display method and device in composite webpage system
CN112836074B (en) Wallpaper display method and equipment
CN101388891A (en) Apparatus and method for managing presence information of a presentity
US9443027B2 (en) Unifying discoverability of a website's services
CN104021016A (en) Method and browser for loading browser plug-in icons
US20170257438A1 (en) Increased interoperability between web-based applications and hardware functions
CN112612982A (en) Webpage preloading method and device and computer equipment
CN105094857B (en) Method and system for application load
CN112099891A (en) Popup window display method and device, electronic equipment and computer readable storage medium
CN107918543B (en) Installation package generation method and device, computer equipment and storage medium
CN107193450B (en) Page element selection method and device
CN116108301A (en) Method for realizing multi-page function based on single-page architecture, computer equipment and computer readable storage medium
CN115037728B (en) Protocol updating method, device, equipment and storage medium
CN104063277A (en) Information processing method and electronic equipment
CN108268298A (en) Generation method, device, storage medium and the electronic equipment of desktop icons
CN112835609B (en) Method and device for modifying download address of dependent packet
CN115017429A (en) Method, device and system for cutting and storing link object and storage medium
CN112051952A (en) Picture dynamic browsing method and device, electronic equipment and readable storage medium
CN109669921A (en) File operation method and system, electronic equipment and storage medium
US9864739B1 (en) Automatic layout of graphical user interface screens from object data
US11475381B2 (en) Graphical user interface for receiving proposed and displaying alternative computer architectures
CN110750742B (en) Page optimization method, system, medium and electronic equipment
CN109918153B (en) Page opening method and device and page content retrieval 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