CN110795654A - Webpage data display method and device, computer equipment and storage medium - Google Patents

Webpage data display method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN110795654A
CN110795654A CN201911037619.9A CN201911037619A CN110795654A CN 110795654 A CN110795654 A CN 110795654A CN 201911037619 A CN201911037619 A CN 201911037619A CN 110795654 A CN110795654 A CN 110795654A
Authority
CN
China
Prior art keywords
title
field
result set
data
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911037619.9A
Other languages
Chinese (zh)
Inventor
冼东亮
李柏
李如先
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanlianyi Information Technology Service 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 Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Priority to CN201911037619.9A priority Critical patent/CN110795654A/en
Publication of CN110795654A publication Critical patent/CN110795654A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a webpage data display method and device, computer equipment and a storage medium, and relates to the field of data display. The method comprises the following steps: predetermining a data set and a query condition to be queried; inquiring the data set on the webpage according to the inquiry condition, and obtaining an inquired result set; decomposing the result set, automatically extracting the title fields in the result set, and forming a title field set; and combining the result set and the title field set to obtain a combined set, and outputting the combined set. The method can automatically extract the title and data of the form without manual arrangement, can dynamically adapt to the increase and decrease of the title field, and solves the problem that the title needs to be manually defined and the data needs to be extracted when the common webpage form data is inquired.

Description

