CN112612991A - Page display method and device, electronic equipment and storage medium - Google Patents

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

Info

Publication number
CN112612991A
CN112612991A CN202011644635.7A CN202011644635A CN112612991A CN 112612991 A CN112612991 A CN 112612991A CN 202011644635 A CN202011644635 A CN 202011644635A CN 112612991 A CN112612991 A CN 112612991A
Authority
CN
China
Prior art keywords
display data
data
display
page
static
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
CN202011644635.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.)
Weiyiyun Hangzhou Holding Co ltd
Original Assignee
Weiyiyun Hangzhou Holding 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 Weiyiyun Hangzhou Holding Co ltd filed Critical Weiyiyun Hangzhou Holding Co ltd
Priority to CN202011644635.7A priority Critical patent/CN112612991A/en
Publication of CN112612991A publication Critical patent/CN112612991A/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
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a page display method, a page display device, electronic equipment and a storage medium, wherein the method comprises the following steps: receiving a page display request, and acquiring at least one data source interface based on the page display request; determining whether static display data corresponding to the page display request exists based on at least one data source interface; if so, acquiring static display data stored in a static server and dynamic display data stored in a dynamic server based on the data source interface; the acquired dynamic display data and the static display data are fused, page display is carried out based on the fused display data, the static display data and the dynamic display data are separately stored, when a data source interface of the static display data exists in a page display request, the static display data and the dynamic display data are acquired, the two display data are fused and then displayed on a page, and the page display effect is better.

Description

