CN111026463A - Page loading method, device, equipment and storage medium - Google Patents

Page loading method, device, equipment and storage medium Download PDF

Info

Publication number
CN111026463A
CN111026463A CN201911328368.XA CN201911328368A CN111026463A CN 111026463 A CN111026463 A CN 111026463A CN 201911328368 A CN201911328368 A CN 201911328368A CN 111026463 A CN111026463 A CN 111026463A
Authority
CN
China
Prior art keywords
page
data
frame
loading
theme
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
CN201911328368.XA
Other languages
Chinese (zh)
Other versions
CN111026463B (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.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software 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 Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN201911328368.XA priority Critical patent/CN111026463B/en
Publication of CN111026463A publication Critical patent/CN111026463A/en
Application granted granted Critical
Publication of CN111026463B publication Critical patent/CN111026463B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • 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

Landscapes

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

Abstract

The embodiment of the invention discloses a page loading method, a page loading device, page loading equipment and a storage medium. The page loading method comprises the following steps: scheduling an application program interface of a server according to a webpage address input by a user to acquire a page frame list and page subject data; dynamically rendering a blank page according to the page theme data to obtain a first page; loading at least one page frame on the first page according to the page frame list and a preset sequence; and loading corresponding page data in the at least one page frame to obtain a second page. The embodiment of the invention realizes flexible change of the page.

Description

Page loading method, device, equipment and storage medium
Technical Field
The present invention relates to web page technologies, and in particular, to a method, an apparatus, a device, and a storage medium for loading a page.
Background
With the rapid development of the internet era, people can not acquire information through the internet in daily life, wherein the most common way is to enter different web pages to acquire information by inputting a web address in a browser, and therefore, the loading way of the web pages also becomes an increasingly important research direction in the field.
The traditional network page loading implementation mode is realized by different tag sample adding modes, but the page style and the theme rendering coupling are high, and the tags and the styles need to be redefined when the page is changed, so that the page adjusting and developing period is long, the workload is large, and the adjusted page needs to be released again. In addition, the theme switching flexibility of the traditional network page is poor, and the coexistence of multiple themes cannot be realized.
Disclosure of Invention
The embodiment of the invention provides a page loading method, a page loading device, page loading equipment and a storage medium, so as to realize flexible change of a page.
To achieve this object, an embodiment of the present invention provides a page loading method, where the page loading method includes:
scheduling an application program interface of a server according to a webpage address input by a user to acquire a page frame list and page subject data;
dynamically rendering a blank page according to the page theme data to obtain a first page;
loading at least one page frame on the first page according to the page frame list and a preset sequence;
and loading corresponding page data in the at least one page frame to obtain a second page.
Further, before the loading the corresponding page data in the at least one page frame to obtain the second page, the method includes:
acquiring configuration data of the at least one page frame;
acquiring a download address of page data according to the configuration data;
and requesting the download address to acquire the page data.
Further, after loading the corresponding page data in the at least one page frame to obtain the second page, the method includes:
acquiring frame subject data of the at least one page frame according to the configuration data;
and dynamically rendering the second page according to the frame theme data to obtain a third page.
Further, the dynamically rendering the second page according to the frame theme data to obtain a third page includes:
dynamically rendering a corresponding page frame in the second page according to the frame theme data;
and dynamically rendering the second page according to the page theme data to obtain a third page.
Further, at least one page component is included in the at least one page frame.
Further, the obtaining of the download address of the page data according to the configuration data includes:
and acquiring a download address of the page data corresponding to the at least one page component according to the configuration data.
Further, the loading the corresponding page data in the at least one page frame to obtain a second page includes:
and loading the page data in the at least one page component to obtain a second page.
On one hand, an embodiment of the present invention further provides a page loading apparatus, where the page loading apparatus includes:
the interface scheduling module is used for scheduling an application program interface of the server according to the webpage address input by the user so as to obtain a page frame list and page theme data;
the page rendering module is used for dynamically rendering a blank page according to the page theme data to obtain a first page;
the frame loading module is used for loading at least one page frame on the first page according to the page frame list and a preset sequence;
and the data loading module is used for loading the corresponding page data in the at least one page frame to obtain a second page.
On the other hand, an embodiment of the present invention further provides a page loading device, where the page loading device includes: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize the page loading method provided by any embodiment of the invention.
In still another aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the page loading method provided in any embodiment of the present invention.
The method comprises the steps that an application program interface of a server side is scheduled according to a webpage address input by a user to obtain a page frame list and page subject data; dynamically rendering a blank page according to the page theme data to obtain a first page; loading at least one page frame on the first page according to the page frame list and a preset sequence; and loading corresponding page data in the at least one page frame to obtain a second page, so that the problems of large workload and poor theme switching flexibility in the conventional network page loading mode during page change are solved, and the effect of flexible page change is realized.
Drawings
Fig. 1 is a schematic flowchart of a page loading method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a page loading method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a page according to a second embodiment of the present invention;
fig. 4 is a schematic structural diagram of a page loading apparatus according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of a page loading device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are for purposes of illustration and not limitation. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. For example, a first module may be termed a second module, and, similarly, a second module may be termed a first module, without departing from the scope of the present application. The first module and the second module are both modules, but they are not the same module. The terms "first", "second", etc. are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, features defined as "first", "second", may explicitly or implicitly include one or more of the described features. In the description of the embodiments of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Example one
As shown in fig. 1, a first embodiment of the present invention provides a page loading method, where the page loading method includes:
s110, scheduling an application program interface of the server according to the webpage address input by the user to obtain a page frame list and page theme data.
In this embodiment, when a user needs to access a page, a web page address, i.e. a URL (uniform resource locator), such as xxx. and the server may obtain a page frame list and page theme data corresponding to the web page address according to the web page address scheduling Application Program Interface (API). After the web page is divided into a plurality of page frame parts, all the page frames of the web page form a page frame list, and page subject data, namely data of the display mode of the page frames in the web page, such as size data of the page frames and background color data of the page frames, etc.
And S120, dynamically rendering a blank page according to the page theme data to obtain a first page.
In this embodiment, the page theme data may also be theme data of the entire page instead of just theme data of the page frame, and after the user inputs the web address, the theme data of the entire page, for example, a background color, a page shape, and the like of the entire page, may be loaded first, so that when the user network rate is slow, the page theme data may be loaded first, and the user does not wait while looking at a blank page all the time, so that the user may have a better use experience.
S130, loading at least one page frame on the first page according to the page frame list and a preset sequence.
In this embodiment, after the first page rendered by the page theme is obtained, according to the obtained page frame list, page frames may be loaded on the first page according to a preset order, where the order may be determined by a web page developer, for example, important page frames are loaded first, and at least one page frame is loaded.
Furthermore, when the page theme data dynamically renders a blank page, the theme of the page frame can be rendered in a hidden manner according to the page frame in the page frame list. That is, when a blank page is dynamically rendered, the position of each page frame in the page is determined according to the page frame list, the page theme data of each page frame also comprises the page theme data of each page frame, the page theme data of each page frame can be loaded to the position corresponding to the page frame without being displayed, and the page theme data corresponding to the page frame is loaded while the page frame is loaded.
S140, loading corresponding page data in the at least one page frame to obtain a second page.
In this embodiment, after the page theme data and the page frames are loaded in the page, the corresponding page data needs to be loaded in the page frames, where the page data includes text data and picture data, that is, information in the page, so as to obtain a final second page, and complete loading of the entire page. By the loading method, the loading of the page theme data and the page frame is separated and decoupled, developers do not influence each other when replacing or adjusting the page theme data and the page frame, the switching is flexible, the whole page does not need to be redeveloped, and the efficiency of page development is greatly improved.
In an alternative embodiment, after the second page is obtained, the second page may be further dynamically rendered according to the page theme data to obtain a third page, that is, the developer may further load new theme data on the basis of the second page, that is, if only the page theme needs to be switched, the developer only needs to add new data into the page theme data, and after the second page of the old version is loaded on the page, the new data in the page theme data continues to be loaded to obtain the third page, so that switching of the page theme is completed, and the working efficiency of the developer is greatly improved.
The method comprises the steps that an application program interface of a server side is scheduled according to a webpage address input by a user to obtain a page frame list and page subject data; dynamically rendering a blank page according to the page theme data to obtain a first page; loading at least one page frame on the first page according to the page frame list and a preset sequence; and loading corresponding page data in the at least one page frame to obtain a second page, so that the problems of large workload and poor theme switching flexibility in the conventional network page loading mode during page change are solved, and the effect of flexible page change is realized.
Example two
As shown in fig. 2, a second embodiment of the present invention provides a page loading method, and the second embodiment of the present invention is further explained on the basis of the first embodiment of the present invention, where the page loading method includes:
s210, scheduling an application program interface of the server according to the webpage address input by the user to acquire a page frame list and page theme data.
In this embodiment, after the page frame list and the page subject data are obtained, page template data are further obtained according to a webpage address input by a user, after the page template data are analyzed, a plurality of corresponding page builders are obtained according to the analyzed data, and dynamic rendering and page loading are realized through the page builders, that is, the steps S220-S300 are realized.
S220, dynamically rendering a blank page according to the page theme data to obtain a first page.
And S230, loading at least one page frame on the first page according to the page frame list and a preset sequence.
S240, obtaining the configuration data of the at least one page frame.
S250, acquiring a download address of the page data corresponding to the at least one page component according to the configuration data.
And S260, requesting the download address to acquire the page data.
S270, loading the page data in the at least one page component to obtain a second page.
In this embodiment, at least one page frame includes at least one page component. Illustratively, as shown in fig. 3, the page frame list includes three page frames 2, frame a, frame B, and frame C, the frame a, frame B, frame C, and frame a are loaded in sequence from top to bottom, where the page components 3 in the page frames 2 are loaded in sequence from left to right and from top to bottom, that is, the component a, and the component B are loaded in sequence in the frame a, the component B, the component a, and the component a are loaded in sequence in the frame B, the component C, and the component d are loaded in sequence in the frame C, where the size and the position of each page component 3 are determined according to configuration data set by a developer, and a download address of corresponding page data in each page component 3 can be obtained according to the configuration data, where the page data includes text data and picture data displayed in the page component, loading the page data in the loaded page component 3 results in the second page 1.
S280, obtaining frame subject data of the at least one page frame according to the configuration data.
And S290, dynamically rendering the corresponding page frame in the second page according to the frame theme data.
S300, dynamically rendering the second page according to the page theme data to obtain a third page.
In this embodiment, after the second page is obtained, the frame theme data of each page frame may be further obtained according to the configuration data, and the corresponding page frame is dynamically rendered by using the frame theme data, so that each page frame renders a theme.
EXAMPLE III
As shown in fig. 4, a page loading apparatus 100 is provided in a third embodiment of the present invention, and the page loading apparatus 100 provided in the third embodiment of the present invention can execute a page loading method provided in any embodiment of the present invention, and has functional modules and beneficial effects corresponding to the execution method. The page loading apparatus 100 includes an interface scheduling module 110, a page rendering module 120, a frame loading module 130, and a data loading module 140.
Specifically, the interface scheduling module 110 is configured to schedule an application program interface of the server according to a webpage address input by a user to obtain a page frame list and page theme data; the page rendering module 120 is configured to dynamically render a blank page according to the page theme data to obtain a first page; the frame loading module 130 is configured to load at least one page frame on the first page according to the page frame list and according to a preset order; the data loading module 140 is configured to load corresponding page data in the at least one page frame to obtain a second page.
In this embodiment, the page loading apparatus 100 further includes a data requesting module 150 and a secondary rendering module 160.
Specifically, the data request module 150 is configured to obtain configuration data of the at least one page frame; acquiring a download address of page data according to the configuration data; and requesting the download address to acquire the page data. The secondary rendering module 160 is configured to obtain frame theme data of the at least one page frame according to the configuration data; and dynamically rendering the second page according to the frame theme data to obtain a third page. The secondary rendering module 160 is specifically configured to dynamically render a corresponding page frame in the second page according to the frame theme data; and dynamically rendering the second page according to the page theme data to obtain a third page.
Further, at least one page component is included in the at least one page frame. The data request module 150 is specifically configured to obtain a download address of the page data corresponding to the at least one page component according to the configuration data. The data loading module 140 is specifically configured to load the page data in the at least one page component to obtain a second page.
Example four
Fig. 5 is a schematic structural diagram of a page loading device according to a fourth embodiment of the present invention. FIG. 5 illustrates a block diagram of an exemplary computer device 12 suitable for use in implementing embodiments of the present invention. The computer device 12 shown in FIG. 5 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 5, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, and commonly referred to as a "hard drive"). Although not shown in FIG. 5, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown, network adapter 20 communicates with the other modules of computer device 12 via bus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and data processing by running programs stored in the system memory 28, for example, implementing a page loading method provided by an embodiment of the present invention:
scheduling an application program interface of a server according to a webpage address input by a user to acquire a page frame list and page subject data;
dynamically rendering a blank page according to the page theme data to obtain a first page;
loading at least one page frame on the first page according to the page frame list and a preset sequence;
and loading corresponding page data in the at least one page frame to obtain a second page.
EXAMPLE five
The fifth embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored thereon, and when the computer program is executed by a processor, the method for loading a page provided in all the embodiments of the present invention includes:
scheduling an application program interface of a server according to a webpage address input by a user to acquire a page frame list and page subject data;
dynamically rendering a blank page according to the page theme data to obtain a first page;
loading at least one page frame on the first page according to the page frame list and a preset sequence;
and loading corresponding page data in the at least one page frame to obtain a second page.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A page loading method is characterized by comprising the following steps:
scheduling an application program interface of a server according to a webpage address input by a user to acquire a page frame list and page subject data;
dynamically rendering a blank page according to the page theme data to obtain a first page;
loading at least one page frame on the first page according to the page frame list and a preset sequence;
and loading corresponding page data in the at least one page frame to obtain a second page.
2. The page loading method according to claim 1, wherein before loading the corresponding page data in the at least one page frame to obtain the second page, the method comprises:
acquiring configuration data of the at least one page frame;
acquiring a download address of page data according to the configuration data;
and requesting the download address to acquire the page data.
3. The page loading method according to claim 2, wherein said loading the corresponding page data in the at least one page frame to obtain the second page comprises:
acquiring frame subject data of the at least one page frame according to the configuration data;
and dynamically rendering the second page according to the frame theme data to obtain a third page.
4. The page loading method according to claim 3, wherein said dynamically rendering the second page according to the frame subject data to obtain a third page comprises:
dynamically rendering a corresponding page frame in the second page according to the frame theme data;
and dynamically rendering the second page according to the page theme data to obtain a third page.
5. The page loading method according to claim 2, wherein said at least one page frame includes at least one page component therein.
6. The page loading method according to claim 5, wherein said obtaining a download address of page data according to the configuration data comprises:
and acquiring a download address of the page data corresponding to the at least one page component according to the configuration data.
7. The page loading method according to claim 5, wherein said loading the corresponding page data in the at least one page frame to obtain the second page comprises:
and loading the page data in the at least one page component to obtain a second page.
8. A page loading apparatus, comprising:
the interface scheduling module is used for scheduling an application program interface of the server according to the webpage address input by the user so as to obtain a page frame list and page theme data;
the page rendering module is used for dynamically rendering a blank page according to the page theme data to obtain a first page;
the frame loading module is used for loading at least one page frame on the first page according to the page frame list and a preset sequence;
and the data loading module is used for loading the corresponding page data in the at least one page frame to obtain a second page.
9. A page loading apparatus, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the page loading method of any of claims 1-4.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the page loading method according to any one of claims 1 to 4.
CN201911328368.XA 2019-12-20 2019-12-20 Page loading method, device, equipment and storage medium Active CN111026463B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911328368.XA CN111026463B (en) 2019-12-20 2019-12-20 Page loading method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911328368.XA CN111026463B (en) 2019-12-20 2019-12-20 Page loading method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111026463A true CN111026463A (en) 2020-04-17
CN111026463B CN111026463B (en) 2023-12-26

