CN111767492A - Picture loading method and device, computer equipment and storage medium - Google Patents

Picture loading method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111767492A
CN111767492A CN202010620452.5A CN202010620452A CN111767492A CN 111767492 A CN111767492 A CN 111767492A CN 202010620452 A CN202010620452 A CN 202010620452A CN 111767492 A CN111767492 A CN 111767492A
Authority
CN
China
Prior art keywords
target picture
unit
loading
placeholder
information
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
CN202010620452.5A
Other languages
Chinese (zh)
Other versions
CN111767492B (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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN202010620452.5A priority Critical patent/CN111767492B/en
Publication of CN111767492A publication Critical patent/CN111767492A/en
Application granted granted Critical
Publication of CN111767492B publication Critical patent/CN111767492B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a picture loading method and device, computer equipment and a storage medium. The method comprises the following steps: sending a data acquisition request to a server according to the address information of the webpage to be loaded to acquire the fed back file arrays, loading page information according to the configuration information and the file affiliation group, generating a unit object corresponding to each array unit, acquiring a corresponding target picture from the server, and completing the loading of the target picture on a display interface according to the aspect ratio of the target picture. Based on the data visualization technology, the method can more conveniently and quickly complete the acquisition and loading of the target picture by generating the unit object based on the technical method, and loads the target picture in the space occupying frame of the page information, thereby ensuring that the target picture is not distorted and deformed in the loading process and greatly improving the quality of loading the picture in the webpage.

Description

Picture loading method and device, computer equipment and storage medium
Technical Field
The invention relates to the technical field of data display, belongs to application scenes related to smart city webpage information display, and particularly relates to a picture loading method and device, computer equipment and a storage medium.
Background
The method comprises the steps of loading pictures in a webpage frequently when the webpage containing a page document stream is loaded, lazy loading is carried out on the pictures to be loaded in the form of picture tags in the traditional technical method, firstly, attribute information of the picture tags is configured into an occupation map of an interface to be loaded, then, custom attributes are set for the picture tags, storage addresses corresponding to the picture tags are obtained from a server and stored to the corresponding custom attributes, and when the pictures enter a visible area of the interface to be loaded, the storage addresses stored in the custom attributes corresponding to the pictures are transferred to the attribute information of the corresponding picture tags, so that the pictures are loaded in the interface to be loaded.
However, this conventional loading method can only be applied to pictures with consistent size and specification, and if the size rules of multiple pictures to be loaded are not consistent, but the heights and widths of the cells of the picture list in the interface to be loaded are fixed values, the original ratio of width to height of the pictures is imbalanced, the pictures are stretched or compressed to be deformed, the loaded pictures are distorted, and the loading quality of the pictures in the web page is affected. Therefore, the existing method for loading the webpage containing the page document stream has the problem of influencing the picture loading quality.
Disclosure of Invention
The embodiment of the invention provides a picture loading method, a picture loading device, computer equipment and a storage medium, and aims to solve the problem that the picture loading quality is influenced when a webpage containing a page document stream is loaded by the existing method in the prior art.
In a first aspect, an embodiment of the present invention provides a picture loading method, including:
if address information of a webpage to be loaded, which is input by a user, is received, sending a data acquisition request to a corresponding server according to the address information;
if a file array fed back by the server according to the data acquisition request is received, loading page information including a placeholder box on a display interface of the user terminal according to prestored configuration information and the file array, wherein the file array comprises at least one array unit, the number of the placeholder box is equal to that of the array unit, and the array unit is used for recording basic information of a picture;
generating a unit object corresponding to each array unit in the file array;
acquiring a corresponding target picture from the server according to the page information and the unit object;
and loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
In a second aspect, an embodiment of the present invention provides an image loading apparatus, which includes:
the data acquisition request sending unit is used for sending a data acquisition request to a corresponding server according to the address information if the address information of the webpage to be loaded input by a user is received;
the page information loading unit is used for loading page information containing a placeholder frame on a display interface of the user terminal according to prestored configuration information and a file array if the file array fed back by the server according to the data acquisition request is received, wherein the file array contains at least one array unit, the number of the placeholder frame is equal to that of the array units, and the array units are used for recording basic information of a picture;
the unit object generating unit is used for generating a unit object corresponding to each array unit in the file array;
the target picture acquisition unit is used for acquiring a corresponding target picture from the server according to the page information and the unit object;
and the target picture loading unit is used for loading the target picture into the position-occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the picture loading method according to the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, causes the processor to execute the picture loading method according to the first aspect.
The embodiment of the invention provides a picture loading method and device, computer equipment and a storage medium. Sending a data acquisition request to a server according to the address information of the webpage to be loaded to acquire the fed back file arrays, loading page information according to the configuration information and the file affiliation group, generating a unit object corresponding to each array unit, acquiring a corresponding target picture from the server, and completing the loading of the target picture on a display interface according to the aspect ratio of the target picture. Based on the technical method, the target picture can be acquired and loaded more conveniently and rapidly by generating the unit object, and the target picture is loaded in the space occupying frame of the page information, so that the target picture cannot be distorted and deformed in the loading process, and the quality of loading the picture in the webpage is greatly improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a picture loading method according to an embodiment of the present invention;
fig. 2 is a schematic view of an application scenario of the image loading method according to the embodiment of the present invention;
fig. 3 is a schematic sub-flow diagram of a picture loading method according to an embodiment of the present invention;
fig. 4 is a schematic sub-flow chart of a picture loading method according to an embodiment of the present invention;
fig. 5 is a schematic sub-flow chart of a picture loading method according to an embodiment of the present invention;
fig. 6 is a schematic sub-flow chart of another image loading method according to an embodiment of the present invention;
fig. 7 is a schematic sub-flow chart of another picture loading method according to an embodiment of the present invention;
fig. 8 is a schematic sub-flow chart of another picture loading method according to an embodiment of the present invention;
FIG. 9 is a schematic block diagram of a picture loading apparatus according to an embodiment of the present invention;
FIG. 10 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, 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.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1 and fig. 2, fig. 1 is a schematic flow chart illustrating a picture loading method according to an embodiment of the present invention; fig. 2 is a schematic view of an application scenario of the picture loading method according to the embodiment of the present invention. The picture loading method is applied to a user terminal 10, the method is executed through application software installed in the user terminal 10, a user can input address information of a webpage to be loaded to the user terminal 10, the user terminal 10 communicates with a corresponding server 20 according to the address information to obtain a target picture from the server 20, and loading is completed in the user terminal 10, the server 20 is a server end for the user terminal 10 to access a network, and the user terminal 10 can be terminal equipment with a webpage information display function, such as a desktop computer, a notebook computer, a tablet computer, a smart watch or a mobile phone.
As shown in fig. 1, the method includes steps S110 to S150.
S110, if address information of the webpage to be loaded input by the user is received, sending a data acquisition request to a corresponding server according to the address information.
And if receiving the address information of the webpage to be loaded, which is input by the user, sending a data acquisition request to a corresponding server according to the address information. The user terminal receives address information of a to-be-loaded webpage input by a user, in order to acquire information in the to-be-loaded webpage and complete loading of the information in the to-be-loaded webpage, that is, to display webpage information corresponding to the to-be-loaded webpage in the user terminal, the webpage information corresponding to the to-be-loaded webpage can be finally presented to the user in a display interface of the user terminal, the display interface can be a display window used for displaying the to-be-loaded webpage in a screen of the user terminal, and for example, the display interface can be a display window of a webpage browser. The user terminal needs to send a data acquisition request to the corresponding server according to the address information, the server sends corresponding data information to the user terminal according to the data acquisition request, and the user terminal can load the data information after acquiring the data information corresponding to the data acquisition request. The webpage to be loaded is a webpage containing a webpage document flow, the webpage document flow is a current popular webpage information display mode, and microblogs, WeChat friend circles and the like are all webpages containing the webpage document flow.
And S120, if a file array fed back by the server according to the data acquisition request is received, loading page information including an occupancy frame on a display interface of the user terminal according to pre-stored configuration information and the file array.
And if a file array fed back by the server according to the data acquisition request is received, loading page information including an occupancy frame on a display interface of the user terminal according to pre-stored configuration information and the file array. The file array comprises at least one array unit, the number of the placeholders is equal to that of the array units, and the array units are used for recording basic information of a picture. The configuration information is information for configuring a display interface in the user terminal prestored in the user terminal, the page list information is information for arranging pictures, and the pictures in the display interface are all loaded in a list form; the page information comprises at least one placeholder box and an attribute value corresponding to the placeholder box, the placeholder box is a blank box used for performing placeholder in a display interface when the picture is not completely loaded, the attribute value of the placeholder box can be a background picture, the placeholder box and the configured attribute value thereof can be used for prompting a user, and the user can still know that the position of the placeholder box is the picture which is not completely loaded according to the placeholder box and the prompting information of the configured attribute value thereof when the picture is not completely loaded. The file array comprises at least one array unit, namely the file array comprises the number information of the array units, the array units are the basic information of the pictures to be loaded corresponding to the webpage to be loaded, and the resource address information, the picture size and other information contained in each array unit are the basic information of the pictures corresponding to the array units. The page information is the basic page information of the webpage which does not contain the picture, and the picture can be loaded to the position corresponding to the page information, namely the picture is displayed in the display interface.
In a specific embodiment, as shown in fig. 3, step S120 includes sub-steps S121, S122, and S123.
S121, loading corresponding number of placeholder frames on the display interface according to the page list information and the number information of the array units in the file array.
And loading corresponding number of placeholder frames on the display interface according to the page list information and the number information of the array units in the file array. Specifically, the page list information includes information such as the number of the placeholders contained in one row, the transverse distance between the placeholders, and the longitudinal distance between the placeholders, the placeholders in corresponding numbers can be loaded in the display interface according to the number information of the page list information and the array units, the loading position of the placeholder needs to be limited by the page list information, the loading number of the placeholder is always equal to the number information of the array units, and the size of all the loaded placeholders is the same.
For example, one row in the page list information may include 3 placeholders, the number information of the array units is 8, and then 3 rows and 3 columns of 8 placeholders (the 3 rd row in the 3 rd row is empty) are loaded in the display interface, and the longitudinal spacing and the lateral spacing between the placeholders are both consistent with the corresponding setting information in the page list information.
And S122, uniformly configuring attribute values for all the placeholders according to the attribute configuration information.
And uniformly configuring attribute values for all the placeholders according to the attribute configuration information. The placeholder box is a blank box, and if the background of the display interface is white, the user cannot look up the placeholder box loaded in the display interface, so that uniform attribute values need to be configured for the placeholder box.
For example, if the attribute configuration information is a color code of "# C8C 8", the attribute value of the placeholder is configured as a pure color corresponding to the color code according to the color code; and if the attribute configuration information is a background picture displaying 'loading', configuring the attribute value of the placeholder frame into the background picture.
S123, configuring a resource address value for the position occupying frame corresponding to the array unit according to the resource address information of the array unit.
And configuring a resource address value for the position occupying frame corresponding to the array unit according to the resource address information of the array unit. The file array also comprises resource address information of each array unit, the resource address information is address information of pictures stored in a server corresponding to a webpage to be loaded, the corresponding pictures can be obtained from the server to be loaded according to the resource address information, each array unit corresponds to one space-occupying frame, a resource address value can be configured for the corresponding space-occupying frame according to the resource address information of the array unit, and the resource address value can be represented by a character string in a URL format. In addition, the resource address values configured for the placeholder boxes are not displayed in the display interface as information that can be directly displayed, that is, the user cannot directly view the resource address values corresponding to each placeholder box.
S130, generating a unit object corresponding to each array unit in the file array.
And generating a unit object corresponding to each array unit in the file array. In the specific implementation process, a virtual unit object needs to be generated, so that the corresponding target picture is acquired from the server through the virtual unit object, the acquisition and loading of the target picture can be completed more conveniently and rapidly by means of generating the unit object, the target picture is not distorted and deformed in the loading process of the target picture, and the loading quality of the picture in the webpage is improved. The corresponding number of unit objects can be generated according to the array units contained in the file array, and each unit object corresponds to one array unit.
For example, the new Image () constructor may be used to generate an img object corresponding to each array element, i.e., the generated element object, respectively.
And S140, acquiring a corresponding target picture from the server according to the page information and the unit object.
And acquiring a corresponding target picture from the server according to the page information and the unit object.
In a specific embodiment, as shown in fig. 4, step S140 includes sub-steps S141 and S142.
S141, configuring the acquisition address of the unit object corresponding to the placeholder frame according to the resource address value of each placeholder frame in the page information.
And configuring the acquisition address of the unit object corresponding to the placeholder frame according to the resource address value of each placeholder frame in the page information. Each placeholder box corresponds to a unit object and an array unit, and the acquisition address of the unit object corresponding to the placeholder box can be configured according to the resource address value of the placeholder box.
And S142, acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object.
And acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object. And acquiring the corresponding target picture from the server according to the acquisition address of the unit object, acquiring one target picture by using one generated unit object, and acquiring all target pictures required to be loaded in the display interface according to all the unit objects.
In a specific embodiment, as shown in fig. 5, step S1401 is further included after step S141.
S1401, according to the acquisition address of the unit object corresponding to the placeholder frame in the display area of the display interface, acquiring a target picture corresponding to the acquisition address from the server.
And acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder included in the display area of the display interface. The display area may be an area observable by a user in the display interface, the range of the display area is not greater than the display interface, and in order to save network resources, only the target picture corresponding to the placeholder frame included in the display area may be acquired, and the acquired target picture is loaded in the display interface, while the target picture corresponding to the placeholder frame not included in the display area is not acquired temporarily, and the manner of acquiring the target picture is more targeted, so that network connection is only occupied within a shorter time, and the manner in step S142 is avoided from simultaneously acquiring a large number of target pictures and occupying network connection for a long time.
In a specific embodiment, as shown in fig. 6, step S1401 is followed by step S1402 and step S1403.
S1402, carrying out periodical rolling monitoring on whether the display area changes according to a preset rolling monitoring period; and S1403, if the display area is changed, acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the changed display area.
The display interface can generally perform horizontal rolling or vertical rolling, and perform periodic rolling monitoring on whether the display area changes according to the rolling monitoring cycle time, for example, the rolling monitoring cycle time can be set to 3 seconds, it is determined whether the current display area changes compared with the display area before 3 seconds every 3 seconds, if the display area changes, a corresponding target picture is obtained according to a placeholder frame included in the changed display area, and the obtained target picture is loaded in the display interface.
S150, loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
And loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture. And if the acquired target pictures correspond to one placeholder frame in the page information, loading the target pictures into the placeholder frame corresponding to the page information and the target pictures so as to display the target pictures in a display interface.
In a specific embodiment, as shown in fig. 7, step S150 includes sub-steps S151 and S152.
S151, deleting the attribute values of the placeholders corresponding to the unit objects.
Deleting the attribute value of the placeholder corresponding to the unit object. Because the attribute value of the placeholder box is only used for prompting the user when the picture is not completely loaded, the attribute value of the placeholder box corresponding to the single object can be deleted when the target picture is loaded.
In a specific embodiment, as shown in fig. 8, step S151 is preceded by steps S1501 and S1502.
S1501, judging whether the target picture corresponding to each unit object is acquired; if the target picture corresponding to the unit object is obtained, step S151; and S1502, if the target picture corresponding to the unit object is not acquired, judging whether the target picture corresponding to the unit object is acquired or not again after a preset interval time.
Before loading the target picture, whether the target picture corresponding to each unit object is acquired completely can be judged, if the target picture of the unit object is acquired completely, the attribute value of the space occupying frame corresponding to the unit object is deleted, and if the target picture of the unit object is not acquired completely, whether the target picture corresponding to the unit object is acquired completely is judged again after a certain interval time.
For example, if the img object is used as the unit object, the subsequent steps can be executed after the target picture is acquired, which can be realized by an onload function in the img object, the onload function can judge whether the target picture is acquired completely, if the target picture is acquired completely, the subsequent steps are executed, and if the target picture is not acquired completely, the target picture is acquired completely according to the interval time, and the cycle judgment is performed.
S152, filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object, so as to load the target picture in the display interface.
And filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object so as to load the target picture in the display interface. After the attribute value in the placeholder is deleted, the placeholder is a blank frame which does not display any information, and at this time, the target picture can be filled into the placeholder frame corresponding to the target picture, so that the target picture can be loaded in the display interface. The aspect ratio of the placeholder box is not used as a limitation for loading the target picture, and at the moment, the aspect ratio of the target picture (the ratio of the height to the width of the target picture) is kept unchanged, so that the target picture is not distorted and deformed in the process of loading the target picture, and the loading quality of the picture in the webpage is improved.
The technical method can be applied to application scenes including webpage information display, such as intelligent government affairs, intelligent city management, intelligent community, intelligent security protection, intelligent logistics, intelligent medical treatment, intelligent education, intelligent environmental protection and intelligent traffic, so that the construction of the intelligent city is promoted.
In the picture loading method provided by the embodiment of the invention, a data acquisition request is sent to the server according to the address information of the webpage to be loaded so as to acquire the fed back file array, the page information is loaded according to the configuration information and the file affiliation group, a unit object corresponding to each array unit is generated, a corresponding target picture is acquired from the server, and the target picture is loaded on the display interface according to the aspect ratio of the target picture. Based on the technical method, the target picture can be acquired and loaded more conveniently and rapidly by generating the unit object, and the target picture is loaded in the space occupying frame of the page information, so that the target picture cannot be distorted and deformed in the loading process, and the quality of loading the picture in the webpage is greatly improved.
The embodiment of the invention also provides a picture loading device, which is used for executing any embodiment of the picture loading method. Specifically, please refer to fig. 9, wherein fig. 9 is a schematic block diagram of a picture loading apparatus according to an embodiment of the present invention. The picture loading apparatus may be configured in the user terminal 10.
As shown in fig. 9, the picture loading apparatus 100 includes: a data acquisition request transmission unit 110, a page information loading unit 120, a unit object generation unit 130, a target picture acquisition unit 140, and a target picture loading unit 150.
The data obtaining request sending unit 110 is configured to, if address information of a to-be-loaded web page input by a user is received, send a data obtaining request to a corresponding server according to the address information.
And a page information loading unit 120, configured to, if a file array fed back by the server according to the data acquisition request is received, load page information including a placeholder on a display interface of the user terminal according to pre-stored configuration information and the file array, where the file array includes at least one array unit, and the array unit is used to record basic information of a picture.
In a specific embodiment, the page information loading unit 120 includes: the device comprises a placeholder loading unit, an attribute value configuration unit and a resource address value configuration unit.
The placeholder box loading unit is used for loading placeholder boxes with corresponding quantity on the display interface according to the page list information and the quantity information of the array units in the file array; the attribute value configuration unit is used for uniformly configuring attribute values for all the placeholders according to the attribute configuration information; and the resource address value configuration unit is used for configuring a resource address value for the position-occupying frame corresponding to the array unit according to the resource address information of the array unit.
A unit object generating unit 130, configured to generate a unit object corresponding to each array unit in the file array.
And a target picture obtaining unit 140, configured to obtain a corresponding target picture from the server according to the page information and the unit object.
In a specific embodiment, the target picture acquiring unit 140 includes: the device comprises an acquisition address configuration unit and a first target picture acquisition unit.
The acquisition address configuration unit is used for configuring the acquisition address of the unit object corresponding to the placeholder according to the resource address value of each placeholder in the page information; and the first target picture acquisition unit is used for acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object.
In a specific embodiment, the target picture obtaining unit 140 further includes: and a second target picture acquisition unit.
And the second target picture acquisition unit is used for acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface.
In a specific embodiment, the target picture obtaining unit 140 further includes: a rolling monitoring unit and a third target picture acquisition unit.
The rolling monitoring unit is used for carrying out periodic rolling monitoring on whether the display area changes according to a preset rolling monitoring period; and the third target picture acquisition unit is used for acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the changed display area if the display area is changed.
And a target picture loading unit 150, configured to load the target picture into a placeholder corresponding to the page information according to the aspect ratio of the target picture to display the target picture.
In a specific embodiment, the target picture loading unit 150 includes: an attribute value deleting unit and a target picture filling unit.
And the attribute value deleting unit is used for deleting the attribute values of the placeholder corresponding to the unit object.
And the target picture filling unit is used for filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object so as to load the target picture in the display interface.
In a specific embodiment, the target picture loading unit 150 further includes: a target picture obtaining and judging unit and a re-judging unit.
The target picture acquisition judging unit is used for judging whether the target picture corresponding to each unit object is acquired completely; if the target picture corresponding to the unit object is obtained, executing a step corresponding to the attribute value deleting unit; and the secondary judgment unit is used for judging whether the target picture corresponding to the unit object is acquired or not again after a preset interval time if the target picture corresponding to the unit object is not acquired.
The image loading device provided by the embodiment of the invention applies the image loading method, sends a data acquisition request to the server according to the address information of the webpage to be loaded so as to acquire the fed back file array, loads page information according to the configuration information and the file affiliation group, generates a unit object corresponding to each array unit and acquires a corresponding target image from the server, and finishes loading the target image on the display interface according to the aspect ratio of the target image. Based on the technical method, the target picture can be acquired and loaded more conveniently and rapidly by generating the unit object, and the target picture is loaded in the space occupying frame of the page information, so that the target picture cannot be distorted and deformed in the loading process, and the quality of loading the picture in the webpage is greatly improved.
The above-mentioned picture loading means may be implemented in the form of a computer program, which can be run on a computer device as shown in fig. 10.
Referring to fig. 10, fig. 10 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Referring to fig. 10, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, causes the processor 502 to perform a picture loading method.
The processor 502 is used to provide computing and control capabilities that support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can be enabled to execute the picture loading method.
The network interface 505 is used for network communication, such as providing transmission of data information. Those skilled in the art will appreciate that the configuration shown in fig. 10 is a block diagram of only a portion of the configuration associated with aspects of the present invention and is not intended to limit the computing device 500 to which aspects of the present invention may be applied, and that a particular computing device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
Wherein the processor 502 is configured to run the computer program 5032 stored in the memory to implement the following functions: if address information of a webpage to be loaded, which is input by a user, is received, sending a data acquisition request to a corresponding server according to the address information; if a file array fed back by the server according to the data acquisition request is received, loading page information including an occupancy frame on a display interface of the user terminal according to prestored configuration information and the file array; generating a unit object corresponding to each array unit in the file array; acquiring a corresponding target picture from the server according to the page information and the unit object; and loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
In an embodiment, when the processor 502 executes the step of loading the page information including the placeholder on the display interface of the user terminal according to the pre-stored configuration information and the file array if receiving the file array fed back by the server according to the data acquisition request, the following operations are executed: loading a corresponding number of placeholder frames on the display interface according to the page list information and the number information of the array units in the file array; uniformly configuring attribute values for all the placeholders according to the attribute configuration information; and configuring a resource address value for the position occupying frame corresponding to the array unit according to the resource address information of the array unit.
In an embodiment, when the processor 502 executes the step of obtaining the corresponding target picture from the server according to the page information and the unit object, the following operations are performed: configuring an acquisition address of a unit object corresponding to the placeholder frame according to the resource address value of each placeholder frame in the page information; and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object.
In an embodiment, after the processor 502 performs the step of configuring, according to the resource address value of each placeholder in the page information, the acquisition address of the unit object corresponding to the placeholder, the following further performs the following operations: and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface.
In an embodiment, after the processor 502 executes the step of acquiring, according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface, the target picture corresponding to the acquisition address from the server, the following further operations are executed: carrying out periodic rolling monitoring on whether the display area changes or not according to a preset rolling monitoring period; if the display area changes, according to the acquisition address of the unit object corresponding to the placeholder frame in the changed display area, acquiring a target picture corresponding to the acquisition address from the server.
In an embodiment, when the step of loading the target picture into the placeholder corresponding to the page information according to the aspect ratio of the target picture to display the target picture is performed, the processor 502 performs the following operations: deleting the attribute value of the placeholder corresponding to the unit object; and filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object so as to load the target picture in the display interface.
In an embodiment, the processor 502 further performs the following operation before performing the step of deleting the property value of the placeholder corresponding to the unit object: judging whether the target picture corresponding to each unit object is acquired completely; if the target picture corresponding to the unit object is obtained, executing the step of deleting the attribute value of the placeholder corresponding to the unit object; and if the target picture corresponding to the unit object is not acquired, judging whether the target picture corresponding to the unit object is acquired or not again after a preset interval time.
Those skilled in the art will appreciate that the embodiment of a computer device illustrated in fig. 10 does not constitute a limitation on the specific construction of the computer device, and that in other embodiments a computer device may include more or fewer components than those illustrated, or some components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may only include a memory and a processor, and in such embodiments, the structures and functions of the memory and the processor are consistent with those of the embodiment shown in fig. 10, and are not described herein again.
It should be understood that, in the embodiment of the present invention, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the invention, a computer-readable storage medium is provided. The computer readable storage medium may be a non-volatile computer readable storage medium. The computer-readable storage medium stores a computer program, wherein the computer program when executed by a processor implements the steps of: if address information of a webpage to be loaded, which is input by a user, is received, sending a data acquisition request to a corresponding server according to the address information; if a file array fed back by the server according to the data acquisition request is received, loading page information including an occupancy frame on a display interface of the user terminal according to prestored configuration information and the file array; generating a unit object corresponding to each array unit in the file array; acquiring a corresponding target picture from the server according to the page information and the unit object; and loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
In an embodiment, if a file array fed back by the server according to the data acquisition request is received, the step of loading page information including a placeholder on a display interface of the user terminal according to pre-stored configuration information and the file array includes: loading a corresponding number of placeholder frames on the display interface according to the page list information and the number information of the array units in the file array; uniformly configuring attribute values for all the placeholders according to the attribute configuration information; and configuring a resource address value for the position occupying frame corresponding to the array unit according to the resource address information of the array unit.
In an embodiment, the step of obtaining the corresponding target picture from the server according to the page information and the unit object includes: configuring an acquisition address of a unit object corresponding to the placeholder frame according to the resource address value of each placeholder frame in the page information; and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object.
In an embodiment, after the step of configuring, according to the resource address value of each placeholder in the page information, the obtaining address of the unit object corresponding to the placeholder, the method further includes: and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface.
In an embodiment, after the step of obtaining, from the server, the target picture corresponding to the obtaining address according to the obtaining address of the unit object corresponding to the placeholder in the display area of the display interface, the method further includes: carrying out periodic rolling monitoring on whether the display area changes or not according to a preset rolling monitoring period; if the display area changes, according to the acquisition address of the unit object corresponding to the placeholder frame in the changed display area, acquiring a target picture corresponding to the acquisition address from the server.
In an embodiment, the step of loading the target picture into the placeholder box corresponding to the page information according to the aspect ratio of the target picture to display the target picture includes: deleting the attribute value of the placeholder corresponding to the unit object; and filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object so as to load the target picture in the display interface.
In an embodiment, before the step of deleting the attribute value of the placeholder corresponding to the unit object, the method further includes: judging whether the target picture corresponding to each unit object is acquired completely; if the target picture corresponding to the unit object is obtained, executing the step of deleting the attribute value of the placeholder corresponding to the unit object; and if the target picture corresponding to the unit object is not acquired, judging whether the target picture corresponding to the unit object is acquired or not again after a preset interval time.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, devices and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only a logical division, and there may be other divisions when the actual implementation is performed, or units having the same function may be grouped into one unit, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a computer-readable storage medium, which includes several 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.
The computer-readable storage medium is a physical, non-transitory storage medium, and the computer-readable storage medium may be an internal storage unit of the foregoing device, for example, a physical storage medium such as a hard disk or a memory of the device. The storage medium may also be an external storage device of the device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and other physical storage Media provided on the device.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A picture loading method is applied to a user terminal, the user terminal is communicated with at least one server, and the method is characterized by comprising the following steps:
if address information of a webpage to be loaded, which is input by a user, is received, sending a data acquisition request to a corresponding server according to the address information;
if a file array fed back by the server according to the data acquisition request is received, loading page information including a placeholder box on a display interface of the user terminal according to prestored configuration information and the file array, wherein the file array comprises at least one array unit, the number of the placeholder box is equal to that of the array unit, and the array unit is used for recording basic information of a picture;
generating a unit object corresponding to each array unit in the file array;
acquiring a corresponding target picture from the server according to the page information and the unit object;
and loading the target picture into a space occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
2. The method according to claim 1, wherein the configuration information includes page list information and attribute configuration information, and the loading of the page information including the placeholder on the display interface of the user terminal according to the pre-stored configuration information and the file array includes:
loading a corresponding number of placeholder frames on the display interface according to the page list information and the number information of the array units in the file array;
uniformly configuring attribute values for all the placeholders according to the attribute configuration information;
and configuring a resource address value for the position occupying frame corresponding to the array unit according to the resource address information of the array unit.
3. The picture loading method according to claim 2, wherein the obtaining of the corresponding target picture from the server according to the page information and the unit object comprises:
configuring an acquisition address of a unit object corresponding to the placeholder frame according to the resource address value of each placeholder frame in the page information;
and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of each unit object.
4. The method according to claim 3, wherein after configuring, according to the resource address value of each placeholder in the page information, the obtaining address of the unit object corresponding to the placeholder, the method further comprises:
and acquiring a target picture corresponding to the acquisition address from the server according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface.
5. The method according to claim 4, wherein after acquiring, from the server, the target picture corresponding to the acquisition address according to the acquisition address of the unit object corresponding to the placeholder in the display area of the display interface, the method further comprises:
carrying out periodic rolling monitoring on whether the display area changes or not according to a preset rolling monitoring period;
if the display area changes, according to the acquisition address of the unit object corresponding to the placeholder frame in the changed display area, acquiring a target picture corresponding to the acquisition address from the server.
6. The picture loading method according to claim 1, wherein the loading the target picture into the placeholder corresponding to the page information according to the aspect ratio of the target picture to display the target picture comprises:
deleting the attribute value of the placeholder corresponding to the unit object;
and filling the target picture into the space occupying frame corresponding to the unit object according to the target picture aspect ratio of the unit object so as to load the target picture in the display interface.
7. The method according to claim 6, wherein before the step of deleting the attribute values of the placeholder corresponding to the unit object, the method further comprises:
judging whether the target picture corresponding to each unit object is acquired completely;
if the target picture corresponding to the unit object is obtained, executing the step of deleting the attribute value of the placeholder corresponding to the unit object;
and if the target picture corresponding to the unit object is not acquired, judging whether the target picture corresponding to the unit object is acquired or not again after a preset interval time.
8. A picture loading apparatus, comprising:
the data acquisition request sending unit is used for sending a data acquisition request to a corresponding server according to the address information if the address information of the webpage to be loaded input by a user is received;
the page information loading unit is used for loading page information containing a placeholder frame on a display interface of the user terminal according to prestored configuration information and a file array if the file array fed back by the server according to the data acquisition request is received, wherein the file array contains at least one array unit, the number of the placeholder frame is equal to that of the array units, and the array units are used for recording basic information of a picture;
the unit object generating unit is used for generating a unit object corresponding to each array unit in the file array;
the target picture acquisition unit is used for acquiring a corresponding target picture from the server according to the page information and the unit object;
and the target picture loading unit is used for loading the target picture into the position-occupying frame corresponding to the page information according to the aspect ratio of the target picture so as to display the target picture.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the picture loading method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, causes the processor to execute the picture loading method according to any one of claims 1 to 7.
CN202010620452.5A 2020-06-30 2020-06-30 Picture loading method and device, computer equipment and storage medium Active CN111767492B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010620452.5A CN111767492B (en) 2020-06-30 2020-06-30 Picture loading method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010620452.5A CN111767492B (en) 2020-06-30 2020-06-30 Picture loading method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111767492A true CN111767492A (en) 2020-10-13
CN111767492B CN111767492B (en) 2023-04-11

Family

ID=72724167

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010620452.5A Active CN111767492B (en) 2020-06-30 2020-06-30 Picture loading method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111767492B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765511A (en) * 2021-01-28 2021-05-07 北京达佳互联信息技术有限公司 Business object display method, device, equipment, storage medium and program product
CN113794723A (en) * 2021-09-15 2021-12-14 北京快来文化传播集团有限公司 Live broadcast picture lazy loading method and system

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544272A (en) * 2013-10-18 2014-01-29 北京奇虎科技有限公司 Method and device for displaying pictures in browser
CN104125273A (en) * 2014-07-16 2014-10-29 百度在线网络技术(北京)有限公司 Image transmission method in web page, image server, network server and client
US20140344663A1 (en) * 2013-05-15 2014-11-20 Christopher Stephen Joel Method and Apparatus for Automatically Optimizing the Loading of Images in a Cloud-Based Proxy Service
US20150261770A1 (en) * 2012-11-29 2015-09-17 Tencent Technology (Shenzhen) Company Limited Page loading method and system, and computer-readable storage medium
US20160117292A1 (en) * 2014-10-28 2016-04-28 Kuang-Yao Lee Visual web page analysis system and method
CN105677741A (en) * 2015-12-29 2016-06-15 深圳市瑞铭无限科技有限公司 Method and device for loading page resources as required
CN106021557A (en) * 2016-05-30 2016-10-12 努比亚技术有限公司 Image loading method and device
US20170242675A1 (en) * 2016-01-15 2017-08-24 Rakesh Deshmukh System and method for recommendation and smart installation of applications on a computing device
CN107197353A (en) * 2017-05-24 2017-09-22 环球智达科技(北京)有限公司 The processing method of the occupy-place figure of interface images
CN107644018A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 picture loading method and device
CN107679063A (en) * 2017-07-31 2018-02-09 平安科技(深圳)有限公司 Image display method, server and computer-readable recording medium
CN108011964A (en) * 2017-12-11 2018-05-08 武汉斗鱼网络科技有限公司 Picture upload method, device, electric terminal and readable storage medium storing program for executing
CN108228282A (en) * 2018-04-04 2018-06-29 北京三快在线科技有限公司 For the method and device of Website page loading
US20180204111A1 (en) * 2013-02-28 2018-07-19 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform
US20180278674A1 (en) * 2016-05-05 2018-09-27 Tencent Technology (Shenzhen) Company Limited Media information presentation method, client, and server
CN110096663A (en) * 2019-03-18 2019-08-06 中国平安人寿保险股份有限公司 Page loading method, device, electronic equipment and computer readable storage medium

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150261770A1 (en) * 2012-11-29 2015-09-17 Tencent Technology (Shenzhen) Company Limited Page loading method and system, and computer-readable storage medium
US20180204111A1 (en) * 2013-02-28 2018-07-19 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform
US20140344663A1 (en) * 2013-05-15 2014-11-20 Christopher Stephen Joel Method and Apparatus for Automatically Optimizing the Loading of Images in a Cloud-Based Proxy Service
CN103544272A (en) * 2013-10-18 2014-01-29 北京奇虎科技有限公司 Method and device for displaying pictures in browser
CN104125273A (en) * 2014-07-16 2014-10-29 百度在线网络技术(北京)有限公司 Image transmission method in web page, image server, network server and client
US20160117292A1 (en) * 2014-10-28 2016-04-28 Kuang-Yao Lee Visual web page analysis system and method
CN105677741A (en) * 2015-12-29 2016-06-15 深圳市瑞铭无限科技有限公司 Method and device for loading page resources as required
US20170242675A1 (en) * 2016-01-15 2017-08-24 Rakesh Deshmukh System and method for recommendation and smart installation of applications on a computing device
US20180278674A1 (en) * 2016-05-05 2018-09-27 Tencent Technology (Shenzhen) Company Limited Media information presentation method, client, and server
CN106021557A (en) * 2016-05-30 2016-10-12 努比亚技术有限公司 Image loading method and device
CN107644018A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 picture loading method and device
CN107197353A (en) * 2017-05-24 2017-09-22 环球智达科技(北京)有限公司 The processing method of the occupy-place figure of interface images
CN107679063A (en) * 2017-07-31 2018-02-09 平安科技(深圳)有限公司 Image display method, server and computer-readable recording medium
CN108011964A (en) * 2017-12-11 2018-05-08 武汉斗鱼网络科技有限公司 Picture upload method, device, electric terminal and readable storage medium storing program for executing
CN108228282A (en) * 2018-04-04 2018-06-29 北京三快在线科技有限公司 For the method and device of Website page loading
CN110096663A (en) * 2019-03-18 2019-08-06 中国平安人寿保险股份有限公司 Page loading method, device, electronic equipment and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765511A (en) * 2021-01-28 2021-05-07 北京达佳互联信息技术有限公司 Business object display method, device, equipment, storage medium and program product
CN112765511B (en) * 2021-01-28 2024-04-23 北京达佳互联信息技术有限公司 Business object display method, device, equipment, storage medium and program product
CN113794723A (en) * 2021-09-15 2021-12-14 北京快来文化传播集团有限公司 Live broadcast picture lazy loading method and system

Also Published As

Publication number Publication date
CN111767492B (en) 2023-04-11

Similar Documents

Publication Publication Date Title
US10212244B2 (en) Information push method, server, user terminal and system
CN102970456B (en) Image forming apparatus, image forming apparatus control method, and program
CN109783757B (en) Method, device and system for rendering webpage, storage medium and electronic device
CN107818008B (en) Page loading method and device
CN111767492B (en) Picture loading method and device, computer equipment and storage medium
CN105528408A (en) Page display method and apparatus
CN109491743A (en) Visual Report Forms generation method, device, electronic equipment and storage medium
CN110020325B (en) Page loading method, device, equipment and readable storage medium
CN112055244B (en) Image acquisition method and device, server and electronic equipment
CN105205174A (en) File processing method and device for distributed system
CN109344273B (en) Wallpaper management method and device and mobile terminal
US9030378B2 (en) Sharing display processing system, display processing system, and display method
CN112287257A (en) Page display method and device, electronic equipment and storage medium
US20240119223A1 (en) Method, apparatus and electronic device for field merging
CN107092634A (en) The implementation method and device of page preview
GB2524047A (en) Improvements in and relating to rendering of graphics on a display device
CN105389308B (en) Webpage display processing method and device
CN110688308A (en) Memory storage redundancy detection method and device, electronic equipment and readable storage medium
CN110866208B (en) Page response type layout method, device and equipment
WO2017119191A1 (en) Terminal device, information processing method, and recording medium
CN115643468A (en) Poster generation method and device, electronic equipment and storage medium
CN111127310B (en) Image processing method and device, electronic equipment and storage medium
CN110851883B (en) Equipment fingerprint generation method and device based on picture drawing
CN113032696A (en) Display method and display device of page picture
US20200272688A1 (en) Information processing apparatus and non-transitory computer readable 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