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

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

Info

Publication number
CN114510283A
CN114510283A CN202111590601.9A CN202111590601A CN114510283A CN 114510283 A CN114510283 A CN 114510283A CN 202111590601 A CN202111590601 A CN 202111590601A CN 114510283 A CN114510283 A CN 114510283A
Authority
CN
China
Prior art keywords
page
loading
request
server
data
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
CN202111590601.9A
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.)
Shell Housing Network Beijing Information Technology Co Ltd
Original Assignee
Shell Housing Network Beijing Information 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 Shell Housing Network Beijing Information Technology Co Ltd filed Critical Shell Housing Network Beijing Information Technology Co Ltd
Priority to CN202111590601.9A priority Critical patent/CN114510283A/en
Publication of CN114510283A publication Critical patent/CN114510283A/en
Pending legal-status Critical Current

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

Landscapes

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

Abstract

The invention provides a page loading method, a page loading device, electronic equipment and a storage medium; the method comprises the following steps: receiving a loading request for indicating a loading target page; the target page comprises K functional areas; sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to M; loading the target page in response to receiving N request responses carrying returned data and sent by the server; wherein each network request corresponds to a request response. According to the page loading method provided by the invention, when a loading request for indicating loading of the target page is received, N network requests are sent to the server at the same time, and the target page is displayed only under the condition that the N network requests have returned data, so that complete page interaction is ensured, and the user experience can be improved.

Description

