CN112257003A - Page rendering method, system, equipment and computer readable storage medium - Google Patents

Page rendering method, system, equipment and computer readable storage medium Download PDF

Info

Publication number
CN112257003A
CN112257003A CN202011224722.7A CN202011224722A CN112257003A CN 112257003 A CN112257003 A CN 112257003A CN 202011224722 A CN202011224722 A CN 202011224722A CN 112257003 A CN112257003 A CN 112257003A
Authority
CN
China
Prior art keywords
target
information
preset
page
attribute 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.)
Pending
Application number
CN202011224722.7A
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.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN202011224722.7A priority Critical patent/CN112257003A/en
Publication of CN112257003A publication Critical patent/CN112257003A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/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/451Execution arrangements for user interfaces

Abstract

The application discloses a page rendering method, a system, equipment and a computer readable storage medium, which are used for acquiring a target object; generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information; judging whether the target specification information of the target object is the same as the preset specification information or not; if not, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information; judging whether the target attribute information of the target object is the same as the preset attribute information or not; if not, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information; and rendering the initial page to obtain a target page. According to the method and the device, specification and attribute information except the target specification information and the target attribute information can be prevented from appearing in the target page, page rendering errors are avoided, and the page rendering accuracy is improved.

Description

Page rendering method, system, equipment and computer readable storage medium
Technical Field
The present application relates to the field of information processing technologies, and in particular, to a page rendering method, system, device, and computer-readable storage medium.
Background
Currently, in the process of information publishing and information displaying, information of a target object may be rendered through a page, and then corresponding information of the target object is displayed through the rendered page, in this process, all parameter types that may be used in the page rendering process are generally preset according to the type of the object, and then all parameter types are manually selected according to the information of the target object, so as to obtain a target parameter adapted to the target object, where the type of the parameter includes specification information and attribute information, and the attribute information is also a specific type in the specification information, for example, if the rule information is a memory, the attribute information is 64G, 128G, and the like.
However, in this process, there may be a case where the target object has its own parameters, and at this time, if the page is rendered by manually selecting all the parameters, there may be a case where the page rendering is incorrect.
In summary, how to improve the accuracy of page rendering is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The application aims to provide a page rendering method, which can solve the technical problem of how to improve the accuracy of page rendering to a certain extent. The application also provides a page rendering system, a device and a computer readable storage medium.
In order to achieve the above purpose, the present application provides the following technical solutions:
a page rendering method, comprising:
acquiring a target object;
generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information;
judging whether the target specification information of the target object is the same as the preset specification information or not;
if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain the initial page only containing the target specification information;
judging whether the target attribute information of the target object is the same as the preset attribute information or not;
if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain the initial page only containing the target attribute information;
and rendering the initial page to obtain a target page.
Preferably, the determining whether the target specification information of the target object is within the preset specification information further includes:
judging whether the target object carries a preset mark or not;
and if the target object carries the preset mark, executing the step of judging whether the target specification information of the target object is in the preset specification information.
Preferably, the rendering the initial page to obtain a target page includes:
generating target object information corresponding to each attribute information in the target attribute information one to one;
rendering the initial page based on the target object information to obtain the target page.
Preferably, the rendering the initial page based on the target object information to obtain the target page includes:
acquiring other information corresponding to the target object information;
rendering the initial page based on the target object information and the other information to obtain the target page.
A page rendering system, comprising:
the first acquisition module is used for acquiring a target object;
the first generation module is used for generating an initial page corresponding to the target object, and the initial page comprises preset specification information and preset attribute information;
the first judgment module is used for judging whether the target specification information of the target object is the same as the preset specification information; if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain the initial page only containing the target specification information;
the second judgment module is used for judging whether the target attribute information of the target object is the same as the preset attribute information or not; if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain the initial page only containing the target attribute information;
and the first rendering module is used for rendering the initial page to obtain a target page.
Preferably, the method further comprises the following steps:
the third judging module is used for judging whether the target specification information of the target object is in the preset specification information or not by the first judging module and whether the target object carries a preset mark or not; if the target object carries the preset mark, prompting the first judging module to execute the step of judging whether the target specification information of the target object is in the preset specification information.
Preferably, the first rendering module includes:
the first generation submodule is used for generating target object information which corresponds to each attribute information in the target attribute information one by one;
and the first rendering submodule is used for rendering the initial page based on the target object information to obtain the target page.
Preferably, the first rendering sub-module includes:
a first acquisition unit configured to acquire other information corresponding to the target object information;
and the first rendering unit is used for rendering the initial page based on the target object information and the other information to obtain the target page.
A page rendering device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the page rendering method as described above when executing the computer program.
A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the page rendering method as set forth in any one of the preceding claims.
According to the page rendering method, a target object is obtained; generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information; judging whether the target specification information of the target object is the same as the preset specification information or not; if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information; judging whether the target attribute information of the target object is the same as the preset attribute information or not; if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information; and rendering the initial page to obtain a target page. According to the method and the device, other specification information except the target specification information and other attribute information except the target attribute information in the initial page can be deleted, the initial page only containing the target specification information and the target attribute information is obtained, the target page is obtained based on the initial page rendering, the specification and attribute information except the target specification information and the target attribute information in the target page can be avoided, page rendering errors are avoided, and the page rendering accuracy is improved. The page rendering system, the page rendering device and the computer readable storage medium solve the corresponding technical problems.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a page rendering method according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram illustrating types of predetermined specification information and predetermined attribute information;
FIG. 3 is a label view of a target commodity;
FIG. 4 is a schematic diagram of target specification information and target attribute information;
FIG. 5 is a style sheet of an initial page;
FIG. 6 is a stylistic view of a SKU;
fig. 7 is a schematic structural diagram of a page rendering system according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a page rendering device according to an embodiment of the present application;
fig. 9 is another schematic structural diagram of a page rendering device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
Referring to fig. 1, fig. 1 is a flowchart of a page rendering method according to an embodiment of the present disclosure.
The page rendering method provided by the embodiment of the application can comprise the following steps:
step S101: and acquiring the target object.
In practical application, the target object may be obtained first, and the type of the target object may be determined according to actual needs, for example, the target object may be personal information, commodity information, enterprise information, and the like.
Step S102: and generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information.
In practical application, after a target object is obtained, an initial page corresponding to the target object may be generated, where the initial page includes preset specification information and preset attribute information, the preset rule information and the preset attribute information type may be determined according to actual needs, for example, the preset specification information may include a memory, a color, a measurement unit, an installation manner, and the preset attribute information may include a memory of 64G, a memory of 128G, a color of red, a color of yellow, and the like.
In a specific application scenario, the preset specification information and the preset attribute information may be added to the initial page in the form of an object array, and the like.
Step S103: judging whether the target specification information of the target object is the same as the preset specification information or not; if the target specification information is not the same as the preset specification information, step S104 is executed.
Step S104: and deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information.
Step S105: judging whether the target attribute information of the target object is the same as the preset attribute information or not; if the target attribute information is not the same as the preset attribute information, step S106 is executed.
Step S106: and deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information.
In practical application, if a target object carries target specification information and target attribute information, the specification information and the attribute information of the target object are fixed, and then filling is performed according to the preset specification information and the preset attribute information, so that the situation of filling errors is easy to occur, and page rendering errors are caused, in order to solve the problem, after an initial page corresponding to the target object is generated, whether the target specification information of the target object is the same as the preset specification information needs to be judged; if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information; judging whether the target attribute information of the target object is the same as the preset attribute information or not; and if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information. The initial page which does not contain other specification information except the target specification information and other attribute information except the target attribute information can be obtained, so that the condition that the nonexistent specification information and attribute information are filled in the page rendering process is avoided, and the page rendering accuracy is ensured.
In practical application, if the target specification information is the same as the preset specification information, whether the target attribute information is the same as the preset attribute information or not can be directly judged, and if the target attribute information is the same as the preset attribute information, the initial page can be directly filled in according to the target attribute information.
Step S107: and rendering the initial page to obtain a target page.
In practical application, after the initial page only containing the target specification information and the target attribute information is obtained, because other information besides the specification information and the attribute information may need to be filled in the page, the initial page may be rendered to obtain the target page, and the style and the contained information of the target page may be determined according to actual needs.
According to the page rendering method, a target object is obtained; generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information; judging whether the target specification information of the target object is in the preset specification information or not; if the target specification information is not in the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information; judging whether the target attribute information of the target object is in the preset attribute information or not; if the target attribute information is not in the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information; and rendering the initial page to obtain a target page. According to the method and the device, other specification information except the target specification information and other attribute information except the target attribute information in the initial page can be deleted, the initial page only containing the target specification information and the target attribute information is obtained, the target page is obtained based on the initial page rendering, the specification and attribute information except the target specification information and the target attribute information in the target page can be avoided, page rendering errors are avoided, and the page rendering accuracy is improved.
In the page rendering method provided by the embodiment of the application, before judging whether the target specification information of the target object is within the preset specification information, whether the target object carries a preset mark can be also judged; and if the target object carries the preset mark, executing the step of judging whether the target specification information of the target object is in the preset specification information.
That is, in the present application, it can be determined that the target object carries the preset mark to determine whether to execute the step of determining whether the target specification information of the target object is within the preset specification information, and the type of the preset mark may be determined according to actual needs, for example, when the target object is commodity information, the preset mark may be a mark of a commodity manufacturer.
In the page rendering method provided by the embodiment of the application, in the process of rendering an initial page to obtain a target page, target object information corresponding to each attribute information in target attribute information one to one can be generated; and rendering the initial page based on the target object information to obtain a target page.
That is, in the present application, the target specification information and the target attribute information may be split into individual target object information by using the attribute information as a unit, so as to represent a specific object information by using the target object information, and then the initial page is accurately rendered based on the target object information, so as to obtain the target page. For example, the target attribute information is red, and the color is yellow, the number of the generated target object information may be two, one target object information is used for representing that the color is red, and the other target object information is used for representing that the color is yellow.
In practical application, in the process of rendering the initial page based on the target object information to obtain the target page, other information corresponding to the target object information can be obtained; and rendering the initial page based on the target object information and other information to obtain a target page. Still taking the target attribute information as red and yellow as an example, if the price of the red object is 100 and the price of the yellow object is 200, the target page has information indicating that the color is red and the price is 100 and information indicating that the color is yellow and the price is 200.
In a specific application scenario, in the process of rendering the initial page based on the target object information and other information to obtain the target page, other information can be directly added to the corresponding target object information, and then the initial page is rendered by means of the target object information to obtain the target page and the like.
In order to facilitate understanding of the page rendering method provided by the present application, the page rendering method provided by the present application is described by combining with a commodity publishing process, and assuming that a label of a target commodity is a manufacturer label, the process may include the following steps:
acquiring information of a target commodity;
generating an initial page corresponding to the target commodity, and assuming that the style of the initial page is shown in fig. 2, and the types of the preset specification information and the preset attribute information are also shown in fig. 2;
judging whether the mark of the target commodity is a manufacturer mark, if so, acquiring target specification information and target attribute information of the target commodity, and if the mark of the target commodity is the manufacturer mark, and if the mark of the target commodity is as shown in fig. 3, acquiring the target specification information and the target attribute information as shown in fig. 4;
judging whether the target specification information of the target commodity is the same as the preset specification information or not; if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information;
judging whether the target attribute information of the target commodity is the same as the preset attribute information or not; if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information; the style of the initial page at this time is as shown in fig. 5;
generating target object information corresponding to each attribute information in the target attribute information one to one, wherein the target object information is a SKU, and the style of the SKU can be as shown in fig. 6;
acquiring other information corresponding to the target object information, such as price information and the like;
and rendering the initial page based on the target object information and other information to obtain a target page.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a page rendering system according to an embodiment of the present disclosure.
The page rendering system provided by the embodiment of the application can include:
a first obtaining module 101, configured to obtain a target object;
the first generating module 102 is configured to generate an initial page corresponding to the target object, where the initial page includes preset specification information and preset attribute information;
the first judging module 103 is configured to judge whether target specification information of the target object is within preset specification information; if the target specification information is not in the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information;
a second judging module 104, configured to judge whether target attribute information of the target object is within preset attribute information; if the target attribute information is not in the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information;
the first rendering module 105 is configured to render the initial page to obtain a target page.
The page rendering system provided by the embodiment of the application may further include:
the third judgment module is used for judging whether the target specification information of the target object is in the preset specification information or not by the first judgment module and judging whether the target object carries a preset mark or not; if the target object carries the preset mark, prompting the first judging module to execute the step of judging whether the target specification information of the target object is in the preset specification information.
In an embodiment of the present disclosure, a page rendering system includes a first rendering module that includes:
the first generation submodule is used for generating target object information which corresponds to each attribute information in the target attribute information one by one;
and the first rendering submodule is used for rendering the initial page based on the target object information to obtain a target page.
In an embodiment of the page rendering system provided in this application, the first rendering sub-module may include:
a first acquisition unit configured to acquire other information corresponding to the target object information;
and the first rendering unit is used for rendering the initial page based on the target object information and other information to obtain a target page.
The application also provides a page rendering device and a computer readable storage medium, which have corresponding effects of the page rendering method provided by the embodiment of the application. Referring to fig. 8, fig. 8 is a schematic structural diagram of a page rendering device according to an embodiment of the present disclosure.
The page rendering device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 implements the following steps when executing the computer program:
acquiring a target object;
generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information;
judging whether the target specification information of the target object is the same as the preset specification information or not;
if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information;
judging whether the target attribute information of the target object is the same as the preset attribute information or not;
if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information;
and rendering the initial page to obtain a target page.
The page rendering device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 implements the following steps when executing the computer program: judging whether the target specification information of the target object is in the preset specification information or not, and judging whether the target object carries a preset mark or not; and if the target object carries the preset mark, executing the step of judging whether the target specification information of the target object is in the preset specification information.
The page rendering device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 implements the following steps when executing the computer program: generating target object information corresponding to each attribute information in the target attribute information one to one; and rendering the initial page based on the target object information to obtain a target page.
The page rendering device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 implements the following steps when executing the computer program: acquiring other information corresponding to the target object information; and rendering the initial page based on the target object information and other information to obtain a target page.
Referring to fig. 9, another page rendering device provided in the embodiment of the present application may further include: an input port 203 connected to the processor 202, for transmitting externally input commands to the processor 202; a display unit 204 connected to the processor 202, for displaying the processing result of the processor 202 to the outside; and the communication module 205 is connected with the processor 202 and is used for realizing the communication between the page rendering device and the outside world. The display unit 204 may be a display panel, a laser scanning display, or the like; the communication method adopted by the communication module 205 includes, but is not limited to, mobile high definition link technology (HML), Universal Serial Bus (USB), High Definition Multimedia Interface (HDMI), and wireless connection: wireless fidelity technology (WiFi), bluetooth communication technology, bluetooth low energy communication technology, ieee802.11s based communication technology.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps:
acquiring a target object;
generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information;
judging whether the target specification information of the target object is the same as the preset specification information or not;
if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain an initial page only containing the target specification information;
judging whether the target attribute information of the target object is the same as the preset attribute information or not;
if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain an initial page only containing the target attribute information;
and rendering the initial page to obtain a target page.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: judging whether the target specification information of the target object is in the preset specification information or not, and judging whether the target object carries a preset mark or not; and if the target object carries the preset mark, executing the step of judging whether the target specification information of the target object is in the preset specification information.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: generating target object information corresponding to each attribute information in the target attribute information one to one; and rendering the initial page based on the target object information to obtain a target page.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: acquiring other information corresponding to the target object information; and rendering the initial page based on the target object information and other information to obtain a target page.
The computer-readable storage media to which this application relates include Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage media known in the art.
For a description of a relevant part in the page rendering system, the page rendering device, and the computer readable storage medium provided in the embodiments of the present application, reference is made to detailed descriptions of a corresponding part in the page rendering method provided in the embodiments of the present application, and details are not repeated here. In addition, parts of the above technical solutions provided in the embodiments of the present application, which are consistent with the implementation principles of corresponding technical solutions in the prior art, are not described in detail so as to avoid redundant description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A page rendering method, comprising:
acquiring a target object;
generating an initial page corresponding to the target object, wherein the initial page comprises preset specification information and preset attribute information;
judging whether the target specification information of the target object is the same as the preset specification information or not;
if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain the initial page only containing the target specification information;
judging whether the target attribute information of the target object is the same as the preset attribute information or not;
if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain the initial page only containing the target attribute information;
and rendering the initial page to obtain a target page.
2. The method of claim 1, wherein the determining whether the target specification information of the target object is within the preset specification information further comprises:
judging whether the target object carries a preset mark or not;
and if the target object carries the preset mark, executing the step of judging whether the target specification information of the target object is in the preset specification information.
3. The method of claim 1, wherein the rendering the initial page to obtain a target page comprises:
generating target object information corresponding to each attribute information in the target attribute information one to one;
rendering the initial page based on the target object information to obtain the target page.
4. The method of claim 3, wherein the rendering the initial page based on the target object information to obtain the target page comprises:
acquiring other information corresponding to the target object information;
rendering the initial page based on the target object information and the other information to obtain the target page.
5. A page rendering system, comprising:
the first acquisition module is used for acquiring a target object;
the first generation module is used for generating an initial page corresponding to the target object, and the initial page comprises preset specification information and preset attribute information;
the first judgment module is used for judging whether the target specification information of the target object is the same as the preset specification information; if the target specification information is not the same as the preset specification information, deleting other specification information except the target specification information in the preset specification information to obtain the initial page only containing the target specification information;
the second judgment module is used for judging whether the target attribute information of the target object is the same as the preset attribute information or not; if the target attribute information is not the same as the preset attribute information, deleting other attribute information except the target attribute information in the preset attribute information to obtain the initial page only containing the target attribute information;
and the first rendering module is used for rendering the initial page to obtain a target page.
6. The system of claim 5, further comprising:
the third judging module is used for judging whether the target specification information of the target object is in the preset specification information or not by the first judging module and whether the target object carries a preset mark or not; if the target object carries the preset mark, prompting the first judging module to execute the step of judging whether the target specification information of the target object is in the preset specification information.
7. The system of claim 5, wherein the first rendering module comprises:
the first generation submodule is used for generating target object information which corresponds to each attribute information in the target attribute information one by one;
and the first rendering submodule is used for rendering the initial page based on the target object information to obtain the target page.
8. The system of claim 7, wherein the first rendering submodule comprises:
a first acquisition unit configured to acquire other information corresponding to the target object information;
and the first rendering unit is used for rendering the initial page based on the target object information and the other information to obtain the target page.
9. A page rendering device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the page rendering method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the page rendering method according to any one of claims 1 to 4.
CN202011224722.7A 2020-11-05 2020-11-05 Page rendering method, system, equipment and computer readable storage medium Pending CN112257003A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011224722.7A CN112257003A (en) 2020-11-05 2020-11-05 Page rendering method, system, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011224722.7A CN112257003A (en) 2020-11-05 2020-11-05 Page rendering method, system, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112257003A true CN112257003A (en) 2021-01-22

