CN111191162A - Data processing method and equipment - Google Patents

Data processing method and equipment Download PDF

Info

Publication number
CN111191162A
CN111191162A CN201911073021.5A CN201911073021A CN111191162A CN 111191162 A CN111191162 A CN 111191162A CN 201911073021 A CN201911073021 A CN 201911073021A CN 111191162 A CN111191162 A CN 111191162A
Authority
CN
China
Prior art keywords
column
width
single column
table single
text type
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911073021.5A
Other languages
Chinese (zh)
Other versions
CN111191162B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201911073021.5A priority Critical patent/CN111191162B/en
Publication of CN111191162A publication Critical patent/CN111191162A/en
Application granted granted Critical
Publication of CN111191162B publication Critical patent/CN111191162B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

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

Abstract

The embodiment of the application discloses a data processing method and equipment, wherein the method comprises the following steps: the method comprises the steps of obtaining a text type of at least one table single column to which a table to be displayed belongs, and obtaining column attributes corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table; determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed; and generating a table according to the column width information of each table single column. By adopting the method and the device, the rationality of the table layout can be ensured, and the readability of the table is improved.

Description

Data processing method and equipment
Technical Field
The present application relates to the field of electronic technologies, and in particular, to a data processing method and device.
Background
A management console of Tencent cloud is used as a management platform of cloud resources, resource management under various scenes of various services is related, and a table is widely applied to almost all services as a very common form. The process of table column width is always a very troublesome problem due to various complex requirements and various use scenarios of users.
The existing table layout scheme mainly comprises an automatic width layout and a fixed width layout technology, the widths of tables and cells in the automatic width layout depend on the content contained in the cells, and the column width of the tables can be adaptively changed according to the content. The width of the table in the fixed width layout is determined by the width of all columns of the first row set by the table, and a certain column of other rows is determined only by the cell of the first row of the column, which requires that a fixed width value or percentage is assigned to each column.
Disclosure of Invention
The embodiment of the application provides a data processing method and equipment, which can ensure the reasonability of table layout and improve the readability of a table.
An aspect of the present application provides a data processing method, which may include:
the method comprises the steps of obtaining a text type of at least one table single column to which a table to be displayed belongs, and obtaining column attributes corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
and generating a table according to the column width information of each table single column.
Before the obtaining the text type of at least one table single column to which the table to be displayed belongs and obtaining the column attribute corresponding to the table single column according to the text type, the method further includes:
acquiring a text type of a table single column, and setting a column attribute of the table single column according to the text type;
and performing associated storage on the column attribute of the table single column and the text type corresponding to the table single column.
Wherein, the determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute comprises:
when a target table single column in the at least one table single column corresponds to one text type, determining a difference value between a width upper limit and a width lower limit of a column attribute corresponding to the target table single column as an allocation weight of the target table single column; the target table single column is any table single column to which the table to be displayed belongs;
when a target table single column in the at least one table single column corresponds to at least two text types, determining the maximum value of a width lower limit in a plurality of column attributes corresponding to the target table single column and the maximum value of a width upper limit in the plurality of column attributes, and determining the difference value between the maximum value of the width upper limit and the maximum value of the width lower limit as the distribution weight of the target table single column.
Generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed, wherein the generating comprises the following steps:
determining the sum of the distribution weights of each table single column as a total distribution weight;
determining the ratio of the distribution weight of each table single column to the total distribution weight as the weight proportion of each table single column;
determining the width of the table to be distributed according to the total width of the table to be displayed, the lower limit of the width of each table single column and the column spacing between the table single columns; the width of the table to be distributed is smaller than the total width of the table to be displayed;
according to the weight proportion of each table single column, distributing the widths of the tables to be distributed to generate the distribution widths corresponding to each table single column;
and determining the sum of the distribution width corresponding to each table single column and the lower limit of the width as the column width information corresponding to each table single column.
Wherein, still include:
when the column width information of the table single column is larger than the upper width limit of the table single column, determining the upper width limit of each table single column as the column width information of each table single column.
The acquiring the text type of at least one table single column to which the table to be displayed belongs, and acquiring the column attribute corresponding to the table single column according to the text type includes:
when the sum of the width lower limits of all the table single columns to which the table to be displayed belongs is larger than the total width information of the table to be displayed, determining at least one table single column according to the priority sequence of all the table single columns;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
The acquiring the text type of at least one table single column to which the table to be displayed belongs, and acquiring the column attribute corresponding to the table single column according to the text type includes:
when a list self-defining instruction is obtained, displaying all the table lists to which the table to be displayed belongs according to the list self-defining instruction;
determining the maximum value of the table single columns which can be displayed by the table to be displayed according to the column attributes of all the table single columns;
determining at least one selected table single column, the number of the at least one selected table single column being less than the maximum value;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
An aspect of an embodiment of the present application provides a data processing apparatus, which may include:
the attribute acquisition unit is used for acquiring the text type of at least one table single column to which the table to be displayed belongs and acquiring the column attribute corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
the weight determining unit is used for determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
the column width generating unit is used for generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
and the table generating unit is used for generating a table according to the column width information of each table single column.
Wherein, still include:
the storage unit is used for acquiring the text type of the table single column and setting the column attribute of the table single column according to the text type; and performing associated storage on the column attribute of the table single column and the text type corresponding to the table single column.
Wherein the weight determination unit is specifically configured to:
when a target table single column in the at least one table single column corresponds to one text type, determining a difference value between a width upper limit and a width lower limit of a column attribute corresponding to the target table single column as an allocation weight of the target table single column; the target table single column is any table single column to which the table to be displayed belongs;
when a target table single column in the at least one table single column corresponds to at least two text types, determining the maximum value of a width lower limit in a plurality of column attributes corresponding to the target table single column and the maximum value of a width upper limit in the plurality of column attributes, and determining the difference value between the maximum value of the width upper limit and the maximum value of the width lower limit as the distribution weight of the target table single column.
Wherein the column width generating unit is specifically configured to:
determining the sum of the distribution weights of each table single column as a total distribution weight;
determining the ratio of the distribution weight of each table single column to the total distribution weight as the weight proportion of each table single column;
determining the width of the table to be distributed according to the total width of the table to be displayed, the lower limit of the width of each table single column and the column spacing between the table single columns; the width of the table to be distributed is smaller than the total width of the table to be displayed;
according to the weight proportion of each table single column, distributing the widths of the tables to be distributed to generate the distribution widths corresponding to each table single column;
and determining the sum of the distribution width corresponding to each table single column and the lower limit of the width as the column width information corresponding to each table single column.
Wherein, still include:
and a column width determining unit, configured to determine, when the column width information of the table single column is greater than the upper width limit of the table single column, the upper width limit of each table single column as the column width information of each table single column.
The attribute obtaining unit is specifically configured to:
when the sum of the width lower limits of all the table single columns to which the table to be displayed belongs is larger than the total width information of the table to be displayed, determining at least one table single column according to the priority sequence of all the table single columns;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
The attribute obtaining unit is specifically configured to:
when a list self-defining instruction is obtained, displaying all the table lists to which the table to be displayed belongs according to the list self-defining instruction;
determining the maximum value of the table single columns which can be displayed by the table to be displayed according to the column attributes of all the table single columns;
determining at least one selected table single column, the number of the at least one selected table single column being less than the maximum value;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
An aspect of the embodiments of the present application provides a computer-readable storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the above-mentioned method steps.
An aspect of an embodiment of the present application provides a computer device, including a processor and a memory; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the above-mentioned method steps.
In the embodiment of the application, by acquiring the text type of at least one table single column to which a table to be displayed belongs, the text type determines the column attribute corresponding to the table single column; determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed; and generating a table according to the column width information of each table single column. The column width is distributed to each column in the table by distributing the weight, so that the condition that the column width of the table is too large or unreasonable is avoided, the width of each column of the table is reasonably distributed when different users browse the table by using displays with different resolutions, and the readability of the table is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application 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, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1a is a system architecture diagram of a data processing system according to an embodiment of the present application;
fig. 1b is a schematic view of a data processing method provided in an embodiment of the present application;
fig. 2 is a schematic flowchart of a data processing method according to an embodiment of the present application;
figure 3a is an exemplary diagram of a long text column attribute provided for embodiments of the present application,
figure 3b is an exemplary diagram of a combined field column attribute provided for embodiments of the present application,
fig. 4 is a schematic flowchart of a data processing method according to an embodiment of the present application;
FIG. 5 is an exemplary diagram of a custom table list provided in an embodiment of the present application;
fig. 6a is a schematic diagram illustrating an example of a data processing method according to an embodiment of the present application;
fig. 6b is a schematic diagram illustrating an example of a data processing method according to an embodiment of the present application;
fig. 6c is a schematic diagram illustrating an example of a data processing method according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1a is a block diagram of a data processing system according to an embodiment of the present invention. The server 10f establishes a connection with a user terminal cluster through a communication bus 10d, and the user terminal cluster may include: user terminal 10a, user terminal 10 b. The database 10g stores column attributes of a plurality of table single columns and text types corresponding to the table single columns. The server 10f obtains a text type of at least one table single column to which a table to be displayed belongs, and obtains column attributes corresponding to the table single column according to the text type, wherein the column attributes comprise a width lower limit and a width upper limit of the table single column; the at least one table single column may be all the table single columns to which the tables to be displayed belong, or may be a part of the table single columns to which the tables to be displayed belong, the server 10f determines the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute, generates the column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the tables to be displayed, and generates the tables according to the column width information of each table single column.
The server related to the embodiment of the present application may include a server having data transmission and storage, and the user terminal includes: terminal equipment such as tablet personal computers, smart phones, Personal Computers (PCs), notebook computers, palmtop computers and the like.
The following description will be made with reference to fig. 1b for a specific implementation scenario provided in the embodiments of the present application, as shown in fig. 1 b. The method comprises the steps that a server obtains a text type of at least one table single column to which a table to be displayed belongs, wherein the at least one table single column comprises a table single column 1, a table single column 2 and a table single column n, the text type comprises a text type 1 corresponding to the table single column 1, a text type 2 corresponding to the table single column 2, and a text type n corresponding to the table single column n, column attributes corresponding to the table single columns, namely a column attribute 1 corresponding to the text type 1, a column attribute 2 corresponding to the text type 2, and a column attribute n corresponding to the text type n are obtained from a database according to the text type, the database comprises column attributes of a plurality of table single columns and the text type corresponding to the table single columns, and the server determines distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute, namely the distribution weight 1 corresponding to the table single column 1, The method includes the steps that distribution weights 2, a.
Referring to fig. 2, a flow chart of a data processing method according to an embodiment of the present application is schematically shown. As shown in fig. 2, the method of the embodiment of the present application may include the following steps S101 to S104.
S101, acquiring a text type of at least one table single column to which a table to be displayed belongs, and acquiring column attributes corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
specifically, the data processing apparatus obtains a text type of at least one table single column to which a table to be displayed belongs, and obtains a column attribute corresponding to the table single column according to the text type, it may be understood that the data processing apparatus may be the server in the embodiment of fig. 1a, where the table to be displayed is a table that has not been generated yet, the table is generated according to the at least one table single column and the column attribute of the table single column, the table single column is any column constituting the table, the table to be displayed includes at least one table single column, the column attribute is a width range displayed in the table by the table single column, the column attribute includes a width lower limit and a width upper limit, the width lower limit is a minimum value of the width range, the width upper limit is a maximum value of the width range, the column attribute is preset and is usually set according to the text type of the table single column, the text type is a data type stored in a single column of a table, the text type includes a short text, a long text, a combined field, an icon, a graph and the like, the text length of the short text is within a certain range, the short text includes a text with a fixed format and a preset text provided by a system, the text with the fixed format includes a date, ID information, an IP address and the like, the preset text provided by the system includes a hard disk type, attributes, a host type and the like, and the field of the long text is generally content allowing a user to customize filling, such as a name, a description, a remark, an explanation and the like, so that the text length range is very large, please refer to fig. 3a, and an exemplary schematic diagram of the attributes of the long text column is provided for an embodiment of the present application. The minimum width in the figure is the width lower limit of a single column of the table, the maximum width is the width upper limit of the single column of the table, the figure lists column attributes of a plurality of long texts, for example, the width lower limit corresponding to the single column of the table, namely 'host name', is 3, and the width upper limit is 50; a combined field is a text type corresponding to a single column of a table that includes multiple fields, for example: an "IP address" table list may include 2 fields, i.e., an intranet IP and a public IP, and a text type of the "IP address" table list is a combined field, please refer to fig. 3b, which provides an exemplary schematic diagram of a combined field list attribute for an embodiment of the present application, where the "configuration" of the "table list includes multiple data, e.g.," model "," system disk "," data disk ", and the like; the table list corresponding to the icon text type is composed of icons, so that the operation is convenient and the identifiability is improved, for example, monitoring icons, log icons, switch buttons and the like are provided; the table single column corresponding to the graph text type is composed of graphs. And the data processing equipment acquires the column attribute corresponding to the table single column according to the text type.
S102, determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
specifically, the data processing device determines the assignment weight of each table single column according to the width lower limit and the width upper limit of each column attribute, it is understood that the assignment weight is used for determining the width of the table single column in the table, the greater the assignment weight, the greater the assignable width of the table single column, the assignment weight is determined by the width lower limit and the width upper limit of the column attribute, the width lower limit and the width upper limit to which each column attribute belongs determine the assignment weight of the table single column, and specifically, the assignment weight of the table single column may be determined according to the difference between the width lower limit and the width upper limit.
S103, generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
specifically, the data processing device generates column width information corresponding to each table single column according to the assigned weight of each table single column and the total width of the table to be displayed, and it can be understood that the total width of the table to be displayed is the maximum width of the table to be displayed, and the total width of the table to be displayed may be a fixed width or may be associated with an attribute of the display device, for example, the total width may be the same as the width of the display device; the column width information is the display width of the table single columns in the table, the data processing equipment distributes the total width of the table to be displayed according to the distribution weight of each table single column to generate the column width information corresponding to each table single column, and the larger the distribution weight is, the larger the distribution width of the table single columns is.
And S104, generating a table according to the column width information of each table single column.
Specifically, the data processing device generates the table according to the column width information of each table single column, and it can be understood that the data processing device performs typesetting according to the column width information of each table single column in the at least one table single column and the display order of the table single columns, where the display order may be determined according to the priority order of the table single columns, or the display order of the table single columns is determined according to a preset order, and adds the data corresponding to the table single columns to each cell of the table single columns, so as to generate the table including the at least one table single column.
In the embodiment of the application, by acquiring the text type of at least one table single column to which a table to be displayed belongs, the text type determines the column attribute corresponding to the table single column; determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed; and generating a table according to the column width information of each table single column. The column width is distributed to each column in the table by distributing the weight, so that the condition that the column width of the table is too large or unreasonable is avoided, the width of each column of the table is reasonably distributed when different users browse the table by using displays with different resolutions, and the readability of the table is improved.
Referring to fig. 4, a flow chart of a data processing method according to an embodiment of the present application is schematically shown. As shown in fig. 4, the method of the embodiment of the present application may include the following steps S201 to S206.
S201, acquiring a text type of a table single column, and setting a column attribute of the table single column according to the text type; and performing associated storage on the column attribute of the table single column and the text type corresponding to the table single column.
Specifically, the data processing device obtains a text type of a table single column, and sets a column attribute of the table single column according to the text type, where the text type is a data type stored in the table single column, and the text type includes a short text, a long text, a combined field, an icon, a graph, and the like, and the column attribute of the table single column is set according to the text type, specifically, the data processing device may set the column attribute of the table single column according to a text length corresponding to the text type, or obtain column attribute information set by a user, and the data processing device stores the column attribute of the table single column and the text type corresponding to the table single column in an associated manner.
S202, acquiring a text type of at least one table single column to which a table to be displayed belongs, and acquiring column attributes corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table; the step S202 of the embodiment of the present application may be performed under the following conditions.
In the first case: the list columns of the tables to be displayed are determined by the priority;
specifically, when the sum of the width lower limits of all table single columns to which the table to be displayed belongs is larger than the total width information of the table to be displayed, at least one table single column is determined according to the priority order of all the table single columns;
it can be understood that the total width information of the table to be displayed is the maximum width of the table to be displayed, when the sum of the width lower limits of all table single columns to which the table to be displayed belongs is greater than the total width information of the table to be displayed, the width lower limit is the minimum width of the table single columns, that is, the table is generated by all the table single columns according to the minimum width, the table cannot be completely displayed, in order to ensure that the table is completely displayed, at least one table single column is determined according to the priority order of all the table single columns, specifically, the number of the table single columns of the estimated number can be estimated according to the total width information of the table to be displayed and the width lower limit of the table single columns, and the table single columns of the estimated number can be selected according to the priority order; the table list with the priority greater than the priority threshold can be determined as the table list to be displayed; the priority of the single column of each table is listed in the following table, as shown in table 1;
TABLE 1 TABLE SINGLE-COLUMN PRIORITY
Field(s) Priority level
ID/name 1
Operation of 2
Status of state 3
Monitoring 4
IP address 5
Configuration of 6
Host billing mode 7
Network charging mode 8
Host type 9
Usable area 10
Item 11
Label (R) 12
It should be noted that the priority of each table list can be determined by the user according to the importance of the table list in combination with the service features. The smaller the priority value of each column, the higher the priority.
And when at least one table single column is determined, acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
In the second case: selecting and determining a table single-column user of a table to be displayed;
when a list self-defining instruction is obtained, displaying all the table lists to which the table to be displayed belongs according to the list self-defining instruction; determining the maximum value of the table single columns which can be displayed by the table to be displayed according to the column attributes of all the table single columns; determining at least one selected table single column, the number of the at least one selected table single column being less than the maximum value;
it can be understood that the list customization instruction is an instruction for a user to perform list single-column customized display, specifically, the list customization instruction may be a click instruction or a touch instruction, when the list customization instruction is obtained, the data processing device displays all the list single columns to which the table to be displayed belongs, determines a maximum value of the displayable list single columns according to a width lower limit of the list single columns and the total width information of the table to be displayed, and displays the maximum value of the list single columns on the display device; the data processing device determines the at least one table list selected by the user as the table list for display when the table list selected by the user is smaller than the maximum value of the table list.
When at least one table single column used for displaying is determined, the text type of the at least one table single column is obtained, and the column attribute corresponding to the table single column is obtained according to the text type.
Referring to fig. 5, an exemplary diagram of a custom table list column is provided in the embodiment of the present application. As shown in fig. 5, the custom list field in the drawing includes a plurality of table single columns, a user can select a table single column that needs to be displayed in a table through a check box, and a display interface displays the table single column that the user can check at most, when the total width of the table is determined, the maximum column number of the table can also be fixed, but the maximum column number of the table with different total widths can only be approximately solved, and according to experience, we set the following conditions to solve: the table has a total width W and a total number of columns n.
The table contains 2 long text columns with width D1、D2Take 12 and 6 values respectively, the table contains 1 'operation' column with width D3The value is 8, the other columns are short text columns with the width of D4Taking the value of 5, and the column spacing is d;
for a small screen, the resolution width of the screen is below 1440px, d is 1, for a large screen, the resolution width of the screen is above 1440px, d is 2;
the above parameters satisfy: d1+ D2+ D3+ (N-3) D4+ N D is less than or equal to W;
that is, when the screen resolution width is 1440px or less (small screen):
12+6+8+(n-3)*5+n*1≤W,n=(W-11)/6;
when the screen resolution width is below 1440px (large screen):
12+6+8+(n-3)*5+n*2≤W,n=(W-11)/7;
thus, the maximum number of columns at different resolution widths was obtained, as shown in table 2.
TABLE 2 maximum number of columns of different resolution widths
Figure BDA0002261552830000121
S203, determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; the step S203 of the embodiment of the present application may be executed in the following several cases.
When a target table single column in the at least one table single column corresponds to one text type, determining a difference value between a width upper limit and a width lower limit of a column attribute corresponding to the target table single column as an allocation weight of the target table single column; the target table single column is any table single column to which the table to be displayed belongs;
specifically, the target table single column is any one of the at least one table single column, and when the target table single column corresponds to one text type, that is, one data type is stored in the target table single column, a difference between a width upper limit and a width lower limit of a column attribute corresponding to the target table single column is determined as an allocation weight of the target table single column; for example, the upper limit of the width of the target table single column is 6, the lower limit of the width is 8, and the assigned weight of the target table single column is 2.
When a target table single column in the at least one table single column corresponds to at least two text types, determining the maximum value of a width lower limit in a plurality of column attributes corresponding to the target table single column and the maximum value of a width upper limit in the plurality of column attributes, and determining the difference value between the maximum value of the width upper limit and the maximum value of the width lower limit as the distribution weight of the target table single column.
Specifically, when the target table single column corresponds to at least two text types, that is, at least two data types are stored in the target table single column, determining a maximum value of a lower width limit of the plurality of column attributes corresponding to the single column of the target table and a maximum value of an upper width limit of the plurality of column attributes, determining a difference value between the maximum value of the upper width limit and the maximum value of the lower width limit as an assigned weight of the single column of the target table, for example, the target table single column corresponds to two text types, the first text type of the target table single column has an upper width limit of 6 and a lower width limit of 8, the second text type has an upper width limit of 4 and a lower width limit of 10, the maximum value of the lower width limit of the single column of the target table is 6, the maximum value of the upper width limit of the single column of the target table is 10, and the distribution weight of the single column of the target table is 4.
S204, generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed; the step S204 of the embodiment of the present application may include the following steps S2041 to S2045.
S2041, determining the sum of the distribution weights of the single columns of each table as a total distribution weight;
s2042, determining the ratio of the distribution weight of each table single column to the total distribution weight as the weight proportion of each table single column;
s2043, determining the width of the table to be distributed according to the total width of the table to be displayed, the width lower limit of each table single column and the column spacing between the table single columns; the width of the table to be distributed is smaller than the total width of the table to be displayed;
specifically, the sum of the width lower limits of all the table single columns and the sum of the column intervals among the table single columns are determined, the width of the table to be distributed is determined according to the sum of the total width, the sum of the width lower limits and the column intervals of the table to be displayed, and specifically, the width left after the sum of the width lower limits and the sum of the column intervals is subtracted from the total width, namely the width of the table to be distributed.
S2044, distributing the widths of the tables to be distributed according to the weight proportion of each table single column to generate the distribution widths corresponding to each table single column;
s2045, determining the sum of the distribution width corresponding to each table single column and the width lower limit as the column width information corresponding to each table single column.
S205, when the column width information of the table single column is larger than the upper width limit of the table single column, determining the upper width limit of each table single column as the column width information of each table single column.
Specifically, when the column width information of the table single column is greater than the upper width limit of the table single column, the data processing device determines the upper width limit of each table single column as the column width information of each table single column, and it can be understood that, when the column width information of the table single column is greater than the upper width limit of the table single column, that is, the sum of the upper width limits of all the table single columns is less than the total width of the table to be displayed, the upper width limit of each table single column is determined as the column width information of each table single column, that is, the table is displayed according to the upper width limit of the table single column.
And S206, generating a table according to the column width information of each table single column.
Specifically, the data processing device generates the table according to the column width information of each table single column, and it can be understood that the data processing device performs typesetting according to the column width information of each table single column in the at least one table single column and the display order of the table single columns, where the display order may be determined according to the priority order of the table single columns, or the display order of the table single columns is determined according to a preset order, and adds the data corresponding to the table single columns to each cell of the table single columns, so as to generate the table including the at least one table single column.
Referring to fig. 6a to fig. 6c, exemplary diagrams of a data processing method according to an embodiment of the present application are provided. As shown in fig. 6a, the table in the figure includes four columns, which are respectively "radio button", "ID/name", "mounted/total mountable" and "host expiration time", and since the data in the "ID/name" is too long and the column width of the "ID/name" is fixed, the data content cannot be completely presented, as shown in fig. 6b, the table in the figure includes four columns, which are respectively "radio button", "ID/name", "mounted/total mountable" and "host expiration time", the total width of the table is 560 pixels (px), the column pitch is 20px, and the upper limit of the width, the lower limit of the width and the weight of the single column of the table in the table are shown in table 3;
TABLE 3 TABLE MINIMUM WIDTH, MAXIMUM WIDTH, AND WEIGHT OF SINGLE COLUMN
No. Content of field Field categories Lower limit of width Upper limit of width Weight of
1 RadioButton Icon 2 2 0
2 ID/name Combined field 6 50 44
3 mounted/Total mounted Short text 8 8 0
4 Host expiration time Combined field 12 16 4
In table 3, the units of the upper width limit, the lower width limit, and the weight are characters, the conversion relationship between characters and pixels is 1 character to 12 pixels, the total assigned weight of the sum of the assigned weights in the single columns of the table is 48, and the weight ratio of each single column of the table is: the number of the table to be allocated is "RadioButton" is 0, "ID/name" is 11/12, "mounted/total mounted" is 0, "host expiration time" is 1/12, and the width of the table to be allocated is determined by the total width of the table, the lower limit of the width of each table single column and the column spacing between the table single columns;
the sum of the table width to be allocated, the total width of the table, the column number, the column spacing, the width lower limit, 12, 560-4, 20- (2+6+8+12), 12, 144 px;
column 1 width is minimum width 12+ weight ratio is table width to be assigned 2 x 12+0 x 144 is 24 px;
column 2 width, minimum width 12+ weight ratio, table width to be assigned 6, 12+144, 11/12, 204 px;
column 3 width minimum width 12+ weight ratio table width to be assigned 8 × 12+0 × 144 × 96 px;
column 4 width 12+ weight ratio 12 width 12+144 1/12 156px to be assigned;
and generating a table according to the column width information of each table single column.
As shown in fig. 6c, when the total width of the table is 800px, the above weight distribution method still has a good column width distribution effect.
In the embodiment of the application, by obtaining the text type of at least one table single column to which a table to be displayed belongs, determining the column attribute corresponding to the table single column according to the text type, wherein the column attribute corresponding to the text type is preset, and performing associated storage on the column attribute and the text type; determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed, and determining the width upper limit of each table single column as the column width information of each table single column when the column width information of each table single column is greater than the width upper limit of each table single column; and generating a table according to the column width information of each table single column. The column width is distributed to each column in the table by distributing the weight, so that the condition that the column width of the table is too large or unreasonable is avoided, the width of each column of the table is reasonably distributed when different users browse the table by using displays with different resolutions, and the readability of the table is improved.
Referring to fig. 7, a schematic structural diagram of a data processing apparatus is provided in an embodiment of the present application. As shown in fig. 7, the data processing apparatus 1 according to the embodiment of the present application may include: an attribute acquisition unit 11, a weight determination unit 12, a column width generation unit 13, a table generation unit 14, a storage unit 15, and a column width determination unit 16.
The attribute obtaining unit 11 is configured to obtain a text type of at least one table single column to which a table to be displayed belongs, and obtain a column attribute corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
specifically, the attribute obtaining unit 11 obtains a text type of at least one table single column to which a table to be displayed belongs, and obtains a column attribute corresponding to the table single column according to the text type, it can be understood that the table to be displayed is a table that has not been generated yet, the table is generated according to at least one table single column and a column attribute of the table single column, the table single column is any column constituting the table, the table to be displayed includes at least one table single column, the text type is a data type stored in the table single column, the text type includes a short text, a long text, a combined field, an icon, a graph, and the like, the text length of the short text is within a certain range, the short text includes a text in a fixed format and a preset text provided by the system, the text in the fixed format includes a date, ID information, an IP address, and the like, the preset text provided by the system includes a hard disk type, a column attribute, The fields of the long text are usually the contents allowing the user to self-define filling, such as name, description, remark, description and the like, so the text length range is large; a combined field is a text type corresponding to a single column of a table that includes multiple fields, for example: the single column of the 'IP address' table can contain 2 fields of an intranet IP and a public IP, and the text type of the single column of the 'IP address' table is a combined field; the table list corresponding to the icon text type is composed of icons, so that the operation is convenient and the identifiability is improved, for example, monitoring icons, log icons, switch buttons and the like are provided; the table single column corresponding to the graph text type is composed of graphs. The data processing equipment acquires column attributes corresponding to the table single columns according to the text types, the column attributes are width ranges of the table single columns displayed in the table, the column attributes comprise a width lower limit and a width upper limit, the width lower limit is a minimum value of the width ranges, the width upper limit is a maximum value of the width ranges, and the column attributes are preset and are usually set according to the text types of the table single columns.
A weight determination unit 12 for determining an assigned weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
specifically, the weight determining unit 12 determines the assignment weight of each table single column according to the width lower limit and the width upper limit of each column attribute, and it is understood that the assignment weight is used to determine the width of the table single column in the table, the greater the assignment weight, the greater the assignable width of the table single column, the assignment weight is determined by the width lower limit and the width upper limit of the column attribute, the width lower limit and the width upper limit to which each column attribute belongs determine the assignment weight of the table single column, and specifically, the assignment weight of the table single column may be determined according to the difference between the width lower limit and the width upper limit.
A column width generating unit 13, configured to generate column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
specifically, the column width generating unit 13 generates column width information corresponding to each table single column according to the assigned weight of each table single column and the total width of the table to be displayed, and it can be understood that the total width of the table to be displayed is the maximum width of the table to be displayed, and the total width of the table to be displayed may be a fixed width or may be associated with an attribute of the display device, for example, the total width may be the same as the width of the display device; the column width information is the display width of the table single columns in the table, the data processing equipment distributes the total width of the table to be displayed according to the distribution weight of each table single column to generate the column width information corresponding to each table single column, and the larger the distribution weight is, the larger the distribution width of the table single columns is.
And the table generating unit 14 is configured to generate a table according to the column width information of each table single column.
Specifically, the table generating unit 14 generates the table according to the column width information of each table single column, and it can be understood that the data processing device performs typesetting according to the column width information of each table single column in the at least one table single column and the display order of the table single columns, where the display order may be determined according to the priority order of the table single columns, or the display order of the table single columns is determined according to a preset order, and adds the data corresponding to the table single columns to each cell of the table single columns, so as to generate the table including the at least one table single column.
Referring to fig. 5, the data processing apparatus 1 according to the embodiment of the present application may further include: a storage unit 15 and a column width determination unit 16.
The storage unit 15 is configured to obtain a text type of a table single column, and set a column attribute of the table single column according to the text type; and performing associated storage on the column attribute of the table single column and the text type corresponding to the table single column.
Specifically, the storage unit 15 obtains a text type of a table single column, and sets a column attribute of the table single column according to the text type, it can be understood that the text type is a data type stored in the table single column, and the text type includes a short text, a long text, a combined field, an icon, a graph, and the like, and the column attribute of the table single column is set according to the text type, specifically, the column attribute of the table single column is set by the data processing device according to a text length corresponding to the text type, or column attribute information set by a user is obtained, and the column attribute of the table single column and the text type corresponding to the table single column are stored by the data processing device in an associated manner.
A column width determining unit 16, configured to determine, as the column width information of each table single column, the upper width limit of each table single column when the column width information of the table single column is greater than the upper width limit of the table single column.
Specifically, when the column width information of the table single column is greater than the upper width limit of the table single column, the column width determining unit 16 determines the upper width limit of each table single column as the column width information of each table single column, and it can be understood that, when the column width information of the table single column is greater than the upper width limit of the table single column, that is, the sum of the upper width limits of all the table single columns is less than the total width of the table to be displayed, the upper width limit of each table single column is determined as the column width information of each table single column, that is, the table is displayed according to the upper width limit of the table single column.
In the embodiment of the application, by acquiring the text type of at least one table single column to which a table to be displayed belongs, the text type determines the column attribute corresponding to the table single column; determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute; generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed; and generating a table according to the column width information of each table single column. The column width is distributed to each column in the table by distributing the weight, so that the condition that the column width of the table is too large or unreasonable is avoided, the width of each column of the table is reasonably distributed when different users browse the table by using displays with different resolutions, and the readability of the table is improved.
Referring to fig. 8, a schematic structural diagram of a computer device is provided in an embodiment of the present application. As shown in fig. 8, the computer apparatus 1000 may include: at least one processor 1001, such as a CPU, at least one network interface 1004, a user interface 1003, memory 1005, at least one communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), and the optional user interface 1003 may also include a standard wired interface or a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 1005 may optionally be at least one memory device located remotely from the processor 1001. As shown in fig. 8, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a data processing application program.
In the computer apparatus 1000 shown in fig. 8, a network interface 1004 may provide a network communication function, and a user interface 1003 is mainly used as an interface for providing input for a user; the processor 1001 may be configured to call a data processing application stored in the memory 1005, so as to implement the description of the data processing method in any one of the embodiments corresponding to fig. 1a to fig. 6c, which is not described herein again.
It should be understood that the computer device 1000 described in this embodiment of the present application may perform the description of the data processing method in the embodiment corresponding to any one of fig. 1a to fig. 6c, and may also perform the description of the data processing device in the embodiment corresponding to fig. 7, which is not described herein again. In addition, the beneficial effects of the same method are not described in detail.
Further, here, it is to be noted that: an embodiment of the present application further provides a computer-readable storage medium, where a computer program executed by the aforementioned data processing apparatus is stored in the computer-readable storage medium, and the computer program includes program instructions, and when the processor executes the program instructions, the description of the data processing method in any one of the embodiments corresponding to fig. 1a to 6c can be performed, so that details are not repeated here. In addition, the beneficial effects of the same method are not described in detail. For technical details not disclosed in embodiments of the computer-readable storage medium referred to in the present application, reference is made to the description of embodiments of the method of the present application.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present application and is not to be construed as limiting the scope of the present application, so that the present application is not limited thereto, and all equivalent variations and modifications can be made to the present application.

