CN110837534A - Data list display method, device, equipment and storage medium - Google Patents

Data list display method, device, equipment and storage medium Download PDF

Info

Publication number
CN110837534A
CN110837534A CN201911082214.7A CN201911082214A CN110837534A CN 110837534 A CN110837534 A CN 110837534A CN 201911082214 A CN201911082214 A CN 201911082214A CN 110837534 A CN110837534 A CN 110837534A
Authority
CN
China
Prior art keywords
data list
target data
template
viewing instruction
client
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
CN201911082214.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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201911082214.7A priority Critical patent/CN110837534A/en
Publication of CN110837534A publication Critical patent/CN110837534A/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Abstract

The embodiment of the disclosure discloses a method, a device, equipment and a storage medium for displaying a data list, wherein the method comprises the following steps: when a data list viewing instruction sent by a client is acquired, analyzing the data list viewing instruction; according to the analyzed data list viewing instruction, acquiring a corresponding data list template and target data information; and generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client displays the target data list. According to the technical scheme of the embodiment of the disclosure, the data list template and the target data information are obtained according to the data list viewing instruction, and the target data information is filled in the data list template to generate the target data list, so that the dynamic adjustment of the composition structure of the data list is realized, the display flexibility of the data list is improved, and the effective control of the data list is ensured.

Description