Webpage data display method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of data display, and in particular, to a method and an apparatus for displaying web page data, a computer device, and a storage medium.
Background
In the prior art, when webpage list data is generally required to be displayed, definition needs to be carried out according to specific fields of a title, then values are taken according to the specific fields when the list data is circularly output, when a plurality of webpage lists are rapidly developed, the operation of binding the fields is complex, errors are easy to occur, the fields cannot adapt to the change of dynamic fields, and if the fields change, programs need to be synchronously modified.
Disclosure of Invention
The embodiment of the invention provides a webpage data display method, a webpage data display device, computer equipment and a storage medium, and aims to solve the problems that the existing webpage list data is complicated to operate, easy to make mistakes and incapable of adapting to dynamic field changes when displayed.
The embodiment of the invention provides a key value-based webpage data display method, which comprises the following steps:
predetermining a data set and a query condition to be queried;
inquiring the data set on the webpage according to the inquiry condition, and obtaining an inquired result set;
decomposing the result set, automatically extracting the title fields in the result set, and forming a title field set;
and combining the result set and the title field set to obtain a combined set, and outputting the combined set.
Preferably, the method further comprises the following steps:
rendering the combined set to display the combined set in a table form.
Preferably, the decomposing the result set, automatically extracting the title fields in the result set, and forming the title field set includes:
decomposing the result set to obtain each record in the result set;
decomposing each record to obtain a title field in each record;
and combining the title fields to obtain a title field set.
Preferably, the combining the title fields to obtain the title field set includes:
only one header field is reserved for the same header field.
Preferably, the decomposing each record to obtain the header field in each record includes:
decomposing each record into a title field and a field value;
and extracting and storing the header field.
Preferably, the rendering the combined set to make the combined set displayed in a table form includes:
rendering the combined set by using a standard table with regular rows and columns;
and displaying the rendered combined set in a standard table form.
Preferably, the querying the data set on the webpage according to the query condition and obtaining a queried result set includes:
inquiring the data set on the webpage according to the inquiry condition to obtain a title field and a field value;
pairing the title field with the field value to generate a record;
combining the multiple records to obtain a result set.
The embodiment of the present invention further provides a key value-based webpage data display device, including:
the device comprises a determining unit, a query unit and a query unit, wherein the determining unit is used for determining a data set to be queried and query conditions in advance;
the query unit is used for querying the data set on the webpage according to the query condition and obtaining a queried result set;
the decomposition unit is used for decomposing the result set, automatically extracting the title fields in the result set and forming a title field set;
and the combination unit is used for combining the result set and the title field set to obtain a combined set and outputting the combined set.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the webpage data display method based on the key value when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the processor is enabled to execute the key-value-based webpage data presentation method.
The embodiment of the invention provides a webpage data display method, a webpage data display device, computer equipment and a storage medium, wherein the method comprises the following steps: predetermining a data set and a query condition to be queried; inquiring the data set on the webpage according to the inquiry condition, and obtaining an inquired result set; decomposing the result set, automatically extracting the title fields in the result set, and forming a title field set; and combining the result set and the title field set to obtain a combined set, and outputting the combined set. The method can automatically extract the title and data of the form without manual arrangement, can dynamically adapt to the increase and decrease of the title field, and solves the problem that the title needs to be manually defined and the data needs to be extracted when the common webpage form data is inquired.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a key-value-based webpage data display method according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of a key-value-based webpage data display apparatus according to an embodiment of the present invention.
Detailed Description
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 some, not all, embodiments of the present invention. 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 invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic flowchart of a method for displaying webpage data based on key values according to an embodiment of the present invention, where the method includes steps S101 to S104:
s101, predetermining a data set and query conditions to be queried;
in this step, a data set to be queried and query conditions are first determined, where the data set is a target of a query, and the query conditions are conditions set according to the target of the query.
S102, inquiring the data set on the webpage according to the inquiry condition, and obtaining an inquired result set;
the step is to perform data query on the webpage according to the query conditions set in advance so as to query a result set.
In one embodiment, the step S102 includes steps S201 to S203:
s201, inquiring the data set on a webpage according to the inquiry condition to obtain a title field and a field value;
s202, pairing the title field with the field value to generate a record;
and S203, combining the plurality of records to obtain a result set.
In step S201, a data set is queried on a web page according to a query condition, so as to obtain a title field and a field value; then, in step S202, the obtained header fields and field values are paired one by one, thereby generating records; finally, in step S203, since there may be multiple records, these records may be combined to generate a set of multiple records: and (6) result set.
S103, decomposing the result set, automatically extracting the title fields in the result set, and forming a title field set;
the step is to decompose the result set, and the purpose of decomposition is to split the title field, that is, to extract the title field from the result set, and then to combine the title field to generate the title field set.
In one embodiment, the step S103 includes steps S301 to S303:
s301, decomposing the result set to obtain all records in the result set;
s302, decomposing each record to obtain a title field in each record;
s303, combining the title fields to obtain a title field set.
In the above embodiment, the result set is decomposed first to obtain all records in the result set, then the records are decomposed to obtain the header fields in each record, and finally the header fields are combined to obtain the final header field set.
In one embodiment, the step S302 includes steps S401 to S402:
s401, decomposing each record into a title field and a field value;
and S402, extracting and storing the title field.
Step S401 is to decompose each record into a title field and a field value, and then extract and store the title field in step S402.
In one embodiment, the step S303 includes:
only one header field is reserved for the same header field.
Since the title fields in different records may be the same title field, this embodiment may delete some duplicated title fields for this case, and only one of the title fields may be reserved in the same title field.
And S104, combining the result set and the title field set to obtain a combined set, and outputting the combined set.
This step is to combine the result set and the final title field set to form a set consisting of the result set and the title field set: and (5) combining the sets. And then outputs such a combined set.
In an embodiment, the method for displaying key-value-based webpage data further includes:
rendering the combined set to display the combined set in a table form.
The step is to render the combination set, wherein the rendering mode is to fill the contents of the combination set into a table, so that the contents of the combination set are shown in a table form.
In an embodiment, the rendering the combined set to make the combined set shown in a table form includes:
rendering the combined set by using a standard table with regular rows and columns;
and displaying the rendered combined set in a standard table form.
The embodiment can render the combination set by the standard tables with regular rows and columns, and because the contents in the combination set are the contents which are well paired one by one, the standard tables can be used for rendering, thereby avoiding missing or errors in displaying the contents in the combination set.
In the embodiment of the invention, the result set can be analyzed so as to preliminarily explain the conditions of each record in the result set and facilitate the caller who subsequently calls the result set to preliminarily know the content of the record.
Specifically, the type of the field value in the result set may be obtained, for example, the type of the field value is a numeric value, the numeric values of the field values in the same title field in each record may be compared, and a largest field value in the records may be marked in a manner that the field value is highlighted, for example, marked yellow, or displayed in bold, or displayed in underline. The smallest field value may also be marked by highlighting the field value, for example, red, bolding, or underlining. Thus, under a certain header field, the record having the largest field value and the smallest field value can be quickly found from the records.
In addition, a prompt character can be added to the side of the field value, for example, the prompt character is "maximum" or "minimum", so that the characteristics of the field value can be prompted more obviously. Of course, in order to avoid that the prompt character cannot be distinguished from the original field value, the prompt character may be specially set, for example, the prompt character is set at the upper left of the corresponding field value, so that the prompt character is displayed as a superscript on the upper left of the field value to prompt the characteristics of the field value. In addition, when the prompt characters are used as superscripts, double quotation marks can be added to the prompt characters so as to be distinguished from field values more obviously.
The scheme of prompting the character can be combined with the mode of highlighting the field value, so that the prompt is more obvious.
If the type of the field value is time, the times of the field values under the same title field in the records can be compared, and the latest field value in the records can be marked in a manner that the field value is highlighted, for example, yellow, bold, or underlined. The oldest field value may also be marked by highlighting the field value, for example, in red, or in bold, or in underline. Thus, under a certain header field, a record having the newest field value and the oldest field value can be quickly found from among the records.
In addition, a prompt character can be added to the side of the field value, for example, the prompt character is "newest" or "oldest", so that the characteristics of the field value can be prompted more obviously. Of course, in order to avoid that the prompt character cannot be distinguished from the original field value, the prompt character may be specially set, for example, the prompt character is set at the upper left of the corresponding field value, so that the prompt character is displayed as a superscript on the upper left of the field value to prompt the characteristics of the field value. In addition, when the prompt characters are used as superscripts, double quotation marks can be added to the prompt characters so as to be distinguished from field values more obviously.
The scheme of prompting the character can be combined with the mode of highlighting the field value, so that the prompt is more obvious.
If the type of the field value is a file, the file type of the field value under the same title field in each record can be obtained, and then a prompt character is added to the side of the field value, for example, the prompt character is "picture", "document", "audio" or "video", so that the characteristics of the field value can be prompted more obviously. Of course, in order to avoid that the prompt character cannot be distinguished from the original field value, the prompt character may be specially set, for example, the prompt character is set at the upper left of the corresponding field value, so that the prompt character is displayed as a superscript on the upper left of the field value to prompt the characteristics of the field value. In addition, when the prompt characters are used as superscripts, double quotation marks can be added to the prompt characters so as to be distinguished from field values more obviously.
And the setting can be carried out in other modes according to the characteristics of the field values, so that the content of the result set can be clear after the result set is obtained.
Further, the location of each record in the result set and the total number of records in the result set may be identified at the start location of each record, so that when the result set is invoked, it is known how many records in the result set are located in the result set, and where each record is located in the result set, for example, the location may be indicated by the ordering of the records in the result set, e.g., where a record is first in the result set and the result set has a total of one hundred records, and then the start location of the record may be marked with the "first, one hundred" identification.
Referring to fig. 2, fig. 2 is a schematic block diagram of a key-value-based webpage data displaying apparatus according to an embodiment of the present invention, where the apparatus 200 may include:
a determining unit 201, configured to determine in advance a data set and a query condition that need to be queried;
a query unit 202, configured to query the data set on the web page according to the query condition, and obtain a queried result set;
the decomposition unit 203 is configured to decompose the result set, automatically extract the title fields in the result set, and form a title field set;
a combining unit 204, configured to combine the result set and the header field set to obtain a combined set, and output the combined set.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the webpage data display method based on the key value when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the processor is enabled to execute the key-value-based webpage data presentation method.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, devices and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only a logical division, and there may be other divisions when the actual implementation is performed, or units having the same function may be grouped into one unit, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a magnetic disk, or an optical disk.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A webpage data display method based on key values is characterized by comprising the following steps:
predetermining a data set and a query condition to be queried;
inquiring the data set on the webpage according to the inquiry condition, and obtaining an inquired result set;
decomposing the result set, automatically extracting the title fields in the result set, and forming a title field set;
and combining the result set and the title field set to obtain a combined set, and outputting the combined set.
2. The key-value-based webpage data presentation method of claim 1, further comprising:
rendering the combined set to display the combined set in a table form.
3. The key-value-based webpage data displaying method of claim 1, wherein decomposing the result set, automatically extracting title fields in the result set, and forming a title field set comprises:
decomposing the result set to obtain each record in the result set;
decomposing each record to obtain a title field in each record;
and combining the title fields to obtain a title field set.
4. The key-value-based webpage data displaying method of claim 3, wherein the combining the title fields to obtain a set of title fields comprises:
only one header field is reserved for the same header field.
5. The key-value-based webpage data displaying method of claim 3, wherein decomposing each record to obtain a title field in each record comprises:
decomposing each record into a title field and a field value;
and extracting and storing the header field.
6. The key-value-based webpage data display method according to claim 2, wherein the rendering the combined set to display the combined set in a table form includes:
rendering the combined set by using a standard table with regular rows and columns;
and displaying the rendered combined set in a standard table form.
7. The key-value-based webpage data displaying method according to claim 1, wherein the querying the data set on the webpage according to the query condition and obtaining a queried result set comprises:
inquiring the data set on the webpage according to the inquiry condition to obtain a title field and a field value;
pairing the title field with the field value to generate a record;
combining the multiple records to obtain a result set.
8. A key value-based webpage data display device is characterized by comprising:
the device comprises a determining unit, a query unit and a query unit, wherein the determining unit is used for determining a data set to be queried and query conditions in advance;
the query unit is used for querying the data set on the webpage according to the query condition and obtaining a queried result set;
the decomposition unit is used for decomposing the result set, automatically extracting the title fields in the result set and forming a title field set;
and the combination unit is used for combining the result set and the title field set to obtain a combined set and outputting the combined set.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the key-value based web page data presentation method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored, which, when executed by a processor, causes the processor to execute the key-value-based web page data presentation method according to any one of claims 1 to 7.
CN201911037619.9A 2019-10-29 2019-10-29 Webpage data display method and device, computer equipment and storage medium Pending CN110795654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911037619.9A CN110795654A (en) 2019-10-29 2019-10-29 Webpage data display method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911037619.9A CN110795654A (en) 2019-10-29 2019-10-29 Webpage data display method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110795654A true CN110795654A (en) 2020-02-14

