CN108197091B - Method, system and related equipment for creating data table - Google Patents

Method, system and related equipment for creating data table Download PDF

Info

Publication number
CN108197091B
CN108197091B CN201611124313.3A CN201611124313A CN108197091B CN 108197091 B CN108197091 B CN 108197091B CN 201611124313 A CN201611124313 A CN 201611124313A CN 108197091 B CN108197091 B CN 108197091B
Authority
CN
China
Prior art keywords
field
data table
fields
option
web server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611124313.3A
Other languages
Chinese (zh)
Other versions
CN108197091A (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 CN201611124313.3A priority Critical patent/CN108197091B/en
Publication of CN108197091A publication Critical patent/CN108197091A/en
Application granted granted Critical
Publication of CN108197091B publication Critical patent/CN108197091B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a method, a system and related equipment for creating a data table, wherein the method comprises the following steps: the method comprises the steps that a web server receives field adding operation submitted by a client aiming at a target data table, wherein the field adding operation is input through a data table management interface on the client; the web server acquires a field set to be added, which is determined correspondingly to the field adding operation; and the web server sends a target field in the field set to be added to a background server to indicate the background server to add the target field to the target data table so as to complete the creation of the target data table. The embodiment of the invention can quickly complete the field addition in the data table, thereby improving the creation efficiency of the data table.

Description

Method, system and related equipment for creating data table
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, a system, and a related device for creating a data table.
Background
The data table is a very important object in the database and is the basis of other objects, and one database may contain a plurality of data tables according to the classification condition of the information. The existing scheme for creating the data table mainly comprises the steps of adding fields through data table creation statements, introducing the fields into excel or manually adding the fields through an internet web page so as to create the data table. However, in a scenario where a large amount of similar data table structures are generated by data of large data in various dimensions and correlations, it is obvious that the creation of a data table cannot be completed quickly when a large amount of data tables are accessed, and the creation efficiency of the data table is low.
Disclosure of Invention
The embodiment of the invention provides a method, a system and related equipment for creating a data table, which can quickly complete field addition in the data table, thereby improving the creation efficiency of the data table.
A first aspect of an embodiment of the present invention provides a method for creating a data table, including:
the web server receives a field adding operation submitted by a client aiming at a target data table, wherein the field adding operation is input through a data table management interface on the client.
And the web server acquires the field set to be added, which is determined correspondingly to the field adding operation.
And the web server sends a target field in the field set to be added to a background server to indicate the background server to add the target field to the target data table so as to complete the creation of the target data table.
A second aspect of the embodiments of the present invention provides a method for creating a data table, including:
the method comprises the steps that a background server receives a target field in a field set to be added sent by a web server, the field set to be added is correspondingly determined according to field adding operation, and the field adding operation is input aiming at a target data table through a data table management interface on a client.
And the background server adds the target field into the target data table to complete the creation of the target data table.
A third aspect of the embodiments of the present invention provides a method for creating a data table, including:
the client side obtains field adding operation input aiming at the target data table through the data table management interface.
And the client submits the field adding operation to a web server to indicate the web server to acquire the field set to be added corresponding to the field adding operation.
And the client receives the field set to be added sent by the web server and determines a target field from the field set to be added.
And the client sends the target field to a background server through the web server to instruct the background server to add the target field into the target data table so as to complete the creation of the target data table.
A fourth aspect of embodiments of the present invention provides a web server, including:
the receiving module is used for receiving field adding operation submitted by a client aiming at a target data table, and the field adding operation is input through a data table management interface on the client.
And the acquisition module is used for acquiring the field set to be added, which is correspondingly determined by the field adding operation.
And the sending module is used for sending the target field in the field set to be added to a background server to indicate the background server to add the target field into the target data table so as to complete the creation of the target data table.
A fifth aspect of the embodiments of the present invention provides a background server, including:
the receiving module is used for receiving a target field in a field set to be added sent by the web server, the field set to be added is correspondingly determined according to field adding operation, and the field adding operation is input aiming at the target data table through a data table management interface on the client.
And the adding module is used for adding the target field into the target data table so as to complete the creation of the target data table.
A sixth aspect of the present invention provides a client, including:
and the acquisition module is used for acquiring field addition operation input by the data sheet management interface aiming at the target data sheet.
And the sending module is used for submitting the field adding operation to a web server so as to indicate the web server to acquire the field set to be added, which is determined corresponding to the field adding operation.
And the receiving module is used for receiving the field set to be added sent by the web server.
And the determining module is used for determining a target field from the field set to be added.
The sending module is further configured to send the target field to a background server through the web server to instruct the background server to add the target field to the target data table, so as to complete creation of the target data table.
A seventh aspect of the present invention provides a system for creating a data table, including: the web server according to the fourth aspect, the backend server according to the fifth aspect, and the client according to the sixth aspect.
In the embodiment of the invention, the web server can receive the field adding operation submitted by the client aiming at the target data sheet, and the field adding operation is input through the data sheet management interface on the client. The web server acquires the field set to be added, which is determined correspondingly to the field adding operation, and then sends the target field in the field set to be added to the background server, so that the background server can add the target field to the target data table to complete the creation of the target data table, thereby quickly completing the field addition in the data table and improving the creation efficiency of the data table.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of a method for creating a data table according to an embodiment of the present invention;
FIG. 2a is a diagram of a data table management interface according to an embodiment of the present invention;
FIG. 2b is a schematic diagram of another data table management interface according to an embodiment of the present invention;
FIG. 2c is a diagram of another data table management interface provided by an embodiment of the invention;
fig. 3 is a schematic structural diagram of a first embodiment of a web server according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a backend server according to a first embodiment of the present invention;
fig. 5 is a schematic structural diagram of a client according to a first embodiment of the present invention;
fig. 6 is a schematic structural diagram of a second embodiment of a web server according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a backend server according to a second embodiment of the present invention;
fig. 8 is a schematic structural diagram of a client according to a second embodiment of the present invention;
fig. 9 is a schematic structural diagram of a system for creating a data table 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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments of the present invention, are within the scope of protection of the present invention.
The client described in the embodiment of the present invention may be a notebook computer, a desktop computer, a tablet computer, or the like. The client may run at least one type of internet application, including but not limited to: a browser application, etc.
Fig. 1 is a schematic flowchart illustrating a method for creating a data table according to an embodiment of the present invention. The method for creating a data table described in this embodiment includes the following steps:
101. the client side obtains field adding operation input aiming at the target data table through the data table management interface.
One data table may include one or more fields, and the field information of the fields may include one or more of a field name, a field type, a field Chinese name, a field remark, and the like. Generally, field names, field types and field Chinese names are optional, and field remarks are optional.
The data table management interface may be specifically located in a web page of a browser application on a client, and specifically may include a data table basic information configuration interface shown in fig. 2a, a data table field management interface shown in fig. 2b, and a data table search interface shown in fig. 2 c. The basic information of the newly created data table can be set through the data table basic information configuration interface shown in fig. 2a, and the basic information generally may include: data table name, belonging service and sub-service, maximum storage days (namely life cycle), responsible person, backup responsible person, data description and the like. Through the field management interface of the data table shown in fig. 2b, the fields of the data table may be added, deleted, the arrangement order may be modified, the field information (e.g., the names of the characters in the fields) of the data table may be modified, the fields in the interface may be exported in batches, and the like. Specifically, the addition of the fields of the data table can be quickly realized through three modes of "statement build table", "existing table import", and "import" below the interface shown in fig. 2b, or the fields can be added through a manual input mode through a "add fields" option. The term "statement build table" refers to a created statement add field for editing a data table using a related database programming Language, such as a Structured Query Language (SQL) statement add field. "existing table import" refers to the selection of an existing table from a database by using one or more existing table add fields in the database through the table search interface shown in fig. 2 c. "import" refers to adding a field using a form file (e.g., an excel file) or the like. Reordering of the fields can be accomplished by dragging the area to the left of the fields in the interface shown in FIG. 2 b. Modifying the field information (e.g. the field Chinese name) of the data table includes inputting the corresponding field Chinese name directly in the rectangular box of the column of the field Chinese name, triggering automatic matching of the field Chinese name by inputting a specified operation (e.g. two consecutive clicks in the rectangular box of the column of the field Chinese name), and quickly selecting the matched field Chinese name from the recommended field Chinese name list. The batch export of the fields can be realized through the export below the interface shown in fig. 2b, for example, multiple fields are exported to an excel file, the modification of related field information (for example, the names of the characters in the fields) is quickly completed in batch in the excel file, and then the excel file is imported through the import to realize the quick addition of the fields.
In a specific implementation, when a user creates a target data table, the user may input a configuration parameter for the target data table through a data table management interface on a client, for example, the data table basic information configuration interface shown in fig. 2a may be specifically used, the client submits the configuration parameter input by the user to a web server, the web server forwards the configuration parameter input by the user to a backend server, and the backend server configures the basic information of the target data table according to the configuration parameter input by the user.
Further, after the basic information of the target data table is configured, the user may input a field adding operation for the target data table through a data table management interface, for example, the field management interface may be specifically a field management interface of the data table as shown in fig. 2b, and the field adding operation may be specifically a creation statement of the target data table, or selecting at least one data table from a database, or importing a form file.
102. The client submits the field addition operation to a web server.
103. And the web server acquires the field set to be added, which is determined correspondingly to the field adding operation.
In specific implementation, after receiving a field adding operation input by a user for a target data table, a client submits the field adding operation to a web server, and the web server can specifically acquire a field set to be added, which is determined corresponding to the field adding operation, in the following three ways.
The first method is as follows: if the field adding operation inputs the creation statements of the target data table, the web server submits the creation statements of the target data table to the background server after obtaining the creation statements of the target data table input by the field adding operation, the background server analyzes the creation statements of the target data table, the fields in the creation statements are extracted, the extracted fields are combined into a field set to be added, and the field set to be added is returned to the web server.
In some possible embodiments, the field name and the field type in the creating statement of the target data table are optional, the field name and the field remark are optional, the backend server may first obtain the field name and the field remark through a COMMENT (for example, "COMMENT" in SQL statement) in the creating statement of the target data table, if the extracted COMMENT content meets a preset condition, for example, less than 20 Chinese characters, no space, comma, etc., the extracted COMMENT content is taken as the field name, and if the extracted COMMENT content does not meet the preset condition, the extracted COMMENT content is taken as the field remark. When the field Chinese names cannot be acquired through comments in the creating sentences of the target data table, the background server can match the field Chinese names for the fields included in the field set to be added from the database, and the matched field Chinese names can default to the field Chinese names with the highest use frequency in the fields with the same field names as the fields included in the field set to be added or in the fields in fuzzy matching. If the match fails, the user may be prompted through the interface shown in FIG. 2b to manually enter the desired Chinese name in the field.
The second method comprises the following steps: if the field adding operation is at least one data table selected from the database, the web server obtains the at least one data table selected from the database by the field adding operation, submits the at least one data table to the background server, the background server analyzes the at least one data table, extracts fields in each data table, combines the extracted fields into a field set to be added, and returns the field set to be added to the web server.
The third method comprises the following steps: if the field adding operation is imported into the form file, the web server locally analyzes the form file after acquiring the form file imported by the field adding operation, extracts fields in the form file, and combines the extracted fields into a field set to be added.
In some possible embodiments, the field name and the field type are optional at the time of manufacturing the form file, the field Chinese name and the field remark are optional, if the imported form file does not fill in the field information of the field Chinese name, the web server submits the field set to be added to the background server, the background server can match the field Chinese name included in the field set to be added from the database, and the matched field Chinese name can default to the field Chinese name with the field name the same as or the field with the highest frequency of use in the field in fuzzy matching with the field included in the field set to be added. If the match fails, the user may be prompted through the interface shown in FIG. 2b to manually enter the desired field Chinese name.
104. And the client receives the field set to be added sent by the web server and determines a target field from the field set to be added.
In a specific implementation, all fields included in the field set to be added may be fields required for creating the target data table, or only a part of the fields may be fields required for creating the target data table, the web server returns the field set to be added to the client, after receiving the field set to be added, the client may display each field included in the field set to be added to the user through the interface shown in fig. 2b, and for fields not required for creating the target data table, the user may delete the fields in the interface shown in fig. 2b, such as a function option of a trash can, so that only the target fields required for creating the target data table are reserved.
105. And the client sends the target field to a background server through the web server.
106. And the background server adds the target field into the target data table to complete the creation of the target data table.
In the specific implementation, the client sends a target field required by creating the target data table to the background server through the web server, and the background server adds the target field to the target data table, so that the creation of the target data table is completed.
It should be noted that the field adding operation may be three embodiments, namely, a creation statement of the target data table, or selecting at least one data table from the database, or importing a table file, and when creating the target data table, the three embodiments may be freely combined for multiple use, for example, a part of fields in the required fields are added to the target data table through the creation statement of the target data table, and then at least one data table is selected from the database to add other fields in the required fields to the target data table.
In the embodiment of the invention, a client submits field adding operation input by aiming at a target data table through a data table management interface to a web server, the web server acquires a field set to be added which is correspondingly determined by the field adding operation, and then sends the field set to be added to the client for screening, the client determines a target field from the field set to be added and submits the target field to a background server through the web server, and the background server adds the target field into the target data table so as to complete the creation of the target data table.
Fig. 3 is a schematic structural diagram of a web server according to a first embodiment of the present invention. The web server described in this embodiment includes:
the receiving module 301 is configured to receive a field addition operation submitted by a client for a target data table, where the field addition operation is input through a data table management interface on the client.
An obtaining module 302, configured to obtain a field set to be added, where the field adding operation corresponds to the determination.
A sending module 303, configured to send a target field in the set of fields to be added to a background server, so as to instruct the background server to add the target field to the target data table, so as to complete creation of the target data table.
In some possible embodiments, the obtaining module 302 is specifically configured to:
and acquiring a creation statement of the target data table input by the field adding operation.
And sending the creation statement of the target data table to a background server to instruct the background server to analyze the creation statement of the target data table to obtain a field set to be added.
And receiving the field set to be added sent by the background server.
In some possible embodiments, the obtaining module 302 is specifically configured to:
and acquiring at least one data table selected from a database by the field adding operation.
And sending the at least one data table to a background server to indicate the background server to analyze the at least one data table to obtain a field set to be added.
And receiving the field set to be added sent by the background server.
In some possible embodiments, the obtaining module 302 is specifically configured to:
and acquiring the table file imported by the field adding operation.
And analyzing the form file to obtain a field set to be added.
In some possible embodiments, the field information of the field in the field set to be added includes one or more of a field name, a field type, a field Chinese name, and a field remark.
It can be understood that the functions of each functional module of the web server in this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the invention, a web server acquires field adding operation submitted by a client aiming at a target data table, acquires a field set to be added, which is determined correspondingly to the field adding operation, and then sends a target field in the field set to be added to a background server, so that the background server can add the target field to the target data table to complete the creation of the target data table, and the fields required for creating the data table can be quickly extracted by combining a creating statement, the existing data table in a database, an externally-imported table file and the like, thereby quickly completing the field addition in the data table, improving the creating efficiency of the data table, and being suitable for scenes that a large number of similar data table structures are generated by various data with different dimensions and correlation of big data.
Fig. 4 is a schematic structural diagram of a background server according to a first embodiment of the present invention. The background server described in this embodiment includes:
the receiving module 401 is configured to receive a target field in a field set to be added sent by a web server, where the field set to be added is determined correspondingly according to a field addition operation, and the field addition operation is input for a target data table through a data table management interface on a client.
An adding module 402, configured to add the target field to the target data table to complete creation of the target data table.
In some possible embodiments, the backend server further comprises:
an obtaining module 403, configured to obtain a field set to be added, where the field adding operation corresponds to the determination.
A sending module 404, configured to send the field set to be added to a web server, so as to instruct the web server to obtain a target field determined by the client from the field set to be added.
In some possible embodiments, the obtaining module 403 is specifically configured to:
and receiving a creation statement of a target data table sent by the web server, wherein the creation statement of the target data table is input through the field adding operation.
And analyzing the created statement of the target data table to obtain a field set to be added.
In some possible embodiments, the obtaining module 403 is specifically configured to:
and receiving at least one data table sent by the web server, wherein the at least one data table is selected from a database by the field adding operation.
And analyzing the at least one data table to obtain a field set to be added.
In some possible embodiments, the obtaining module 403 is specifically configured to:
and receiving a field set to be added sent by a web server, wherein the field set to be added is obtained by analyzing the table file imported by the field adding operation by the web server.
In some possible embodiments, the field information of the field in the field set to be added includes one or more of a field name, a field type, a field Chinese name, and a field remark.
In some possible embodiments, the backend server further comprises:
a matching module 405, configured to match field Chinese names for the fields included in the field set to be added from the database, where the matched field Chinese name is a field Chinese name with a highest use frequency in fields whose field names are the same as or fuzzy-matched with fields included in the field set to be added.
It can be understood that the functions of the functional modules of the background server in this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the invention, the background server receives the target field in the field set to be added sent by the web server, the field set to be added is correspondingly determined according to the field adding operation, the target field is added into the target data table to complete the creation of the target data table, and the fields required for creating the data table can be quickly extracted by combining the creating statement, the existing data table in the database, the externally imported table file and the like, so that the field addition in the data table can be quickly completed, the creation efficiency of the data table is improved, and the method is suitable for generating a large number of scenes with similar data table structures by various data with different dimensions and correlation of big data.
Fig. 5 is a schematic structural diagram of a client according to a first embodiment of the present invention. The client described in this embodiment includes:
an obtaining module 501, configured to obtain a field adding operation input for a target data table through a data table management interface.
A sending module 502, configured to submit the field adding operation to a web server, so as to instruct the web server to obtain a field set to be added, where the field set to be added corresponds to the field adding operation.
A receiving module 503, configured to receive the field set to be added sent by the web server.
A determining module 504, configured to determine a target field from the set of fields to be added.
The sending module 502 is further configured to send the target field to a background server through the web server to instruct the background server to add the target field to the target data table, so as to complete creation of the target data table.
It can be understood that the functions of each functional module of the client in this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the invention, the client acquires the field adding operation input by aiming at the target data table through the data table management interface, and submits the field adding operation to the web server so as to instruct the web server to acquire the field set to be added corresponding to the field adding operation. The method comprises the steps that a client receives a field set to be added returned by a web server, determines a target field from the field set to be added, and then sends the target field to a background server through the web server to indicate the background server to add the target field into a target data table, so that the creation of the target data table is completed.
Fig. 6 is a schematic structural diagram of a web server according to a second embodiment of the present invention. The web server described in this embodiment includes: a processor 601, a network interface 602, and a memory 603. The processor 601, the network interface 602, and the memory 603 may be connected by a bus or other means, and the embodiment of the present invention is exemplified by being connected by a bus.
The processor 601 (or Central Processing Unit, CPU) is a computing core and a control core of the server. The network interface 602 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI, mobile communication interface, etc.), and is controlled by the processor 601 for transceiving data. The Memory 603 (Memory) is a Memory device of the server, and stores programs and data. It is understood that the memory 603 herein may be a high-speed RAM memory, or a non-volatile memory (non-volatile memory), such as at least one disk memory; optionally, at least one memory device may be located remotely from the processor 601. Memory 603 provides storage space that stores the operating system and executable program code of the server, which may include but is not limited to: windows system (an operating system), linux system (an operating system), etc., which are not limited in this regard.
In the embodiment of the present invention, the processor 601 executes the executable program code in the memory 603 to perform the following operations:
the processor 601 is configured to receive a field addition operation submitted by a client for a target data table, where the field addition operation is input through a data table management interface on the client.
The processor 601 is further configured to obtain a field set to be added, where the field adding operation corresponds to the determination.
A network interface 602, configured to send a target field in the set of fields to be added to a backend server, so as to instruct the backend server to add the target field to the target data table, so as to complete creation of the target data table.
In some possible embodiments, the processor 601 is specifically configured to:
and acquiring a creation statement of the target data table input by the field adding operation.
And sending the creation statement of the target data table to a background server through the network interface 602 to instruct the background server to analyze the creation statement of the target data table to obtain a field set to be added.
Receiving the field set to be added sent by the background server through the network interface 602.
In some possible embodiments, the processor 601 is specifically configured to:
and acquiring at least one data table selected from a database by the field adding operation.
And sending the at least one data table to a background server through the network interface 602 to instruct the background server to analyze the at least one data table to obtain a field set to be added.
Receiving the field set to be added sent by the background server through the network interface 602.
In some possible embodiments, the processor 601 is specifically configured to:
and acquiring the table file imported by the field adding operation.
And analyzing the table file to obtain a field set to be added.
In some possible embodiments, the field information of the field in the field set to be added includes one or more of a field name, a field type, a field Chinese name, and a field remark.
In specific implementation, the processor 601, the network interface 602, and the memory 603 described in this embodiment of the present invention may execute an implementation manner of a web server described in a flow of a method for creating a data table provided in this embodiment of the present invention, and may also execute an implementation manner described in the first embodiment of a web server provided in this embodiment of the present invention, which is not described again here.
In the embodiment of the invention, a web server acquires field adding operation submitted by a client aiming at a target data table, acquires a field set to be added, which is determined correspondingly to the field adding operation, and then sends a target field in the field set to be added to a background server, so that the background server can add the target field to the target data table to complete the creation of the target data table, and the fields required for creating the data table can be quickly extracted by combining a creating statement, the existing data table in a database, an externally-imported table file and the like, thereby quickly completing the field addition in the data table, improving the creating efficiency of the data table, and being suitable for scenes that a large number of similar data table structures are generated by various data with different dimensions and correlation of big data.
Fig. 7 is a schematic structural diagram of a background server according to a second embodiment of the present invention. The background server described in this embodiment includes: a processor 701, a network interface 702, and a memory 703. The processor 701, the network interface 702, and the memory 703 may be connected by a bus or other means, and the embodiment of the present invention is exemplified by being connected by a bus.
The processor 701 (or Central Processing Unit (CPU)) is a computing core and a control core of the server. The network interface 702 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI, mobile communication interface, etc.), controlled by the processor 701 for transceiving data. The Memory 703 (Memory) is a Memory device of the server and stores programs and data. It is understood that the memory 703 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory; optionally, at least one memory device may be located remotely from the processor 701. Memory 703 provides storage space that stores the operating system and executable program code of the server, which may include but is not limited to: windows system (an operating system), linux system (an operating system), etc., which are not limited in this regard.
In the embodiment of the present invention, the processor 701 executes the executable program code in the memory 703 to perform the following operations:
the network interface 702 is configured to receive a target field in a field set to be added sent by a web server, where the field set to be added is determined according to a field addition operation, and the field addition operation is input to a target data table through a data table management interface on a client.
A processor 701, configured to add the target field to the target data table to complete creation of the target data table.
In some possible embodiments, the processor 701 is further configured to obtain a field set to be added, where the field set to be added corresponds to the field adding operation.
The network interface 702 is further configured to send the field set to be added to a web server, so as to instruct the web server to obtain a target field determined by the client from the field set to be added.
In some possible embodiments, the processor 701 is specifically configured to:
and receiving a creation statement of a target data table sent by the web server through the network interface 702, wherein the creation statement of the target data table is input through the field adding operation.
And analyzing the created statement of the target data table to obtain a field set to be added.
In some possible embodiments, the processor 701 is specifically configured to:
at least one data table sent by the web server is received through the network interface 702, and the at least one data table is selected from the database by the field adding operation.
And analyzing the at least one data table to obtain a field set to be added.
In some possible embodiments, the processor 701 is specifically configured to:
receiving a field set to be added sent by a web server through the network interface 702, where the field set to be added is obtained by analyzing a table file imported by the field adding operation by the web server.
In some possible embodiments, the field information of the field in the field set to be added includes one or more of a field name, a field type, a field Chinese name, and a field remark.
In some possible embodiments, the processor 701 is further configured to match, from the database, a chinese name in a field for the field included in the set of fields to be added, where the matched chinese name in the field is a chinese name in a field whose field name is the same as that of the field included in the set of fields to be added or is a most frequently used field among the fuzzy-matched fields.
In specific implementation, the processor 701, the network interface 702, and the memory 703 described in this embodiment of the present invention may execute the implementation manner of the background server described in the flow of the method for creating a data table provided in this embodiment of the present invention, and may also execute the implementation manner described in the first embodiment of the background server provided in this embodiment of the present invention, which is not described herein again.
In the embodiment of the invention, the background server receives the target field in the field set to be added sent by the web server, the field set to be added is correspondingly determined according to the field adding operation, the target field is added into the target data table to complete the creation of the target data table, and the fields required for creating the data table can be quickly extracted by combining the creation statement, the existing data table in the database, the externally-imported table file and the like, so that the field addition in the data table can be quickly completed, the creation efficiency of the data table is improved, and the method is suitable for a scene that a large amount of similar data table structures are generated by various data with different dimensions and correlation of big data.
Fig. 8 is a schematic structural diagram of a client according to a second embodiment of the present invention. The client described in this embodiment includes: a processor 801, a user interface 802, a network interface 803, and a memory 804. The processor 801, the user interface 802, the network interface 803, and the memory 804 may be connected by a bus or other means, and the bus connection is taken as an example in the embodiment of the present invention.
The processor 801 (or CPU) is a computing core and a control core of the client, and can analyze various instructions in the client and process various data of the client, for example: the CPU can be used for analyzing a power-on and power-off instruction sent to the client by a user and controlling the client to carry out power-on and power-off operation; the following steps are repeated: the CPU may transmit various types of interactive data between the internal structures of the client, and so on. The user interface 802 is a medium for implementing interaction and information exchange between a user and a client, and may be embodied by a Display screen (Display) for output, a Keyboard (Keyboard) for input, and the like, where the Keyboard may be a physical Keyboard, a touch screen virtual Keyboard, or a Keyboard combining physical and touch screen virtual. The network interface 803 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI, mobile communications interface, etc.), and is controlled by the processor 801 for transceiving data. A Memory 804 (Memory) is a Memory device in the client for storing programs and data. It is understood that the memory 804 may include a built-in memory of the client, and may also include an extended memory supported by the client. Memory 804 provides storage space that stores the operating system of the client, which may include, but is not limited to: a Windows system (an operating system), an Android system, an IOS system, etc., which are not limited in this respect.
In the embodiment of the present invention, the processor 801 executes the executable program code in the memory 804 to perform the following operations:
the processor 801 is configured to obtain a field addition operation input for the target data table through the data table management interface.
The network interface 803 is configured to submit the field adding operation to the web server, so as to instruct the web server to obtain the field set to be added, which is determined corresponding to the field adding operation.
The network interface 803 is further configured to receive the set of fields to be added sent by the web server.
The processor 801 is further configured to determine a target field from the set of fields to be added.
The network interface 803 is further configured to send the target field to a backend server through the web server, so as to instruct the backend server to add the target field to the target data table, so as to complete the creation of the target data table.
In a specific implementation, the processor 801, the user interface 802, the network interface 803, and the memory 804 described in this embodiment of the present invention may execute an implementation manner of the client described in the flow of the method for creating a data table provided in this embodiment of the present invention, or may execute an implementation manner described in the first embodiment of the client provided in this embodiment of the present invention, which is not described herein again.
In the embodiment of the invention, the client acquires the field adding operation input by aiming at the target data table through the data table management interface, and submits the field adding operation to the web server so as to instruct the web server to acquire the field set to be added corresponding to the field adding operation. The method comprises the steps that a client receives a field set to be added returned by a web server, determines a target field from the field set to be added, and then sends the target field to a background server through the web server to indicate the background server to add the target field into a target data table, so that the creation of the target data table is completed.
Please refer to fig. 9, which is a schematic structural diagram of a system for creating a data table according to an embodiment of the present invention. The system for creating a data table described in this embodiment includes: client 901, web server 902 and backend server 903, where:
the client 901 is configured to obtain a field addition operation input for the target data table through the data table management interface.
The client 901 is further configured to submit the field adding operation to the web server 902.
The web server 902 is configured to obtain a field set to be added corresponding to the field adding operation.
The client 901 is further configured to receive the field set to be added sent by the web server 902, and determine a target field from the field set to be added.
The client 901 is further configured to send the target field to the backend server 903 through the web server 902.
The backend server 903 is configured to add the target field to the target data table to complete creation of the target data table.
It can be understood that the functions of the client 901, the web server 902, and the backend server 903 in this embodiment may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the relevant description of the foregoing method embodiment, which is not described herein again.
In the embodiment of the invention, a client submits field adding operation input by aiming at a target data table through a data table management interface to a web server, the web server acquires a field set to be added which is correspondingly determined by the field adding operation, and then sends the field set to be added to the client for screening, the client determines a target field from the field set to be added and submits the target field to a background server through the web server, the background server adds the target field to the target data table so as to complete the creation of the target data table, and fields required for creating the data table can be quickly extracted by combining a creating statement, the existing data table in a database, an externally imported table file and the like, so that the field adding in the data table can be quickly completed, the creating efficiency of the data table is improved, and the method is suitable for generating a scene of a large number of similar data table structures by using data with various dimensions and relativity of large data.
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.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A method of creating a data table, performed by a web server, comprising:
receiving configuration parameters submitted by a client aiming at the newly-built data table through a data table management interface, wherein,
the Chinese name of the field in the newly-built data table is optional;
the data table management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar table structure;
the data sheet management interface comprises: a data table basic information configuration interface, a field management interface and a data table searching interface;
receiving the configuration parameters input by a user through the basic information configuration interface of the data table, wherein the optional configuration parameters comprise the table Chinese name, the affiliated service and the sub-service of the newly-built data table;
forwarding the configuration parameters to a background server so that the background server configures the basic information of the newly-built data table according to the configuration parameters;
receiving a field adding operation submitted by the client through the field management interface, wherein the field management interface comprises a statement build option, an existing form import option, a form file import option and an export option,
the statement list building option is used for editing the created statement of the newly-built data list by using a database programming language and increasing fields;
the existing table import option is used for selecting an existing data table from a database and increasing fields based on the data table search interface;
the form file import option is used for increasing fields by using the form file;
the export option is used for exporting fields in batches;
when the field adding operation inputs a creating statement, submitting the creating statement to the background server so that the background server extracts fields in the creating statement, combines the extracted fields into a field set to be added and returns the field set to the web server;
when the field adding operation indicates a plurality of data tables, submitting the data tables to the background server so that the background server extracts fields in each data table, adds the extracted fields to the field set to be added and returns the fields to the web server;
when the field adding operation is that a first table file is imported from the outside, analyzing the first table file locally, extracting fields in the first table file, and adding the extracted fields to the field set to be added;
sending the field set to be added to the client so that the client determines a target field from the field set to be added, exporting the target field in batches into a second form file through the export option, modifying the name of the field Chinese in the second form file in batches, and importing the modified second form file through the form file import option;
and receiving the modified target field from the client, and sending the modified target field to the background server, so that the background server adds the modified target field to the newly-built data table.
2. A method of creating a data table, performed by a backend server, comprising:
receiving configuration parameters from a web server, and configuring basic information of a newly-built data table according to the configuration parameters, wherein the web server receives the configuration parameters submitted by a client through a data table management interface, and Chinese names in fields in the newly-built data table are optional; the data table management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar table structure; the data sheet management interface comprises: a data table basic information configuration interface, a field management interface and a data table searching interface; receiving the configuration parameters input by a user through the data table basic information configuration interface, wherein the optional configuration parameters comprise the table Chinese name, the affiliated service and the sub-service of the newly-built data table; receiving a field adding operation submitted by the client through the field management interface, wherein the field management interface comprises a statement list building option, an existing list importing option, a table file importing option and an exporting option, and the statement list building option is used for editing a creating statement of the newly-built data table by using a database programming language and increasing a field; the existing table importing option is used for selecting an existing data table from a database and increasing fields based on the data table searching interface; the form file import option is used for increasing fields by using the form file; the export option is used for exporting fields in batches;
when the field adding operation inputs a creating statement, receiving the creating statement from the web server, extracting fields in the creating statement, and combining the extracted fields into a field set to be added;
when the field adding operation indicates a plurality of data tables, receiving the plurality of data tables from the web server, extracting fields in each data table, and adding the extracted fields to the field set to be added;
sending the field set to be added to the web server; when the field adding operation is that a first table file is imported from the outside, the web server locally analyzes the first table file, extracts fields in the first table file, and adds the extracted fields to the field set to be added; the client determines a target field from the field set to be added, exports the target field in batches into a second table file through the export option, modifies field Chinese names in batches in the second table file, and imports the modified second table file through the table file import option;
and receiving the modified target field from the client through the web server, and adding the modified target field into the new data table.
3. A method of creating a data table, performed by a client, comprising:
receiving configuration parameters input by a user aiming at a newly-built data table through a data table basic information configuration interface, wherein the optional configuration parameters comprise table Chinese names, affiliated services and sub-services of the newly-built data table; the data sheet management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar sheet structure; the data sheet management interface comprises: the data table basic information configuration interface, the field management interface and the data table searching interface; the field management interface comprises a statement list building option, an existing list importing option, a list file importing option and an exporting option, wherein the statement list building option is used for editing a created statement of the newly-built data list by using a database programming language and increasing a field; the existing table importing option is used for selecting an existing data table from a database and increasing fields based on the data table searching interface; the form file import option is used for increasing fields by using the form file; the export option is used for exporting fields in batches;
submitting the configuration parameters to a web server so that the web server forwards the configuration parameters to a background server so that the background server configures the basic information of the newly-built data table according to the configuration parameters, wherein the Chinese name in the field in the newly-built data table is optional;
acquiring a field adding operation through the field management interface, and submitting the field adding operation to the web server to instruct the web server to execute the following processing:
when the field adding operation inputs a creating statement, submitting the creating statement to the background server so that the background server extracts fields in the creating statement, combines the extracted fields into a field set to be added and returns the field set to the web server;
when the field adding operation indicates a plurality of data tables, submitting the plurality of data tables to the background server so that the background server extracts fields in each data table, adds the extracted fields to the field set to be added and returns the fields to the web server;
when the field adding operation is that a first table file is imported from the outside, analyzing the first table file locally, extracting fields in the first table file, and adding the extracted fields to the field set to be added;
receiving the field set to be added sent by the web server, determining a target field from the field set to be added, exporting the target field in batches into a second form file through the export option, modifying the field Chinese names in batches in the second form file, importing the modified second form file through the form file import option, and sending the modified target field to the background server through the web server so that the background server adds the modified target field to the new data table.
4. A web server, comprising:
the receiving module is used for receiving configuration parameters submitted by a client through a data table management interface aiming at a newly-built data table, wherein the Chinese name in the field in the newly-built data table is optional; the data table management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar table structure; the data sheet management interface comprises: a data table basic information configuration interface, a field management interface and a data table searching interface; receiving the configuration parameters input by a user through the data table basic information configuration interface, wherein the optional configuration parameters comprise the table Chinese name, the affiliated service and the sub-service of the newly-built data table; forwarding the configuration parameters to a background server so that the background server configures the basic information of the newly-built data table according to the configuration parameters; receiving a field adding operation submitted by the client through the field management interface, wherein the field management interface comprises a statement list building option, an existing list importing option, a form file importing option and an exporting option, and the statement list building option is used for editing a created statement of the newly-built data list by using a database programming language and increasing a field; the existing table importing option is used for selecting an existing data table from a database and increasing fields based on the data table searching interface; the form file import option is used for increasing fields by using the form file; the export option is used for exporting fields in batches;
the acquisition module is used for submitting the created statement to the background server when the field adding operation inputs the created statement, so that the background server extracts the fields in the created statement, combines the extracted fields into a field set to be added and returns the field set to the web server; when the field adding operation indicates a plurality of data tables, submitting the plurality of data tables to the background server so that the background server extracts fields in each data table, adds the extracted fields to the field set to be added and returns the fields to the web server; when the field adding operation is that a first table file is imported from the outside, analyzing the first table file locally, extracting fields in the first table file, and adding the extracted fields to the field set to be added;
the sending module is used for sending the field set to be added to the client so that the client determines a target field from the field set to be added, exporting the target field in batches into a second table file through the export option, modifying the Chinese name of the field in the second table file in batches, and importing the modified second table file through the table file import option; and receiving the modified target field from the client, and sending the modified target field to the background server, so that the background server adds the modified target field to the new data table.
5. A backend server, comprising:
the system comprises an acquisition module, a database module and a database module, wherein the acquisition module is used for receiving configuration parameters from a web server and configuring basic information of a newly-built data table according to the configuration parameters, the web server receives the configuration parameters submitted by a client through a data table management interface, and the Chinese names in fields in the newly-built data table are optional; the data table management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar table structure; the data sheet management interface comprises: a data table basic information configuration interface, a field management interface and a data table searching interface; receiving the configuration parameters input by a user through the data table basic information configuration interface, wherein the optional configuration parameters comprise the table Chinese name, the affiliated service and the sub-service of the newly-built data table; receiving a field adding operation submitted by the client through the field management interface, wherein the field management interface comprises a statement list building option, an existing list importing option, a form file importing option and an exporting option, and the statement list building option is used for editing a created statement of the newly-built data list by using a database programming language and increasing a field; the existing table importing option is used for selecting an existing data table from a database and increasing fields based on the data table searching interface; the form file import option is used for increasing fields by using the form file; the export option is used for exporting fields in batches; when the field adding operation inputs a creating statement, receiving the creating statement from the web server, extracting fields in the creating statement, and combining the extracted fields into a field set to be added; when the field adding operation indicates a plurality of data tables, receiving the plurality of data tables from the web server, extracting fields in each data table, and adding the extracted fields to the field set to be added;
the sending module is used for sending the field set to be added to the web server; when the field adding operation is that a first table file is imported from the outside, the web server locally analyzes the first table file, extracts fields in the first table file, and adds the extracted fields to the field set to be added; the client determines a target field from the field set to be added, exports the target field in batches into a second table file through the export option, modifies field Chinese names in batches in the second table file, and imports the modified second table file through the table file import option;
and the receiving module is used for receiving the modified target field from the client through the web server and adding the modified target field into the newly-built data table.
6. A client, comprising:
the acquisition module is used for receiving configuration parameters input by a user aiming at the newly-built data table through a data table basic information configuration interface, wherein the optional configuration parameters comprise table Chinese names, affiliated services and sub-services of the newly-built data table; the data sheet management interface is positioned in a web page of a browser application on the client and used for accessing data with a similar sheet structure; the data sheet management interface comprises: the data table basic information configuration interface, the field management interface and the data table searching interface; the field management interface comprises a statement list building option, an existing list importing option, a list file importing option and an exporting option, wherein the statement list building option is used for editing a created statement of the newly-built data list by using a database programming language and increasing a field; the existing table importing option is used for selecting an existing data table from a database and increasing fields based on the data table searching interface; the form file import option is used for increasing fields by using the form file; the export option is used for exporting fields in batches;
the sending module is used for submitting the configuration parameters to a web server so that the web server forwards the configuration parameters to a background server so that the background server configures the basic information of the newly-built data table according to the configuration parameters, wherein the names of the Chinese characters in the fields in the newly-built data table are optional; acquiring a field adding operation through the field management interface, and submitting the field adding operation to the web server to instruct the web server to execute the following processing: when the field adding operation inputs a creating statement, submitting the creating statement to the background server so that the background server extracts fields in the creating statement, combines the extracted fields into a field set to be added and returns the field set to the web server; when the field adding operation indicates a plurality of data tables, submitting the plurality of data tables to the background server so that the background server extracts fields in each data table, adds the extracted fields to the field set to be added and returns the fields to the web server; when the field adding operation is that a first table file is imported from the outside, analyzing the first table file locally, extracting fields in the first table file, and adding the extracted fields to the field set to be added;
the receiving module is used for receiving the field set to be added sent by the web server;
the determining module is used for determining a target field from the field set to be added, exporting the target field in batches into a second table file through the export option, modifying field Chinese names in batches in the second table file, and importing the modified second table file through the table file import option;
the sending module is further configured to send the modified target field to the background server through the web server, so that the background server adds the modified target field to the new data table.
7. A system for creating a data table, comprising the web server of claim 4, the backend server of claim 5, and the client of claim 6.
8. A computer-readable storage medium, characterized in that it stores a computer program comprising program instructions which, when executed by a processor, cause the processor to carry out the method of creating a data table according to any one of claims 1 to 3.
CN201611124313.3A 2016-12-08 2016-12-08 Method, system and related equipment for creating data table Active CN108197091B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611124313.3A CN108197091B (en) 2016-12-08 2016-12-08 Method, system and related equipment for creating data table

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611124313.3A CN108197091B (en) 2016-12-08 2016-12-08 Method, system and related equipment for creating data table