Claims (10)

1. A data processing method, comprising:
the method comprises the steps of obtaining a text type of at least one table single column to which a table to be displayed belongs, and obtaining column attributes corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
and generating a table according to the column width information of each table single column.
2. The method according to claim 1, wherein before the obtaining a text type of at least one table single column to which a table to be displayed belongs, and obtaining a column attribute corresponding to the table single column according to the text type, the method further comprises:
acquiring a text type of a table single column, and setting a column attribute of the table single column according to the text type;
and performing associated storage on the column attribute of the table single column and the text type corresponding to the table single column.
3. The method of claim 1, wherein determining the assigned weight for each table column according to the lower width limit and the upper width limit of each column attribute comprises:
when a target table single column in the at least one table single column corresponds to one text type, determining a difference value between a width upper limit and a width lower limit of a column attribute corresponding to the target table single column as an allocation weight of the target table single column; the target table single column is any table single column to which the table to be displayed belongs;
when a target table single column in the at least one table single column corresponds to at least two text types, determining the maximum value of a width lower limit in a plurality of column attributes corresponding to the target table single column and the maximum value of a width upper limit in the plurality of column attributes, and determining the difference value between the maximum value of the width upper limit and the maximum value of the width lower limit as the distribution weight of the target table single column.
4. The method according to claim 1, wherein the generating column width information corresponding to each table single column according to the assigned weight of each table single column and the total width of the table to be displayed comprises:
determining the sum of the distribution weights of each table single column as a total distribution weight;
determining the ratio of the distribution weight of each table single column to the total distribution weight as the weight proportion of each table single column;
determining the width of the table to be distributed according to the total width of the table to be displayed, the lower limit of the width of each table single column and the column spacing between the table single columns; the width of the table to be distributed is smaller than the total width of the table to be displayed;
according to the weight proportion of each table single column, distributing the widths of the tables to be distributed to generate the distribution widths corresponding to each table single column;
and determining the sum of the distribution width corresponding to each table single column and the lower limit of the width as the column width information corresponding to each table single column.
5. The method of claim 1, further comprising:
when the column width information of the table single column is larger than the upper width limit of the table single column, determining the upper width limit of each table single column as the column width information of each table single column.
6. The method according to claim 1, wherein the obtaining a text type of at least one table single column to which a table to be displayed belongs, and the obtaining a column attribute corresponding to the table single column according to the text type includes:
when the sum of the width lower limits of all the table single columns to which the table to be displayed belongs is larger than the total width information of the table to be displayed, determining at least one table single column according to the priority sequence of all the table single columns;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
7. The method according to claim 1, wherein the obtaining a text type of at least one table single column to which a table to be displayed belongs, and the obtaining a column attribute corresponding to the table single column according to the text type includes:
when a list self-defining instruction is obtained, displaying all the table lists to which the table to be displayed belongs according to the list self-defining instruction;
determining the maximum value of the table single columns which can be displayed by the table to be displayed according to the column attributes of all the table single columns;
determining at least one selected table single column, the number of the at least one selected table single column being less than the maximum value;
and acquiring the text type of the at least one table single column, and acquiring the column attribute corresponding to the table single column according to the text type.
8. A data processing method, comprising:
the attribute acquisition unit is used for acquiring the text type of at least one table single column to which the table to be displayed belongs and acquiring the column attribute corresponding to the table single column according to the text type; the column attributes comprise a width lower limit and a width upper limit of a single column of the table;
the weight determining unit is used for determining the distribution weight of each table single column according to the width lower limit and the width upper limit of each column attribute;
the column width generating unit is used for generating column width information corresponding to each table single column according to the distribution weight of each table single column and the total width of the table to be displayed;
and the table generating unit is used for generating a table according to the column width information of each table single column.
9. A computer-readable storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions which, when executed by a processor, perform the method according to any of claims 1-7.
10. A computer device, comprising: a processor and a memory; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the method steps of any of claims 1-7.
CN201911073021.5A 2019-11-05 2019-11-05 Data processing method and device Active CN111191162B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911073021.5A CN111191162B (en) 2019-11-05 2019-11-05 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911073021.5A CN111191162B (en) 2019-11-05 2019-11-05 Data processing method and device