Family

ID=69441810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911037619.9A Pending CN110795654A (en) 2019-10-29 2019-10-29 Webpage data display method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110795654A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897884A (en) * 2020-07-20 2020-11-06 北京用友薪福社云科技有限公司 Data relation information display method and terminal equipment
CN113065913A (en) * 2021-03-12 2021-07-02 云汉芯城(上海)互联网科技股份有限公司 Quotation processing method and device and computer storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819547A (en) * 2012-01-13 2012-12-12 金蝶软件(中国)有限公司 Method and device for configuring field attribute
CN103605528A (en) * 2013-12-16 2014-02-26 北京中电普华信息技术有限公司 Service development method and device
CN107480134A (en) * 2017-07-28 2017-12-15 国信优易数据有限公司 A kind of data processing method and system
CN109948133A (en) * 2019-03-19 2019-06-28 浪潮通用软件有限公司 A kind of implementation method of the data form based on Layui
CN110119423A (en) * 2019-05-17 2019-08-13 厦门商集网络科技有限责任公司 A kind of data analysis method and computer readable storage medium of configurableization

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819547A (en) * 2012-01-13 2012-12-12 金蝶软件(中国)有限公司 Method and device for configuring field attribute
CN103605528A (en) * 2013-12-16 2014-02-26 北京中电普华信息技术有限公司 Service development method and device
CN107480134A (en) * 2017-07-28 2017-12-15 国信优易数据有限公司 A kind of data processing method and system
CN109948133A (en) * 2019-03-19 2019-06-28 浪潮通用软件有限公司 A kind of implementation method of the data form based on Layui
CN110119423A (en) * 2019-05-17 2019-08-13 厦门商集网络科技有限责任公司 A kind of data analysis method and computer readable storage medium of configurableization

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897884A (en) * 2020-07-20 2020-11-06 北京用友薪福社云科技有限公司 Data relation information display method and terminal equipment
CN111897884B (en) * 2020-07-20 2024-02-23 北京用友薪畴数字科技有限公司 Data relationship information display method and terminal equipment
CN113065913A (en) * 2021-03-12 2021-07-02 云汉芯城(上海)互联网科技股份有限公司 Quotation processing method and device and computer storage medium