Page loading method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a page loading method and apparatus, an electronic device, and a storage medium.
Background
In the process of developing the mobile operating system service, the most important requirement is page development, and for one page, a developer wants to acquire reliable data, complete page interaction and high loading speed.
In the related art, after a plurality of network requests for an application program are received, a page is displayed when return data of one network request is acquired; but this may cause the page to fail to respond to all network requests, resulting in an incomplete page interaction process, which affects the user experience.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a page loading method, a page loading device, electronic equipment and a storage medium.
The invention provides a page loading method, which comprises the following steps:
receiving a loading request for indicating a loading target page; the target page comprises K functional areas;
sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K;
loading the target page in response to receiving N request responses carrying returned data and sent by the server; wherein each network request corresponds to a request response.
According to the page loading method provided by the invention, the loading the target page in response to receiving N request responses carrying returned data and sent by the server comprises the following steps:
responding to N request responses carrying returned data sent by the server, and analyzing the returned data carried in each request response;
when abnormal data are analyzed, identifying the data type of the abnormal data, skipping analysis on the abnormal data of the first data type, and capturing the abnormal data of the second data type;
and loading the target page based on the data obtained by analysis.
According to the page loading method provided by the present invention, after the return data carried in each request response is analyzed, the method further includes:
and extracting and storing the abnormal data skipped from the analysis and the log of the captured abnormal data.
According to the page loading method provided by the invention, after the N network requests are sent to the server, the method further comprises the following steps:
displaying a loading page corresponding to the target page;
and hiding the loading page under the condition of receiving N request responses sent by the server.
According to the page loading method provided by the present invention, after the N request responses carrying the return data and sent by the server are received and the return data carried in each request response is analyzed, the method further includes:
and storing the Json character string data carried in each request response into a memory and a local disk, and storing the Object obtained based on Json character string analysis into the memory.
According to the page loading method provided by the invention, after the N network requests are sent to the server, the method further comprises the following steps:
under the condition that M request responses carrying returned data sent by the server are received, displaying a prompt page; the M is less than the N.
The invention also provides a page loading device, comprising:
the receiving module is used for receiving a loading request for indicating a loading target page; the target page comprises K functional areas;
the sending module is used for sending N network requests to the server; wherein each network request corresponds to at least one functional area; n is less than or equal to K;
the loading module is used for responding to N request responses which are sent by the server and carry returned data, and loading the target page; wherein each network request corresponds to a request response.
The invention also provides an electronic device, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor executes the program to realize the steps of any one of the page loading methods.
The invention also provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the page loading method as described in any of the above.
The invention also provides a computer program product comprising a computer program which, when executed by a processor, performs the steps of the page loading method as described in any one of the above.
According to the page loading method, the page loading device, the electronic equipment and the storage medium, when a loading request for indicating loading of a target page is received, N network requests are sent to the server at the same time, the target page is displayed only when the N network requests have returned data, page interaction is complete, and user experience can be improved.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a page loading method provided by the present invention;
FIG. 2 is a second schematic flowchart of the page loading method according to the present invention;
FIG. 3 is a third schematic flowchart of a page loading method according to the present invention;
FIG. 4 is a schematic structural diagram of a page loading apparatus provided in the present invention;
FIG. 5 is a schematic structural diagram of an electronic device according to the present invention;
fig. 6 is a second schematic structural diagram of the electronic device provided in the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The page loading method provided by the invention is explained in detail by some embodiments and application scenarios thereof with reference to the accompanying drawings.
The page loading method can be applied to a page operation scene of an application program of electronic equipment, when a loading request for indicating loading of a target page is received, N network requests are sent to a server at the same time, the target page is displayed under the condition that the N network requests all have return data, page interaction is guaranteed to be complete, and user experience can be improved.
It should be noted that, the electronic Device in the present invention may also be referred to as a terminal Device or a User Equipment (UE), and the electronic Device may be a Mobile phone, a Tablet Personal Computer (Tablet Personal Computer), a Laptop Computer (Laptop Computer) or a notebook Computer, a Personal Digital Assistant (PDA), a palmtop Computer, a netbook, an ultra-Mobile Personal Computer (UMPC), a Mobile Internet Device (MID), an Augmented Reality (AR)/Virtual Reality (VR) Device, a robot, a Wearable Device (Wearable Device), a vehicle-mounted Device (VUE), a pedestrian terminal (PUE), a smart home (a Device with a wireless communication function, such as a refrigerator, a television, a washing machine or furniture), and the like, and the Wearable Device includes: smart watch, smart bracelet, smart earphone, smart glasses, smart jewelry (smart bracelet, smart ring, smart necklace, smart anklet, etc.), smart wristband, smart garment, game console, etc. The invention is not limited to a specific type of electronic device.
Fig. 1 is a schematic flowchart of a page loading method provided by the present invention, and as shown in fig. 1, the method includes steps 101 to 103, where:
step 101, receiving a loading request for indicating loading of a target page; and the target page comprises K functional areas.
Step 102, sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K.
103, loading the target page in response to receiving N request responses carrying returned data sent by the server; wherein each network request corresponds to a request response.
It should be noted that the page loading method provided by the present invention can be applied to a page operation scene of an application program. The execution body of the page loading method provided by the invention can be a page loading device, such as an electronic device, or a control module used for executing the page loading method in the page loading device.
Optionally, the functional zones in the target page may include, but are not limited to, at least one of: carousel district, navigation bar, list and navigation district. N, K are each integers greater than or equal to 1.
Specifically, the target page may be the top page or any one of the pages of the application. Here, the target page is taken as an example of a home page of a certain application program, the home page of the certain application program includes two parts, namely a carousel area and a list, the carousel corresponds to one functional interface, and the list corresponds to the other functional interface.
Optionally, in a case that the target page includes K functional areas, each network request corresponds to at least one functional area, that is, the network request may correspond to one functional area or a plurality of functional areas; the electronic device simultaneously sends N network requests to the server. After receiving the network requests sent by the electronic equipment, the server respectively processes each network request; and the server sends a request response carrying the return data and responding to the network request to the electronic equipment every time the server acquires the return data corresponding to the network request. And the electronic equipment receives the request response returned by the server, and each network request corresponds to one request response, so that the electronic equipment judges that the data of all functional areas in the target page are obtained only when the electronic equipment obtains the request response carrying the returned data aiming at each network request in the N network requests, and further loads the target page based on the returned data carried in the request response.
It will be appreciated that the return data included in different request responses for different network requests will vary.
According to the page loading method provided by the invention, when a loading request for indicating loading of the target page is received, N network requests are sent to the server at the same time, and the target page is displayed only under the condition that the N network requests have returned data, so that complete page interaction is ensured, and the user experience can be improved.
On the basis of the embodiment, after the electronic equipment sends N network requests to the server, the electronic equipment displays a loading page corresponding to the target page; the electronic equipment hides the loading page under the condition of receiving N request responses sent by the server (at the moment, whether the request responses comprise return data or not is not required to be judged); and simultaneously, judging whether the request response comprises return data one by one.
Optionally, after the electronic device sends N network requests to the server, if the electronic device finds that, by determining whether the request responses include return data one by one, only M request responses in the N received request responses carry the return data, and M is smaller than N, at this time, the electronic device displays a prompt page for prompting the user that the target page fails to be loaded.
Further, when the electronic device determines that only M request responses of the N received request responses carry the return data, the electronic device analyzes the return parameters of the request responses which do not carry the return data. Here, the example that the return parameter is a netError parameter is described, and if the value of the netError is correct (true), the electronic device determines that the network is abnormal, and in this case, the electronic device may display "please retry for network abnormality" in the prompt page; if the netError value is false, the electronic device determines that the server is not transmitting data, in which case the electronic device may display "data is empty" on the hint page.
On the basis of the embodiment, after sending N network requests to a server, the electronic device receives N request responses carrying return data sent by the server, analyzes the return data carried in each request response in response to the request responses, and automatically stores the data of a target page. Specifically, the electronic device stores the Json character string data in the target page or carried in each request response to the memory and the local disk at the same time, and stores the Object obtained based on the Json character string analysis to the memory.
Therefore, when data needs to be read, Object objects are preferentially searched in the memory, and Json character strings are searched only when the Object objects are searched in failure; and under the condition that the Json character string is failed to be searched, searching the Json character string in a local disk. Considering that a small amount of time is consumed in the process of converting the Json character string into the Object, the data storage mode of storing the Object into the memory and the data reading mode of preferentially searching the Object in the memory provided by the invention can reduce the data reading time delay.
Fig. 2 is a second schematic flowchart of the page loading method provided by the present invention, as shown in fig. 2, the method includes steps 201 to 204, where:
step 201, receiving a loading request for indicating a loading target page; and the target page comprises K functional areas.
Step 202, sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K.
Step 203, in response to receiving N request responses carrying returned data sent by the server, loading the target page; wherein each network request corresponds to a request response.
Step 204, storing the data of the Json character strings carried in each request response to the memory and the local disk, and storing the Object obtained based on the Json character string analysis to the memory.
Because the process of analyzing the Json character strings to obtain the Object objects needs time, the data reading time delay can be reduced by the data storage mode of storing the Object objects into the memory and the data reading mode of preferentially searching the Object objects in the memory provided by the invention.
Considering that in a native architecture based on Android (Android) in the related art, a gson parsing library is referred to by a main project (Host), a plurality of plug-in projects (plug), and a plurality of library projects (Lib); however, if 1 page requires 1 interface to return 1 Json data, then failure to parse any field in this Json will result in the entire page being shown empty. On the basis of the above embodiments, the present invention provides the following data analysis methods:
under the condition that the electronic device receives N request responses carrying returned data sent by the server, based on each request response, an implementation manner of loading a target page may include:
step 1) the electronic equipment analyzes the return data carried in each request response under the condition of receiving N request responses carrying the return data sent by the server;
step 2), when abnormal data are analyzed by the electronic equipment, identifying the data type of the abnormal data; skipping analysis on abnormal data of the first data type, and capturing abnormal data of the second data type;
specifically, the first data type may include, for example: object, Map, Array, or Collection data types; the second data type may include, for example: integer, Float, or Double, etc. And skipping analysis for abnormal data of the data types such as Object, Map, Array or Collection, and capturing the abnormal data of the data types such as Integer, Float or Double. And furthermore, the log of the skipped analyzed abnormal data and the captured abnormal data is extracted and stored, so that the abnormal data analysis is facilitated.
And 3) the electronic equipment loads the target page based on the data obtained by analysis.
In the process that the electronic equipment analyzes the returned data carried in each request response, when abnormal data is analyzed, the abnormal data of the first data type is skipped for analysis, and the abnormal data of the second data type is captured, so that the electronic equipment can continue to analyze subsequent data, and the problems that the page data analysis fails and the whole page is displayed to be empty in the related technology are solved.
Fig. 3 is a third schematic flowchart of the page loading method provided by the present invention, and as shown in fig. 3, the method includes steps 301 to 306, where:
step 301, receiving a loading request for indicating a loading target page; and the target page comprises K functional areas.
Step 302, sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K.
Step 303, in response to receiving the N request responses carrying the return data sent by the server, analyzing the return data carried in each of the request responses.
And 304, when the abnormal data is analyzed, identifying the data type of the abnormal data, skipping the analysis of the abnormal data of the first data type, and capturing the abnormal data of the second data type.
Step 305, extracting and storing the skipped analyzed abnormal data and the captured abnormal data log.
And step 306, loading the target page based on the data obtained by analysis.
When the electronic equipment analyzes the abnormal data, the abnormal data of the first data type is skipped for analysis, the abnormal data of the second data type is captured, and then the electronic equipment can continue to analyze the subsequent data, so that the problems of failure in page data analysis and empty display of the whole page in the related technology are solved.
The page loading device provided by the invention is described below, and the page loading device described below and the page loading method described above can be referred to correspondingly.
Fig. 4 is a schematic structural diagram of the page loading apparatus provided by the present invention, and as shown in fig. 4, the page loading apparatus 400 includes: a receiving module 401, a sending module 402 and a loading module 403; wherein the content of the first and second substances,
a receiving module 401, configured to receive a loading request for indicating a loading target page; the target page comprises K functional areas;
a sending module 402, configured to send N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K;
a loading module 403, configured to load the target page in response to receiving N request responses carrying returned data sent by the server; wherein each network request corresponds to a request response.
According to the page loading device provided by the invention, when the loading request for indicating loading of the target page is received, the N network requests are simultaneously sent to the server, and the target page is displayed only under the condition that the N network requests have return data, so that complete page interaction is ensured, and the user experience can be improved.
Optionally, the loading module 403 is specifically configured to:
responding to N request responses which are sent by the server and carry return data, and analyzing the return data carried in each request response;
when abnormal data are analyzed, identifying the data type of the abnormal data, skipping analysis on the abnormal data of the first data type, and capturing the abnormal data of the second data type;
and loading the target page based on the data obtained by analysis.
Optionally, the page loading apparatus 400 further includes:
and the first storage module is used for extracting and storing the skipped analyzed abnormal data and the captured log of the abnormal data.
Optionally, the page loading apparatus 400 further includes:
the first display module is used for displaying a loading page corresponding to the target page;
and the hiding module is used for hiding the loading page under the condition of receiving N request responses sent by the server.
Optionally, the page loading apparatus 400 further includes:
and the second storage module is used for storing the Json character string data carried in each request response to the memory and the local disk and storing the Object obtained by analyzing the Json character strings to the memory.
Optionally, the page loading apparatus 400 further includes:
the second display module is used for displaying a prompt page under the condition of receiving M request responses carrying returned data sent by the server; the M is less than the N.
The page loading device provided by the invention can realize each process realized by the method embodiments of fig. 1 to fig. 3, and achieve the same technical effect, and for avoiding repetition, the details are not repeated here.
Fig. 5 is a schematic structural diagram of an electronic device provided by the present invention, and as shown in fig. 5, the electronic device 500 provided by the present invention includes a processor 501, a memory 502, and a program or an instruction stored in the memory 502 and capable of running on the processor 501, and when the program or the instruction is executed by the processor 501, the process of the above-mentioned page loading method embodiment is implemented, and the same technical effect can be achieved, and details are not repeated here to avoid repetition.
Fig. 6 is a second schematic structural diagram of the electronic device according to the present invention, and as shown in fig. 6, the electronic device 600 may include: a processor (processor)610, a communication Interface (Communications Interface)620, a memory (memory)630 and a communication bus 640, wherein the processor 610, the communication Interface 620 and the memory 630 communicate with each other via the communication bus 640. The processor 610 may call logic instructions in the memory 630 to perform a page load method comprising: receiving a loading request for indicating a loading target page; the target page comprises K functional areas; sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K; loading the target page in response to receiving N request responses carrying returned data and sent by the server; wherein each network request corresponds to a request response.
In addition, the logic instructions in the memory 630 may be implemented in software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, the present invention also provides a computer program product, where the computer program product includes a computer program, the computer program can be stored on a non-transitory computer readable storage medium, and when the computer program is executed by a processor, a computer can execute the page loading method provided by the above methods, and the method includes: receiving a loading request for indicating a loading target page; the target page comprises K functional areas; sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K; loading the target page in response to receiving N request responses carrying returned data and sent by the server; wherein each network request corresponds to a request response.
In yet another aspect, the present invention also provides a non-transitory computer-readable storage medium having stored thereon a computer program, which when executed by a processor is implemented to perform the page loading method provided by the above methods, the method including: receiving a loading request for indicating loading of a target page; the target page comprises K functional areas; sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K; loading the target page in response to receiving N request responses carrying returned data and sent by the server; wherein each network request corresponds to a request response.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A page loading method is characterized by comprising the following steps:
receiving a loading request for indicating a loading target page; the target page comprises K functional areas;
sending N network requests to a server; wherein each network request corresponds to at least one functional area; n is less than or equal to K;
the target page is loaded in response to the received N request responses carrying the returned data, which are sent by the server; wherein each network request corresponds to a request response.
2. The page loading method according to claim 1, wherein said loading the target page in response to receiving N request responses carrying returned data sent by the server comprises:
responding to N request responses carrying returned data sent by the server, and analyzing the returned data carried in each request response;
when abnormal data are analyzed, identifying the data type of the abnormal data, skipping analysis on the abnormal data of the first data type, and capturing the abnormal data of the second data type;
and loading the target page based on the data obtained by analysis.
3. The page loading method according to claim 2, wherein after the analysis of the return data carried in each of the request responses, the method further comprises:
and extracting and storing the abnormal data skipped from the analysis and the log of the captured abnormal data.
4. The page loading method according to claim 1, wherein after sending N network requests to the server, the method further comprises:
displaying a loading page corresponding to the target page;
and hiding the loading page under the condition of receiving N request responses sent by the server.
5. The page loading method according to claim 2, wherein after the N request responses carrying the return data sent by the server are received and the return data carried in each request response is analyzed, the method further comprises:
and storing the Json character string data carried in each request response into a memory and a local disk, and storing the Object obtained based on Json character string analysis into the memory.
6. The page loading method according to claim 1, wherein after sending N network requests to the server, the method further comprises:
under the condition that M request responses carrying returned data sent by the server are received, displaying a prompt page; the M is less than the N.
7. A page loading apparatus, comprising:
the receiving module is used for receiving a loading request for indicating a loading target page; the target page comprises K functional areas;
the sending module is used for sending N network requests to the server; wherein each network request corresponds to at least one functional area; n is less than or equal to K;
the loading module is used for responding to N request responses which are sent by the server and carry returned data, and loading the target page; wherein each network request corresponds to a request response.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the page loading method according to any of claims 1 to 6 are implemented when the processor executes the program.
9. A non-transitory computer readable storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the page loading method according to any one of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program realizes the steps of the page loading method according to any one of claims 1 to 6 when executed by a processor.
CN202111590601.9A 2021-12-23 2021-12-23 Page loading method and device, electronic equipment and storage medium Pending CN114510283A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111590601.9A CN114510283A (en) 2021-12-23 2021-12-23 Page loading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111590601.9A CN114510283A (en) 2021-12-23 2021-12-23 Page loading method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114510283A true CN114510283A (en) 2022-05-17