Data list display method, device, equipment and storage medium
Technical Field
The embodiment of the disclosure relates to software technologies, and in particular, to a method, an apparatus, a device, and a storage medium for displaying a data list.
Background
With the continuous development of software technology, various Applications (APPs) appear in mobile terminals, providing users with diverse functional services.
The data presentation of the data list in the client is usually performed in a written order, that is, in an order specified by a code, and the lower page of the jump is also a fixed target path.
The inventor finds that in the process of implementing the present disclosure, once the composition structure of the data list in the prior art is changed, the composition structure can only be implemented by upgrading the client, the display flexibility of the list data is low, and the effective control on the data list cannot be implemented.
Disclosure of Invention
The disclosure provides a data list display method, device, equipment and storage medium, so as to dynamically adjust the composition structure of a data list and improve the display flexibility of the data list.
In a first aspect, an embodiment of the present disclosure provides a method for displaying a data list, which is applied to a server, and includes:
when a data list viewing instruction sent by a client is acquired, analyzing the data list viewing instruction;
according to the analyzed data list viewing instruction, acquiring a corresponding data list template and target data information;
and generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client displays the target data list.
In a second aspect, an embodiment of the present disclosure provides a method for displaying a data list, which is applied to a client, and includes:
when a target data list viewing instruction is acquired, sending the target data list viewing instruction to a server so that the server configures a target data list according to a data list template;
and when the target data list returned by the server is received, displaying the target data list.
In a third aspect, an embodiment of the present disclosure provides an apparatus for displaying a data list, including:
the instruction analysis module is used for analyzing the data list viewing instruction when the data list viewing instruction sent by the client is obtained;
the target data information and template acquisition module is used for acquiring a corresponding data list template and target data information according to the analyzed data list viewing instruction;
and the target data list generating module is used for generating a target data list according to the data list template and the target data information and sending the target data list to a client so that the client can display the target data list.
In a fourth aspect, an embodiment of the present disclosure provides a device for displaying a data list, including:
the instruction sending module is used for sending a target data list viewing instruction to a server when the target data list viewing instruction is obtained, so that the server configures a target data list according to a data list template;
and the target data list display module is used for displaying the target data list when receiving the target data list returned by the server.
In a fifth aspect, an embodiment of the present disclosure provides an electronic device, which includes a memory, a processing device, and a computer program that is stored in the memory and is executable on the processing device, where the processing device implements a method for displaying a data list according to the first embodiment of the present disclosure, or implements a method for displaying a data list according to the second embodiment of the present disclosure when executing the program.
In a sixth aspect, the present disclosure provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the method for displaying a data list according to the first embodiment of the present disclosure, or perform the method for displaying a data list according to the second embodiment of the present disclosure.
According to the technical scheme of the embodiment, the data list template and the target data information are obtained according to the data list viewing instruction, and the target data information is filled in the data list template to generate the target data list, so that the dynamic adjustment of the data list composition structure is realized, the complicated process that the changed data list composition structure can only be obtained by upgrading the client is avoided, the display flexibility of the data list is improved, and the effective control of the data list is ensured.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale.
Fig. 1A is a flowchart of a method for displaying a data list in a first embodiment of the disclosure;
FIG. 1B is a block diagram of a data list according to a first embodiment of the disclosure;
FIG. 1C is a block diagram of a data list according to a first embodiment of the disclosure;
fig. 2A is a flowchart of a method for displaying a data list in a second embodiment of the disclosure;
fig. 2B is a data flow diagram of a method for displaying a data list in a first specific application scenario of the present disclosure;
fig. 3 is a block diagram of a device for displaying a data list in a third embodiment of the disclosure;
fig. 4 is a block diagram of a device for displaying a data list in the fourth embodiment of the present disclosure.
Fig. 5 is a block diagram of a device in a fifth embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
Example one
Fig. 1A is a flowchart of a method for displaying a data list according to a first embodiment of the present disclosure, where the method is applicable to dynamically adjusting a composition structure of the data list, and the method may be executed by a device for displaying a data list according to a third embodiment of the present disclosure, where the device may be implemented by software and/or hardware and is integrated in a server, and the method specifically includes the following steps:
s110, when a data list viewing instruction sent by the client is obtained, the data list viewing instruction is analyzed.
A Client (Client), namely a user side, is a program corresponding to the server and used for providing local service for the user, and the user sends a target request in the Client through operations such as clicking or sliding; the data list is an expression form of application data in the client, namely the data is displayed in a list form; when receiving a data list viewing instruction sent by a client, the server analyzes and acquires the source of the instruction and the requested content.
And S120, acquiring a corresponding data list template and target data information according to the analyzed data list viewing instruction.
The data list template consists of one or more section structures; for example, as shown in FIG. 1B, the data list template includes 4 section structures, respectively section structure 1, section structure 2, section structure 3, and section structure 4; each segment structure comprises one or more constituent items; optionally, the component item includes at least one of a jump link, an icon, a title, a description, a red dot identifier, and a lower level identifier; for example, in fig. 1B, the section structure 1 is composed of a jump link, an icon, a title, a description, a red dot identifier, and a lower level identifier; the red dot identification indicates whether the section structure 1 comprises unread information, if the section structure 1 comprises the unread information, the red dot identification is displayed in red, and if the section structure 1 does not comprise the unread information, the red dot identification is not displayed; the lower level identification indicates that the section structure 1 comprises a lower level page, and the jump link thereof is also directed to the lower level page, i.e. the section structure 1 is clicked or slid and then jumps into the lower level page.
Specifically, the lower page may include a lower data list, i.e., a sub data list, or may include a non-list lower presentation page, i.e., a sub presentation page; whether it is a child data list or a child presentation page, it may include jump links, for example, as shown in fig. 1C, basic information of a data list "contact", including section structures "zhang san", "li xi", "wang wu", and "zhao liu"; after clicking Zhang III, the user jumps to a sub-display page of the node structure Zhang III to display the detailed information of Zhang III; the sub display page does not comprise a lower level page any more, but still can comprise a jump link, clicking a next link or sliding leftwards to activate the jump link, jumping to a sub display page with a node structure of Liqu, and continuously displaying detailed information of the Liqu; in particular, the jump logic of the jump link may be configured to jump to any page of the data list as desired. Compared with the prior art, when the data list checks the upper data, the data list can only return to the upper data list firstly, and then click other node structures to check other data information.
Optionally, in the embodiment of the present disclosure, the data list template is configured according to a preset rule, and both the number of the section structures in the data list template and the constituent items included in the section structures may be configured as needed; compared with the prior art, the method and the device have the advantages that the composition structure of the data list is written into the codes of the client side to be fixed, the operations such as addition, deletion and modification of the section structures in the data list can be realized only by modifying the codes and upgrading the client side, the dynamic adjustment of the composition structure of the data list is increased, and the display flexibility of the data list is improved.
Optionally, in this embodiment of the present disclosure, different data lists in the client may correspond to different data list templates, and may also correspond to the same data list template.
The target data information comes from the database, and corresponding target data information is obtained according to the analysis of the data list viewing instruction; specifically, the data list template itself does not include any target data information, and only includes the composition structure of the data list.
S130, generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client can display the target data list.
Optionally, the generating a target data list according to the data list template and the target data information includes: acquiring a section structure in the data list template and composition items of the section structure; and filling the composition items of the node structure according to the acquired target data information so as to acquire a filled target data list. Specifically, the composition structure of the data list template is analyzed, the node structures included in the data list template and the composition items in each node structure are analyzed, the target data are filled into each composition item, the filled composition items form a complete node structure, and then the node structures form a complete target data list.
According to the technical scheme of the embodiment, the data list template and the target data information are obtained according to the data list viewing instruction, and the target data information is filled in the data list template to generate the target data list, so that the dynamic adjustment of the data list composition structure is realized, the complicated process that the changed data list composition structure can only be obtained by upgrading the client is avoided, the display flexibility of the data list is improved, and the effective control of the data list is ensured.
Example two
Fig. 2A is a flowchart of a method for displaying a data list according to a second embodiment of the present disclosure, where this embodiment is applicable to a case of dynamically displaying a data list, and this method can be executed by a device for displaying a data list according to a fourth embodiment of the present disclosure, where this device can be implemented by software and/or hardware, and is integrated in a client,
s210, when a target data list viewing instruction is obtained, sending the target data list viewing instruction to a server, so that the server configures a target data list according to a data list template.
S220, when the target data list returned by the server is received, displaying the target data list.
Compared with the prior art, the composition form of the data list is written into the code of the client side and is fixed, information filling is completed in the client side by obtaining the target data information issued by the server, the composition structure of the data list and the target data information are both originated from the server in the disclosure, operations such as adding, deleting and modifying the composition structure of the data list are not needed to be completed by upgrading the client side, only the display form needs to be determined in the server, and the data list can be directly displayed at the client side.
Particularly, if the target data list viewing instruction cannot be sent to the server, the pre-stored target data list is displayed according to the bottom-of-pocket data. The bottom-of-pocket data is a composition structure of a data list written in the client code and is used for displaying the data list pre-stored in the code when the target data list viewing instruction cannot be sent to the server, for example, under the condition of network disconnection; the pre-stored data list comprises a pre-stored data list composition structure and pre-stored target data information.
According to the technical scheme of the embodiment, when the target data list viewing instruction is obtained, the instruction is sent to the server, and the target data list issued by the server is displayed, so that the composition structure of the data list and the dynamic display of the target data information are realized, the complicated process that a user can only obtain the changed composition structure of the data list through upgrading the client is avoided, the flexibility of displaying the data list is improved, and the code amount in the client is reduced.
Specific application scenario one
Fig. 2B is a data flow chart of a method for displaying a data list in a first specific application scenario of the present disclosure, where the method specifically includes:
a client acquires a target data list viewing instruction; the client sends a target data list viewing instruction to the server; when a server acquires a data list viewing instruction sent by a client, analyzing the data list viewing instruction; the server checks the instruction according to the analyzed data list, and obtains a corresponding data list template and target data information; the server generates a target data list according to the data list template and the target data information; the server sends the target data list to the client; and when the client receives the target data list returned by the server, displaying the target data list.
According to the technical scheme of the embodiment, the server acquires the data list template and the target data information according to the data list viewing instruction, and fills the target data information into the data list template to generate the target data list, so that the dynamic adjustment of the data list composition structure is realized, the tedious process that the changed data list composition structure can only be acquired by upgrading the client is avoided, the display flexibility of the data list is improved, the effective control of the data list is ensured, meanwhile, when the client acquires the target data list viewing instruction, the instruction is sent to the server, the target data list issued by the server is displayed, the dynamic display of the data list composition structure and the target data information is realized, the display flexibility of the data list is increased, and the code amount in the client is reduced.
EXAMPLE III
Fig. 3 is a block diagram of a structure of a device for displaying a data list according to a third embodiment of the present disclosure, which specifically includes: an instruction parsing module 310, a target data information and template obtaining module 320 and a target data list generating module 330.
The instruction analysis module 310 is configured to analyze a data list viewing instruction sent by a client when the data list viewing instruction is obtained;
a target data information and template obtaining module 320, configured to obtain a corresponding data list template and target data information according to the analyzed data list viewing instruction;
and the target data list generating module 330 is configured to generate a target data list according to the data list template and the target data information, and send the target data list to a client, so that the client displays the target data list.
According to the technical scheme of the embodiment, the data list template and the target data information are obtained according to the data list viewing instruction, and the target data information is filled in the data list template to generate the target data list, so that the dynamic adjustment of the data list composition structure is realized, the complicated process that the changed data list composition structure can only be obtained by upgrading the client is avoided, the display flexibility of the data list is improved, and the effective control of the data list is ensured.
Optionally, on the basis of the above technical solution, the target data list generating module 330 specifically includes:
the section structure acquisition unit is used for acquiring the section structures in the data list template and the composition items of the section structures;
and the target data information filling unit is used for filling the composition items of the node structure according to the acquired target data information so as to acquire a filled target data list.
Optionally, on the basis of the above technical solution, the component item includes at least one of a jump link, an icon, a title, a description, a red dot identifier, and a lower-level identifier.
Optionally, on the basis of the above technical scheme, the data list template is configured according to a preset rule.
The device can execute the display method of the data list provided by the first embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided in the first embodiment of the present disclosure.
Example four
Fig. 4 is a block diagram of a structure of a device for displaying a data list according to a fourth embodiment of the present disclosure, which specifically includes: an instruction sending module 410 and a target data list presentation module 420.
The instruction sending module 410 is configured to, when a target data list viewing instruction is obtained, send the target data list viewing instruction to a server, so that the server configures a target data list according to a data list template;
and a target data list displaying module 420, configured to display the target data list when the target data list returned by the server is received.
According to the technical scheme of the embodiment, when the target data list viewing instruction is obtained, the instruction is sent to the server, and the target data list issued by the server is displayed, so that the composition structure of the data list and the dynamic display of the target data information are realized, the complicated process that a user can only obtain the changed composition structure of the data list through upgrading the client is avoided, the flexibility of displaying the data list is improved, and the code amount in the client is reduced.
Optionally, on the basis of the foregoing technical solution, the target data list display module 420 is further configured to:
and if the target data list viewing instruction cannot be sent to the server, displaying a pre-stored target data list according to the bottom-of-pocket data.
The device can execute the display method of the data list provided by the second embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided in the second embodiment of the present disclosure.
EXAMPLE five
Fig. 5 shows a schematic structural diagram of an electronic device (e.g., the terminal device or the server in fig. 1) 500 suitable for implementing an embodiment of the present disclosure. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 5, electronic device 500 may include a processing means (e.g., central processing unit, graphics processor, etc.) 501 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage means 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the electronic apparatus 500 are also stored. The processing device 501, the ROM 502, and the RAM 503 are connected to each other through a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
Generally, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; output devices 507 including, for example, a Liquid Crystal Display (LCD), speakers, vibrators, and the like; storage devices 508 including, for example, magnetic tape, hard disk, etc.; and a communication device 509. The communication means 509 may allow the electronic device 500 to communicate with other devices wirelessly or by wire to exchange data. While fig. 5 illustrates an electronic device 500 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 509, or installed from the storage means 508, or installed from the ROM 502. The computer program performs the above-described functions defined in the methods of the embodiments of the present disclosure when executed by the processing device 501.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. 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 of the computer readable storage medium may include, but are not limited to: 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 present disclosure, 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. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either 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: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText transfer protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: when a data list viewing instruction sent by a client is acquired, analyzing the data list viewing instruction; according to the analyzed data list viewing instruction, acquiring a corresponding data list template and target data information; and generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client displays the target data list.
Or when a target data list viewing instruction is acquired, sending the target data list viewing instruction to a server so that the server configures a target data list according to a data list template; and when the target data list returned by the server is received, displaying the target data list.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, 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).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present disclosure may be implemented by software or hardware. The name of the module does not, in some cases, form a limitation on the module itself, for example, the target data information and template obtaining module may be described as "a module for obtaining a corresponding data list template and target data information according to the parsed data list viewing instruction".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on 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.
According to one or more embodiments of the present disclosure, [ example 1 ] there is provided a presentation method of a data list, including:
when a data list viewing instruction sent by a client is acquired, analyzing the data list viewing instruction;
according to the analyzed data list viewing instruction, acquiring a corresponding data list template and target data information;
and generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client displays the target data list.
In accordance with one or more embodiments of the present disclosure, [ example 2 ] there is provided the method of example 1, further comprising:
acquiring a section structure in the data list template and composition items of the section structure;
and filling the composition items of the node structure according to the acquired target data information so as to acquire a filled target data list.
In accordance with one or more embodiments of the present disclosure, [ example 3 ] there is provided the method of example 2, further comprising:
the composition item includes at least one of a jump link, an icon, a title, a description, a red dot identifier, and a lower level identifier.
According to one or more embodiments of the present disclosure, [ example 4 ] there is provided the method of any one of examples 1-3, further comprising:
the data list template is configured according to preset rules.
According to one or more embodiments of the present disclosure, [ example 5 ] there is provided a presentation method of a data list, including:
when a target data list viewing instruction is acquired, sending the target data list viewing instruction to a server so that the server configures a target data list according to a data list template;
and when the target data list returned by the server is received, displaying the target data list.
According to one or more embodiments of the present disclosure, [ example 6 ] there is provided the method of example 5, further comprising:
and if the target data list viewing instruction cannot be sent to the server, displaying a pre-stored target data list according to the bottom-of-pocket data.
According to one or more embodiments of the present disclosure, [ example 7 ] there is provided a presentation apparatus of a data list, including:
the instruction analysis module is used for analyzing the data list viewing instruction when the data list viewing instruction sent by the client is obtained;
the target data information and template acquisition module is used for acquiring a corresponding data list template and target data information according to the analyzed data list viewing instruction;
and the target data list generating module is used for generating a target data list according to the data list template and the target data information and sending the target data list to a client so that the client can display the target data list.
According to one or more embodiments of the present disclosure, [ example 8 ] there is provided a presentation apparatus of a data list, including:
the instruction sending module is used for sending a target data list viewing instruction to a server when the target data list viewing instruction is obtained, so that the server configures a target data list according to a data list template;
and the target data list display module is used for displaying the target data list when receiving the target data list returned by the server.
According to one or more embodiments of the present disclosure, [ example 9 ] there is provided an electronic device comprising a memory, a processing apparatus, and a computer program stored on the memory and executable on the processing apparatus, wherein the processing apparatus implements the presentation method of the data list according to any one of examples 1 to 4 or implements the presentation method of the data list according to example 5 or 6 when executing the program.
According to one or more embodiments of the present disclosure, [ example 10 ] there is provided a storage medium containing computer-executable instructions which, when executed by a computer processor, are operable to perform the method of presenting a data list as in any one of examples 1-4, or the method of presenting a data list as in example 5 or 6.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A data list display method is applied to a server and is characterized by comprising the following steps:
when a data list viewing instruction sent by a client is acquired, analyzing the data list viewing instruction;
according to the analyzed data list viewing instruction, acquiring a corresponding data list template and target data information;
and generating a target data list according to the data list template and the target data information, and sending the target data list to a client so that the client displays the target data list.
2. The method of claim 1, wherein generating a target data list from the data list template and the target data information comprises:
acquiring a section structure in the data list template and composition items of the section structure;
and filling the composition items of the node structure according to the acquired target data information so as to acquire a filled target data list.
3. The method of claim 2, wherein the component items comprise at least one of jumped links, icons, titles, descriptions, red dot identifications and subordinate identifications.
4. The method according to any one of claims 1-3, wherein the data list template is configured according to a preset rule.
5. A data list display method is applied to a client side and is characterized by comprising the following steps:
when a target data list viewing instruction is acquired, sending the target data list viewing instruction to a server so that the server configures a target data list according to a data list template;
and when the target data list returned by the server is received, displaying the target data list.
6. The method of claim 5, wherein if the target data list viewing instruction cannot be sent to a server, displaying a pre-stored target data list according to the bottom-of-pocket data.
7. A device for displaying a data list, comprising:
the instruction analysis module is used for analyzing the data list viewing instruction when the data list viewing instruction sent by the client is obtained;
the target data information and template acquisition module is used for acquiring a corresponding data list template and target data information according to the analyzed data list viewing instruction;
and the target data list generating module is used for generating a target data list according to the data list template and the target data information and sending the target data list to a client so that the client can display the target data list.
8. A data list presenter apparatus comprising:
the instruction sending module is used for sending a target data list viewing instruction to a server when the target data list viewing instruction is obtained, so that the server configures a target data list according to a data list template;
and the target data list display module is used for displaying the target data list when receiving the target data list returned by the server.
9. An electronic device comprising a memory, a processing means and a computer program stored on the memory and executable on the processing means, characterized in that the processing means, when executing the program, implements a method of presenting a data list as claimed in any one of claims 1 to 4, or implements a method of presenting a data list as claimed in claim 5 or 6.
10. A storage medium containing computer-executable instructions for performing a method of presentation of a data list as claimed in any one of claims 1 to 4, or performing a method of presentation of a data list as claimed in claim 5 or 6, when executed by a computer processor.
CN201911082214.7A 2019-11-07 2019-11-07 Data list display method, device, equipment and storage medium Pending CN110837534A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911082214.7A CN110837534A (en) 2019-11-07 2019-11-07 Data list display method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911082214.7A CN110837534A (en) 2019-11-07 2019-11-07 Data list display method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110837534A true CN110837534A (en) 2020-02-25