Similar Documents

Publication Publication Date Title
CN104243273A (en) Method and device for displaying information on instant messaging client and information display system
CN110795654A (en) Webpage data display method and device, computer equipment and storage medium
CN110825944B (en) Webpage form data acquisition method and device, computer equipment and storage medium
US10496516B2 (en) Source code analysis device, computer program for same, and recording medium thereof
CN110765782A (en) Key value-based field translation method and device, computer equipment and storage medium
CN107748752A (en) A kind of data processing method and device
CN107526755B (en) Data processing method and device
CN112883235A (en) Video content searching method and device, computer equipment and storage medium
CN110737711A (en) Report exporting method and device, computer equipment and storage medium
CN110806866A (en) Generation method and device of front-end management system
CN102693231A (en) Method, device and device for confirming atlas according to images from network
CN106535002B (en) Desktop starter template layout updating method and device
US20150040058A1 (en) Method and System for Inputting Variant Character and Storage Medium
US10530931B2 (en) Message processing method and terminal, and storage medium
CN112541645A (en) Data processing method and system along with vehicle product project development and related device
CN110781655B (en) Data acquisition method and device for title column, computer equipment and storage medium
CN101963892B (en) Method and device for printing table data
CN112949266B (en) Electronic form processing method, electronic form processing device, electronic equipment and storage medium
CN110457323B (en) Data table processing method and device
CN104361047B (en) Data display method and device in client
CN111090457A (en) Interface analysis method, terminal device and computer-readable storage medium
CN107451205A (en) Navigation bar display method, navigation bar display device and mobile terminal
CN108268192B (en) List operation method and device
US10353902B2 (en) Non-transitory computer-readable recording medium, retrieval support device, and retrieval support method
CN105208437B (en) Input interactive approach and device in a kind of Multi-screen interaction system

Legal Events

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

Application publication date: 20200214