Publications (2)

Publication Number Publication Date
CN108197091A CN108197091A (en) 2018-06-22
CN108197091B true CN108197091B (en) 2022-12-09

Family

ID=62572471

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611124313.3A Active CN108197091B (en) 2016-12-08 2016-12-08 Method, system and related equipment for creating data table

Country Status (1)

Country Link
CN (1) CN108197091B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111241053B (en) * 2018-11-29 2022-08-23 ***通信集团四川有限公司 Data table creating method, device, equipment and storage medium
CN111831638A (en) * 2019-04-17 2020-10-27 阿里巴巴集团控股有限公司 Data table creating method and device
CN110609854A (en) * 2019-09-19 2019-12-24 深圳前海环融联易信息科技服务有限公司 Method, system, electronic device and computer storage medium for field name query
CN112015764A (en) * 2020-08-13 2020-12-01 仁励家网络科技(杭州)有限公司 Data processing method and device of business system, electronic equipment and storage medium
CN112131220B (en) * 2020-09-15 2024-03-15 北京奇艺世纪科技有限公司 Data report processing method and device
CN112632939B (en) * 2020-12-30 2024-05-14 北京达佳互联信息技术有限公司 Data processing method, data display method, device and storage medium
CN115033827A (en) * 2022-06-27 2022-09-09 上海深至信息科技有限公司 Method for updating front-end field

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1425997A (en) * 2001-12-13 2003-06-25 英业达股份有限公司 Method for producing electronic form file in web site server end

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8281233B2 (en) * 2009-06-15 2012-10-02 Microsoft Corporation Architecture to expose internal business data on a website
CN102346785A (en) * 2011-11-15 2012-02-08 北京创腾科技有限公司 Method and device for directly self-defining field of database
CN104636393A (en) * 2013-11-13 2015-05-20 航天信息股份有限公司 Self-adaptation report form establishing method based on user self-definition behavior analysis
CN103853845A (en) * 2014-03-24 2014-06-11 南通大学 Dynamic analytic method of complex form
CN104715032A (en) * 2015-03-12 2015-06-17 福建工程学院 Mapping system and method of Chinese and English table name and field name of report system
CN105205117B (en) * 2015-09-09 2019-03-05 郑州悉知信息科技股份有限公司 A kind of tables of data moving method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1425997A (en) * 2001-12-13 2003-06-25 英业达股份有限公司 Method for producing electronic form file in web site server end