Family

ID=70212281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911328368.XA Active CN111026463B (en) 2019-12-20 2019-12-20 Page loading method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111026463B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127783A (en) * 2021-04-27 2021-07-16 百度在线网络技术(北京)有限公司 Page display method and device, equipment and medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070220083A1 (en) * 2006-03-17 2007-09-20 Microsoft Corporation Estimation of initial dynamic rendering control data
CN102262535A (en) * 2011-07-18 2011-11-30 李建成 Method and system for processing window background
CN103049338A (en) * 2011-12-21 2013-04-17 微软公司 Communication from webpage to toolbar
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN107943588A (en) * 2017-11-22 2018-04-20 用友金融信息技术股份有限公司 Data processing method, system, computer equipment and readable storage medium storing program for executing
CN108520031A (en) * 2018-03-27 2018-09-11 广东能龙教育股份有限公司 Method for increasing webpage loading speed
CN109739604A (en) * 2018-12-28 2019-05-10 北京城市网邻信息技术有限公司 Page rendering method, apparatus, server and storage medium
US20190302974A1 (en) * 2018-04-03 2019-10-03 Palantir Technologies Inc. Multi-stage data page rendering
CN110321506A (en) * 2019-07-04 2019-10-11 广州小鹏汽车科技有限公司 Webpage data loading method, device, computer equipment and storage medium
CN110471738A (en) * 2019-08-22 2019-11-19 北京字节跳动网络技术有限公司 Method for switching theme, device, electronic equipment and the storage medium of application program

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070220083A1 (en) * 2006-03-17 2007-09-20 Microsoft Corporation Estimation of initial dynamic rendering control data
CN102262535A (en) * 2011-07-18 2011-11-30 李建成 Method and system for processing window background
CN103049338A (en) * 2011-12-21 2013-04-17 微软公司 Communication from webpage to toolbar
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN107943588A (en) * 2017-11-22 2018-04-20 用友金融信息技术股份有限公司 Data processing method, system, computer equipment and readable storage medium storing program for executing
CN108520031A (en) * 2018-03-27 2018-09-11 广东能龙教育股份有限公司 Method for increasing webpage loading speed
US20190302974A1 (en) * 2018-04-03 2019-10-03 Palantir Technologies Inc. Multi-stage data page rendering
CN109739604A (en) * 2018-12-28 2019-05-10 北京城市网邻信息技术有限公司 Page rendering method, apparatus, server and storage medium
CN110321506A (en) * 2019-07-04 2019-10-11 广州小鹏汽车科技有限公司 Webpage data loading method, device, computer equipment and storage medium
CN110471738A (en) * 2019-08-22 2019-11-19 北京字节跳动网络技术有限公司 Method for switching theme, device, electronic equipment and the storage medium of application program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127783A (en) * 2021-04-27 2021-07-16 百度在线网络技术(北京)有限公司 Page display method and device, equipment and medium

