CN112069239A - Method, system, device and storage medium for using database based on HTTP request - Google Patents

Method, system, device and storage medium for using database based on HTTP request Download PDF

Info

Publication number
CN112069239A
CN112069239A CN202010879791.5A CN202010879791A CN112069239A CN 112069239 A CN112069239 A CN 112069239A CN 202010879791 A CN202010879791 A CN 202010879791A CN 112069239 A CN112069239 A CN 112069239A
Authority
CN
China
Prior art keywords
database
sql command
http request
command
http
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010879791.5A
Other languages
Chinese (zh)
Other versions
CN112069239B (en
Inventor
董金波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010879791.5A priority Critical patent/CN112069239B/en
Publication of CN112069239A publication Critical patent/CN112069239A/en
Application granted granted Critical
Publication of CN112069239B publication Critical patent/CN112069239B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/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
    • 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/242Query formulation
    • G06F16/2433Query languages

Landscapes

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

Abstract

The present application relates to a method, system, device and storage medium for using a database based on an HTTP request. The method comprises the following steps: acquiring database configuration information by using a database configuration information analysis device, and establishing connection with a database according to the database configuration information; receiving an HTTP request from an external program by using an HTTP service registration device, determining a target custom SQL command configuration device from a plurality of custom SQL command configuration devices according to the HTTP request, and determining a corresponding operation mode in the target custom SQL command configuration device; converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device; sending the SQL command to a database by using a database command realization device for execution so as to obtain an execution result; and acquiring the execution result of the database by using the HTTP service registration device, and using the execution result of the database as the response result of the HTTP request. The scheme of the invention provides a simpler and more convenient operation mode for the software program to use the database, and has better universality.

Description

Method, system, device and storage medium for using database based on HTTP request
Technical Field
The present application relates to the field of databases, and in particular, to a method, system, device, and storage medium for using a database based on an HTTP request.
Background
The database is an essential component in the software development process, for example, data is required to be taken from the database or the database is required to be operated when the software program is executed; therefore, when a software program is developed, execution codes of certain areas of a database are limited in the program to retrieve data in the database, for example, java, sql and other high-level programming languages are adopted in the software program to write corresponding instructions, so that corresponding functions are realized; however, this method requires a high level of software program developers, and also makes the development cycle of the software program longer.
Disclosure of Invention
In view of the above, it is desirable to provide a method, system, device and storage medium for using a database based on HTTP requests.
According to an aspect of the present invention, there is provided a method of using a database based on an HTTP request
Acquiring database configuration information by using a database configuration information analysis device, and establishing connection with a database according to the database configuration information;
the method comprises the steps that an HTTP service registration device is utilized to receive an HTTP request from an external program, a target self-defined SQL command configuration device is determined from a plurality of self-defined SQL command configuration devices according to the HTTP request, and corresponding operation modes in the target self-defined SQL command configuration device are determined, wherein each self-defined SQL command configuration device comprises a plurality of operation modes;
converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device;
sending the SQL command to a database by using a database command realization device for execution so as to obtain an execution result;
and acquiring an execution result of the database by using the HTTP service registration device, and using the execution result of the database as a response result of the HTTP request.
In one embodiment, the step of obtaining the database configuration information by using the database configuration information analysis device and establishing a connection with the database according to the database configuration information includes:
acquiring a configuration file of a database;
reading a database address, a database password and a database port in the configuration file by using the database configuration information analysis device;
and establishing connection with a database by using the database address, the database password and the database port.
In one embodiment, the step of receiving an HTTP request from an external program by using an HTTP service registration apparatus, determining a target custom SQL command configuration apparatus from a plurality of custom SQL command configuration apparatuses according to the HTTP request, and determining a corresponding operation mode in the target custom SQL command configuration apparatus includes:
receiving the HTTP request by utilizing an HTTP interface address externally provided by an HTTP service registration device, wherein the HTTP request comprises a first parameter, a second parameter and a third parameter;
matching the first parameter with a corresponding relation between a preset parameter and a user-defined SQL command configuration device, and determining a target user-defined SQL command configuration device corresponding to the first parameter according to a matching result;
and matching the second parameter with the corresponding relation between the prediction parameter and the operation mode, and determining the operation mode corresponding to the second parameter according to the matching result.
In one embodiment, the converting the operation mode and the HTTP request into an SQL command by using a custom SQL parsing device includes:
acquiring the third parameter from the HTTP service registration apparatus;
acquiring an operation mode from the target custom SQL command configuration device;
and integrating the operation mode and the third parameter to generate an SQL command.
In one embodiment, the step of sending the SQL command to the database for execution by the database command implementation apparatus to obtain an execution result includes:
acquiring an SQL command from the user-defined SQL analyzing device, and sending the SQL command to a database;
and after the database executes the SQL command, returning an execution result to the database command realization device.
In one embodiment, the custom SQL command configuration device includes a paging operation, a call storage operation, a business cycle operation, an IF judgment operation, a query operation, a delete operation, and an update operation.
In one embodiment, the method further comprises:
monitoring a plurality of nodes by utilizing a plurality of Keepalive, and determining a certain node as a main node, wherein each node comprises a database, a database configuration information analysis device, an HTTP service registration device, an SQL analysis device and a database command realization device;
the HTTP request accesses the host node through a virtual address;
and if the database of the main node is changed, synchronizing the databases of other nodes by utilizing the database of the main node.
According to another aspect of the present invention, there is provided a system for using a database based on an HTTP request;
the connection unit is used for acquiring database configuration information by using a database configuration information analysis device and establishing connection with a database according to the database configuration information;
the operation mode determining unit is used for receiving an HTTP request from an external program by utilizing an HTTP service registration device, determining a target self-defined SQL command configuration device from a plurality of self-defined SQL command configuration devices according to the HTTP request, and determining a corresponding operation mode in the target self-defined SQL command configuration device, wherein each self-defined SQL command configuration device comprises a plurality of operation modes;
the command conversion unit is used for converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device;
the command execution unit is used for sending the SQL command to a database by using the database command realization device for execution so as to obtain an execution result;
and a result response unit for acquiring an execution result of the database by using the HTTP service registration apparatus, and taking the execution result of the database as a response result of the HTTP request.
According to still another aspect of the present invention, there is also provided a computer apparatus including: at least one processor; and
a memory storing a computer program executable on the processor, the processor performing the program when executing the method of using a database based on HTTP requests as previously described.
According to yet another aspect of the present invention, there is also provided a computer readable storage medium storing a computer program which, when executed by a processor, performs the aforementioned method of using a database based on HTTP requests.
According to the method, the system, the equipment and the storage medium for using the database based on the HTTP request, the software program operates the database through the HTTP request, the software program and the database are isolated from each other, a command is not required to be independently written in the software program by using a high-level programming language, a simpler and more convenient operation mode is provided for the software program to use the database, and the method, the system, the equipment and the storage medium have better universality.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a flow chart illustrating a method for using a database based on HTTP requests in accordance with an embodiment of the present invention;
FIG. 2 is a flow chart illustrating a method for using a database based on HTTP requests in accordance with another embodiment of the present invention;
FIG. 3 is a schematic diagram of a node high availability flow of database operations according to another embodiment of the present invention;
FIG. 4 is a schematic diagram of the mechanism of a system for using a database based on HTTP requests in accordance with another embodiment of the present invention;
fig. 5 is an internal structural view of a computer device according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In an embodiment, referring to fig. 1, the present invention provides a method for using a database based on an HTTP request, which specifically includes the following steps:
s100, acquiring database configuration information by using a database configuration information analysis device, and establishing connection with a database according to the database configuration information;
s200, receiving an HTTP request from an external program by using an HTTP service registration device, determining a target custom SQL command configuration device from a plurality of custom SQL command configuration devices according to the HTTP request, and determining corresponding operation modes in the target custom SQL command configuration device, wherein each custom SQL command configuration device comprises a plurality of operation modes;
s300, converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device;
s400, sending the SQL command to a database by using a database command realization device for execution so as to obtain an execution result;
and S500, acquiring an execution result of the database by using the HTTP service registration device, and taking the execution result of the database as a response result of the HTTP request.
According to the method for using the database based on the HTTP request, the software program operates the database through the HTTP request, the software program and the database are isolated from each other, a high-level programming language is not required to be used for independently writing commands in the software program, a simpler and more convenient operation mode is provided for the software program to use the database, and the method has better universality.
In another embodiment, the foregoing step S100 specifically includes the following sub-steps:
s110, acquiring a configuration file of a database; the configuration file is written in advance according to requirements, and comprises data type information, database drivers, database connection addresses, user names, names and the like.
S120, reading a database address, a database password and a database port in the configuration file by using the database configuration information analysis device;
and S130, establishing connection with the database by using the database address, the database password and the database port.
In another embodiment, referring to fig. 2, the step S200 specifically includes the following sub-steps:
s210, receiving the HTTP request by using an HTTP interface address externally provided by the HTTP service registration device, wherein the HTTP request comprises a first parameter, a second parameter and a third parameter;
s220, matching the first parameter with the corresponding relation between a preset parameter and a user-defined SQL command configuration device, and determining a target user-defined SQL command configuration device corresponding to the first parameter according to the matching result; in the implementation process, a user-defined SQL command configuration device creates a file adopting a newly-built user-defined SQL configuration, the route of the file is configured at a specified position, and if the file needs to be accessed, the route address (namely a first parameter) is configured in an HTTP request; preferably, the custom SQL command configuration device includes a paging operation, a call storage operation, a business cycle operation, an IF determination operation, a query operation, a delete operation, and an update operation.
S230, matching the second parameter with the corresponding relation between the prediction parameter and the operation mode, and determining the operation mode corresponding to the second parameter according to the matching result; and further configuring an operation mode (method) required to be executed according to requirements, wherein the custom SQL command configuration device comprises a plurality of operation modes (methods), and the access request of the visitor comprises a specific parameter (namely a second parameter) which can determine the operation mode required to be carried out by the request.
Preferably, the step S300 specifically includes:
s310, obtaining the third parameter from the HTTP service registration apparatus;
s320, acquiring an operation mode from the target custom SQL command configuration device;
s330, integrating the operation mode and the third parameter to generate an SQL command.
Preferably, the foregoing step S400 specifically includes the following sub-steps:
s410, acquiring an SQL command from the custom SQL analysis device, and sending the SQL command to a database;
and S420, after the database executes the SQL command, returning an execution result to the database command realization device.
In another embodiment, please refer to fig. 3, which provides a method for using a database based on an HTTP request based on the foregoing embodiment, and the method further includes the following steps:
s610, monitoring a plurality of nodes by using a plurality of Keepalive, and determining a certain node as a main node, wherein each node comprises a database, a database configuration information analysis device, an HTTP service registration device, an SQL analysis device and a database command realization device; second, the database may be a relational database, such as an Msql library, an Oracle library, or the like
S620, the HTTP request accesses the main node through a virtual address;
s630, if the database of the main node changes, synchronizing the databases of the other nodes by using the database of the main node. For example, if node a is accessed by an HTTP request, and if the request performs an update operation on Msql a, then after the update operation is performed on Msql a, a synchronization operation is performed on Msql B, so that Msql B and Msql a are kept the same.
The method is provided for the visitor in an HTTP mode, the state of each node is monitored by using two Keepalive in a mode of deploying a plurality of nodes, and the main node is determined, each node corresponds to one virtual address (VIP), at the moment, the visitor can operate the corresponding database only by accessing the virtual address (VIP) of the main node, the VIP drift of the main node can complete the high availability of the node, so that the efficiency of database operation is improved, and more programs are better limited to operate the database.
In another embodiment, referring to fig. 4, the present invention provides a system 70 for using a database based on HTTP requests, the system comprising:
the connection unit 71 is configured to acquire database configuration information by using a database configuration information analysis device, and establish connection with a database according to the database configuration information;
an operation mode determining unit 72, configured to receive an HTTP request from an external program by using an HTTP service registration apparatus, determine a target custom SQL command configuration apparatus from a plurality of custom SQL command configuration apparatuses according to the HTTP request, and determine a corresponding operation mode in the target custom SQL command configuration apparatus, where each custom SQL command configuration apparatus includes a plurality of operation modes;
a command conversion unit 73, configured to convert the operation mode and the HTTP request into an SQL command by using a custom SQL parsing device;
a command executing unit 74, configured to send the SQL command to a database for execution by using a database command implementing apparatus to obtain an execution result;
a result response unit 75 for acquiring the execution result of the database by the HTTP service registration apparatus and taking the execution result of the database as the response result of the HTTP request.
It should be noted that, for specific limitations of the system for using the database based on the HTTP request, reference may be made to the above limitations of the method for using the database based on the HTTP request, and details are not described here. The respective units in the above system using a database based on HTTP requests may be wholly or partially implemented by software, hardware, and a combination thereof. The units can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the units.
According to another aspect of the present invention, a computer device is provided, the computer device may be a server, and the internal structure thereof is shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements the above-described method of using a database based on HTTP requests.
According to a further aspect of the present invention, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above-described method of using a database based on HTTP requests.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM). The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features. The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for using a database based on HTTP requests, the method comprising:
acquiring database configuration information by using a database configuration information analysis device, and establishing connection with a database according to the database configuration information;
the method comprises the steps that an HTTP service registration device is utilized to receive an HTTP request from an external program, a target self-defined SQL command configuration device is determined from a plurality of self-defined SQL command configuration devices according to the HTTP request, and corresponding operation modes in the target self-defined SQL command configuration device are determined, wherein each self-defined SQL command configuration device comprises a plurality of operation modes;
converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device;
sending the SQL command to a database by using a database command realization device for execution so as to obtain an execution result;
and acquiring an execution result of the database by using the HTTP service registration device, and using the execution result of the database as a response result of the HTTP request.
2. The method of claim 1, wherein the step of obtaining the database configuration information by the database configuration information parsing device and establishing a connection with the database according to the database configuration information comprises:
acquiring a configuration file of a database;
reading a database address, a database password and a database port in the configuration file by using the database configuration information analysis device;
and establishing connection with a database by using the database address, the database password and the database port.
3. The method of claim 1, wherein the step of using the HTTP service registration apparatus to receive an HTTP request from an external program and determine a target custom SQL command configuration apparatus from a plurality of custom SQL command configuration apparatuses according to the HTTP request, and the step of determining a corresponding operation mode in the target custom SQL command configuration apparatus comprises:
receiving the HTTP request by utilizing an HTTP interface address externally provided by an HTTP service registration device, wherein the HTTP request comprises a first parameter, a second parameter and a third parameter;
matching the first parameter with a corresponding relation between a preset parameter and a user-defined SQL command configuration device, and determining a target user-defined SQL command configuration device corresponding to the first parameter according to a matching result;
and matching the second parameter with the corresponding relation between the prediction parameter and the operation mode, and determining the operation mode corresponding to the second parameter according to the matching result.
4. The method of claim 3, wherein converting the manipulation and the HTTP request into SQL commands using a custom SQL parser comprises:
acquiring the third parameter from the HTTP service registration apparatus;
acquiring an operation mode from the target custom SQL command configuration device;
and integrating the operation mode and the third parameter to generate an SQL command.
5. The method according to claim 1, wherein the step of sending the SQL command to the database for execution by the database command implementing device to obtain the execution result comprises:
acquiring an SQL command from the user-defined SQL analyzing device, and sending the SQL command to a database;
and after the database executes the SQL command, returning an execution result to the database command realization device.
6. The method of claim 1, wherein the custom SQL command configuration device comprises a paging operation, a call store operation, a business loop operation, an IF decision operation, a query operation, a delete operation, and an update operation.
7. The method according to any one of claims 1-6, further comprising:
monitoring a plurality of nodes by utilizing a plurality of Keepalive, and determining a certain node as a main node, wherein each node comprises a database, a database configuration information analysis device, an HTTP service registration device, an SQL analysis device and a database command realization device;
the HTTP request accesses the host node through a virtual address;
and if the database of the main node is changed, synchronizing the databases of other nodes by utilizing the database of the main node.
8. A system for using a database based on HTTP requests, the system comprising:
the connection unit is used for acquiring database configuration information by using a database configuration information analysis device and establishing connection with a database according to the database configuration information;
the operation mode determining unit is used for receiving an HTTP request from an external program by utilizing an HTTP service registration device, determining a target self-defined SQL command configuration device from a plurality of self-defined SQL command configuration devices according to the HTTP request, and determining a corresponding operation mode in the target self-defined SQL command configuration device, wherein each self-defined SQL command configuration device comprises a plurality of operation modes;
the command conversion unit is used for converting the operation mode and the HTTP request into an SQL command by using a user-defined SQL analysis device;
the command execution unit is used for sending the SQL command to a database by using the database command realization device for execution so as to obtain an execution result;
and a result response unit for acquiring an execution result of the database by using the HTTP service registration apparatus, and taking the execution result of the database as a response result of the HTTP request.
9. A computer device, comprising:
at least one processor; and
a memory storing a computer program operable in the processor, the processor when executing the program performing the method of any of claims 1-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 method of any one of claims 1 to 7.
CN202010879791.5A 2020-08-27 2020-08-27 Method, system, device and storage medium for using database based on HTTP request Active CN112069239B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010879791.5A CN112069239B (en) 2020-08-27 2020-08-27 Method, system, device and storage medium for using database based on HTTP request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010879791.5A CN112069239B (en) 2020-08-27 2020-08-27 Method, system, device and storage medium for using database based on HTTP request