Publications (2)

Publication Number Publication Date
CN111191162A true CN111191162A (en) 2020-05-22
CN111191162B CN111191162B (en) 2024-05-17

Family

ID=70709102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911073021.5A Active CN111191162B (en) 2019-11-05 2019-11-05 Data processing method and device

Country Status (1)

Country Link
CN (1) CN111191162B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363663A (en) * 2020-11-27 2021-02-12 深圳集智数字科技有限公司 Data display method and device
CN112632903A (en) * 2020-12-30 2021-04-09 平安证券股份有限公司 Data display method and device based on table, storage medium and electronic equipment
CN114004203A (en) * 2021-10-25 2022-02-01 杭州网易竹书信息技术有限公司 Table adjusting method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070136654A1 (en) * 2005-12-12 2007-06-14 Peters Johan C Method and system for ordered resizing columns in a table
US20170277804A1 (en) * 2016-03-23 2017-09-28 Tata Consultancy Services Limited Method and system for selecting sample set for assessing the accessibility of a website
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule
CN109635263A (en) * 2018-11-22 2019-04-16 北京字节跳动网络技术有限公司 The fixed methods of exhibiting of col width based on WEB ultra-wide table, device and electronic equipment
CN109871524A (en) * 2019-02-21 2019-06-11 腾讯科技(深圳)有限公司 A kind of chart generation method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070136654A1 (en) * 2005-12-12 2007-06-14 Peters Johan C Method and system for ordered resizing columns in a table
US20170277804A1 (en) * 2016-03-23 2017-09-28 Tata Consultancy Services Limited Method and system for selecting sample set for assessing the accessibility of a website
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
CN109635263A (en) * 2018-11-22 2019-04-16 北京字节跳动网络技术有限公司 The fixed methods of exhibiting of col width based on WEB ultra-wide table, device and electronic equipment
CN109871524A (en) * 2019-02-21 2019-06-11 腾讯科技(深圳)有限公司 A kind of chart generation method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
齐飞;王宁;张丽方;孙伟娟;: "基于列重合度的网络表格一致性扩展", 计算机科学, no. 09, 15 September 2017 (2017-09-15) *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363663A (en) * 2020-11-27 2021-02-12 深圳集智数字科技有限公司 Data display method and device
CN112363663B (en) * 2020-11-27 2022-04-12 深圳集智数字科技有限公司 Data display method and device
CN112632903A (en) * 2020-12-30 2021-04-09 平安证券股份有限公司 Data display method and device based on table, storage medium and electronic equipment
CN114004203A (en) * 2021-10-25 2022-02-01 杭州网易竹书信息技术有限公司 Table adjusting method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111191162B (en) 2024-05-17

