CN111881112A - Database configuration method and device and related equipment - Google Patents

Database configuration method and device and related equipment Download PDF

Info

Publication number
CN111881112A
CN111881112A CN202010710050.4A CN202010710050A CN111881112A CN 111881112 A CN111881112 A CN 111881112A CN 202010710050 A CN202010710050 A CN 202010710050A CN 111881112 A CN111881112 A CN 111881112A
Authority
CN
China
Prior art keywords
database
configuration
component
configuration file
information
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.)
Withdrawn
Application number
CN202010710050.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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN202010710050.4A priority Critical patent/CN111881112A/en
Publication of CN111881112A publication Critical patent/CN111881112A/en
Withdrawn 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/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a database configuration method, which comprises the steps of determining a target database component; acquiring a configuration file according to the target database component; analyzing the configuration file to generate an initial HTML fragment; acquiring component installation information according to the configuration file; filling the component installation information into the initial HTML fragment to obtain an HTML fragment; rendering the HTML fragments to a front-end page to complete database configuration; the database configuration method can effectively improve the database configuration efficiency and reduce the development cost and the misoperation risk. The application also discloses a database configuration device, a database configuration system and a computer readable storage medium, which have the beneficial effects.

Description

Database configuration method and device and related equipment
Technical Field
The present application relates to the field of database technologies, and in particular, to a database configuration method, a database configuration apparatus, a database configuration system, and a computer-readable storage medium.
Background
In recent years, with the rapid development of computers and information technologies, data generated by application systems of various industries is greatly increased, and a large cloud sea Insight data platform is produced in the background. When some dependent database (database) components such as Hive, Range, Hue and the like are installed on the current cloud sea Insight big data, database information can only be manually input by operation and maintenance personnel, manual configuration of the database is achieved, investment of human resources is greatly increased, risk of input errors of the operation and maintenance personnel and cost of technical support of later-stage research and development personnel are increased, and database configuration efficiency is greatly reduced.
Therefore, how to more effectively improve the database configuration efficiency and reduce the development cost and the misoperation risk is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The database configuration method can effectively improve the database configuration efficiency and reduce the development cost and the misoperation risk; another object of the present application is to provide a database configuration apparatus, system and computer readable storage medium, which also have the above-mentioned advantages.
In a first aspect, the present application provides a database configuration method, including:
determining a target database component;
acquiring a configuration file according to the target database component;
analyzing the configuration file to generate an initial HTML fragment;
acquiring component installation information according to the configuration file;
filling the component installation information into the initial HTML fragment to obtain an HTML fragment;
and rendering the HTML fragment to a front-end page to complete the configuration of the database.
Preferably, the obtaining a configuration file according to the target database component includes:
and calling the configuration file from a preset storage space according to the target database component.
Preferably, after the configuration file is called from a preset storage space according to the target database component, the method further includes:
judging whether configuration modification information is received or not;
and if so, modifying the configuration file according to the configuration modification information to obtain the modified configuration file.
Preferably, the obtaining component installation information according to the configuration file includes:
judging whether the component installation information needs to be acquired or not according to the configuration file;
and if so, calling the component installation information through a rear-end interface.
Preferably, the installation and construction information includes type information of the target database component and address information of a host where the target database component is located.
Preferably, the target database component includes:
and acquiring the target database component selected by the user on the big data platform interface.
Preferably, the target database component is Hue or Hive or range or Oozie.
In a second aspect, the present application also discloses a database configuration apparatus, including:
the component determination module is used for determining a target database component;
the file acquisition module is used for acquiring a configuration file according to the target database component;
the file analysis module is used for analyzing the configuration file to generate an initial HTML fragment;
the information acquisition module is used for acquiring component installation information according to the configuration file;
the information filling module is used for filling the component installation information into the initial HTML fragment to obtain an HTML fragment;
and the front-end rendering module is used for rendering the HTML fragments to a front-end page to complete the configuration of the database.
In a third aspect, the present application further discloses a database configuration system, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of any of the database configuration methods described above.
In a fourth aspect, the present application also discloses a computer-readable storage medium having a computer program stored therein, which, when executed by a processor, is adapted to implement the steps of any one of the database configuration methods described above.
The database configuration method comprises the steps of determining a target database component; acquiring a configuration file according to the target database component; analyzing the configuration file to generate an initial HTML fragment; acquiring component installation information according to the configuration file; filling the component installation information into the initial HTML fragment to obtain an HTML fragment; and rendering the HTML fragment to a front-end page to complete the configuration of the database.
Therefore, according to the database configuration method, after the configuration file of the database component is obtained, the configuration file is modified by filling the component installation information to be changed and rendered on the front-end interface, automatic configuration of the database is achieved, manual input is not needed, workload of operation and maintenance personnel is greatly reduced, automatic configuration is more reliable and accurate than manually input configuration information, labor saving, time saving and low error are really achieved, and configuration efficiency of the database is greatly improved.
The database configuration device, the database configuration system and the computer-readable storage medium provided by the application all have the beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the technical solutions in the prior art and the embodiments of the present application, the drawings that are needed to be used in the description of the prior art and the embodiments of the present application will be briefly described below. Of course, the following description of the drawings related to the embodiments of the present application is only a part of the embodiments of the present application, and it will be obvious to those skilled in the art that other drawings can be obtained from the provided drawings without any creative effort, and the obtained other drawings also belong to the protection scope of the present application.
Fig. 1 is a schematic flow chart of a database configuration method provided in the present application;
FIG. 2 is a schematic flow chart of another database configuration method provided in the present application;
FIG. 3 is a schematic structural diagram of a database deployment apparatus provided in the present application;
fig. 4 is a schematic structural diagram of a database configuration system provided in the present application.
Detailed Description
The core of the application is to provide a database configuration method, which can effectively improve the database configuration efficiency and reduce the development cost and the misoperation risk; another core of the present application is to provide a database configuration apparatus, a database configuration system, and a computer-readable storage medium, which also have the above-mentioned advantages.
In order to more clearly and completely describe the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a schematic flow chart of a database configuration method provided in the present application, where the database configuration method may include:
s101: determining a target database component;
the step aims to realize the determination of a target database component, namely the database component needing to be configured, and the data storage function is realized by configuring the target database component. It should be noted that the database configuration method is suitable for various types of big data platforms.
As a preferred embodiment, the above target-determining database component may include: and acquiring the target database component selected by the user on the big data platform interface.
The preferred embodiment provides a more specific method for determining a database component, which is implemented based on a front-end interface, and when a user needs to configure a certain database component, the database component can be selected on the front-end interface of corresponding terminal equipment, such as the large data platform interface, so as to determine the target database component. Of course, the determination method of the target database component is only one implementation method provided in the preferred embodiment, and is not unique, and the determination method may also be implemented by a user directly inputting relevant information of the target database component on a front-end interface and initiating a configuration request, which is not limited in this application.
As a preferred embodiment, the target database component may be Hue or Hive or Range or Oozie.
The preferred embodiment provides specific types of database components, including but not limited to Hue, Hive, range, Oozie, etc., where Hue is a Hadoop ui system for analyzing and processing data by interacting with Hadoop clusters at a web console; hive is a data warehouse system, and supports data storage, instant query and analysis of large data sets or large tables; range is a Hadoop integrated security management component; oozie is a big data task scheduling framework that can provide task scheduling and coordination for Hadoop MapReduce and Pig Jobs.
S102: acquiring a configuration file according to a target database component;
the step aims to realize the acquisition of the configuration files, specifically, for each type of database component, there is a corresponding configuration file, and the configuration of the corresponding database component can be realized based on the configuration file, so that after the target database component is determined, the corresponding configuration file can be acquired based on the target database component to realize the configuration of the target database component.
As a preferred embodiment, the obtaining the configuration file according to the target database component may include: and calling a configuration file from a preset storage space according to the target database component.
The preferred embodiment provides a method for acquiring a more specific configuration file, and specifically, each type of database component has a corresponding configuration file, so that the configuration files of various types of database components can be collected in advance and stored in a preset storage space, such as a preset database, and in the preset storage space, each configuration file forms a mapping relationship with relevant information (such as an identifier, a name, a version number, and the like) of the corresponding database component, so that after a target database component is determined, the corresponding configuration file can be retrieved from the preset storage space according to the relevant information.
As a preferred embodiment, after the retrieving the configuration file from the preset storage space according to the target database component, the method may further include: judging whether configuration modification information is received or not; and if so, modifying the configuration file according to the configuration modification information to obtain the modified configuration file.
The database configuration method provided in this preferred embodiment may implement modification of the configuration file, and specifically, after the configuration file is obtained by calling, a user may modify the configuration file, such as a configuration address, according to actual requirements, so that, for the master control system, after the configuration file is obtained by calling, it may be determined in real time whether corresponding configuration modification information is received, if so, the configuration modification information is used to modify the configuration file, and if not, the subsequent steps are directly performed based on the configuration file, so as to implement database configuration.
S103: analyzing the configuration file to generate an initial HTML (HyperText Markup Language) segment;
the method comprises the steps of generating an initial HTML fragment, and after a configuration file is obtained, performing file analysis on the configuration file by using a corresponding analyzer to generate the initial HTML fragment, wherein the initial HTML fragment is the front-end HTML which can be identified by a front-end browser.
S104: acquiring component installation information according to the configuration file;
s105: filling the component installation information into the initial HTML fragment to obtain the HTML fragment;
specifically, after the configuration file is obtained, corresponding component installation information may be obtained, where the component installation information refers to relevant information that may be used to implement installation of the target database component, such as address information of the installation host, database type information, and the like. And further, filling the initial HTML fragment with the configuration file to modify the configuration file, obtaining the HTML fragment, and further realizing the configuration of the database component based on the HTML fragment.
It should be noted that the execution sequence of S103 and S104 is not unique, and both can be executed simultaneously to ensure the efficiency of database allocation.
As a preferred embodiment, the obtaining component installation information according to the configuration file may include: judging whether component installation information needs to be acquired or not according to the configuration file; and if so, calling the component installation information through the rear-end interface.
The preferred embodiment provides a method for acquiring more specific component installation information, and the method includes that firstly, a main control system judges whether the component installation information needs to be acquired according to an acquired configuration file, because the configuration files of some database components can realize component installation without modification, further, if the component installation information needs to be acquired, the component installation information can be acquired from a rear-end storage through a rear-end port, and if the component installation information does not need to be acquired, the component installation information does not need to be acquired from the rear end, so that the pressure of a server is effectively reduced. Of course, if the component installation information does not need to be acquired, the step of filling the component installation information into the initial HTML segment to obtain the HTML segment does not need to be executed, and the initial HTML segment is directly used for configuring the database component.
As a preferred embodiment, the component installation information may include type information of the target database component and address information of a host in which the target database component is located.
The preferred embodiment provides specific types of component installation information, including but not limited to type information of the target database component and address information of the host where the target database component is located, such as localStorage, sessionStorage, cookie, and the like.
S106: and rendering the HTML fragments to a front-end page to complete the configuration of the database.
The method aims to realize the configuration of the database, and the HTML fragments are rendered to a front-end page after being obtained, so that the automatic configuration of the database is completed.
Therefore, according to the database configuration method, after the configuration file of the database component is obtained, the configuration file is modified by filling the component installation information to be changed and rendered on the front-end interface, automatic configuration of the database is achieved, manual input is not needed, workload of operation and maintenance personnel is greatly reduced, automatic configuration is more reliable and accurate than manually input configuration information, labor saving, time saving and low error are really achieved, and configuration efficiency of the database is greatly improved.
On the basis of the above embodiments, the preferred embodiment provides a more specific database configuration method by taking the implementation of cloud sea Insight big data platform custom service automatic configuration database as an example.
Specifically, the database configuration system provided in the embodiment of the present application includes a big data platform UI (user interface), a configuration file parser, a database information acquisition module, and a front-end data processing center, where:
(1) the big data platform UI is used for providing an environment for a user to operate the function of the adding component;
(2) the configuration file parser is used for processing the acquired configuration file into codes which can be identified by the browser according to the field type so that the content of the configuration file can be rendered on a page;
(3) the database information acquisition module is responsible for acquiring information of the current database of the large data platform, such as type information of the database and address information of a host where the database is located, and then storing the information into a front-end memory so that other modules can acquire the database information to perform other operations;
(4) the front-end data processing center is responsible for processing the acquired database information through a front-end technology to form a database URL (Uniform Resource Locator) required by the big data, filling the database URL into a configuration file processed by the configuration file parser, and rendering the configuration file and other default configuration information to a front-end page.
Further, based on the above database configuration system, referring to fig. 2, fig. 2 is a schematic flow chart of another database configuration method provided in the present application, and the implementation flow of the database configuration method is as follows:
(1) the user selects the components to be installed on the platform through the big data platform UI, such as Hue, Hive, Range, Oozie and the like;
(2) acquiring a configuration file of a big data component according to a component selected by a user, analyzing the configuration file of the big data component through a configuration file analyzer, generating front-end HTML (hypertext markup language) which can be identified by a corresponding browser, and storing the front-end HTML in a front-end storage;
(3) calling a database information acquisition module, judging whether to acquire database information currently according to the selected component, if so, acquiring host information and database type information installed in the current database through a rear-end interface, such as localStorage, sessionStorage, cookie and the like, and storing the host information and the database type information into a front-end storage; if not, the background interface is not required to be requested again, so that the pressure of the server is reduced.
(4) Front-end HTML and database information are processed through a front-end data processing center, and the database information is mainly filled into HTML fragments and rendered into front-end pages.
Therefore, according to the database configuration method provided by the embodiment of the application, after the configuration file of the database component is obtained, the configuration file is modified by filling the component installation information to be changed and rendered on the front-end interface, so that the automatic configuration of the database is realized, manual input is not needed, the workload of operation and maintenance personnel is greatly reduced, the automatic configuration is more reliable and more accurate than the manually input configuration information, labor, time and error are really saved, and the configuration efficiency of the database is greatly improved.
To solve the above technical problem, the present application further provides a database configuration device, please refer to fig. 3, where fig. 3 is a schematic structural diagram of the database configuration device provided in the present application, and the database configuration device may include:
the component determination module 1 is used for determining a target database component;
the file acquisition module 2 is used for acquiring a configuration file according to the target database component;
the file analysis module 3 is used for analyzing the configuration file to generate an initial HTML fragment;
the information acquisition module 4 is used for acquiring component installation information according to the configuration file;
the information filling module 5 is used for filling the component installation information into the initial HTML fragment to obtain the HTML fragment;
and the front-end rendering module 6 is used for rendering the HTML fragments to a front-end page to complete the configuration of the database.
Therefore, the database configuration device provided by the embodiment of the application modifies the configuration file by filling the component installation information to be changed and renders the configuration file to the front-end interface after obtaining the configuration file of the database component, so as to realize the automatic configuration of the database, and manual input is not needed, thereby greatly reducing the workload of operation and maintenance personnel.
As a preferred embodiment, the file obtaining module 2 may be specifically configured to retrieve the configuration file from the preset storage space according to the target database component.
As a preferred embodiment, the database configuration apparatus may further include a file modification module, configured to determine whether configuration modification information is received after the configuration file is called from the preset storage space according to the target database component; and if so, modifying the configuration file according to the configuration modification information to obtain the modified configuration file.
As a preferred embodiment, the information obtaining module 4 may be specifically configured to determine whether component installation information needs to be obtained according to a configuration file; and if so, calling the component installation information through the rear-end interface.
As a preferred embodiment, the installation and construction information may include type information of the target database component and address information of a host where the target database component is located.
As a preferred embodiment, the component determination module 1 may be specifically configured to obtain a target database component selected by a user on a big data platform interface.
As a preferred embodiment, the target database component may be Hue or Hive or Range or Oozie.
For the introduction of the apparatus provided in the present application, please refer to the above method embodiments, which are not described herein again.
To solve the above technical problem, the present application further provides a database configuration system, please refer to fig. 4, where fig. 4 is a schematic structural diagram of the database configuration system provided in the present application, and the database configuration system may include:
a memory 10 for storing a computer program;
the processor 20, when executing the computer program, may implement the steps of any of the database configuration methods described above.
For the introduction of the system provided by the present application, please refer to the above method embodiment, which is not described herein again.
To solve the above problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, can implement the steps of any one of the above database configuration methods.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The technical solutions provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, without departing from the principle of the present application, several improvements and modifications can be made to the present application, and these improvements and modifications also fall into the protection scope of the present application.