Page display method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page display method and device, electronic equipment and a storage medium.
Background
The data source of the current webpage is generally a database, when a page display request is triggered by a page, the database calls related data according to the request to return to the page and displays the data on the page, the content in the database can be adjusted in real time, when the content to be displayed is fixed data, the fixed data needs to be packaged and issued in advance in a code mode, when the page display request is triggered, the fixed data is directly obtained from the issued packaging resource, but when the fixed data in the mode needs to be adjusted, the code needs to be modified, repackaged and issued, the process is complicated, and the efficiency is low.
Disclosure of Invention
Embodiments of the present invention provide a page display method and apparatus, an electronic device, and a storage medium, so as to achieve better display effects of static display data and dynamic display data displayed on a page, where the static display data is stored in a static server, which is convenient for modifying the static display data.
In a first aspect, an embodiment of the present invention provides a page display method, where the method includes:
receiving a page display request, and acquiring at least one data source interface based on the page display request;
determining whether static display data corresponding to the page display request exists based on at least one data source interface;
if so, acquiring static display data stored in a static server and dynamic display data stored in a dynamic server based on the data source interface;
and fusing the acquired dynamic display data and the acquired static display data, and displaying a page based on the fused display data.
In a second aspect, an embodiment of the present invention further provides a page display apparatus, where the apparatus includes:
the data source interface acquisition module is used for receiving a page display request and acquiring at least one data source interface based on the page display request;
a static display data determination module, configured to determine whether there is static display data corresponding to the page display request based on at least one data source interface;
the display data acquisition module is used for acquiring the static display data stored in the static server and the dynamic display data stored in the dynamic server based on the data source interface if the static display data stored in the static server is the dynamic display data stored in the dynamic server;
and the page display module is used for fusing the acquired dynamic display data and the acquired static display data and displaying a page based on the fused display data.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the page display method according to any of the embodiments of the present invention.
In a fourth aspect, the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the page display method according to any one of the embodiments of the present invention.
According to the technical scheme, the page display request is received, the at least one data source interface is obtained based on the page display request, whether static display data corresponding to the page display request exist or not is determined based on the at least one data source interface, if yes, the static display data stored in the static server and the dynamic display data stored in the dynamic server are obtained based on the data source interface, the obtained dynamic display data and the static display data are fused, and page rendering is carried out based on the fused display data so as to display the page. The technical scheme of the embodiment of the invention realizes the separate storage of the static display data and the dynamic display data, when the data source interface of the static display data exists in the page display request, the static display data and the dynamic display data are obtained, and the two display data are fused and then displayed on the page, so that the page display effect is better. And due to the independent storage of the static display data, the subsequent modification of the static display data is more convenient.
Drawings
In order to more clearly illustrate the technical solutions of the exemplary embodiments of the present invention, a brief description is given below of the drawings used in describing the embodiments. It should be clear that the described figures are only views of some of the embodiments of the invention to be described, not all, and that for a person skilled in the art, other figures can be derived from these figures without inventive effort.
Fig. 1 is a schematic flowchart of a page display method according to a first embodiment of the present invention;
fig. 2 is a schematic flowchart of a page display method according to a second embodiment of the present invention;
FIG. 3 is a diagram illustrating a modification of a background display page according to a second embodiment of the present invention;
fig. 4 is a schematic flowchart of a page display method according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of a page display device according to a fourth embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device in a fifth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a schematic flow chart of a page display method according to an embodiment of the present invention, where the embodiment is applicable to a case where page display data includes static display data and dynamic display data, and the method may be executed by a page display apparatus, and the apparatus may be implemented in a form of software and/or hardware.
As shown in fig. 1, the page display method according to the embodiment of the present invention includes the following steps:
s110, receiving a page display request, and acquiring at least one data source interface based on the page display request.
The page display request refers to a page display request initiated by a user through a webpage, an APP display page and the like, and in response to the page display request, the page displays data such as characters and diagrams. The data source interface refers to a data source interface of a source of display data in a display page corresponding to the page display request. It should be understood that the display data in the same display page may have different sources, for example, a map, a hot search picture, military news, etc. in one display page, and the map, the hot search picture, the military news correspond to different data sources, i.e., have different data source interfaces. When a user triggers a page display request, the page display request is received, and at least one data source interface is obtained based on the page display request, so that display data corresponding to the page display request is obtained through the at least one data source interface.
And S120, determining whether static display data corresponding to the page display request exists or not based on at least one data source interface.
The static display data refers to display data which can be changed only by manual modification and cannot be automatically adjusted in real time, and whether the display data corresponding to the page display request has the static display data or not is determined based on the data source interface, so that preparation work is performed for subsequently acquiring the static display data. The static display data is generally written into the code, then packaged and issued, and when an interface display request is received, the code is executed to display the static display data on a display page. According to the technical scheme provided by the embodiment of the invention, whether the static display data exists in the display data is determined in a data source interface mode instead of writing the static display data into the code, and the static display data has a corresponding data source for storage.
S130, acquiring the static display data stored in the static server and the dynamic display data stored in the dynamic server based on the data source interface.
The static server is used for storing static display data, and comprises names of the static display data, display types (characters, diagrams and the like) of the static display data, storage positions of the static display data, data source interfaces corresponding to the static display data and the like. The dynamic server is used for storing dynamic display data, including names of the stored dynamic display data, display types (characters, diagrams, and the like) of the dynamic display data, storage positions of the dynamic display data, data source interfaces corresponding to each dynamic display data, and the like. The dynamic display data refers to display data adjusted in a preset time period or in real time. And if the static display data corresponding to the page display request exist is determined based on at least one data source interface, acquiring the static display data from the static server based on the data source interface, and acquiring the dynamic display data from the dynamic server. The static display data are stored in the static server, and compared with the static display data written in codes, the static display data are more convenient and efficient to obtain and adjust. Optionally, the static display data is stored in a JSON file.
Of course, if the display data is determined to have no static display data based on the data source interface, the dynamic display data is directly acquired from the dynamic server based on at least one data source interface.
And S140, fusing the acquired dynamic display data and the acquired static display data, and displaying a page based on the fused display data.
The display position of the display data on the display page is preset, at least one static display data and at least one dynamic display data are obtained according to the page display request and are fused, optionally, the fusion can be carried out according to the display position of the display data, and when the display positions of the static display data and the dynamic display data are not overlapped, the static display data and the dynamic display data are displayed on the page according to the display positions. When the display positions of the static display data and the dynamic display data are overlapped, whether the static display data or the dynamic display data are displayed at the display position is determined according to a preset rule, and then the static display data or the dynamic display data are displayed on a page according to the display position. Optionally, the static display data may be overlapped with a field of the dynamic display data, and the data of the field of the static display data may replace the data of the same field of the dynamic display data. In practical application, the setting can be carried out according to the requirements of users. Optionally, displaying the display data on the page may be by way of page rendering. Optionally, when only one data source interface is provided, it is determined whether display data corresponding to the data source interface is static display data or dynamic display data, and the determined static display data or dynamic display data is directly displayed on the display interface, or the static display data or dynamic display data of the data source interface and data with empty display data are fused, and then page display is performed.
According to the technical scheme, the page display request is received, the at least one data source interface is obtained based on the page display request, whether static display data corresponding to the page display request exist or not is determined based on the at least one data source interface, if yes, the static display data stored in the static server and the dynamic display data stored in the dynamic server are obtained based on the data source interface, the obtained dynamic display data and the static display data are fused, and page rendering is carried out based on the fused display data so as to display the page. The technical scheme of the embodiment of the invention realizes the separate storage of the static display data and the dynamic display data, when the data source interface of the static display data exists in the page display request, the static display data and the dynamic display data are obtained, and the two display data are fused and then displayed on the page, so that the page display effect is better. And due to the independent storage of the static display data, the subsequent modification of the static display data is more convenient.
Optionally, step 120 includes: determining whether static display data corresponding to the page show request exists in a configuration file based on the at least one data source interface.
The configuration file includes, but is not limited to, names of all static display data, display types (text, diagram, etc.) of the static display data, storage locations of the static display data in the static server, and the like. Optional configuration files are stored in the static server. After receiving a page display request, reading a configuration file of a display page, judging whether at least one data source interface is in the configuration file, and when the data source interface is in the configuration file, determining that display data corresponding to the data source interface is static display data. By means of the configuration file, whether the display data of the page is static display data or not can be determined quickly, and therefore the page display speed is increased on the whole. And the manner in which the configuration file is applied also adds flexibility to subsequent adjustments to the static display data.
Example two
Fig. 2 is a schematic flow chart of a page display method provided in an embodiment of the present invention, which is an extension performed on the basis of the alternative schemes of the above embodiments, where optionally, the method further includes: receiving modification information which is input by a user based on a background display page and modifies static display data, and modifying the static display data, a data source interface corresponding to the static display data and/or a path of the data source interface based on the modification information. Technical terms identical or similar to those of the above embodiments will not be described again.
As shown in fig. 2, the page display method according to the embodiment of the present invention includes the following steps:
s210, receiving a page display request, and acquiring at least one data source interface based on the page display request.
S220, determining whether static display data corresponding to the page display request exists or not based on at least one data source interface.
And S230, acquiring the static display data stored in the static server and the dynamic display data stored in the dynamic server based on the data source interface.
And S240, fusing the acquired dynamic display data and the acquired static display data, and displaying a page based on the fused display data.
S250, receiving modification information which is input by a user based on a background display page and modifies static display data, and modifying the static display data, a data source interface corresponding to the static display data and/or a path of the data source interface based on the modification information.
The background display page is used for modifying the static display data, and displays the storage position of the static display data, the type of the static display data, the data source interface of the static display data and the like, and the display mode can be in the form of characters, diagrams and the like. The modification information includes: at least one of adding data to the data source interface, deleting data from the data source interface, adding or subtracting data source interfaces, and deleting data source interfaces. Fig. 3 is a schematic diagram illustrating a background display page modifying static display data according to an embodiment of the present invention, and as shown in fig. 3, a static display data selection window is displayed in the background display page, and static display data to be modified can be selected in the window, and of course, all static display data are distinguished in advance, and may be in a numbering manner or in a naming manner. In the example of fig. 3, all the static display data are set with different numbers. After the static display data needing to be modified is selected, the static display data modification window in the background display page modifies the display data of the static display data and the corresponding data source interface, and the right side of the data source interface identifier is provided with a deletion icon and an addition icon, so that the deletion or the addition of the data source interface can be performed. And a modification bar is arranged on the right side of the display data identifier, and the display data can be modified in the modification bar. Modifications may also be made to the configuration file of the static display data.
According to the technical scheme, the page display request is received, the at least one data source interface is obtained based on the page display request, whether static display data corresponding to the page display request exist or not is determined based on the at least one data source interface, if yes, the static display data stored in the static server and the dynamic display data stored in the dynamic server are obtained based on the data source interface, the obtained dynamic display data and the static display data are fused, page rendering is carried out based on the fused display data to carry out page display, and the static display data are modified on a background display page. The technical scheme of the embodiment of the invention realizes the separate storage of the static display data and the dynamic display data, when the data source interface of the static display data exists in the page display request, the static display data and the dynamic display data are obtained, and the two display data are fused and then displayed on the page, so that the page display effect is better. And because the static display data is stored separately, the static display data is modified on the background display page, compared with the prior art that the static display data is written into the code, the code is modified when the static display data is modified, and then the static display data is packaged and released, the technical scheme of the embodiment of the invention improves the flexibility of modifying the static display data. And the modification is carried out on the display interface, so that the method is clear at a glance, errors are not easy to occur, codes do not need to be modified, the release is not needed, and the modification speed is accelerated.
EXAMPLE III
Fig. 4 is a schematic flow chart of a page display method according to an embodiment of the present invention, which is an alternative preferred embodiment of the foregoing embodiments. As shown in fig. 4, when a page display request is received, a configuration file corresponding to the page display request and at least one data source interface are obtained, whether static display data corresponding to the page display request exists in the configuration file is determined according to the configuration file and the data source interface, if so, the static display data are obtained from a static server, if not, dynamic display data are obtained from a dynamic server, the static display data and the dynamic display data obtained from the at least one data source interface are fused, and the fused display data are rendered on a page for page display.
The configuration file corresponds to static display data stored in the static server one by one, and the static display data is stored in the static server in a JSON file mode. The data source interfaces of different dynamic display data correspond to different JSON files, the dynamic data source interfaces and the JSON files have one-to-one mapping relation, and the fields in each JSON file and the fields in the dynamic display data have corresponding relation, so that when the dynamic display data and the static display data are fused, the data in the same fields can be fused. The display data in the dynamic display data of the same field is replaced with the display data in the static display data.
The static display data is placed in the static server in the form of a JSON file according to the data structure of the static server, a configuration file is set, and a data source interface corresponding to the static display data is set in the configuration file. When the display data of the static display data needs to be modified, the corresponding JSON file on the static server can be directly modified, when the data source interface corresponding to the static display data needs to be modified, the configuration of the data source interface can be newly added in the configuration file, and a JSON file corresponding to the newly added data source interface is newly added and stored in the static display data of the newly added data source interface so as to associate the newly added interface with the display data. In order to facilitate modification, a background display page is set for modifying static display data, and each JSON file and each configuration file can be modified intuitively.
According to the technical scheme of the embodiment of the invention, the separation of the static display data and the codes is realized, only the JSON file and the corresponding configuration file are required to be modified when the static display data is modified each time, the codes are not required to be modified, and the step of packaging and releasing is not required. When a page display request is received, static display data and dynamic display data corresponding to the page display request are determined, the static display data and the dynamic display data are fused, the static display data of the same field are replaced by the dynamic display data, the display effect of the static display data is improved, and the final page display effect is further improved.
Example four
Fig. 5 is a schematic structural diagram of a page display device according to an embodiment of the present invention, where the page display device according to the embodiment of the present invention can execute a page display method according to any embodiment of the present invention, and has functional modules and beneficial effects corresponding to the execution method. The page display device of the embodiment of the invention comprises: a data source interface obtaining module 510, a static display data determining module 520, a static display data determining module 530, and a page displaying module 540, wherein:
a data source interface obtaining module 510, configured to receive a page display request, and obtain at least one data source interface based on the page display request;
a static display data determining module 520, configured to determine whether there is static display data corresponding to the page display request based on at least one data source interface;
a display data obtaining module 530, configured to obtain, based on the data source interface, static display data stored in a static server and dynamic display data stored in a dynamic server if yes;
and a page display module 540, configured to fuse the obtained dynamic display data and static display data, and perform page display based on the fused display data.
Further, the data source interface obtaining module 510 includes:
the configuration file reading submodule is used for reading the configuration file of the display page;
the static display data determination module 520 includes:
and the static display data determining submodule is used for determining whether the static display data corresponding to the page display request exists or not in a configuration file based on whether the at least one data source interface exists or not.
Further, the apparatus comprises:
and the dynamic display data acquisition module is used for acquiring dynamic display data from the dynamic server based on at least one data source interface if the dynamic display data is not acquired from the dynamic server.
Further, the page display module 540 includes:
and the static display data replacement module is used for replacing the dynamic content at the display position by adopting the static display data when the display positions of the display data in the dynamic display data and the display data in the static display data are the same.
Further, the static display data is stored in a JSON file mode.
Further, the apparatus further comprises:
the static display data modification module is used for receiving modification information which is input by a user based on a background display page and modifies the static display data, a data source interface corresponding to the static display data and/or a path of the data source interface based on the modification information.
Further, the modification information includes: at least one of adding data to the data source interface, deleting data from the data source interface, adding or subtracting data source interfaces, and deleting data source interfaces.
According to the technical scheme, the page display request is received, the at least one data source interface is obtained based on the page display request, whether static display data corresponding to the page display request exist or not is determined based on the at least one data source interface, if yes, the static display data stored in the static server and the dynamic display data stored in the dynamic server are obtained based on the data source interface, the obtained dynamic display data and the static display data are fused, and page rendering is carried out based on the fused display data so as to display the page. The technical scheme of the embodiment of the invention realizes the separate storage of the static display data and the dynamic display data, when the data source interface of the static display data exists in the page display request, the static display data and the dynamic display data are obtained, and the two display data are fused and then displayed on the page, so that the page display effect is better. And due to the independent storage of the static display data, the subsequent modification of the static display data is more convenient.
It should be noted that, the units and modules included in the system are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the embodiment of the invention.
EXAMPLE five
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention. FIG. 6 illustrates a block diagram of an exemplary device 60 suitable for use in implementing embodiments of the present invention. The device 60 shown in fig. 6 is only an example and should not bring any limitation to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 6, device 60 is embodied in a general purpose computing device. The components of the device 60 may include, but are not limited to: one or more processors or processing units 601, a system memory 602, and a bus 603 that couples various system components including the system memory 602 and the processing unit 601.
Bus 603 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 60 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by device 60 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 602 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)604 and/or cache memory 605. The device 60 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 606 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 6, commonly referred to as a "hard drive"). Although not shown in FIG. 6, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to the bus 603 by one or more data media interfaces. Memory 602 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 608 having a set (at least one) of program modules 607 may be stored, for example, in memory 602, such program modules 607 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 607 generally perform the functions and/or methods of the described embodiments of the invention.
Device 60 may also communicate with one or more external devices 609 (e.g., keyboard, pointing device, display 610, etc.), with one or more devices that enable a user to interact with device 60, and/or with any devices (e.g., network card, modem, etc.) that enable device 60 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 611. Also, device 60 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via network adapter 612. As shown, a network adapter 612 communicates with the other modules of device 60 via bus 603. It should be appreciated that although not shown in FIG. 6, other hardware and/or software modules may be used in conjunction with device 60, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 601 executes various functional applications and data processing, for example, implementing a page display method provided by an embodiment of the present invention, by running a program stored in the system memory 602.
EXAMPLE six
Embodiments of the present invention also provide a storage medium containing computer-executable instructions for performing a page display method when executed by a computer processor.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A page display method, comprising:
receiving a page display request, and acquiring at least one data source interface based on the page display request;
determining whether static display data corresponding to the page display request exists based on at least one data source interface;
if so, acquiring static display data stored in a static server and dynamic display data stored in a dynamic server based on the data source interface;
and fusing the acquired dynamic display data and the acquired static display data, and displaying a page based on the fused display data.
2. The method of claim 1, wherein after receiving the page show request, further comprising:
reading a configuration file of a display page;
the determining whether static display data corresponding to the page display request exists based on at least one data source interface comprises:
determining whether static display data corresponding to the page show request exists in a configuration file based on the at least one data source interface.
3. The method of claim 2, further comprising:
and if not, acquiring dynamic display data from the dynamic server based on at least one data source interface.
4. The method according to claim 1, wherein the fusing the acquired dynamic display data and static display data includes:
and when the display position of the display data in the dynamic display data is the same as that of the display data in the static display data, replacing the dynamic content at the display position with the static display data.
5. The method of claims 1-4, wherein the static display data is stored as a JSON file.
6. The method of claim 1, further comprising:
receiving modification information which is input by a user based on a background display page and modifies static display data, and modifying the static display data, a data source interface corresponding to the static display data and/or a path of the data source interface based on the modification information.
7. The method of claim 6, wherein the modification information comprises: at least one of adding data to the data source interface, deleting data from the data source interface, adding or subtracting data source interfaces, and deleting data source interfaces.
8. A page display apparatus, comprising:
the data source interface acquisition module is used for receiving a page display request and acquiring at least one data source interface based on the page display request;
a static display data determination module, configured to determine whether there is static display data corresponding to the page display request based on at least one data source interface;
the display data acquisition module is used for acquiring the static display data stored in the static server and the dynamic display data stored in the dynamic server based on the data source interface if the static display data stored in the static server is the dynamic display data stored in the dynamic server;
and the page display module is used for fusing the acquired dynamic display data and the acquired static display data and displaying a page based on the fused display data.
9. An apparatus, characterized in that the apparatus comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the page display method of any of claims 1-7.
10. A storage medium containing computer-executable instructions for performing the page display method of any one of claims 1-7 when executed by a computer processor.
CN202011644635.7A 2020-12-30 2020-12-30 Page display method and device, electronic equipment and storage medium Pending CN112612991A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011644635.7A CN112612991A (en) 2020-12-30 2020-12-30 Page display method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011644635.7A CN112612991A (en) 2020-12-30 2020-12-30 Page display method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112612991A true CN112612991A (en) 2021-04-06

