CN112417012A - Data processing method and system - Google Patents

Data processing method and system Download PDF

Info

Publication number
CN112417012A
CN112417012A CN202010357208.4A CN202010357208A CN112417012A CN 112417012 A CN112417012 A CN 112417012A CN 202010357208 A CN202010357208 A CN 202010357208A CN 112417012 A CN112417012 A CN 112417012A
Authority
CN
China
Prior art keywords
import
file
export
files
data
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
CN202010357208.4A
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.)
Shanghai Bilibili Technology Co Ltd
Original Assignee
Shanghai Bilibili Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Bilibili Technology Co Ltd filed Critical Shanghai Bilibili Technology Co Ltd
Priority to CN202010357208.4A priority Critical patent/CN112417012A/en
Publication of CN112417012A publication Critical patent/CN112417012A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/60Methods for processing data by generating or executing the game program
    • A63F2300/6009Methods for processing data by generating or executing the game program for importing or creating game content, e.g. authoring tools during game development, adapting content to different platforms, use of a scripting language to create content

Abstract

The application discloses a data processing method and a system, wherein the method comprises the following steps: acquiring an operation mode and configuration information input by a user, and configuring a corresponding information configuration file according to the configuration information; operating the corresponding project entry file according to the operation mode; acquiring an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation; and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files. According to the method and the device, the complexity of manual operation can be reduced, the advantage of multi-core of the existing operating system is fully utilized, the import or export speed of the form file is increased when the import or export operation is executed, the operation time is shortened, and the operation efficiency is further improved.

Description

