CN112214701A - Page display method and system, storage medium and electronic device - Google Patents

Page display method and system, storage medium and electronic device Download PDF

Info

Publication number
CN112214701A
CN112214701A CN202011098198.3A CN202011098198A CN112214701A CN 112214701 A CN112214701 A CN 112214701A CN 202011098198 A CN202011098198 A CN 202011098198A CN 112214701 A CN112214701 A CN 112214701A
Authority
CN
China
Prior art keywords
file
target
page
data
target file
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
CN202011098198.3A
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.)
Qingdao Haier Technology Co Ltd
Original Assignee
Qingdao Haier 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 Qingdao Haier Technology Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202011098198.3A priority Critical patent/CN112214701A/en
Publication of CN112214701A publication Critical patent/CN112214701A/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
    • 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/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a page display method and system, a storage medium and an electronic device, wherein the method comprises the following steps: after detecting that a target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. By adopting the technical scheme, the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.

Description

Page display method and system, storage medium and electronic device
Technical Field
The invention relates to the field of communication, in particular to a page display method and system, a storage medium and an electronic device.
Background
At present, most apps adopt a mobile Platform-as-a-Service (mPaaS) framework, use an mPaaS container, download a resource package to the local for opening, have fewer compatibility problems compared with native WebView using uc kernel, provide more convenient native and an interaction mode between h5, and although the page loading speed is greatly improved, the existing implementation mode is basically optimized at the h5 page layer: for example, asynchronous loading, page level reduction and the like, and even optimization at the browser kernel level may be better, but the phenomenon of slow white screen loading still occurs, and the h5 page of the current app usually uses an asynchronous loading mode, when the home page is too complex, the problems of slow white screen loading still occur, including slow network access, slow loading due to too large picture pixels and slow rendering due to too deep whole page level, and too much expansion cannot be done by using the ali mPaaS framework.
Aiming at the problems that in the related art, after a page is opened, rendering cannot be performed as soon as possible, the time of white screen is too long and the like, an effective technical scheme is not provided.
Disclosure of Invention
The embodiment of the invention provides a page display method and system, a storage medium and an electronic device, which are used for at least solving the problems that a page cannot be rendered as soon as possible after being opened, the time of a white screen is too long and the like in the related art.
According to an embodiment of the present invention, a method for displaying a page is provided, including: after detecting that a target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page.
In an exemplary embodiment, loading the file data on the target page to completely display the target page includes: acquiring server data of a server through the local equipment; and loading the file data and the server data on the target interface so as to completely display the target page.
In an exemplary embodiment, obtaining the target file from the native device includes: sending the target file to a mobile development platform container through the local equipment; and receiving the target file returned by the mobile development platform container.
In one exemplary embodiment, requesting a target file by a native device includes: and requesting a target file through an okhttp client of the local device.
In one exemplary embodiment, loading the file data on the target page to completely display the target page comprises page rendering the target page according to the file data; and after the page rendering is finished, loading the file data on the target page to completely display the target page.
In an exemplary embodiment, the file data includes at least one of: the data structure of the target file, the object attribute table of the target file and the demonstration rule of the target file.
According to another embodiment of the present invention, there is provided a system for displaying a page, including: the native device is used for requesting a target file through the native device after detecting that a target page is opened, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page.
In an exemplary embodiment, the local device is further configured to obtain server data of a server through the local device; and loading the file data and the server data on the target interface so as to completely display the target page.
According to a further embodiment of the present invention, there is also provided a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
According to yet another embodiment of the present invention, there is also provided an electronic device, including a memory in which a computer program is stored and a processor configured to execute the computer program to perform the steps in any of the above method embodiments.
According to the invention, after the target page is detected to be opened, the target file is requested through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. The method and the device have the advantages that the acquisition work of the target file is handed to the native device to be done after the page is opened, and the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a block diagram of a hardware structure of a computer terminal of a method for displaying a page according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for displaying a page according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for displaying a page according to an alternative embodiment of the present invention;
FIG. 4 is a flow chart of a method for displaying a page according to an alternative embodiment of the present invention;
FIG. 5 is a flow chart of a method for displaying a page according to an alternative embodiment of the invention;
FIG. 6 is a flow chart of a page display method according to an alternative embodiment of the Invention (IV);
FIG. 7 is a block diagram of a structure of a system for presenting pages in accordance with an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
The method provided by the embodiment of the application can be executed in a computer terminal or a similar operation device. Taking the example of running on a computer terminal, fig. 1 is a hardware structure block diagram of a computer terminal of a page presentation method according to an embodiment of the present invention. As shown in fig. 1, the computer terminal may include one or more (only one shown in fig. 1) processors 102 (the processors 102 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA) and a memory 104 for storing data, and in an exemplary embodiment, may also include a transmission device 106 for communication functions and an input-output device 108. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration and is not intended to limit the structure of the computer terminal. For example, the computer terminal may also include more or fewer components than shown in FIG. 1, or have a different configuration with equivalent functionality to that shown in FIG. 1 or with more functionality than that shown in FIG. 1.
The memory 104 may be used to store computer programs, for example, software programs and modules of application software, such as computer programs corresponding to the page presentation method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer programs stored in the memory 104, so as to implement the above-mentioned method. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to a computer terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a method for displaying a page is provided, which is applied to the computer terminal and can be understood as a local device, and fig. 2 is a flowchart of a method for displaying a page according to an embodiment of the present invention, where the flowchart includes the following steps:
step S202, after detecting that the target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface;
step S204, the target file is obtained from the local equipment, and the target file is analyzed to obtain file data corresponding to the target file;
step S206, loading the file data on the target page to completely display the target page.
Through the steps, after the target page is detected to be opened, a target file is requested through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. The method and the device have the advantages that the acquisition work of the target file is handed to the native device to be done after the page is opened, and the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.
Fig. 3 is a flowchart of a page displaying method according to an alternative embodiment of the present invention (i) in an alternative embodiment, the loading of the file data on the target page in the step S206 to completely display the target page may be implemented by:
step S302, obtaining server data of the server through the local device;
step S304, loading the file data and the server data on the target interface to completely display the target page.
That is, the local device is used for acquiring the server data, and the file data and the server data are loaded on the target interface.
In the embodiment of the invention, the step of acquiring the server data of the server is executed by the local equipment, so that the page creation request network can be quickened, other rendering work can be performed, and the local equipment can asynchronously load resources while the page requests the resources.
Fig. 4 is a flowchart of a page display method according to an alternative embodiment of the present invention, and in an alternative embodiment, the obtaining of the target file from the local device in step S204 may be implemented by:
step S402: sending the target file to a mobile development platform container through the local equipment;
step S404: and receiving the target file returned by the mobile development platform container.
In the embodiment of the invention, the target file can be sent to a mobile development platform (mPaaS) container through the local equipment, and the target file returned by the mobile development platform container is received.
For example, the local device sends target files such as css (Cascading Style Sheets), js (Javascript files), and resource files requested by the local device to the mPaaS container, and the mobile development platform container may perform file parsing on the target files and return the target files to the local device.
Optionally, in order to increase the page data loading speed, in step S202, after detecting that the target page is opened, a target file is requested by the native device, where the target file includes at least one of the following: the method comprises the following steps that a resource downloads a file, and an interface requests the file, and can be realized through the following technical scheme:
and requesting a target file through an okhttp client of the local device.
Fig. 5 is a schematic flow chart (iii) of a page displaying method according to an alternative embodiment of the present invention, and the implementation manners of the step S206 are various, and in an alternative embodiment, the loading the file data on the target page to completely display the target page includes:
step S502, performing page rendering on the target page according to the file data;
step S504, after the page rendering is finished, loading the file data on the target page to completely display the target page.
That is, the target page performs page rendering according to the file data analyzed in the above steps, and after the rendering is completed, the file data is loaded on the target page and the target page is completely displayed.
In the embodiment of the invention, the rendering work of the target page is carried out according to the file data, the data style and the display format displayed at each position of the page are determined, and the rendering and displaying work of the page is accurately carried out.
Optionally, the data file includes at least one of: the data structure of the target file, the object attribute table of the target file and the demonstration rule of the target file.
For example, parsing the target file yields the following data files: html DOM tree, js (object) property sheet, css style rules, etc.
Fig. 6 is a flowchart of a page display method according to an alternative embodiment of the present invention, which includes the following steps:
step S602, starting to open a page and entering WebView Activity;
step S604, WebView is created and initialized to prepare for executing a WebView rendering process;
step S606, entering a page rendering process and displaying a white screen;
step S608, requesting resource files through native (okhttp), for example, requesting page html, and/or requesting css, js, and resource files;
step S610, returning the locally requested resource to the h5 page;
step S612, transmitting the data to a h5 page through a server data request and rendering;
and step S614, completely displaying the page.
The okhttp is an open source network framework of android, supports HTTP/2 protocol, and allows all requests connected to the same host address to share Socket.
In summary, according to an optional embodiment of the present invention, after detecting that a target page is opened, a target file is requested by a native device, where the target file includes at least one of: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. The method and the device have the advantages that the acquisition work of the target file is handed to the native device to be done after the page is opened, and the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.
It should be noted that the execution order of the above steps may be exchanged or cyclically executed in some cases, which is not limited in the embodiment of the present invention.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
In this embodiment, a system for displaying a page is further provided, and fig. 7 is a block diagram of a structure of the system for displaying a page according to the embodiment of the present invention, as shown in fig. 7, including:
the native device 70 is configured to, after detecting that the target page is opened, request a target file through the native device, where the target file includes at least one of: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page.
Through the system, after the target page is detected to be opened, the target file is requested through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. The method and the device have the advantages that the acquisition work of the target file is handed to the native device to be done after the page is opened, and the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.
In an exemplary embodiment, the local device is further configured to obtain server data of a server through the local device; and loading the file data and the server data on the target interface so as to completely display the target page.
That is, the local device is used for acquiring the server data, and the file data and the server data are loaded on the target interface.
In the embodiment of the invention, the step of acquiring the server data of the server is executed by the local equipment, so that the page creation request network can be quickened, other rendering work can be performed, and the local equipment can asynchronously load resources while the page requests the resources.
In an exemplary embodiment, the native device is further configured to send the object file to a mobile development platform container; and receiving the target file returned by the mobile development platform container.
In the embodiment of the invention, the target file can be sent to a mobile development platform (mPaaS) container through the local equipment, and the target file returned by the mobile development platform container is received.
For example, the native device sends target files such as css (Cascading Style Sheets), js (Javascript files), and resource files requested to the native device to a mobile Platform-as-a-Service (mPaaS) container, which can perform file parsing on the target files and return the target files to the native device.
In an exemplary embodiment, the native device is further configured to request the target file through the native device after detecting that the target page is opened, and request the target file through an okhttp client of the native device.
In an exemplary embodiment, the native device is further configured to load the file data on the target page to completely display the target page, and perform page rendering on the target page according to the file data; and after the page rendering is finished, loading the file data on the target page to completely display the target page.
That is, the target page performs page rendering according to the file data analyzed in the above steps, and after the rendering is completed, the file data is loaded on the target page and the target page is completely displayed.
In the embodiment of the invention, the rendering work of the target page is carried out according to the file data, the data style and the display format displayed at each position of the page are determined, and the rendering and displaying work of the page is accurately carried out.
Optionally, the data file acquired by the local device includes at least one of: the data structure of the target file, the object attribute table of the target file and the demonstration rule of the target file.
For example, parsing the target file yields the following data files: DOM tree for HTML, (object) property sheet for JS, style rules for CSS, etc.
Through the steps, after the target page is detected to be opened, a target file is requested through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page. The method and the device have the advantages that the acquisition work of the target file is handed to the native device to be done after the page is opened, and the problems that the page cannot be rendered as soon as possible and the time for white screen is too long after the page is opened in the prior art are solved.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
Embodiments of the present invention also provide a computer-readable storage medium, in which a computer program is stored, wherein the computer program is configured to perform the steps of any of the above method embodiments when executed.
In an exemplary embodiment, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, after detecting that the target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface;
s2, acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file;
and S3, loading the file data on the target page to completely display the target page.
In an exemplary embodiment, in the present embodiment, the storage medium may include, but is not limited to: various media capable of storing computer programs, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
In an exemplary embodiment, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
In an exemplary embodiment, in the present embodiment, the processor may be configured to execute the following steps by a computer program:
s1, after detecting that the target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface;
s2, acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file;
and S3, loading the file data on the target page to completely display the target page.
In an exemplary embodiment, for specific examples in this embodiment, reference may be made to the examples described in the above embodiments and optional implementation manners, and details of this embodiment are not described herein again.
It will be apparent to those skilled in the art that the various modules or steps of the invention described above may be implemented using a general purpose computing device, which may be centralized on a single computing device or distributed across a network of computing devices, and in one exemplary embodiment may be implemented using program code executable by a computing device, such that the steps shown and described may be executed by a computing device stored in a memory device and, in some cases, executed in a sequence different from that shown and described herein, or separately fabricated into individual integrated circuit modules, or multiple ones of them fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A page display method is characterized by comprising the following steps:
after detecting that a target page is opened, requesting a target file through the local device, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface;
acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file;
and loading the file data on the target page to completely display the target page.
2. The method of claim 1, wherein loading the file data on the target page to completely display the target page comprises:
acquiring server data of a server through the local equipment;
and loading the file data and the server data on the target interface so as to completely display the target page.
3. The method of claim 1, wherein obtaining the target file from the native device comprises:
sending the target file to a mobile development platform container through the local equipment;
and receiving the target file returned by the mobile development platform container.
4. The method of claim 1, wherein requesting the target file through the native device comprises:
and requesting a target file through an okhttp client of the local device.
5. The method of claim 1, wherein loading the file data on the target page to completely display the target page comprises:
performing page rendering on the target page according to the file data;
and after the page rendering is finished, loading the file data on the target page to completely display the target page.
6. The method according to any one of claims 1 to 5, wherein the file data includes at least one of: the data structure of the target file, the object attribute table of the target file and the demonstration rule of the target file.
7. A system for displaying pages, comprising:
the native device is used for requesting a target file through the native device after detecting that a target page is opened, wherein the target file at least comprises one of the following files: downloading a file by a resource, and requesting the file by an interface; acquiring the target file from the local equipment, and analyzing the target file to obtain file data corresponding to the target file; and loading the file data on the target page to completely display the target page.
8. The system of claim 7, comprising:
the local device is also used for acquiring server data of the server through the local device; and loading the file data and the server data on the target interface so as to completely display the target page.
9. A computer-readable storage medium, in which a computer program is stored, wherein the computer program is arranged to carry out the method of any one of claims 1 to 6 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 6.
CN202011098198.3A 2020-10-14 2020-10-14 Page display method and system, storage medium and electronic device Pending CN112214701A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011098198.3A CN112214701A (en) 2020-10-14 2020-10-14 Page display method and system, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011098198.3A CN112214701A (en) 2020-10-14 2020-10-14 Page display method and system, storage medium and electronic device