Family

ID=74267920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011224722.7A Pending CN112257003A (en) 2020-11-05 2020-11-05 Page rendering method, system, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112257003A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156101A (en) * 2015-04-02 2016-11-23 阿里巴巴集团控股有限公司 A kind of method and device of the dynamic change page
CN107992301A (en) * 2017-11-27 2018-05-04 腾讯科技(上海)有限公司 User interface implementation method, client and storage medium
US20180157391A1 (en) * 2016-12-02 2018-06-07 Alibaba Group Holding Limited Page Information Personalization Method, Apparatus and System
CN111045655A (en) * 2019-12-18 2020-04-21 广州市百果园信息技术有限公司 Page rendering method and device, rendering server and storage medium
CN111666526A (en) * 2020-06-17 2020-09-15 广州市百果园信息技术有限公司 Page generation method, device, equipment and storage medium
CN111708537A (en) * 2020-06-18 2020-09-25 深圳前海微众银行股份有限公司 Page rendering method and device based on component template and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156101A (en) * 2015-04-02 2016-11-23 阿里巴巴集团控股有限公司 A kind of method and device of the dynamic change page
US20180157391A1 (en) * 2016-12-02 2018-06-07 Alibaba Group Holding Limited Page Information Personalization Method, Apparatus and System
CN107992301A (en) * 2017-11-27 2018-05-04 腾讯科技(上海)有限公司 User interface implementation method, client and storage medium
CN111045655A (en) * 2019-12-18 2020-04-21 广州市百果园信息技术有限公司 Page rendering method and device, rendering server and storage medium
CN111666526A (en) * 2020-06-17 2020-09-15 广州市百果园信息技术有限公司 Page generation method, device, equipment and storage medium
CN111708537A (en) * 2020-06-18 2020-09-25 深圳前海微众银行股份有限公司 Page rendering method and device based on component template and readable storage medium

