CN108388466B - Information display method and device - Google Patents

Information display method and device Download PDF

Info

Publication number
CN108388466B
CN108388466B CN201810220060.2A CN201810220060A CN108388466B CN 108388466 B CN108388466 B CN 108388466B CN 201810220060 A CN201810220060 A CN 201810220060A CN 108388466 B CN108388466 B CN 108388466B
Authority
CN
China
Prior art keywords
information
level
data
information elements
style
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.)
Active
Application number
CN201810220060.2A
Other languages
Chinese (zh)
Other versions
CN108388466A (en
Inventor
杨考
颜佳丽
刘洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xingxuan Technology Co Ltd
Original Assignee
Beijing Xingxuan 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 Xingxuan Technology Co Ltd filed Critical Beijing Xingxuan Technology Co Ltd
Priority to CN201810220060.2A priority Critical patent/CN108388466B/en
Publication of CN108388466A publication Critical patent/CN108388466A/en
Application granted granted Critical
Publication of CN108388466B publication Critical patent/CN108388466B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (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 provides a method and a device for displaying information, and relates to the field of data processing and information processing. The information display method comprises the following steps: determining multi-level information elements of information to be displayed according to an information display template, wherein the multi-level information elements comprise basic data and multi-level patterns from bottom to top; and combining the information elements and displaying the information based on the multi-level information elements. The technical scheme provided by the embodiment of the invention is beneficial to improving the information organization, maintenance and updating efficiency.

Description

Information display method and device
Technical Field
The embodiment of the invention relates to the field of data processing and information processing, in particular to an information display method and device.
Background
With the rapid development of the internet industry, the technology is rapidly advanced, and the universal, efficient and diversified display requirements can achieve the effect of getting twice the result with half the effort.
However, in terms of information presentation, the prior art is a customized method, and taking the prior page presentation technology as an example, most of the information to be presented is designed and arranged in a centralized manner, only a simple, flat and single nesting method is supported, and the method is not suitable for complex logic or deep data fusion processing, and is difficult to cope with upgrading changes of requirements. For example, when information to be displayed is updated, large-scale redesign is usually required, and labor cost and time cost are high.
Disclosure of Invention
The embodiment of the invention provides an information display method, a data structure and a device, which are beneficial to realizing efficient combination of data and patterns so as to display information, and are also beneficial to updating in a targeted manner, and the maintenance efficiency and the updating efficiency are improved.
In a first aspect, an embodiment of the present invention provides a data structure for information presentation, including:
a multi-level information element;
wherein the multi-level information elements comprise, from bottom to top: base data, and, multi-level styles;
wherein the underlying style comprises a style of the base data of a single dimension, and/or a combined style of the base data of at least two dimensions;
wherein an upper layer style is a combination style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
In a second aspect, an embodiment of the present invention provides an information displaying method, including:
determining a multi-level information element of information to be displayed according to an information display template, wherein the multi-level information element comprises from bottom to top: base data, and, multi-level styles;
and combining the information elements and displaying the information based on the multi-level information elements.
In a third aspect, an embodiment of the present invention provides an information displaying apparatus, including
An information element determining module, configured to determine, according to an information display template, a multi-level information element of information to be displayed, where the multi-level information element includes, from bottom to top: base data, and, multi-level styles;
and the information display module is used for combining the information elements and displaying the information based on the multi-level information elements.
In a fourth aspect, an embodiment of the present invention provides an information updating method, including:
decomposing original information containing multi-level information elements to a specified information element level to obtain information elements forming the original information, wherein the multi-level information elements comprise from bottom to top: base data, and, multi-level styles;
re-assembling the information elements of the original information based on the manner of assembly of the updated information element hierarchy, or,
updating the information elements constituting the original information and combining the updated information elements based on the combination of the updated information element hierarchy, or,
and updating the information elements forming the original information, and combining the updated information elements based on the combination mode of the hierarchy of the original information elements.
In a fifth aspect, an embodiment of the present invention provides an information updating apparatus, where the apparatus includes:
a parsing module, configured to parse original information including multi-level information elements to a specified information element level to obtain information elements constituting the original information, where the multi-level information elements include, from bottom to top: base data, and, multi-level styles;
a first assembling module for reassembling information elements of the original information based on a manner of assembly of updated information element hierarchies, or,
a second assembling module for updating the information elements constituting the original information and assembling the updated information elements based on a combination of the updated information element levels, or,
and the third assembling module is used for updating the information elements forming the original information and assembling the updated information elements based on the combination mode of the original information element hierarchy.
In a sixth aspect, an embodiment of the present invention provides an electronic device, including:
one or more memories for storing one or more computer instructions;
one or more processors for invoking and executing the one or more computer instructions to implement the exposure method or the update method as described above.
In a seventh aspect, an embodiment of the present invention provides a computer storage medium storing one or more computer instructions, where the one or more computer instructions, when executed, implement the display method or the update method as described above.
The embodiment of the invention is beneficial to improving the information organization, maintenance and updating efficiency.
These and other aspects of the invention are apparent from and will be elucidated with reference to the embodiments described hereinafter.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 shows a schematic diagram of a data structure according to one embodiment of the invention;
FIG. 2 shows a schematic diagram of multi-level data according to one embodiment of the invention;
FIG. 3A shows a schematic diagram of a structure containing multi-level information elements, according to one embodiment of the invention;
FIG. 3B illustrates a relational diagram of nested data, base styles, according to one embodiment of the invention;
FIG. 3C illustrates a diagram of application data assembly versus base styles, according to one embodiment of the present invention;
FIG. 3D illustrates a relational diagram of complete data versus application data assembly, according to one embodiment of the invention;
FIG. 4 is a flow chart illustrating an information presentation method according to an embodiment of the present invention;
FIG. 5 is a flow chart illustrating an information updating method according to an embodiment of the present invention;
FIG. 6 shows a block diagram of a display apparatus according to an embodiment of the invention;
FIG. 7 shows a block diagram of an update apparatus according to an embodiment of the invention;
FIG. 8 shows a block diagram of an electronic device according to an embodiment of the invention;
FIG. 9 shows a schematic diagram of an electronic contract and its multi-level information elements, according to an embodiment of the invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention.
In some of the flows described in the present specification and claims and in the above figures, a number of operations are included that occur in a particular order, but it should be clearly understood that these operations may be performed out of order or in parallel as they occur herein, with the order of the operations being indicated as 101, 102, etc. merely to distinguish between the various operations, and the order of the operations by themselves does not represent any order of performance. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel. It should be noted that, the descriptions of "first", "second", etc. in this document are used for distinguishing different messages, devices, modules, etc., and do not represent a sequential order, nor limit the types of "first" and "second" to be different.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other examples obtained based on the examples in the present invention are within the scope of the present invention.
FIG. 1 is a schematic diagram of a data structure suitable for presentation of information, according to one embodiment of the present invention. Referring to fig. 1, the present embodiment provides a data structure including multi-level information elements including data and styles. Wherein the multi-level information elements comprise base data A1 and a multi-level style A2 from bottom to top, and the multi-level style A2 comprises style levels A21, A22 … … A2n from bottom to top. Wherein "bottom-up" reflects the combination/assembly relationship of data and styles and the combination/assembly relationship of styles and styles.
In this embodiment, the information includes data information and style information, the "basic data" is used to carry the data information in the presentation information, and the "style" carries the style information in the presentation information.
It should be noted that the "multi-level pattern" in the present embodiment is at least a two-level pattern, for example, three-level, four-level, five-level, and the like. Accordingly, a "multi-level information element" is at least three layers of information elements. The basic data in this embodiment is multi-dimensional data, and this embodiment does not limit the specific number of dimensions, nor the number of styles of each level, for example, the number of bottom-layer styles.
It should be noted that, in this embodiment, the "top layer" and the "bottom layer" refer to end points, and the "upper layer", the "lower layer" and the "lower layer" are relative terms, and the "lower layer" is adjacent to the "upper layer", and any layer below the upper layer can be understood as the "lower layer of the upper layer".
In the present embodiment, referring to fig. 1, the top layer style of the multi-level style A2 is A2n, the bottom layer style is a21, and the bottom layer style a21 includes a style of base data of a single dimension and/or a combined style of base data of at least two dimensions. In other words, any one of the underlying styles a21, which may be defined as base data for populating a single dimension, may also be defined as base data for populating at least two dimensions.
In the present embodiment, referring to fig. 1, an upper-level style a23 in a multi-level style a2 is a combination style of its subordinate-level information elements, and its subordinate-level information elements include a lower-level style a22 of an upper-level style a 23. Referring to fig. 1, in the example of the above layer style a23, style a22, style a21, and base data a1 are all subordinate levels of the upper layer style a 23. In this embodiment, the upper layer pattern a23 may include any one or more of the following combinations: a combination pattern of a plurality of patterns a22, a combination pattern of one or a plurality of patterns a22 and one or a plurality of patterns a21, a combination pattern of one or a plurality of patterns a22 and one or a plurality of pieces of basic data, a combination pattern of one or a plurality of patterns a22 and one or a plurality of patterns a21 and one or a plurality of pieces of basic data. Other levels of style are analogized.
In this embodiment, the basic data is created to realize the abstraction of the underlying data, the same type of data can be abstracted into one type, and different types of data can be abstracted into another type, so that the multi-dimensional division is realized. The basic data realizes differentiated data processing, is beneficial to different types of data expansion, and can support rich styles.
In the present embodiment, the style is an assembly of data, an assembly of data and style, and an assembly of style and style. Uniqueness can be set for each style so as to automatically complete assembly, disassembly and upgrading of the styles.
By adopting the data structure provided by the embodiment, the method is not only beneficial to realizing efficient combination of data and patterns during information display so as to display information, but also beneficial to updating (including adding, deleting and changing) pertinently (for example, aiming at a certain layer of pattern or certain basic data), and the maintenance efficiency and the updating efficiency are improved.
Optionally, in an implementation manner of this embodiment, the basic data of at least one dimension includes static data and dynamic data. The static data content is fixed, and the dynamic data is content configurable data.
Optionally, in an implementation manner of this embodiment, the base data of at least one dimension is top-level data in a multi-level data structure. In other words, the underlying data may be data based on a multi-level data structure. FIG. 2 is a diagram illustrating multi-level data according to an embodiment of the present invention. As shown in fig. 2, similar to the multi-hierarchy style shown in fig. 1, the data may also be divided into a plurality of hierarchies D1, D2, D3 … … Dn. Wherein, the bottom layer data D1 defines the minimum unit of data composition; upper layer data, e.g., D2, is then composed of two or more lower layer data, D1; the upper layer data, e.g., D3, is composed of two or more bottom layer data D2, or one or more D2 and one or more D1; the top level data Dn is used as base data for at least one dimension in the present embodiment.
Optionally, in an implementation manner of this embodiment, taking information presentation in an application program (APP) as an example, fig. 3A illustrates a structural diagram containing a multi-level information element according to an embodiment of the present invention. Referring to fig. 3A, a multi-level information element includes nested data, basic data, a basic style, application data assembly, and complete data in sequence from bottom to top.
In this implementation, the base data is used to implement the differentiation of the data. As shown in FIG. 3B, at least one base data may be composed of nested data, and the nested data may continue to be nested. The nesting data is used for realizing the differentiation of nesting levels. The basic pattern is globally unique, and a pattern of single-dimension basic data or a combined pattern of multi-dimension basic data is defined, so that the basic data can be filled into the basic pattern according to the basic data corresponding to the basic pattern. Basic patterns include, for example: location of underlying data, presentation (e.g., drop-down box), etc.
In this implementation, as shown in FIG. 3C, application data assembly defines a combined style of different base styles. Furthermore, the application data assembly may also define a combination style of the base style and the base data. That is, the application data assembly may be regarded as an upper layer style of the basic style.
As shown in fig. 3D, the complete data may be an application data assembly, in which case the information to be presented is the application data assembly. The complete data may also be an assembly of a plurality of application data assemblies, in which case the information to be presented is the assembly of the plurality of application data assemblies. The complete data specifically contains how many application data assemblies, which can be flexibly set.
Fig. 4 is a schematic flow chart illustrating an information displaying method according to an embodiment of the present invention, where information displayed by the information displaying method adopts the data structure provided in the foregoing embodiment of the present invention. Referring to fig. 4, the method includes:
400: and determining multi-level information elements of the information to be displayed according to the information display template, wherein the multi-level information elements comprise basic data and multi-level styles from bottom to top.
The information display template defines multi-level information elements of information to be displayed, and comprises information element levels and combination relations among the information elements of different levels. More specifically, an upper layer style, a subordinate level style required for the upper layer style, basic data required for assembly of the lower layer style, and the like are defined. Illustratively, such a definition may be determined by a relationship between identifiers used to uniquely identify the pattern and underlying data.
In one practical application, a variety of information presentation templates may be developed. The process 400 may be performed according to the information presentation template selected therefrom, i.e., the designated template.
402: and combining the information elements and displaying the information based on the multi-level information elements.
Optionally, in an implementation manner of this embodiment, the process 402 is implemented by: and filling basic data and combining the styles and the styles according to the multi-level styles and the basic data in the multi-level information elements. The filling of the base data refers to the filling of the base data into a pattern which refers to the base data, and the combination of the pattern and the pattern can be understood as the filling of the pattern into an upper layer pattern which refers to the pattern.
By adopting the method provided by the embodiment, the loading and displaying of the multi-dimensional data can be efficiently realized.
Fig. 5 is a schematic flow chart illustrating an information updating method according to an embodiment of the present invention, where the information to which the updating method is applied adopts the data structure provided in the foregoing embodiment of the present invention. Referring to fig. 5, the method includes:
500: and disassembling the original information containing the multi-level information elements to a specified information element level to obtain the information elements forming the original information.
The original information is the information that needs to be updated, and the data structure provided by the foregoing embodiment of the present invention is adopted. Since the data structure includes multiple information elements from bottom to top, in this embodiment, the original information can be disassembled into any information element level. Wherein the specified information element hierarchy may be based on the update content. For example, if the updated content relates to basic data, the original information is disassembled to the layer of the basic data, and then the original information is recombined based on the updated basic data; for another example, if the updated content relates to style a23, the original information is disassembled to the level of style a23 and then reassembled according to the updated style a 23.
502: reassembling the information elements of the original information based on a combination of updated information element hierarchies. For example, process 502 is employed when the update content does not involve the data and the style itself, but only in a combined manner at the information element level.
504: and updating the information elements forming the original information, and combining the updated information elements based on the combination mode of the updated information element hierarchy. For example, when the update content relates to the information element itself and to a combination of information element hierarchies, the update is performed using process 504.
506: and updating the information elements forming the original information, and combining the updated information elements based on the combination mode of the hierarchy of the original information elements. For example, when the update content relates to the information element itself and not to a combination of information element hierarchies, the update is performed using process 506.
By adopting the method provided by the embodiment, the original information is disassembled and reassembled based on the updated content, so that the information can be updated simply, quickly and efficiently.
Optionally, in an implementation manner of this embodiment, the process 500 is implemented in the following manner: and disassembling the original information to the appointed information element level layer by layer based on the dividing and combining mode of the information element level of the original information.
Fig. 6 is a schematic structural diagram of a display device according to an embodiment of the present invention, which is used for displaying information of a data mechanism provided by the foregoing embodiment of the present invention. Referring to fig. 6, the presentation apparatus includes an information element determination module 60 and an information presentation module 62. The details will be described below.
In this embodiment, the information element determining module 60 is configured to determine a multi-level information element of the information to be displayed according to the information display template. The information display template defines multi-level information elements of information to be displayed, and comprises information element levels and combination relations among the information elements of different levels. More specifically, an upper layer style, a subordinate level style required for the upper layer style, basic data required for assembly of the lower layer style, and the like are defined. Illustratively, such a definition may be determined by a relationship between identifiers used to uniquely identify the pattern and underlying data.
In this embodiment, the information presentation module 62 is configured to perform information presentation and combination of information elements based on the multi-level information elements.
Optionally, in an implementation manner of this embodiment, as shown by a dashed box in fig. 6, the information display module 62 includes: and the combination submodule is used for filling basic data and combining the styles and the styles according to the multi-level styles and the basic data in the multi-level information elements.
By adopting the display device provided by the embodiment, the loading and display of the multi-dimensional data can be efficiently realized.
Fig. 7 shows a block diagram of an updating apparatus according to an embodiment of the present invention, which employs the data structure provided by the foregoing embodiment of the present invention for the information. Referring to fig. 7, the apparatus includes any one or more of a first assembly module 72, a second assembly module 74, and a third assembly module 76 in addition to the disassembly module 70. The details will be described below.
In this embodiment, the parsing module 70 is configured to parse original information including multiple levels of information elements to a specified information element level, so as to obtain information elements constituting the original information.
The original information is the information that needs to be updated, and the data structure provided by the foregoing embodiment of the present invention is adopted. Since the data structure includes multiple information elements from bottom to top, in this embodiment, the original information can be disassembled into any information element level. Wherein the specified information element hierarchy may be based on the update content. For example, if the updated content relates to basic data, the original information is disassembled to the layer of the basic data, and then the original information is recombined based on the updated basic data; for another example, if the updated content relates to style a23, the original information is disassembled to the level of style a23 and then reassembled according to the updated style a 23.
In this embodiment, the first assembling module 72 is configured to reassemble the information elements of the original information based on the updated information element hierarchy. For example, the first organizing module 72 performs its processing when the update contents do not relate to data and styles themselves, but only in a combination manner of information element hierarchy.
In this embodiment, the second assembling module 74 is configured to update the information elements constituting the original information, and assemble the updated information elements based on a combination manner of the updated information element hierarchy. For example, the second group performs its processing at block 74 when the update relates to the information element itself and to the manner of composition of the hierarchy of information elements.
In this embodiment, the third assembling module 76 is configured to update the information elements constituting the original information, and combine the updated information elements based on a combination manner of the original information element hierarchy. For example, the third assembling module 76 performs its processing when the update contents relate to the information elements themselves and not to the combination of the information element hierarchies.
By adopting the updating device provided by the embodiment, the original information is disassembled and reassembled based on the updated content, so that the information can be updated simply, quickly and efficiently.
Embodiments of the present invention further provide a computer storage medium, which stores one or more computer instructions, where the one or more computer instructions, when executed, implement the information displaying method or the updating method provided in the foregoing embodiments of the present invention.
FIG. 8 shows a block diagram of an electronic device according to an embodiment of the invention. Referring to fig. 8, the electronic device includes one or more memories 80 and one or more processors 82. The one or more memories 80 are configured to store one or more computer instructions, and the one or more processors 82 are configured to call and execute the one or more computer instructions to implement the information presentation method or the update method provided by the foregoing embodiments of the present invention.
Optionally, in an implementation manner of this embodiment, as shown by a dashed box in the figure, the electronic device may further include an input/output interface for implementing data communication.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
[ an example of practical application ]
The data structure, the method and the device provided by various embodiments of the invention can be applied to the field of information display, for example, in the aspects of page display, electronic contract and the like, and can realize accurate switching of interface data through configuration of a background under the condition of not updating application. Taking the electronic contract as an example, refer to fig. 9, wherein the thick solid line, the thick dotted line, the arrow, the curve and the reference numeral are used for explanation. In this example, the electronic contract includes four layers of information elements. Da-Dd belongs to basic data; a21a, a21b, a21c and a21d belong to the bottom layer pattern; a22a is a combination style of a21c and base data, which is an upper style of a lower style; the pattern exhibited by the combination of a21a, a21b, a21d, and a22a is the top-level pattern. Taking the pattern a22a as an example, the pattern a21c includes the base data Da, Db, Dc, and Dd, and the pattern a22a itself includes the base data De and Df.
A contract is a complete data sheet. For example, when the electronic contract is disassembled, a first-stage component, that is, a style, can be disassembled and a second-stage component, that is, basic data can be disassembled. For example, the overall contract is disassembled to obtain the patterns a21a, a21b, a21d and a22a, the pattern a22a is disassembled to obtain the pattern a21c and the basic data De and Df, and the patterns a21a, a21b, a21c and a21d are disassembled to obtain the corresponding basic data. Wherein the first level component comprises a multi-level style.
When the electronic contract is updated, the electronic contract may be updated according to the updating method provided in the foregoing embodiment of the present invention, which is not described herein again. In addition, due to the adoption of multi-dimensional basic data and multi-level information elements, the extraction of specified data or patterns, the comparison between different electronic contracts, the multiplexing of basic data and patterns and the like can be realized.
By adopting various embodiments and applications of the invention, based on the multi-dimensional basic data and the data structure of multi-level information elements, the data organization, maintenance and updating efficiency can be effectively improved, and the invention has positive effects in the aspect of information display. Illustratively, some or all of the embodiments of the invention have the advantages shown in the following table, relative to the prior art:
Figure BDA0001599376600000111
in general, some or all of the embodiments of the present invention are advantageous to achieve the following effects: assembling and disassembling multidimensional data; automatic loading of multi-dimensional data; flexible style combination and use; the method is universal, simple and efficient in display processing process.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.
The invention discloses A1. an information display method, which comprises the following steps:
determining multi-level information elements of information to be displayed according to an information display template, wherein the multi-level information elements comprise basic data and multi-level patterns from bottom to top;
and combining the information elements and displaying the information based on the multi-level information elements.
A2. The method as set forth in a1,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
A3. The method as set forth in a1,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
A4. The method as set forth in a1,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
A5. The method of a1, the base data for at least one dimension comprising:
static data with fixed content; and
dynamic data whose contents are configurable.
A6. The method of any of a1-a5, the combining of information elements based on the multi-level information elements, comprising:
and filling basic data and combining the styles and the styles according to the multi-level styles and the basic data.
B7. An information presentation device, the device comprising:
the information element determining module is used for determining multi-level information elements of the information to be displayed according to the information display template, wherein the multi-level information elements comprise basic data and multi-level styles from bottom to top;
and the information display module is used for combining the information elements and displaying the information based on the multi-level information elements.
B8. The apparatus as set forth in claim B7,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
B9. The apparatus as set forth in claim B7,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
B10. The apparatus as set forth in claim B7,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
B11. The apparatus of B7, the base data for at least one dimension comprising:
static data with fixed content; and
dynamic data whose contents are configurable.
B12. The apparatus of any one of B7-B11, the information presentation module comprising:
and the combination submodule is used for filling basic data and combining the patterns according to the multi-level patterns and the basic data.
C13. An information updating method, the method comprising:
decomposing original information containing multi-level information elements to a specified information element level to obtain information elements forming the original information, wherein the multi-level information elements comprise basic data and multi-level styles from bottom to top;
re-assembling the information elements of the original information based on the manner of assembly of the updated information element hierarchy, or,
updating the information elements constituting the original information and combining the updated information elements based on the combination of the updated information element hierarchy, or,
and updating the information elements forming the original information, and combining the updated information elements based on the combination mode of the hierarchy of the original information elements.
C14. The method as set forth in claim C13,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
C15. The method as set forth in claim C13,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
C16. The method as set forth in claim C13,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
C17. The method of C13, the base data for at least one dimension comprising:
static data with fixed content; and
dynamic data whose contents are configurable.
C18. The method of any of C13-C17, the disaggregating original information containing multi-level information elements to a specified information element level, comprising:
and disassembling the original information to the appointed information element level layer by layer based on the dividing and combining mode of the information element level of the original information.
D19. An information updating apparatus, the apparatus comprising:
the disassembling module is used for disassembling original information containing multi-level information elements to a specified information element level to obtain the information elements forming the original information;
a first assembling module for reassembling information elements of the original information based on a manner of assembly of updated information element hierarchies, or,
a second assembling module for updating the information elements constituting the original information and assembling the updated information elements based on a combination of the updated information element levels, or,
and the third assembling module is used for updating the information elements forming the original information and assembling the updated information elements based on the combination mode of the original information element hierarchy.
D20. The apparatus as set forth in D19 wherein,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
D21. The apparatus as set forth in D19 wherein,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
D22. The apparatus as set forth in D19 wherein,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
D23. The apparatus of D19, the base data for at least one dimension comprising:
static data with fixed content; and
dynamic data whose contents are configurable.
D24. The apparatus of any one of D19-D23, the deconsolidation module being configured to:
and disassembling the original information to the appointed information element level layer by layer based on the dividing and combining mode of the information element level of the original information.
E25. An electronic device, comprising:
one or more memories for storing one or more computer instructions;
one or more processors to invoke and execute the one or more computer instructions to implement the method as any one of A1-A6 or C13-C18.
F26. A computer storage medium storing one or more computer instructions that, when executed, implement a method as any one of a1-a6 or C13-C18.

Claims (20)

1. An information presentation method, the method comprising:
determining multi-level information elements of information to be displayed according to an information display template, wherein the multi-level information elements comprise basic data and multi-level patterns from bottom to top;
combining information elements and displaying information based on the multi-level information elements; wherein
The combining of information elements based on the multi-level information elements comprises:
and filling basic data and combining the styles and the styles according to the multi-level styles and the basic data.
2. The method of claim 1,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
3. The method of claim 1,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
4. The method of claim 1,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
5. The method of claim 1, wherein the base data for at least one dimension comprises:
static data with fixed content; and
dynamic data whose contents are configurable.
6. An information presentation device, the device comprising:
the information element determining module is used for determining multi-level information elements of the information to be displayed according to the information display template, wherein the multi-level information elements comprise basic data and multi-level styles from bottom to top;
the information display module is used for combining the information elements and displaying the information based on the multi-level information elements; wherein
The information display module comprises:
and the combination submodule is used for filling basic data and combining the patterns according to the multi-level patterns and the basic data.
7. The apparatus of claim 6,
the base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions.
8. The apparatus of claim 6,
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style.
9. The apparatus of claim 6,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
10. The apparatus of claim 6, wherein the base data for at least one dimension comprises:
static data with fixed content; and
dynamic data whose contents are configurable.
11. An information updating method, characterized in that the method comprises:
decomposing original information containing multi-level information elements to a specified information element level to obtain information elements forming the original information, wherein the multi-level information elements comprise basic data and multi-level styles from bottom to top; wherein
The base layer styles of the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions;
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style;
re-assembling the information elements of the original information based on the manner of assembly of the updated information element hierarchy, or,
updating the information elements constituting the original information and combining the updated information elements based on the combination of the updated information element hierarchy, or,
and updating the information elements forming the original information, and combining the updated information elements based on the combination mode of the hierarchy of the original information elements.
12. The method of claim 11,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
13. The method of claim 11, wherein the base data for at least one dimension comprises:
static data with fixed content; and
dynamic data whose contents are configurable.
14. The method according to any of claims 11-13, wherein said deconstructing original information containing multi-level information elements to a specified information element level comprises:
and disassembling the original information to the appointed information element level layer by layer based on the dividing and combining mode of the information element level of the original information.
15. An information updating apparatus, characterized in that the apparatus comprises:
the disassembling module is used for disassembling original information containing multi-level information elements to a specified information element level to obtain the information elements forming the original information; wherein
The base layer styles among the multi-level styles include: a pattern of base data of a single dimension, and/or a combined pattern of base data of at least two dimensions;
an upper layer style in the multi-layer style is a combined style of its subordinate level information elements, and the subordinate level information elements include a lower layer style of the upper layer style;
a first assembling module for reassembling information elements of the original information based on a manner of assembly of updated information element hierarchies, or,
a second assembling module for updating the information elements constituting the original information and assembling the updated information elements based on a combination of the updated information element levels, or,
and the third assembling module is used for updating the information elements forming the original information and assembling the updated information elements based on the combination mode of the original information element hierarchy.
16. The apparatus of claim 15,
the basic data of at least one dimension is top-level data in the multi-level data;
in the multi-level data, the upper layer data is combined by the data of the subordinate level.
17. The apparatus of claim 15, wherein the base data for at least one dimension comprises:
static data with fixed content; and
dynamic data whose contents are configurable.
18. The apparatus according to any one of claims 15 to 17, wherein the deconsolidation module is specifically configured to:
and disassembling the original information to the appointed information element level layer by layer based on the dividing and combining mode of the information element level of the original information.
19. An electronic device, comprising:
one or more memories for storing one or more computer instructions;
one or more processors to invoke and execute the one or more computer instructions to implement the method of any one of claims 1-5 or 11-14.
20. A computer storage medium having stored thereon one or more computer instructions which, when executed, implement the method of any one of claims 1-5 or 11-14.
CN201810220060.2A 2018-03-16 2018-03-16 Information display method and device Active CN108388466B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810220060.2A CN108388466B (en) 2018-03-16 2018-03-16 Information display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810220060.2A CN108388466B (en) 2018-03-16 2018-03-16 Information display method and device

Publications (2)

Publication Number Publication Date
CN108388466A CN108388466A (en) 2018-08-10
CN108388466B true CN108388466B (en) 2021-07-13

Family

ID=63068095

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810220060.2A Active CN108388466B (en) 2018-03-16 2018-03-16 Information display method and device

Country Status (1)

Country Link
CN (1) CN108388466B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111459600B (en) * 2020-04-07 2024-02-02 上海熙菱信息技术有限公司 Interaction method and system for single-page multi-dimensional penetrating scene visual display

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833674A (en) * 2010-03-31 2010-09-15 赵德勇 Method and system for integrating online modularized design and printing
CN103425741A (en) * 2013-07-16 2013-12-04 北京中科汇联信息技术有限公司 Information exhibiting method and device
CN105160615A (en) * 2015-09-08 2015-12-16 浙江浙大中控信息技术有限公司 Free retrieval case search engine system and searching method
CN105335119A (en) * 2014-08-11 2016-02-17 国家电网公司 Data display method and apparatus
CN105373567A (en) * 2014-09-01 2016-03-02 北京奇虎科技有限公司 Page generation method and client
CN105677346A (en) * 2016-01-04 2016-06-15 浪潮软件集团有限公司 Dynamic expansion method of web interface and server
CN106528068A (en) * 2015-09-15 2017-03-22 中国电信股份有限公司 Webpage content reconstruction method and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4813299B2 (en) * 2006-08-31 2011-11-09 日本電信電話株式会社 Service composition server, service composition system, program, and recording medium
CN101794280B (en) * 2010-03-11 2011-07-27 北京中科辅龙计算机技术股份有限公司 Form automatic generation method and system based on form template set

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833674A (en) * 2010-03-31 2010-09-15 赵德勇 Method and system for integrating online modularized design and printing
CN103425741A (en) * 2013-07-16 2013-12-04 北京中科汇联信息技术有限公司 Information exhibiting method and device
CN105335119A (en) * 2014-08-11 2016-02-17 国家电网公司 Data display method and apparatus
CN105373567A (en) * 2014-09-01 2016-03-02 北京奇虎科技有限公司 Page generation method and client
CN105160615A (en) * 2015-09-08 2015-12-16 浙江浙大中控信息技术有限公司 Free retrieval case search engine system and searching method
CN106528068A (en) * 2015-09-15 2017-03-22 中国电信股份有限公司 Webpage content reconstruction method and system
CN105677346A (en) * 2016-01-04 2016-06-15 浪潮软件集团有限公司 Dynamic expansion method of web interface and server

Also Published As

Publication number Publication date
CN108388466A (en) 2018-08-10

Similar Documents

Publication Publication Date Title
US20200257690A1 (en) Tiering with pluggable storage system for parallel query engines
US11068439B2 (en) Unsupervised method for enriching RDF data sources from denormalized data
US9372882B2 (en) Partitioning online databases
CN107515878B (en) Data index management method and device
CN102567312A (en) Machine translation method based on distributive parallel computation framework
CN112163048A (en) Method and device for realizing OLAP analysis based on ClickHouse
CN105447172A (en) Data processing method and system under Hadoop platform
CN105205154A (en) Data migration method and device
CN107646105B (en) Cloud computing infrastructure
CN111435347A (en) Efficient expansion method and system for relational table in database
CN103034541A (en) Distributing type information system and equipment and method thereof
CN108388466B (en) Information display method and device
US9619495B2 (en) Surrogate key generation
CN105389394A (en) Data request processing method and device based on a plurality of database clusters
CN111444309B (en) System for learning graph
CN108241624B (en) Query script generation method and device
EP3405867B1 (en) Database and service upgrade without downtime
CN106844377B (en) Processing method and device of multidimensional database
Zhao Performance comparison between Hadoop and HAMR under laboratory environment
Dubey et al. Dynamic service composition towards database virtualization for efficient data management
Hashem et al. A review of modeling toolbox for BigData
CN104573011A (en) Network disk file display method and device
CN107463625B (en) Data structure establishing method, system and device based on meta-model and storage medium
Zeng et al. Software Architecture Evolution and Technology Research
Hashem et al. Pre-processing and modeling tools for bigdata

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100085 Beijing, Haidian District on the road to the information on the ground floor of the 1 to the 3 floor of the 2 floor, room 11, 202

Applicant after: Beijing Xingxuan Technology Co., Ltd.

Address before: 100085 Beijing, Haidian District on the road to the information on the ground floor of the 1 to the 3 floor of the 2 floor, room 11, 202

Applicant before: BEIJING XIAODU INFORMATION TECHNOLOGY CO., LTD.

GR01 Patent grant
GR01 Patent grant