Claims (10)

1. A database configuration method, comprising:
determining a target database component;
acquiring a configuration file according to the target database component;
analyzing the configuration file to generate an initial HTML fragment;
acquiring component installation information according to the configuration file;
filling the component installation information into the initial HTML fragment to obtain an HTML fragment;
and rendering the HTML fragment to a front-end page to complete the configuration of the database.
2. The database configuration method according to claim 1, wherein the obtaining a configuration file according to the target database component comprises:
and calling the configuration file from a preset storage space according to the target database component.
3. The database configuration method according to claim 2, further comprising, after retrieving the configuration file from a preset storage space according to the target database component:
judging whether configuration modification information is received or not;
and if so, modifying the configuration file according to the configuration modification information to obtain the modified configuration file.
4. The database configuration method according to any one of claims 1 to 3, wherein the obtaining component installation information according to the configuration file comprises:
judging whether the component installation information needs to be acquired or not according to the configuration file;
and if so, calling the component installation information through a rear-end interface.
5. The database configuration method according to claim 4, wherein the installation and construction information includes type information of the target database component and address information of a host where the target database component is located.
6. The database configuration method of claim 1, wherein the determining the target database component comprises:
and acquiring the target database component selected by the user on the big data platform interface.
7. The database configuration method according to claim 1, wherein the target database component is Hue, Hive, range, or Oozie.
8. A database configuration apparatus, comprising:
the component determination module is used for determining a target database component;
the file acquisition module is used for acquiring a configuration file according to the target database component;
the file analysis module is used for analyzing the configuration file to generate an initial HTML fragment;
the information acquisition module is used for acquiring component installation information according to the configuration file;
the information filling module is used for filling the component installation information into the initial HTML fragment to obtain an HTML fragment;
and the front-end rendering module is used for rendering the HTML fragments to a front-end page to complete the configuration of the database.
9. A database configuration device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to carry out the steps of the database configuration method according to any of claims 1 to 7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the database configuration method according to any one of claims 1 to 7.
CN202010710050.4A 2020-07-22 2020-07-22 Database configuration method and device and related equipment Withdrawn CN111881112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010710050.4A CN111881112A (en) 2020-07-22 2020-07-22 Database configuration method and device and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010710050.4A CN111881112A (en) 2020-07-22 2020-07-22 Database configuration method and device and related equipment