Data processing method and system
Technical Field
The present application relates to the field of database technologies, and in particular, to a data processing method and system.
Background
When game business development is carried out, the configuration table data is edited and stored by using an Excel spreadsheet. In order to facilitate the subsequent operation of associating the query data with the spreadsheet, the spreadsheet data of the spreadsheet needs to be imported into the database, and an intermediate tool is further needed for data import operation. The existing data import operation method is to import data one-to-one through a Graphical User Interface (GUI) import operation tool. However, if too many data configuration table files need to be imported at a time, the files need to be selected each time, and then the data configuration table files are imported in sequence, which is too time-consuming and complex to operate, and has low data import efficiency, so that the multi-core advantage of the existing operating system cannot be well utilized.
Disclosure of Invention
The application aims to provide a data processing method, a data processing system, a computer device and a readable storage medium, which are used for solving the defects that in the prior art, when a plurality of data configuration table files needing to be imported at a time are too many, the files need to be selected each time, and then the data configuration table files are imported in sequence, so that the operation is complex, the operation time is too long, the data import efficiency is low, and the multi-core advantage of the existing operating system cannot be well utilized.
According to an aspect of the present application, there is provided a data processing method including the steps of:
acquiring an operation mode and configuration information input by a user, and configuring a corresponding information configuration file according to the configuration information;
operating the corresponding project entry file according to the operation mode;
acquiring an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation;
and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files.
Optionally, the responding to the operation mode to obtain a response result, and if the response result is to operate on multiple table files, creating multiple threads to perform import or export operations on the multiple table files, including:
acquiring operation information input by the user;
screening the plurality of matching table files according to the operation information to obtain a screening result;
judging whether the operation is carried out on the multiple matching table files or not according to the screening result;
when the operation is performed on the plurality of table files, a plurality of threads are created to perform the import or export operation on the plurality of table files.
Optionally, the performing an import or export operation on the plurality of table files includes:
when the import operation is performed on the plurality of recipe files:
acquiring file names of the multiple configuration table files;
judging the file formats of the multiple configuration table files according to the file names;
reading corresponding file contents from the plurality of configuration table files according to a logic processing rule corresponding to the file format;
splicing the file contents to generate corresponding SQL sentences;
and executing import operation on the plurality of configuration table files according to the SQL statement.
Optionally, the method further comprises:
when the importing operation is successful, acquiring a query request of the user, and acquiring one or more data names to be queried according to the query request;
determining one or more data tables stored by the data names according to the one or more data names;
inquiring and acquiring data corresponding to the data name from the one or more data tables;
inquiring the data according to a preset association rule, and generating corresponding table data according to an inquiry result;
and when the export operation of the user is detected, saving the table data to the local.
Optionally, the executing an import or export operation on the plurality of table files further includes:
when performing the export operation on the plurality of recipe files:
acquiring a file format input by the user;
generating a corresponding table matching file from the table data according to a logic processing rule corresponding to the file format;
and when the export operation is detected, saving the configuration table file.
Optionally, when the configuration information includes a maximum number of retries, the method further includes:
when the import operation or the export operation is unsuccessful, recording and displaying error information, and judging whether to perform retry operation according to the maximum retry number;
when the retry operation is not performed, the operation is completed;
and when the retry operation is carried out, continuously judging whether the import operation or the export operation is successful.
Optionally, the method further comprises:
and when the configuration information comprises the agent setting information of the springboard machine, sending the response result to a set agent library according to the agent setting information of the springboard machine, so that the agent library executes the import or export operation on the plurality of configuration table files according to the response result.
In order to achieve the above object, the present application further provides a data processing system, which specifically includes the following components:
the configuration module is used for acquiring the operation mode and the configuration information input by the user and configuring the corresponding information configuration file according to the configuration information;
the operation module is used for operating the corresponding file according to the operation mode;
an obtaining module, configured to obtain an operation mode input by the user, where the operation mode at least includes an import operation and an export operation;
and the processing module is used for responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, a plurality of threads are created to carry out import or export operation on the plurality of table matching files.
In order to achieve the above object, the present application further provides a computer device, which specifically includes: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the data processing method introduced above when executing the computer program.
In order to achieve the above object, the present application also provides a computer-readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of the data processing method introduced above.
According to the data processing method, the data processing system, the computer device and the readable storage medium, firstly, configuration of information configuration files is carried out according to an operation mode selected by a user, then corresponding files are operated, when the operation mode selected by the user is obtained, the operation mode is responded, response results are obtained, if the response results are used for operating a plurality of configuration table files, a plurality of threads are created, and import or export operations are carried out on the plurality of configuration table files.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a diagram of an alternative application environment of a data processing method provided by an embodiment of the present disclosure;
fig. 2 is an alternative flow chart of a data processing method provided in the embodiment of the present disclosure;
fig. 3 is a schematic diagram illustrating an alternative specific flowchart of step S102 in fig. 2;
fig. 4 is a schematic diagram illustrating an alternative specific flowchart of step S106 in fig. 2;
FIG. 5 is a schematic diagram illustrating an alternative specific flow of performing an import or export operation on the plurality of table files;
fig. 6 is a schematic flow chart of another alternative data processing method provided in the embodiment of the present disclosure;
FIG. 7 is a schematic diagram illustrating another alternative specific flow for performing import or export operations on the plurality of table files;
fig. 8 is a schematic diagram of another alternative specific flowchart of step S106 in fig. 2;
fig. 9 is a schematic diagram of another alternative specific flow chart of a data processing method according to an embodiment of the present disclosure;
fig. 10 is a schematic diagram of another alternative specific flow chart of a data processing method according to an embodiment of the present disclosure;
FIG. 11 is a diagram of an alternative application environment of the data processing method provided by the embodiment of the present disclosure;
FIG. 12 is a schematic diagram of alternative program modules for a data processing system according to an embodiment of the present disclosure;
fig. 13 is a schematic diagram of an alternative hardware architecture of a computer device according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The data processing method provided by the present application is explained below with reference to the drawings.
Fig. 1 is an alternative application environment diagram of the data processing method of the present application. As in fig. 1, fig. 1 includes a terminal a and a database server B (or database service B). The user accesses the database server B through the terminal a. When a user needs to import or export data or files into or from a database, the terminal A conducts operation on a display interface of the terminal A, and the terminal A imports or exports corresponding data or files into or from the database server B according to received user operation information.
Fig. 2 is an alternative flow chart of the data processing method of the present application. It is to be understood that the flow charts in the embodiments of the present method are not used to limit the order of executing the steps, and a computer device is taken as an executing subject to be described as an example below. The computer devices may include mobile terminals such as mobile phones, tablet computers, notebook computers, palmtop computers, Personal Digital Assistants (PDAs), Portable Media Players (PMPs), navigation devices, wearable devices, smart bands, pedometers, and fixed terminals such as Digital TVs, desktop computers, and the like.
As shown in fig. 2, the method specifically includes the following steps:
step S100: and acquiring the operation mode and the configuration information input by the user, and configuring the corresponding information configuration file according to the configuration information. The operation modes include at least a command line operation mode and a GUI operation mode. The command line running mode refers to a mode running by directly running the operation source code, and the GUI running mode refers to a mode running in the operation of the graphical interface.
Specifically, when the corresponding information configuration file is configured, the configuration file under the specified path is modified for configuration. The user can modify the related information in the information configuration file according to the requirement of the user.
The configuration information may include:
1) version number information;
2) the method comprises the steps of storing a storage path of a local electronic configuration table, wherein the storage path is a file path of the local electronic configuration table imported into a database;
3) if the export operation exists, the configuration information also needs to comprise an export local storage path, and the path is a path for storing the export file of the database locally;
4) remote or local database connection information;
5) agent information for remotely connecting to the database (using the agent information if needed);
6) the maximum number of retries.
Under the condition that the local data source is not changed, the operation of selecting the local data source by the operating file each time can be reduced through the configuration file. And the operation of configuration information is more convenient through humanized configuration. For the security of the data source, a user cannot directly operate the data source, and needs to connect to operate and use the data source through other proxy modes, that is, to configure proxy information of a remote connection database, so as to realize the proxy of the springboard machine, and the operation is safer and the use of the data source is more convenient.
Step S102: and operating the corresponding project entry file according to the operation mode.
It should be noted that different operation modes are configured with different operation files. After a running file is selected, the corresponding file (i.e. the project entry file) needs to be run, and then, the subsequent operation can be performed.
In an exemplary embodiment, as shown in fig. 3, the step S102 may include a step S200 and a step S202.
Step S200: and when the operation mode is the command line operation mode, operating the tool source code entry file.
Step S202: and when the operation mode is the GUI operation mode, operating the corresponding GUI operation file.
If the operation mode selected by the user is the command line operation mode, only the corresponding information configuration file needs to be modified according to the own requirements, then the corresponding local extension is installed according to the operation instruction, and finally the tool source code entry file is executed. In the operation mode, except for the operation configuration file, the tool source code entry file does not need to be modified by a user. If the operation mode selected by the user is the GUI operation mode, the corresponding information configuration file only needs to be modified according to the requirements of the user, and then different GUI operation files are operated according to different platforms. Through the steps, multiple operation modes can be supported, so that a user can freely select the corresponding operation mode according to the self requirement, and convenience is provided for the user operation.
Step S104: obtaining an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation.
And when the configuration of the information configuration file is finished and the corresponding project entry file is operated, acquiring the operation mode input by the user, and then screening the configuration table file according to the operation mode selected by the user. The screening result can be a single matching table file or a batch matching table file. The import operation at least comprises: all import, regular import, and custom import. The deriving operation includes at least: all derived, regular derived, and custom derived.
Step S106: and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files. The recipe file includes files and/or tables. The tabbed files include, but are not limited to, the csv format, the xls format, and the xlsx format.
When the multi-thread performs the import or export operation on the plurality of configuration table files, one thread may correspond to one configuration table file, or a plurality of threads may correspond to one configuration table file.
The traditional GUI import operation tools are all imported one-to-one, if too many recipe files need to be imported at a time, the files need to be selected each time when the import and export operations of the recipe files are carried out, and the operation mode is too time-consuming and complex to operate. When the system is a multi-core system, because only one configuration table file is operated at a time, multi-core resources are greatly wasted. Through the steps, when batch operation is executed, the multi-check thread processing is realized by creating a plurality of threads, and the import or export efficiency of the table matching file is improved.
In an exemplary embodiment, as shown in fig. 4, the step S106 may include steps S300 to S306:
step S300: and acquiring the operation information input by the user, wherein the operation information comprises a regular expression or a user-defined check operation or all selection operations.
Step S302: and screening the plurality of matching table files according to the operation information to obtain a screening result.
Step S304: and judging whether the operation is carried out on the multiple matching table files or not according to the screening result.
In practical application, it is usually determined whether the operation is a batch operation to determine whether the operation is performed on the plurality of configuration table files, and the determining specifically includes: judging whether the screening result is one, if so, judging that the screening result is not a batch operation (the number of files or tables executed in one time is 1); if the number of the files or the number of the tables is more than one (namely, the number of the files or the number of the tables executed in a single time is more than 1), the operation is a batch operation.
Step S306: when the plurality of table files are operated, a plurality of threads are created to carry out import or export operations on the plurality of table files.
According to the steps, through the judgment of batch operation, multiple threads can be created, so that multiple cores of the system are fully utilized, the import or export speed is greatly increased, and the import or export efficiency is improved.
In an exemplary embodiment, as shown in fig. 5, the performing an import or export operation on the plurality of table files in step 106 or step S306 may include steps S400 to S408 when the import operation is performed on the plurality of table files:
step S400: and acquiring file names of the plurality of table matching files, wherein the file names comprise file names and suffix information. For example: file name 1.csv, file name 2.xls, file name 3. xlsx.
Step S402: and judging the file formats of the multiple configuration table files according to the file names. For example: the file name 1, csv is the csv file format.
Step S404: and reading corresponding file contents from the plurality of configuration table files according to the logic processing rule corresponding to the file format.
It should be noted that each file format has its own logic processing rule, so when the content in the file needs to be read, the content of the file needs to be read according to the logic processing rule of the file. For example: if the file content in the xls file format needs to be read, the file content needs to be read according to the logic processing rule of the xls file format.
Step S406: and splicing the file contents to generate a corresponding SQL statement.
Step S408: and executing import operation on the plurality of configuration table files according to the SQL statement.
Through the steps, file import of various file formats can be realized, the types of the file formats during file import are enriched, and convenience is provided for data or file import of a user.
In an exemplary embodiment, as shown in fig. 6, the method further includes steps S500 to S508:
step S500: and when the import operation is successful, acquiring the query request of the user, and acquiring one or more data names to be queried according to the query request.
Step S502: and determining one or more data tables stored by the data names according to the one or more data names.
For example: and if the course selection condition of the student A needs to be inquired, acquiring the data name to be inquired as the student A and the course selection, and determining the data table as a class student table, a selected course student table 1 comprising the student A and a selected course student table 2 comprising the student A.
Step S504: and inquiring and acquiring data corresponding to the data name from the one or more data tables.
Step S506: and inquiring the data according to a preset association rule, and generating corresponding table data according to an inquiry result. It should be noted that the generated table data is temporarily stored (i.e., saved in a cache) so that the table data is directly exported when the export operation of the user is detected.
Step S508: and when the export operation of the user is detected, saving the table data to the local.
In game service development, the Excel spreadsheet is used for storing the data of the matching table so as to facilitate the correction of the related data. And when the importing operation is successful, inquiring data through an inquiry instruction of a user, and generating corresponding table data according to an inquiry result. And when the export operation of the user is detected, the generated table data is saved in a pre-configured storage path. It should be noted that, a certain association relationship exists between tables in the database, and a user can query data through the association relationship. The local paths stored in the table data are determined according to the file path information specified in the configuration information.
Through the step, when the user needs to export the table data, the generated table data is directly sent to the user terminal, and convenience is provided for the user to check. With reference to fig. 1, when a user needs to export the table data, the server B accesses the database C to send the table data to the terminal a and stores the table data in a pre-configured local storage path after receiving the operation information by inputting corresponding operation information on the display interface of the terminal a.
In an exemplary embodiment, as shown in fig. 7, the performing an import or export operation on the plurality of table files in step S106 may include steps S600 to S604, when the export operation is performed on the plurality of table files:
step S600: and acquiring the file format input by the user.
Step S602: and generating the table data into a corresponding table matching file according to the logic processing rule corresponding to the file format.
Step S604: and when the export operation is detected, saving the configuration table file.
Specifically, when the user needs to perform an export operation, file format information input by the user is acquired, for example: and generating a matching table file in the csv file format from the table data in the cache according to a logic processing rule corresponding to the csv file format, and storing the matching table file in the csv file format into a file under a pre-configured local path when the export operation of the user is detected.
When the table data is exported, the user can modify the table data and then perform the import operation again. And after receiving the modified table data, the computer equipment automatically creates a corresponding data source table according to the incidence relation between the table data and other table data in the database.
In an exemplary embodiment, as shown in fig. 8, the step S106 may further include steps S700 to S704.
Step S700: and when the import operation or the export operation is all import or all export, executing the import or export operation on all files.
Specifically, when a user needs to import or export all files under a specified directory, all import or all export operations can be adopted to implement one-key import or export operations on all files.
Step S702: and when the importing operation or the exporting operation is regular importing or regular exporting, executing the importing or exporting operation on the matched first file according to a regular matching result.
Specifically, when a user needs to import or export a file or a table with a certain characteristic in a whole manner, a regular import or regular export operation can be adopted to realize that the file or the table with the characteristic is imported or exported in a whole manner by one key. For example: and the regular import or the regular export is used for importing or exporting a plurality of files with the same name identification in the directory A by one key, so that the complexity of operation is greatly reduced, and the import or export efficiency is improved.
Step S704: and when the import operation or the export operation is the user-defined import or user-defined export, executing the import or export operation on the matched second file according to a user-defined result.
When a user needs to import or export a plurality of irregular files or import or export a single file, a user-defined import or user-defined export operation can be adopted to realize the one-key import or export operation of the plurality of files.
It should be noted that all import, all export, regular import, regular export, custom import, or custom export may all implement batch import or batch export, and need to be determined according to the matching result or the screening result. The steps execute the import or export operation according to the requirements of the user, so that the use flexibility of the user is improved, the import and export operation of the user is facilitated, the operation efficiency is improved, and the manual input and repeated operation processes are reduced.
In an exemplary embodiment, as shown in fig. 9, the method further includes steps S800 to S804:
step S800: and judging whether the import operation or the export operation is successful, if so, executing the step S802, otherwise, executing the step S804.
Step S802: the operation is finished;
step S804: and recording and displaying error information, judging whether to perform retry operation according to the maximum retry number, if so, continuing to execute the step S800, otherwise, executing the step S802.
Specifically, the user determines whether to set the maximum retry number according to the current system state, for example: network status, data source information, etc. If the maximum retry number set by the user is 0, the retry is not performed, when the network is abnormal or the data operation is abnormal, the error information is directly recorded and displayed, the table data is not processed any more, the operation is finished, and the next operation is waited. Through recording and displaying error information, abundant log records can be provided, error reporting and daily operation records are executed, and convenience is provided for log viewing.
If the maximum retry number set by the user is greater than 0, it indicates that the retry is required when a network abnormality or a data operation abnormality occurs in the operation. And recording the current retry number after the operation is executed once, comparing the current retry number with the maximum retry number, and if the maximum retry number is reached, not retrying, finishing the import operation or the export operation, and ensuring that the desired import or export result is finally reached. The steps can reduce the cost of manual operation, reduce the operation complexity and improve the operation efficiency.
In an exemplary embodiment, as shown in fig. 10, the method further includes step S900:
and when the configuration information comprises the agent setting information of the springboard machine, sending the response result to a set agent library according to the agent setting information of the springboard machine, so that the agent library executes the import or export operation on the plurality of configuration table files according to the response result.
Specifically, for the security of the data source, the user cannot perform direct operation on the data source, and needs to connect to operate and use the data source through other proxy methods, that is, needs to perform configuration of remotely connected database proxy information, so as to implement the proxy of the jumper. Referring to fig. 11, fig. 11 is a diagram of another alternative application environment of the data processing method according to the embodiment of the disclosure. A user needs to perform import or export operations on a data source in a database server B (or a database service B) through a terminal a, and at this time, the terminal a does not have an authority to access the database server B, that is, the terminal a cannot directly operate the data source in the database server B. In this case, the database server C which is connected to the database B in communication and is accessible to the terminal a needs to be configured as a proxy (hereinafter referred to as a proxy library C). The terminal a may perform import or export operations on the data source in the database server B through the proxy database C. By using the trigger agent, the server can be managed safely and efficiently, the working efficiency is improved, and the complexity of manual operation is reduced.
The data processing method provided by the embodiment of the application includes the steps of firstly configuring information configuration files according to an operation mode selected by a user, then operating corresponding files, responding to the operation mode when the operation mode selected by the user is obtained, and creating a plurality of threads to perform import or export operations on corresponding form files when batch operation is performed. Windows, Mac, Linux, etc.
Based on the data processing method provided in the above embodiment, the present embodiment provides a data processing system, and the data processing system can be applied to a computer device. In particular, FIG. 8 shows an alternative block diagram of a data processing system, which is partitioned into one or more program modules that are stored in a storage medium and executed by one or more processors to implement the present application. The program modules referred to herein are a series of computer program instruction segments that can perform specific functions, and are better than the programs themselves in describing the execution of the data processing system on the storage medium, and the following description will specifically describe the functions of each program module in this embodiment.
As shown in fig. 12, the data processing system specifically includes the following components:
the obtaining module 201 is configured to obtain an operation mode and configuration information input by a user, and configure a corresponding information configuration file according to the configuration information. The operation modes include at least a command line operation mode and a GUI operation mode. The command line running mode refers to a mode running by directly running the operation source code, and the GUI running mode refers to a mode running in the operation of the graphical interface.
Specifically, when the corresponding information configuration file is configured, the configuration file under the specified path is modified for configuration. The user can modify the related information in the information configuration file according to the requirement of the user.
The configuration information may include:
1) version number information;
2) the method comprises the steps of storing a storage path of a local electronic configuration table, wherein the storage path is a file path of the local electronic configuration table imported into a database;
3) if the export operation exists, the configuration information also needs to comprise an export local storage path, and the path is a path for storing the export file of the database locally;
4) remote or local database connection information;
5) agent information for remotely connecting to the database (using the agent information if needed);
6) the maximum number of retries.
Under the condition that the local data source is not changed, the operation of selecting the local data source by the operating file each time can be reduced through the configuration file. And the operation of configuration information is more convenient through humanized configuration. For the security of the data source, a user cannot directly operate the data source, and needs to connect to operate and use the data source through other proxy modes, that is, to configure proxy information of a remote connection database, so as to realize the proxy of the springboard machine, and the operation is safer and the use of the data source is more convenient.
And the running module 202 is configured to run the corresponding project entry file according to the running mode.
It should be noted that different operation modes are configured with different operation files. After a running file is selected, the corresponding file (i.e. the project entry file) needs to be run, and then, the subsequent operation can be performed.
In an exemplary embodiment, the execution module 202 may be configured to:
when the operation mode is the command line operation mode, operating a tool source code entry file;
and when the operation mode is the GUI operation mode, operating the corresponding GUI operation file.
If the operation mode selected by the user is the command line operation mode, the corresponding information configuration file is modified according to the own requirements, then the corresponding local extension is installed according to the operation instruction, and finally the operation module 202 executes the tool source code entry file. In the operation mode, except for the operation configuration file, the tool source code entry file does not need to be modified by a user. If the operation mode selected by the user is the GUI operation mode, the corresponding information configuration file only needs to be modified according to the needs of the user, and then the operation module 202 operates different GUI operation files according to different platforms. Through the steps, multiple operation modes can be supported, so that a user can freely select the corresponding operation mode according to the self requirement, and convenience is provided for the user operation.
An obtaining module 203, configured to obtain an operation mode input by the user, where the operation mode includes at least an import operation and an export operation.
When the configuration of the information configuration file is completed and the corresponding project entry file is already running, the obtaining module 203 obtains the operation mode input by the user, and then, the configuration table file is screened according to the operation mode selected by the user. The screening result can be a single matching table file or a batch matching table file. The import operation at least comprises: all import, regular import, and custom import. The deriving operation includes at least: all derived, regular derived, and custom derived.
The processing module 204 is configured to respond to the operation mode to obtain a response result, and if the response result is to operate on multiple table matching files, create multiple threads to perform import or export operations on the multiple table matching files. The recipe file includes files and/or tables. The tabbed files include, but are not limited to, the csv format, the xls format, and the xlsx format.
When the multi-thread performs the import or export operation on the plurality of configuration table files, one thread may correspond to one configuration table file, or a plurality of threads may correspond to one configuration table file.
The traditional GUI import operation tools are all imported one-to-one, if too many recipe files need to be imported at a time, the files need to be selected each time when the import and export operations of the recipe files are carried out, and the operation mode is too time-consuming and complex to operate. When the system is a multi-core system, because only one configuration table file is operated at a time, multi-core resources are greatly wasted. Through the steps, when batch operation is executed, the multi-check thread processing is realized by creating a plurality of threads, and the import or export efficiency of the table matching file is improved.
In an exemplary embodiment, the processing module 204 may include: the device comprises an acquisition unit, a screening unit, a judgment unit and an execution unit.
The acquisition unit is used for acquiring operation information input by a user, and the operation information comprises a regular expression or a user-defined check operation or all selection operations.
And the screening unit is used for screening the plurality of matching table files according to the operation information to obtain a screening result.
And the judging unit is used for judging whether to operate the multiple matching table files according to the screening result.
In practical application, it is usually determined whether the operation is a batch operation to determine whether the operation is performed on the plurality of configuration table files, where the determining unit is specifically configured to: judging whether the screening result is one, if so, judging that the screening result is not a batch operation (the number of files or tables executed in one time is 1); if the number of the files or the number of the tables is more than one (namely, the number of the files or the number of the tables executed in a single time is more than 1), the operation is a batch operation.
The execution unit is used for creating a plurality of threads when the plurality of table files are operated so as to execute import or export operation on the plurality of table files.
According to the steps, through the judgment of batch operation, multiple threads can be created, so that multiple cores of the system are fully utilized, the import or export speed is greatly increased, and the import or export efficiency is improved.
In an exemplary embodiment, the execution unit is further configured to: and acquiring file names of the plurality of table matching files, wherein the file names comprise file names and suffix information. For example: file name 1.csv, file name 2.xls, file name 3. xlsx.
In an exemplary embodiment, the execution unit is further configured to: and judging the file formats of the multiple configuration table files according to the file names. For example: the file name 1, csv is the csv file format.
In an exemplary embodiment, the execution unit is further configured to: and reading corresponding file contents from the plurality of configuration table files according to the logic processing rule corresponding to the file format.
It should be noted that each file format has its own logic processing rule, so when the content in the file needs to be read, the content of the file needs to be read according to the logic processing rule of the file. For example: if the file content in the xls file format needs to be read, the file content needs to be read according to the logic processing rule of the xls file format.
In an exemplary embodiment, the execution unit is further configured to: and splicing the file contents to generate corresponding SQL sentences, and executing import operation on the plurality of configuration table files according to the SQL sentences.
Through the steps, file import of various file formats can be realized, the types of the file formats during file import are enriched, and convenience is provided for data or file import of a user.
In an exemplary embodiment, the obtaining module 201 is further configured to obtain, after the importing operation is successful, a query request of the user, and obtain one or more data names to be queried according to the query request.
In an exemplary embodiment, the data processing system further comprises:
and the determining module is used for determining one or more data tables stored by the data names according to the one or more data names.
For example: and if the course selection condition of the student A needs to be inquired, acquiring the data name to be inquired as the student A and the course selection, and determining the data table as a class student table, a selected course student table 1 comprising the student A and a selected course student table 2 comprising the student A.
And the query module is used for querying and acquiring data corresponding to the data names from the one or more data tables and querying the data according to a preset association rule.
And the generating module is used for generating corresponding table data according to the query result. It should be noted that the generated table data is temporarily stored (i.e., saved in a cache) so that the table data is directly exported when the export operation of the user is detected.
And the storage module is used for storing the table data to the local when the export operation of the user is detected.
In game service development, the Excel spreadsheet is used for storing the data of the matching table so as to facilitate the correction of the related data. And when the importing operation is successful, inquiring data through an inquiry instruction of a user, and generating corresponding table data according to an inquiry result. And when the export operation of the user is detected, the generated table data is saved in a pre-configured storage path. It should be noted that, a certain association relationship exists between tables in the database, and a user can query data through the association relationship. The local paths stored in the table data are determined according to the file path information specified in the configuration information.
Through the step, when the user needs to export the table data, the generated table data is directly sent to the user terminal, and convenience is provided for the user to check. With reference to fig. 1, when a user needs to export the table data, the server B accesses the database C to send the table data to the terminal a and stores the table data in a pre-configured local storage path after receiving the operation information by inputting corresponding operation information on the display interface of the terminal a.
In an exemplary embodiment, the execution unit is further configured to:
acquiring a file format input by the user; generating a corresponding table matching file from the table data according to a logic processing rule corresponding to the file format; and when the export operation is detected, saving the configuration table file.
Specifically, when the user needs to perform an export operation, the execution unit acquires file format information input by the user, for example: and generating a matching table file in the csv file format from the table data in the cache according to a logic processing rule corresponding to the csv file format, and storing the matching table file in the csv file format into a file under a pre-configured local path when the export operation of the user is detected.
When the table data is exported, the user can modify the table data and then perform the import operation again. And after receiving the modified table data, the computer equipment automatically creates a corresponding data source table according to the incidence relation between the table data and other table data in the database.
In an exemplary embodiment, the processing module 204 may be further configured to: and when the import operation or the export operation is all import or all export, executing the import or export operation on all files.
Specifically, when a user needs to import or export all files under a specified directory, all import or all export operations can be adopted to implement one-key import or export operations on all files.
In an exemplary embodiment, the processing module 204 may be further configured to: and when the importing operation or the exporting operation is regular importing or regular exporting, executing the importing or exporting operation on the matched first file according to a regular matching result.
Specifically, when a user needs to import or export a file or a table with a certain characteristic in a whole manner, a regular import or regular export operation can be adopted to realize that the file or the table with the characteristic is imported or exported in a whole manner by one key. For example: and the regular import or the regular export is used for importing or exporting a plurality of files with the same name identification in the directory A by one key, so that the complexity of operation is greatly reduced, and the import or export efficiency is improved.
In an exemplary embodiment, the processing module 204 may be further configured to: and when the import operation or the export operation is the user-defined import or user-defined export, executing the import or export operation on the matched second file according to a user-defined result.
When a user needs to import or export a plurality of irregular files or import or export a single file, a user-defined import or user-defined export operation can be adopted to realize the one-key import or export operation of the plurality of files.
It should be noted that all import, all export, regular import, regular export, custom import, or custom export may all implement batch import or batch export, and need to be determined according to the matching result or the screening result. The steps execute the import or export operation according to the requirements of the user, so that the use flexibility of the user is improved, the import and export operation of the user is facilitated, the operation efficiency is improved, and the manual input and repeated operation processes are reduced.
In an exemplary embodiment, the data processing system further comprises a determining module and a recording module.
The judging module is used for judging whether the import operation or the export operation is successful. And if the import operation or the export operation is successful, finishing the operation.
And the recording module is used for recording and displaying error information when the import operation or the export operation is unsuccessful.
The judging module is further configured to judge whether to perform a retry operation according to the maximum retry number, and if the retry operation is not performed, the operation is completed; and if the retry operation is carried out, continuously executing the import operation or the export operation, and judging whether the import operation or the export operation is successful.
Specifically, the user determines whether to set the maximum retry number according to the current system state, for example: network status, data source information, etc. If the maximum retry number set by the user is 0, the retry is not performed, when the network is abnormal or the data operation is abnormal, the error information is directly recorded and displayed, the table data is not processed any more, the operation is finished, and the next operation is waited. Through recording and displaying error information, abundant log records can be provided, error reporting and daily operation records are executed, and convenience is provided for log viewing.
If the maximum retry number set by the user is greater than 0, it indicates that the retry is required when a network abnormality or a data operation abnormality occurs in the operation. And recording the current retry number after the operation is executed once, comparing the current retry number with the maximum retry number, and if the maximum retry number is reached, not retrying, finishing the import operation or the export operation, and ensuring that the desired import or export result is finally reached. The steps can reduce the cost of manual operation, reduce the operation complexity and improve the operation efficiency.
In an exemplary embodiment, the data processing system further includes an agent module, configured to, when the configuration information includes jumper agent setting information, send the response result to a set agent library according to the jumper agent setting information, so that the agent library performs the import or export operation on the plurality of configuration files according to the response result.
Specifically, for the security of the data source, the user cannot perform direct operation on the data source, and needs to connect to operate and use the data source through other proxy methods, that is, needs to perform configuration of remotely connected database proxy information, so as to implement the proxy of the jumper. Referring to fig. 11, fig. 11 is a diagram of another alternative application environment of the data processing method according to the embodiment of the disclosure. A user needs to perform import or export operations on a data source in a database C through a terminal a, and at this time, a server B connected to the terminal a does not have an authority to access the database C, that is, the terminal a cannot directly operate the data source in the database C through the server B. In this case, the database D which is connected to the database C in a communication manner and which can be accessed by the terminal a needs to be configured as a proxy database (hereinafter referred to as proxy database D). The terminal a may perform import or export operations on the data sources in the database C through the proxy database D. By using the trigger agent, the server can be managed safely and efficiently, the working efficiency is improved, and the complexity of manual operation is reduced.
The data processing system provided by the embodiment of the application, firstly, the configuration of the information configuration file is carried out according to the operation mode selected by the user, then, the corresponding file is operated, when the operation mode selected by the user is obtained, the operation mode is responded, and when batch operation is carried out, a plurality of threads are created to carry out import or export operation on the corresponding form file, the application can reduce the complexity of manual operation, fully utilize the advantage of multiple cores of the existing operation system, accelerate the import or export speed of the form file when the import or export operation is carried out, reduce the operation time, further improve the operation efficiency, and simultaneously, cross-platform operation can be supported, for example: windows, Mac, Linux, etc.
The embodiment also provides a computer device, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server or a rack server (including an independent server or a server cluster composed of a plurality of servers) capable of executing programs, and the like. As shown in fig. 13, the computer device 30 of the present embodiment includes at least, but is not limited to: a memory 301, a processor 302 communicatively coupled to each other via a system bus. It is noted that FIG. 9 only shows the computer device 30 having components 301 and 302, but it is understood that not all of the shown components are required and that more or fewer components may be implemented instead.
In this embodiment, the memory 301 (i.e., the readable storage medium) includes a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. In some embodiments, the storage 301 may be an internal storage unit of the computer device 30, such as a hard disk or a memory of the computer device 30. In other embodiments, the memory 301 may also be an external storage device of the computer device 30, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like, provided on the computer device 30. Of course, the memory 301 may also include both internal and external storage devices for the computer device 30. In the present embodiment, the memory 301 is generally used for storing an operating system installed in the computer device 30 and various types of application software, such as the program codes of the data processing system of the above-described embodiment. In addition, the memory 301 may also be used to temporarily store various types of data that have been output or are to be output.
Processor 302 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 302 generally serves to control the overall operation of the computer device 30.
Specifically, in this embodiment, the processor 302 is configured to execute a program of a data processing method stored in the processor 302, and when executed, the program of the data processing method implements the following steps:
acquiring an operation mode and configuration information input by a user, and configuring a corresponding information configuration file according to the configuration information;
operating the corresponding project entry file according to the operation mode;
acquiring an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation;
and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files.
For the specific embodiment of the process of the above method steps, reference may be made to the above embodiments, and details of this embodiment are not repeated herein.
The present embodiments also provide a computer readable storage medium, such as a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, a server, an App application mall, etc., having stored thereon a computer program that when executed by a processor implements the method steps of:
acquiring an operation mode and configuration information input by a user, and configuring a corresponding information configuration file according to the configuration information;
operating the corresponding project entry file according to the operation mode;
acquiring an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation;
and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files.
For the specific embodiment of the process of the above method steps, reference may be made to the above embodiments, and details of this embodiment are not repeated herein.
The computer device and the readable storage medium provided by this embodiment configure information configuration files according to an operation mode selected by a user, then operate corresponding files, when the operation mode selected by the user is obtained, respond to the operation mode to obtain a response result, and if the response result is to operate a plurality of configuration files, create a plurality of threads to perform import or export operations on the plurality of configuration files.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application, or which are directly or indirectly applied to other related technical fields, are included in the scope of the present application.