Similar Documents

Publication Publication Date Title
CN111191162B (en) Data processing method and device
CN109032801B (en) Request scheduling method, system, electronic equipment and storage medium
CN112613272B (en) Information display method and device
CN106779855A (en) Advertisement fill method and device
CN101996206A (en) Method, device and system for displaying web page
CN103164114A (en) Method and device of classifying icons of terminal operation interface
US20240184975A1 (en) Adaptive content delivery
CN111124668B (en) Memory release method, memory release device, storage medium and terminal
CN109542878B (en) List creation method and device
EP3287973A1 (en) Method and device for information processing
CN108563469A (en) page loading method, device, storage medium and terminal device
CN112416346A (en) Interface color scheme generation method, device, equipment and storage medium
CN114116092A (en) Cloud desktop system processing method, cloud desktop system control method and related equipment
CN110109594B (en) Drawing data sharing method and device, storage medium and equipment
CN115017030A (en) Resource allocation method, device, electronic equipment and storage medium
CN114707472A (en) Method and device for field merging and electronic equipment
CN113656733A (en) Floor page generation method and device, electronic equipment and storage medium
CN106873860B (en) Network information commenting method and device
CN117033606A (en) Dialogue management method, system, equipment and medium for dialogue robot
CN111046206A (en) Head portrait list display method and device, electronic equipment and storage medium
CN114186161A (en) Page display information configuration method, device, equipment and readable storage medium
US20220129966A1 (en) Method of transmitting message, electronic device and storage medium
CN114968707A (en) Method and device for controlling work item state, storage medium and computer equipment
CN115062589A (en) Encyclopedic entry processing method, encyclopedic entry processing device, electronic equipment, medium and program product
CN114339373A (en) Queue barrage generation method and device, storage medium and equipment

Legal Events

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