Similar Documents

Publication Publication Date Title
CN108416683B (en) Policy confirmation method, device, equipment and storage medium for mobile terminal
JP6797209B2 (en) Page regarding input information with errors Positioning method and equipment
CN109145238B (en) Card display method and device and mobile device
CN109324796B (en) Interface layout method and device
CN107317853B (en) Method, device and system for displaying dynamic effect of message popup window
CN111046164A (en) Method and equipment for updating book to be read
CN110555073A (en) data processing method and device, electronic equipment and storage medium
US8659625B2 (en) Mobile terminal and method for adjusting menu bar softkey display dynamically
CN113885935A (en) Resource packaging method and device, electronic equipment and computer readable storage medium
CN110442411B (en) Method and device for processing table data logical relation and storage medium
CN109783221B (en) Virtual machine resource allocation method and device and resource server
CN112257003A (en) Page rendering method, system, equipment and computer readable storage medium
CN111722966B (en) PCIe Switch detection method, system, equipment and medium
CN108241608B (en) Method, device and system for processing chart data
CN107450809B (en) Page interaction method and device and electronic terminal
US9600451B2 (en) Method, terminal, and server for displaying file
CN106021087A (en) Method and device for detecting code
CN110321124B (en) Text layout optimization method and device and electronic equipment
CN114090445A (en) Test code generation method, device and equipment
CN111740881A (en) Network card link detection method, system, equipment and computer storage medium
CN106095734B (en) Text display method and device
CN111723230B (en) Picture stitching method and device, electronic equipment and storage medium
CN116629980B (en) Pricing method of software engineering, terminal equipment and storage medium
CN110912733B (en) Bare computer topological relation determining method, system, equipment and computer medium
CN109324797B (en) Desktop icon generation method, computer readable storage medium and terminal equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210122

RJ01 Rejection of invention patent application after publication