Claims (10)

1. A method of data processing, the method comprising:
acquiring an operation mode and configuration information input by a user, and configuring a corresponding information configuration file according to the configuration information;
operating the corresponding project entry file according to the operation mode;
acquiring an operation mode input by the user, wherein the operation mode at least comprises an import operation and an export operation;
and responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, creating a plurality of threads to perform import or export operation on the plurality of table matching files.
2. The data processing method according to claim 1, wherein the obtaining a response result in response to the operation mode, and if the response result is an operation on a plurality of table files, creating a plurality of threads to perform an import or export operation on the corresponding table file comprises:
acquiring operation information input by the user;
screening the plurality of matching table files according to the operation information to obtain a screening result;
judging whether the operation is carried out on the multiple matching table files or not according to the screening result;
when the operation is performed on the plurality of table files, a plurality of threads are created to perform the import or export operation on the plurality of table files.
3. The data processing method of claim 1 or 2, wherein said performing an import or export operation on said plurality of netlist files comprises:
when the import operation is performed on the plurality of recipe files:
acquiring file names of the multiple configuration table files;
judging the file formats of the multiple configuration table files according to the file names;
reading corresponding file contents from the plurality of configuration table files according to a logic processing rule corresponding to the file format;
splicing the file contents to generate corresponding SQL sentences;
and executing import operation on the plurality of configuration table files according to the SQL statement.
4. The data processing method of claim 1, wherein the method further comprises:
when the importing operation is successful, acquiring a query request of the user, and acquiring one or more data names to be queried according to the query request;
determining one or more data tables stored by the data names according to the one or more data names;
inquiring and acquiring data corresponding to the data name from the one or more data tables;
inquiring the data according to a preset association rule, and generating corresponding table data according to an inquiry result;
and when the export operation of the user is detected, saving the table data to the local.
5. The data processing method of claim 4, wherein the performing an import or export operation on the plurality of netlist files further comprises:
when performing the export operation on the plurality of recipe files:
acquiring a file format input by the user;
generating a corresponding table matching file from the table data according to a logic processing rule corresponding to the file format;
and when the export operation is detected, saving the configuration table file.
6. The data processing method of claim 1, wherein when the configuration information includes a maximum number of retries, the method further comprises:
when the import operation or the export operation is unsuccessful, recording and displaying error information, and judging whether to perform retry operation according to the maximum retry number;
when the retry operation is not performed, the operation is completed;
and when the retry operation is carried out, continuously judging whether the import operation or the export operation is successful.
7. The data processing method of claim 1, wherein the method further comprises:
and when the configuration information comprises the agent setting information of the springboard machine, sending the response result to a set agent library according to the agent setting information of the springboard machine, so that the agent library executes the import or export operation on the plurality of configuration table files according to the response result.
8. A data processing system, characterized in that the system comprises:
the configuration module is used for acquiring the operation mode and the configuration information input by the user and configuring the corresponding information configuration file according to the configuration information;
the operation module is used for operating the corresponding file according to the operation mode;
an obtaining module, configured to obtain an operation mode input by the user, where the operation mode at least includes an import operation and an export operation;
and the processing module is used for responding to the operation mode to obtain a response result, and if the response result is that a plurality of table matching files are operated, a plurality of threads are created to carry out import or export operation on the plurality of table matching files.
9. A computer device, the computer device comprising: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor realizes the steps of the data processing method of any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the data processing method of any one of claims 1 to 7.
CN202010357208.4A 2020-04-29 2020-04-29 Data processing method and system Pending CN112417012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010357208.4A CN112417012A (en) 2020-04-29 2020-04-29 Data processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010357208.4A CN112417012A (en) 2020-04-29 2020-04-29 Data processing method and system