Publications (2)

Publication Number Publication Date
CN112069239A true CN112069239A (en) 2020-12-11
CN112069239B CN112069239B (en) 2022-06-03

Family

ID=73660527

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010879791.5A Active CN112069239B (en) 2020-08-27 2020-08-27 Method, system, device and storage medium for using database based on HTTP request

Country Status (1)

Country Link
CN (1) CN112069239B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113312236A (en) * 2021-06-03 2021-08-27 中国建设银行股份有限公司 Database monitoring method and device
CN113472623A (en) * 2021-05-31 2021-10-01 山东英信计算机技术有限公司 Storage system management method, device, storage medium and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109241037A (en) * 2018-08-28 2019-01-18 郑州云海信息技术有限公司 A kind of method, apparatus that realizing database processing, equipment and storage medium
CN110019517A (en) * 2017-11-14 2019-07-16 顺丰科技有限公司 A kind of database middleware Dynamic Configuration, system, equipment, storage medium
CN110674162A (en) * 2019-09-23 2020-01-10 税友软件集团股份有限公司 Database statement execution method and related device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110019517A (en) * 2017-11-14 2019-07-16 顺丰科技有限公司 A kind of database middleware Dynamic Configuration, system, equipment, storage medium
CN109241037A (en) * 2018-08-28 2019-01-18 郑州云海信息技术有限公司 A kind of method, apparatus that realizing database processing, equipment and storage medium
CN110674162A (en) * 2019-09-23 2020-01-10 税友软件集团股份有限公司 Database statement execution method and related device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113472623A (en) * 2021-05-31 2021-10-01 山东英信计算机技术有限公司 Storage system management method, device, storage medium and equipment
CN113312236A (en) * 2021-06-03 2021-08-27 中国建设银行股份有限公司 Database monitoring method and device