Publications (1)

Publication Number Publication Date
CN111881112A true CN111881112A (en) 2020-11-03

Family

ID=73155967

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010710050.4A Withdrawn CN111881112A (en) 2020-07-22 2020-07-22 Database configuration method and device and related equipment

Country Status (1)

Country Link
CN (1) CN111881112A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113822002A (en) * 2021-08-31 2021-12-21 上海商汤阡誓科技有限公司 Data processing method and device, computer equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110673859A (en) * 2019-08-30 2020-01-10 北京浪潮数据技术有限公司 Graphic database deployment method, device, equipment and readable storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110673859A (en) * 2019-08-30 2020-01-10 北京浪潮数据技术有限公司 Graphic database deployment method, device, equipment and readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113822002A (en) * 2021-08-31 2021-12-21 上海商汤阡誓科技有限公司 Data processing method and device, computer equipment and storage medium
CN113822002B (en) * 2021-08-31 2024-03-26 上海商汤阡誓科技有限公司 Data processing method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112765023B (en) Test case generation method and device
CN110798445B (en) Public gateway interface testing method and device, computer equipment and storage medium
CN110134738B (en) Distributed storage system resource estimation method and device
CN111190807A (en) Buried point testing method and device
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN112817853A (en) Automatic test method, system and electronic equipment
CN115757014A (en) Power consumption testing method and device
CN115268964A (en) Data reinjection method and system, electronic device and readable storage medium
CN108959508B (en) SQL data generation method and device
CN108763279B (en) Webpage data distributed template acquisition method and system
CN111881112A (en) Database configuration method and device and related equipment
CN107766224B (en) Test method and test device
CN112115056B (en) Project deployment method and device, server and storage medium
CN111752916B (en) Data acquisition method and device, computer readable storage medium and electronic equipment
CN113296752A (en) Method, system, device and storage medium for generating API document
CN112632419A (en) Domain name pre-resolution configuration method and device, computer equipment and storage medium
CN109597952B (en) Webpage information processing method, system, electronic equipment and storage medium
JP2021140430A (en) Database migration method, database migration system, and database migration program
CN116204428A (en) Test case generation method and device
CN116594887A (en) CFD software-based automatic test method and system
CN110737861A (en) webpage data processing method, device, equipment and storage medium
CN110780983A (en) Task exception handling method and device, computer equipment and storage medium
CN112417324A (en) Chrome-based URL (Uniform resource locator) interception method and device and computer equipment
CN111752559A (en) Front-end and back-end separation system, method, device and storage medium
CN113127321B (en) Data reading method, device and equipment based on Jmeter and storage medium

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20201103

WW01 Invention patent application withdrawn after publication