Publications (1)

Publication Number Publication Date
CN112417012A true CN112417012A (en) 2021-02-26

Family

ID=74844064

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010357208.4A Pending CN112417012A (en) 2020-04-29 2020-04-29 Data processing method and system

Country Status (1)

Country Link
CN (1) CN112417012A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114047966A (en) * 2021-10-22 2022-02-15 济南浪潮数据技术有限公司 Web-based BMC configuration import and export method and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2770789A1 (en) * 2011-03-11 2012-09-11 Desktopsites Inc. System and method for lauching a resource in a network
CN106933835A (en) * 2015-12-29 2017-07-07 航天信息软件技术有限公司 The data lead-in method and system of a kind of compatibility parsing Excel file
CN108460068A (en) * 2017-11-28 2018-08-28 平安科技(深圳)有限公司 Method, apparatus, storage medium and the terminal that report imports and exports
CN109062883A (en) * 2018-07-18 2018-12-21 平安科技(深圳)有限公司 Tables of data dynamic deriving method, device, computer equipment and storage medium
CN109213813A (en) * 2018-09-14 2019-01-15 汉能移动能源控股集团有限公司 Data export method and device
CN110019308A (en) * 2017-12-28 2019-07-16 中国移动通信集团海南有限公司 Data query method, apparatus, equipment and storage medium
WO2019178979A1 (en) * 2018-03-21 2019-09-26 平安科技(深圳)有限公司 Method for querying report data, apparatus, storage medium and server
CN110674109A (en) * 2019-09-06 2020-01-10 中国平安财产保险股份有限公司 Data import method, system, computer device and computer readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2770789A1 (en) * 2011-03-11 2012-09-11 Desktopsites Inc. System and method for lauching a resource in a network
CN106933835A (en) * 2015-12-29 2017-07-07 航天信息软件技术有限公司 The data lead-in method and system of a kind of compatibility parsing Excel file
CN108460068A (en) * 2017-11-28 2018-08-28 平安科技(深圳)有限公司 Method, apparatus, storage medium and the terminal that report imports and exports
CN110019308A (en) * 2017-12-28 2019-07-16 中国移动通信集团海南有限公司 Data query method, apparatus, equipment and storage medium
WO2019178979A1 (en) * 2018-03-21 2019-09-26 平安科技(深圳)有限公司 Method for querying report data, apparatus, storage medium and server
CN109062883A (en) * 2018-07-18 2018-12-21 平安科技(深圳)有限公司 Tables of data dynamic deriving method, device, computer equipment and storage medium
CN109213813A (en) * 2018-09-14 2019-01-15 汉能移动能源控股集团有限公司 Data export method and device
CN110674109A (en) * 2019-09-06 2020-01-10 中国平安财产保险股份有限公司 Data import method, system, computer device and computer readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114047966A (en) * 2021-10-22 2022-02-15 济南浪潮数据技术有限公司 Web-based BMC configuration import and export method and system