Also Published As

Publication number Publication date
CN111026463B (en) 2023-12-26

Similar Documents

Publication Publication Date Title
CN110489101B (en) Interface simulation method, system, medium and electronic equipment
CN111258744A (en) Task processing method based on heterogeneous computation and software and hardware framework system
CN111045675B (en) Page generation method, device, equipment and storage medium based on Flutter
CN110990014B (en) Method and device for generating skeleton screen page codes, server and storage medium
CN110968305A (en) Applet visualization generation method, device, equipment and storage medium
CN112395253B (en) Index file generation method, terminal device, electronic device and medium
CN111506300A (en) Applet generation method, device, equipment and storage medium
CN111124409B (en) Sketch-based service page generation method, device, equipment and storage medium
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN111026463B (en) Page loading method, device, equipment and storage medium
CN111813721B (en) Neural network data processing method, device, equipment and storage medium
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN110618811B (en) Information presentation method and device
CN110908660B (en) Two-dimensional code generation method and device, computer equipment and storage medium
CN114816672A (en) Virtual machine creation method and device, electronic equipment and storage medium
CN114647411A (en) Programming interface loading method and device, electronic equipment and storage medium
US9298449B2 (en) Composite program history
US8775936B2 (en) Displaying dynamic and shareable help data for images a distance from a pointed-to location
CN112035732A (en) Method, system, equipment and storage medium for expanding search results
CN112130811A (en) Data processing method and device, storage medium and electronic equipment
CN111124907A (en) Mobile phone game testing method and device and server
CN113377678B (en) Test environment switching method and device, electronic equipment and storage medium
US20210055971A1 (en) Method and node for managing a request for hardware acceleration by means of an accelerator device
CN112688863B (en) Gateway data processing method and device and electronic equipment
CN112363778B (en) Dynamic picture loading method and device, electronic 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