Family

ID=81548502

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111590601.9A Pending CN114510283A (en) 2021-12-23 2021-12-23 Page loading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114510283A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309029A (en) * 2019-06-29 2019-10-08 深圳乐信软件技术有限公司 Acquisition method, device, computer equipment and the storage medium of abnormal data
CN112672187A (en) * 2020-12-18 2021-04-16 平安银行股份有限公司 Page generation method and device and computer equipment
CN112699321A (en) * 2020-12-23 2021-04-23 车智互联(北京)科技有限公司 Page loading method, computing equipment and storage medium
CN113391858A (en) * 2021-07-12 2021-09-14 苏州达家迎信息技术有限公司 Page loading method and device in client, computer equipment and medium
WO2021218018A1 (en) * 2020-04-28 2021-11-04 平安科技(深圳)有限公司 Data processing method and apparatus for implementing cross-domain request at webpage end, and related device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309029A (en) * 2019-06-29 2019-10-08 深圳乐信软件技术有限公司 Acquisition method, device, computer equipment and the storage medium of abnormal data
WO2021218018A1 (en) * 2020-04-28 2021-11-04 平安科技(深圳)有限公司 Data processing method and apparatus for implementing cross-domain request at webpage end, and related device
CN112672187A (en) * 2020-12-18 2021-04-16 平安银行股份有限公司 Page generation method and device and computer equipment
CN112699321A (en) * 2020-12-23 2021-04-23 车智互联(北京)科技有限公司 Page loading method, computing equipment and storage medium
CN113391858A (en) * 2021-07-12 2021-09-14 苏州达家迎信息技术有限公司 Page loading method and device in client, computer equipment and medium