Also Published As

Publication number Publication date
CN112069239B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
CN111464615B (en) Request processing method, device, server and storage medium
CN108829477B (en) Interface jump method, device, computer equipment and storage medium
CN112069239B (en) Method, system, device and storage medium for using database based on HTTP request
CN110555041A (en) Data processing method, data processing device, computer equipment and storage medium
CN110781214A (en) Database reading and writing method and device, computer equipment and storage medium
CN111309785A (en) Spring framework-based database access method and device, computer equipment and medium
CN113094430B (en) Data processing method, device, equipment and storage medium
CN111586201A (en) Domain name resolution system, method, device and storage medium
CN112100152A (en) Service data processing method, system, server and readable storage medium
CN112866348B (en) Database access method and device, computer equipment and storage medium
CN113010224A (en) Front-end micro-service method, device, computer equipment and storage medium
CN111371851A (en) Connection method, connection device, electronic equipment and storage medium
CN112187508B (en) Internet of things gateway equipment management method, device, equipment and readable storage medium
CN113726662A (en) Micro-service routing and management system plug-in
CN112463170A (en) Method, device and equipment for making mirror image on cloud platform and storage medium
CN110442636B (en) Data reading and writing method and device and data reading and writing equipment
CN110209717B (en) Packaging method and device of basic database, computer equipment and storage medium
CN111752975A (en) Data loading method and device based on Redis, computer equipment and storage medium
CN112148745A (en) Multi-HBase cluster access method, device and storage medium
CN111208949B (en) Method for determining data rollback time period in distributed storage system
CN111722881B (en) Resource expansion method, system and device of container cloud platform
CN112783866A (en) Data reading method and device, computer equipment and storage medium
CN112347794A (en) Data translation method, device, equipment and computer storage medium
CN114168533B (en) Snapshot query method and device, computer equipment and storage medium
CN115934743B (en) File lock management method, system, equipment and computer readable 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
GR01 Patent grant
GR01 Patent grant