Also Published As

Publication number Publication date
CN108197091A (en) 2018-06-22

Similar Documents

Publication Publication Date Title
CN108197091B (en) Method, system and related equipment for creating data table
CN107102941B (en) Test case generation method and device
US9953639B2 (en) Voice recognition system and construction method thereof
CN104268241B (en) Attribute display method in a kind of configuration database
CN104133772A (en) Automatic test data generation method
US20140101635A1 (en) Automated generation of two-tier mobile applications
CN110515951B (en) BOM standardization method and system, electronic device and storage medium
CN105224554A (en) Search word is recommended to carry out method, system, server and the intelligent terminal searched for
CN111143403B (en) SQL conversion method and device and storage medium
CN105550206A (en) Version control method and device for structured query language
CN103942319A (en) Searching method and device
CN111047434B (en) Operation record generation method and device, computer equipment and storage medium
CN104361040A (en) Method and device for customized query
CN116737127A (en) Low code development method, device, equipment and storage medium
CN111427784A (en) Data acquisition method, device, equipment and storage medium
CN110941634A (en) Data processing method and device, storage medium and electronic device
CN109213782A (en) Configuration, display methods, device and the communication equipment of search interface
CN108959294B (en) Method and device for accessing search engine
KR101681851B1 (en) A web browser operation method and system
CN112860699A (en) Database management method and device, storage medium and electronic device
KR102023999B1 (en) Method and apparatus for generating web pages
CN115543428A (en) Simulated data generation method and device based on strategy template
CN113051299A (en) Proxy information processing method, proxy information processing device, computer equipment and storage medium
CN114064601A (en) Storage process conversion method, device, equipment and storage medium
CN114610204B (en) Auxiliary device and method for data processing, storage medium and electronic 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