Family

ID=75253353

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011644635.7A Pending CN112612991A (en) 2020-12-30 2020-12-30 Page display method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112612991A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023045634A1 (en) * 2021-09-22 2023-03-30 上海商汤智能科技有限公司 Graph display method and apparatus, electronic device, storage medium, and computer program product

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160124914A1 (en) * 2014-10-30 2016-05-05 Alibaba Group Holding Limited Page Processing for Mobile App
CN107085574A (en) * 2016-02-15 2017-08-22 阿里巴巴集团控股有限公司 A kind of page data processing method and server
CN107609156A (en) * 2017-09-26 2018-01-19 微梦创科网络科技(中国)有限公司 The method and device that a kind of page is built
CN109032797A (en) * 2018-07-18 2018-12-18 上海恺英网络科技有限公司 For providing the method and apparatus of web page access
CN109857960A (en) * 2019-01-14 2019-06-07 厦门美柚信息科技有限公司 A kind of method, equipment, system and its storage medium that page data updates
CN109936605A (en) * 2017-12-18 2019-06-25 北京京东尚科信息技术有限公司 A kind of method and apparatus of loading interface data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160124914A1 (en) * 2014-10-30 2016-05-05 Alibaba Group Holding Limited Page Processing for Mobile App
CN107085574A (en) * 2016-02-15 2017-08-22 阿里巴巴集团控股有限公司 A kind of page data processing method and server
CN107609156A (en) * 2017-09-26 2018-01-19 微梦创科网络科技(中国)有限公司 The method and device that a kind of page is built
CN109936605A (en) * 2017-12-18 2019-06-25 北京京东尚科信息技术有限公司 A kind of method and apparatus of loading interface data
CN109032797A (en) * 2018-07-18 2018-12-18 上海恺英网络科技有限公司 For providing the method and apparatus of web page access
CN109857960A (en) * 2019-01-14 2019-06-07 厦门美柚信息科技有限公司 A kind of method, equipment, system and its storage medium that page data updates

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023045634A1 (en) * 2021-09-22 2023-03-30 上海商汤智能科技有限公司 Graph display method and apparatus, electronic device, storage medium, and computer program product