Similar Documents

Publication Publication Date Title
CN108427705B (en) Electronic device, distributed system log query method and storage medium
CN112765023B (en) Test case generation method and device
CN109408507B (en) Multi-attribute data processing method, device, equipment and readable storage medium
CN111984239B (en) Page configuration method, page configuration device, server and storage medium
CN111309593A (en) JSON interface verification method, device and equipment and computer readable storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN111737227A (en) Data modification method and system
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
CN111723077A (en) Data dictionary maintenance method and device and computer equipment
CN110647564A (en) Hive table establishing method, electronic device and computer readable storage medium
CN112000692B (en) Page query feedback method and device, computer equipment and readable storage medium
CN112364187B (en) Automobile accessory database building method, device and equipment based on big data
CN112417012A (en) Data processing method and system
CN113282591A (en) Authority filtering method and device, computer equipment and storage medium
CN112699027A (en) Interface testing method, device, equipment and readable storage medium
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN111475468A (en) Log access method, device, equipment and storage medium of newly added system
CN111552663A (en) File consistency verification method and device, computer equipment and storage medium
CN110874365A (en) Information query method and related equipment thereof
CN115617780A (en) Data import method, device, equipment and storage medium
CN114968822A (en) Interface testing method and device, computer equipment and storage medium
CN109446159B (en) Multi-version file management method, server and computer readable storage medium
WO2021051614A1 (en) Method, apparatus and device for accessing database, and computer-readable storage medium
CN112559233A (en) Method, device, equipment and computer readable medium for identifying fault type
CN111562907A (en) Conversion method and system of user-defined interface data

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