Publications (1)

Publication Number Publication Date
CN112214701A true CN112214701A (en) 2021-01-12

Family

ID=74054136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011098198.3A Pending CN112214701A (en) 2020-10-14 2020-10-14 Page display method and system, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN112214701A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113343154A (en) * 2021-06-29 2021-09-03 中国平安财产保险股份有限公司 Page loading method and device, electronic equipment and storage medium
CN117216428A (en) * 2023-11-07 2023-12-12 荣耀终端有限公司 Webpage resource request method, terminal equipment and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789326A (en) * 2017-01-11 2017-05-31 浙江广播电视集团 A kind of media transcoding elastic telescopic method of servicing based on mPaaS
CN107291913A (en) * 2017-06-27 2017-10-24 武汉斗鱼网络科技有限公司 HTML webpage loading method and device
CN109857477A (en) * 2019-01-16 2019-06-07 北京辰森世纪科技股份有限公司 Transition optimization method, device and equipment are applied in mixing
CN110795195A (en) * 2019-10-31 2020-02-14 百度在线网络技术(北京)有限公司 Webpage rendering method and device, electronic equipment and storage medium
CN111294395A (en) * 2020-01-20 2020-06-16 广东金赋科技股份有限公司 Terminal page transmission method, device, medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789326A (en) * 2017-01-11 2017-05-31 浙江广播电视集团 A kind of media transcoding elastic telescopic method of servicing based on mPaaS
CN107291913A (en) * 2017-06-27 2017-10-24 武汉斗鱼网络科技有限公司 HTML webpage loading method and device
CN109857477A (en) * 2019-01-16 2019-06-07 北京辰森世纪科技股份有限公司 Transition optimization method, device and equipment are applied in mixing
CN110795195A (en) * 2019-10-31 2020-02-14 百度在线网络技术(北京)有限公司 Webpage rendering method and device, electronic equipment and storage medium
CN111294395A (en) * 2020-01-20 2020-06-16 广东金赋科技股份有限公司 Terminal page transmission method, device, medium and electronic equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113343154A (en) * 2021-06-29 2021-09-03 中国平安财产保险股份有限公司 Page loading method and device, electronic equipment and storage medium
CN113343154B (en) * 2021-06-29 2023-09-26 中国平安财产保险股份有限公司 Page loading method and device, electronic equipment and storage medium
CN117216428A (en) * 2023-11-07 2023-12-12 荣耀终端有限公司 Webpage resource request method, terminal equipment and computer readable storage medium
CN117216428B (en) * 2023-11-07 2024-04-16 荣耀终端有限公司 Webpage resource request method, terminal equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN107741844B (en) Method and device for generating application installation package
CN107943997B (en) Remote website evidence obtaining method based on Google browser, terminal device and storage medium
CN107291759B (en) Method and device for processing browser page resources
JP2020532784A (en) Information transmission method and device
CN112632420A (en) Interface skipping method and device, storage medium and electronic device
CN112214701A (en) Page display method and system, storage medium and electronic device
CN111026439B (en) Application program compatibility method, device, equipment and computer storage medium
CN112887451B (en) Domain name resolution method and device and computer equipment
CN113064685A (en) H5 page loading method and device
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN114327349B (en) Smart card determining method and device, storage medium and electronic device
CN108023905B (en) Internet of things application system and method
CN113312083B (en) Application generation method, device and equipment
CN113190565B (en) Data updating method and device, storage medium and electronic device
CN113467776B (en) Method and device for accessing equipment, storage medium and electronic device
CN113746932B (en) Network request merging method, device, electronic device and computer program product
CN114253441B (en) Method and device for enabling target function, storage medium and electronic device
CN107391132B (en) Method, device and equipment for target App to execute preset action
CN114090145B (en) Page jump determining method and device, storage medium and electronic device
CN115878226A (en) H5 offline package loading method and device
CN111427603B (en) Application program upgrading method and device
CN111538553B (en) Dual-core Web desktop application access processing method and device and storage medium
CN112214712A (en) Automatic browser switching method and device, storage medium and electronic equipment
CN112131505A (en) Data storage processing method and device, storage medium and electronic device
CN111124907A (en) Mobile phone game testing method and device and server

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

Application publication date: 20210112

RJ01 Rejection of invention patent application after publication