Similar Documents

Publication Publication Date Title
US11314568B2 (en) Message processing method and apparatus, storage medium, and computer device
CN111090628A (en) Data processing method and device, storage medium and electronic equipment
CN114416667B (en) Method and device for rapidly sharing network disk file, network disk and storage medium
CN113126990B (en) Page development method, device, equipment and storage medium
CN110287146B (en) Method, device and computer storage medium for downloading application
CN109885781B (en) Mixed page unified browsing method, device, equipment and storage medium
CN113032083A (en) Data display method, device, electronic equipment and medium
CN110807161A (en) Page framework rendering method, device, equipment and medium
CN112395027A (en) Widget interface generation method and device, storage medium and electronic equipment
CN115795211A (en) Page display method, device, system, equipment and storage medium
CN112363753A (en) Data verification method and device, electronic equipment and storage medium
CN112799760B (en) Form rendering method and device
CN113312036B (en) Large screen display method, device and equipment of Web page and storage medium
CN112612991A (en) Page display method and device, electronic equipment and storage medium
US20220027553A1 (en) Document reference and reference update
CN112287010A (en) Map service providing method, device, terminal and storage medium based on android system
CN113220381A (en) Click data display method and device
CN115408358A (en) Network disk online file management method and device, network disk and storage medium
CN114461214A (en) Page display method and device, electronic equipment and storage medium
US20230083822A1 (en) Optimized rendering of web pages
CN113885998A (en) Page rendering method and device, electronic equipment and storage medium
CN115470432A (en) Page rendering method and device, electronic equipment and computer readable medium
CN114528509A (en) Page display processing method and device, electronic equipment and storage medium
CN112364268A (en) Resource acquisition method and device, electronic equipment and storage medium
CN114356475A (en) Display processing method, device, equipment and storage medium

Legal Events

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

Application publication date: 20210406