Similar Documents

Publication Publication Date Title
CN110634049B (en) Page display content processing method and device, electronic equipment and readable medium
CN109684008B (en) Card rendering method, device, terminal and computer readable storage medium
US10191751B2 (en) Information processing device for generating application programming interface information
CN110688319A (en) Application keep-alive capability test method and related device
US10503430B2 (en) Method and device for clearing data and electronic device
CN108062401B (en) Application recommendation method and device and storage medium
CN109558186B (en) Page display method and device
CN111580883B (en) Application program starting method, device, computer system and medium
CN103488508A (en) Browser working method, browser and terminal equipment
CN114510283A (en) Page loading method and device, electronic equipment and storage medium
CN114092590B (en) Electronic device and evaluation method and medium for image rendering performance of electronic device
CN110088750B (en) Method and system for providing context function in static webpage
CN108572985B (en) Page display method and device
CN114817024A (en) Use case generation method and device, equipment and storage medium
CN112257106B (en) Data detection method and device
CN114359464A (en) GLSL ES-based image rendering method and device
CN113805854A (en) Method, system and device for realizing Hook of application layer based on Linux system and storage medium
CN115061785A (en) Information issuing method and device, storage medium and server
CN106156235B (en) Picture downloading method and system based on Android platform
CN107315780B (en) Application software pushing method and device
CN111797009A (en) Method and device for detecting code compatibility and electronic equipment
CN112308074A (en) Method and device for generating thumbnail
CN113722019B (en) Display method, device and equipment of platform program
CN117785097B (en) Communication method, device and equipment for vehicle-mounted device and android display terminal and storage medium
CN112748924B (en) Inventory display method and system

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