Family

ID=69574624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911082214.7A Pending CN110837534A (en) 2019-11-07 2019-11-07 Data list display method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110837534A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111381993A (en) * 2020-03-12 2020-07-07 北京字节跳动网络技术有限公司 Data packet processing method and device and electronic equipment
CN112035568A (en) * 2020-09-04 2020-12-04 银川安翰互联网医院有限公司 Data list display method, client, server and system
CN114647685A (en) * 2022-03-28 2022-06-21 北京字节跳动网络技术有限公司 Data processing method, device, equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104685470A (en) * 2013-06-08 2015-06-03 苹果公司 Device and method for generating user interfaces from a template
CN106293311A (en) * 2015-05-26 2017-01-04 阿里巴巴集团控股有限公司 Page display method based on Mobile solution, client, server and platform
CN109542543A (en) * 2017-09-21 2019-03-29 腾讯科技(深圳)有限公司 Application page surface treatment method, apparatus, storage medium and computer equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104685470A (en) * 2013-06-08 2015-06-03 苹果公司 Device and method for generating user interfaces from a template
CN106293311A (en) * 2015-05-26 2017-01-04 阿里巴巴集团控股有限公司 Page display method based on Mobile solution, client, server and platform
CN109542543A (en) * 2017-09-21 2019-03-29 腾讯科技(深圳)有限公司 Application page surface treatment method, apparatus, storage medium and computer equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111381993A (en) * 2020-03-12 2020-07-07 北京字节跳动网络技术有限公司 Data packet processing method and device and electronic equipment
CN112035568A (en) * 2020-09-04 2020-12-04 银川安翰互联网医院有限公司 Data list display method, client, server and system
CN114647685A (en) * 2022-03-28 2022-06-21 北京字节跳动网络技术有限公司 Data processing method, device, equipment and medium
CN114647685B (en) * 2022-03-28 2024-04-12 北京字节跳动网络技术有限公司 Data processing method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN110378743B (en) Application invitation method, terminal device, server and medium
CN110209315B (en) Method and device for displaying characters in user interface, electronic equipment and storage medium
CN111163324B (en) Information processing method and device and electronic equipment
CN112311656B (en) Message aggregation and display method and device, electronic equipment and computer readable medium
CN111246228B (en) Method, device, medium and electronic equipment for updating gift resources of live broadcast room
CN111459364B (en) Icon updating method and device and electronic equipment
CN110837534A (en) Data list display method, device, equipment and storage medium
CN111930534A (en) Data calling method and device and electronic equipment
CN110658960A (en) Message processing method and device and electronic equipment
CN110781432A (en) Page jump method and device, electronic equipment and computer readable storage medium
CN110633126A (en) Information display method and device and electronic equipment
CN110781373A (en) List updating method and device, readable medium and electronic equipment
US11809690B2 (en) Human-computer interaction method and apparatus, and electronic device
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN110489621B (en) Method, device, medium and electronic equipment for dynamically adjusting route
CN110618768B (en) Information presentation method and device
CN111694629A (en) Information display method and device and electronic equipment
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN110619101B (en) Method and apparatus for processing information
CN111756953A (en) Video processing method, device, equipment and computer readable medium
CN113126985B (en) Method, apparatus, electronic device and computer readable medium for page rendering
CN111212296B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN111259287B (en) Page content display method and device, electronic equipment and storage medium
CN114428925A (en) Page rendering method and device, electronic equipment and computer readable medium
CN113296771A (en) Page display method, device, equipment and computer readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination