CN103488765A - Access drive and data access method of proxy database - Google Patents

Access drive and data access method of proxy database Download PDF

Info

Publication number
CN103488765A
CN103488765A CN201310449766.3A CN201310449766A CN103488765A CN 103488765 A CN103488765 A CN 103488765A CN 201310449766 A CN201310449766 A CN 201310449766A CN 103488765 A CN103488765 A CN 103488765A
Authority
CN
China
Prior art keywords
database
data
access
proxy
drives
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
CN201310449766.3A
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201310449766.3A priority Critical patent/CN103488765A/en
Publication of CN103488765A publication Critical patent/CN103488765A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing

Landscapes

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

Abstract

The invention belongs to the technical field of software development, and particular discloses an access drive and a data access method of a proxy database. The data access method includes that a web application with a proxy component is deployed in a web service which can be directly connected with a database service, wherein the web application includes an actual JDBC (java database connectivity) database drive capable of accessing a connected database; safety authorization information accessed by the proxy database is configured in a configuration file corresponding to the web application, and a server side accessed by the proxy database is formed after releasing; only parameters of a corresponding proxy database access drive need to be configured in a local web application to access an actual database data through connection to the server side accessed by the proxy database in case of incapability of directly connecting to the actual database, all database operations such as adding, deleting and correcting can be performed, and complete proxy of an actual database JDBC drive can be realized. The access drive can access data safely and rapidly in a B/S (browser/server) mode, and convenience is brought to completion of cross-service data integration and remote debugging and maintaining.

Description

A kind of access driving and data access method thereof of proxy database
Technical field
The invention belongs to the software development technique field, be specifically related to a kind of access driving and data access method thereof of proxy database.
Background technology
B/S structure (Browser/Server, Browser/Server Mode), be a kind of network structure pattern after WEB rises, and the WEB browser is the topmost application software of client.This pattern has been unified client, and the core that systemic-function is realized focuses on server, has simplified exploitation, maintenance and the use of system.On client computer, as long as a browser (Browser) is installed, as Netscape Navigator or Internet Explorer, server is installed the databases such as Oracle, Sybase, Informix or SQL Server.Browser carries out data interaction by Web Server with database.
The advantage of B/S maximum can be operated anywhere and any special software need not be installed, as long as there is the computer that can surf the Net just can use, client zero installation, zero dimension are protected.The expansion of system is very easy to.
But the network software system based on B/S has a lot of restrictions aspect data access, be applied to teledata and safeguard, need the occasion of high security.Consider safety factor, usually, between server when carrying out exchanges data, database all can not be at outer net directly by its own terminal software access, if need access need to enter its Intranet environment (as remote desktop etc.), difficulty is relatively high, and the terminal software of simultaneously a lot of databases is used comparatively complicated, does not even have good gui program to use.
Summary of the invention
The technical problem to be solved in the present invention is the defect that overcomes prior art, a kind of access driving and data access method thereof of proxy database are provided, by setting up, a set of WEB of utilization serves and the system of the SQL statement of standard, can obtain the data in various types of data storehouse, and can be under the B/S pattern visit data safely and fast, be convenient to integrate and the remote debugging maintenance across service data.
In order to solve the problems of the technologies described above, the invention provides following technical scheme:
The access of a kind of proxy database of the present invention drives, and the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
A kind of data access method of proxy database, the implementing reading and writing data access that the method is utilized the URL iostream, carry out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, and comprising: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, and carries out safety verification, obtains from passage and needs the SQL statement of carrying out, and utilizes actual JDBC drive the connection data storehouse and carry out SQL statement, and data are write to passage;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
Further, in step (2), the type of described remote data base comprises: oracle database, Ms sql server database, MySQL database, Postgre SQL database.
Further, the JDBC of described reality drives as meeting the driving of JDBC standard.
Further, the JDBC of described reality drives and is: Oracle drives, Ms sql server drives, MySQL drives or Postgre SQL drives.
Further, in use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carries out data access and data if legal and return.
Further, the proxy data access occurs between two WEB application services, by the iostream of opening URL, completes exchanges data.
Further, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
The beneficial effect that the present invention reaches is:
The present invention is by disposing the WEB application that comprises Agent components in the WEB service in directly connection data storehouse service, and can access the JDBC database-driven of reality in institute's connection data storehouse and the security certificate information of Configuration Agent database access in corresponding configuration file by this WEB application setting, form the service end of proxy database access after issue, thereby in local WEB application, the parameter that only needs the corresponding proxy database access of configuration to drive, can under the scene that can not directly connect actual database, the service end by the Connection Proxy database access visit the real data database data, can be added, delete, all database manipulations such as modification, the agency completely that realization drives actual database JDBC.Therefore, the present invention can be under the B/S pattern visit data safely and fast, be convenient to integrate and the remote debugging maintenance across service data.
The accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and forms the part of instructions, for explaining the present invention, is not construed as limiting the invention together with embodiments of the present invention.In the accompanying drawings:
Fig. 1 is the schematic flow sheet of the data access method of a kind of proxy database of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the preferred embodiments of the present invention are described, should be appreciated that preferred embodiment described herein, only for description and interpretation the present invention, is not intended to limit the present invention.
Embodiment 1
A kind of access of proxy database drives, and the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
Drive the data access method of a kind of proxy database of design based on this, having realized meeting JDBC drives the proxy database of standard to drive, it utilizes the implementing reading and writing data access of URL iostream, and the flow process of the method as shown in Figure 1, is carried out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, comprise: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly, the type of described remote data base is oracle database;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, and carries out safety verification, obtains from passage and needs the SQL statement of carrying out, and utilizes actual JDBC drive the connection data storehouse and carry out SQL statement, and data are write to passage, and the JDBC driving of described reality drives for Oracle;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
In use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carrying out data access and data if legal returns, the proxy data access occurs between two WEB application services, complete exchanges data by the iostream of opening URL, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
The present invention is by disposing the WEB application that comprises Agent components in the WEB service in directly connection data storehouse service, and can access the JDBC database-driven of reality in institute's connection data storehouse and the security certificate information of Configuration Agent database access in corresponding configuration file by this WEB application setting, form the service end of proxy database access after issue, thereby in local WEB application, the parameter that only needs the corresponding proxy database access of configuration to drive, can under the scene that can not directly connect actual database, the service end by the Connection Proxy database access visit the real data database data, can be added, delete, all database manipulations such as modification, the agency completely that realization drives actual database JDBC.
Embodiment 2
A kind of access of proxy database drives, and the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
Drive the data access method of a kind of proxy database of design based on this, having realized meeting JDBC drives the proxy database of standard to drive, it utilizes the implementing reading and writing data access of URL iostream, and the flow process of the method as shown in Figure 1, is carried out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, comprise: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly, the type of described remote data base is Ms sql server database;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, carry out safety verification, obtain from passage and need the SQL statement of carrying out, utilize actual JDBC drive the connection data storehouse and carry out SQL statement, data are write to passage, and the JDBC of described reality drives the driving for Ms sql server;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
In use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carrying out data access and data if legal returns, the proxy data access occurs between two WEB application services, complete exchanges data by the iostream of opening URL, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
The present invention is by disposing the WEB application that comprises Agent components in the WEB service in directly connection data storehouse service, and can access the JDBC database-driven of reality in institute's connection data storehouse and the security certificate information of Configuration Agent database access in corresponding configuration file by this WEB application setting, form the service end of proxy database access after issue, thereby in local WEB application, the parameter that only needs the corresponding proxy database access of configuration to drive, can under the scene that can not directly connect actual database, the service end by the Connection Proxy database access visit the real data database data, can be added, delete, all database manipulations such as modification, the agency completely that realization drives actual database JDBC.
Embodiment 3
A kind of access of proxy database drives, and the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
Drive the data access method of a kind of proxy database of design based on this, having realized meeting JDBC drives the proxy database of standard to drive, it utilizes the implementing reading and writing data access of URL iostream, and the flow process of the method as shown in Figure 1, is carried out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, comprise: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly, the type of described remote data base is the MySQL database;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, and carries out safety verification, obtains from passage and needs the SQL statement of carrying out, and utilizes actual JDBC drive the connection data storehouse and carry out SQL statement, and data are write to passage, and the JDBC driving of described reality drives for MySQL;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
In use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carrying out data access and data if legal returns, the proxy data access occurs between two WEB application services, complete exchanges data by the iostream of opening URL, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
The present invention is by disposing the WEB application that comprises Agent components in the WEB service in directly connection data storehouse service, and can access the JDBC database-driven of reality in institute's connection data storehouse and the security certificate information of Configuration Agent database access in corresponding configuration file by this WEB application setting, form the service end of proxy database access after issue, thereby in local WEB application, the parameter that only needs the corresponding proxy database access of configuration to drive, can under the scene that can not directly connect actual database, the service end by the Connection Proxy database access visit the real data database data, can be added, delete, all database manipulations such as modification, the agency completely that realization drives actual database JDBC.
Embodiment 4
A kind of access of proxy database drives, and the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
Drive the data access method of a kind of proxy database of design based on this, having realized meeting JDBC drives the proxy database of standard to drive, it utilizes the implementing reading and writing data access of URL iostream, and the flow process of the method as shown in Figure 1, is carried out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, comprise: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly, the type of described remote data base is the Postgre SQL database;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, carry out safety verification, obtain from passage and need the SQL statement of carrying out, utilize actual JDBC drive the connection data storehouse and carry out SQL statement, data are write to passage, and the JDBC of described reality drives the driving for Postgre SQL;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
In use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carrying out data access and data if legal returns, the proxy data access occurs between two WEB application services, complete exchanges data by the iostream of opening URL, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
The present invention is by disposing the WEB application that comprises Agent components in the WEB service in directly connection data storehouse service, and can access the JDBC database-driven of reality in institute's connection data storehouse and the security certificate information of Configuration Agent database access in corresponding configuration file by this WEB application setting, form the service end of proxy database access after issue, thereby in local WEB application, the parameter that only needs the corresponding proxy database access of configuration to drive, can under the scene that can not directly connect actual database, the service end by the Connection Proxy database access visit the real data database data, can be added, delete, all database manipulations such as modification, the agency completely that realization drives actual database JDBC.
Finally it should be noted that: the foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, although with reference to previous embodiment, the present invention is had been described in detail, for a person skilled in the art, its technical scheme that still can put down in writing aforementioned each embodiment is modified, or part technical characterictic wherein is equal to replacement.Within the spirit and principles in the present invention all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (8)

1. the access of a proxy database drives, it is characterized in that, the access of this proxy database drives and comprises: driving class, the database that meets the JDBC standard connects the service class that can use the URL access that class, database are carried out class, database record set and the agent data service is provided.
2. the data access method of a proxy database, is characterized in that, the implementing reading and writing data access that the method is utilized the URL iostream carries out according to the following steps:
(1) drive in the access of Remote WEB application deployment proxy database, calling party and password are set, form the service end of proxy database access;
(2) database configuration of local WEB application is set to the parameter that the proxy database access drives, and comprising: the safety verification username and password of the address of service port of the type of remote data base, remote application, remote agent database service assembly;
(3) in program, this proxy database access of registration drives, and the creation database connection, carries out SQL statement;
(4) will initiate the URL request to the Remote WEB application according to the parameter of configuration while carrying out, create the URL read-write channel;
(5) the Remote WEB application accepts request, and carries out safety verification, obtains from passage and needs the SQL statement of carrying out, and utilizes actual JDBC drive the connection data storehouse and carry out SQL statement, and data are write to passage;
(6) data in local agent database-driven fetch channel, and encapsulate data into the record set of standard;
(7) program is used this record set to obtain related data.
3. the data access method of a kind of proxy database according to claim 2, it is characterized in that, in step (2), the type of described remote data base comprises: oracle database, Ms sql server database, MySQL database, Postgre SQL database.
4. the data access method of a kind of proxy database according to claim 2, is characterized in that, the JDBC of described reality drives as meeting the driving of JDBC standard.
5. the data access method of a kind of proxy database according to claim 2, is characterized in that, the JDBC of described reality drives and is: Oracle drives, Ms sql server drives, MySQL drives or Postgre SQL drives.
6. the data access method of a kind of proxy database according to claim 2, is characterized in that, in use, whether service end meeting authentication of users name and the password of proxy database access be legal, just carries out data access and data if legal and return.
7. the data access method of a kind of proxy database according to claim 2, is characterized in that, the proxy data access occurs between two WEB application services, by the iostream of opening URL, completes exchanges data.
8. the data access method of a kind of proxy database according to claim 2, it is characterized in that, proxy database drives the data set that the data encapsulation of returning is become to standard, makes application program obtain database data and be called as the JDBC driving of Application standard.
CN201310449766.3A 2013-09-28 2013-09-28 Access drive and data access method of proxy database Pending CN103488765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310449766.3A CN103488765A (en) 2013-09-28 2013-09-28 Access drive and data access method of proxy database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310449766.3A CN103488765A (en) 2013-09-28 2013-09-28 Access drive and data access method of proxy database

Publications (1)

Publication Number Publication Date
CN103488765A true CN103488765A (en) 2014-01-01

Family

ID=49828991

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310449766.3A Pending CN103488765A (en) 2013-09-28 2013-09-28 Access drive and data access method of proxy database

Country Status (1)

Country Link
CN (1) CN103488765A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462514A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Database high availability solution method, connection control device and system
CN106294403A (en) * 2015-05-21 2017-01-04 阿里巴巴集团控股有限公司 The method of across a network operating database, system, client and server
CN106330860A (en) * 2016-08-08 2017-01-11 西安工程大学 Security interface of security access database and transaction process thereof
CN107222493A (en) * 2017-06-26 2017-09-29 浪潮软件股份有限公司 A kind of ORACLE JDBC data transmission channels ciphered compressed system and method
CN108959496A (en) * 2018-06-26 2018-12-07 南京汇银迅信息技术有限公司 Integration across database access method and abstract data access method based on dynamic proxy
CN109542917A (en) * 2018-10-18 2019-03-29 北京新唐思创教育科技有限公司 Method for reading data and computer-readable medium
CN109582473A (en) * 2018-10-26 2019-04-05 阿里巴巴集团控股有限公司 Across chain data access method and device based on block chain
CN109840264A (en) * 2017-09-01 2019-06-04 亿阳安全技术有限公司 A kind of method and apparatus of application database access audit
CN110113437A (en) * 2014-04-25 2019-08-09 微软技术许可有限责任公司 It is a kind of for providing the method and apparatus of the reliability of the enhancing of web services
CN110351219A (en) * 2018-04-02 2019-10-18 蓝盾信息安全技术有限公司 A kind of database security access technique based on Net Strobe System
CN110457944A (en) * 2019-08-02 2019-11-15 爱友智信息科技(苏州)有限公司 A kind of data sharing method and system
CN110633291A (en) * 2019-07-26 2019-12-31 深圳市元征科技股份有限公司 Database access method and device and electronic equipment
CN111428141A (en) * 2020-04-23 2020-07-17 北京中安星云软件技术有限公司 Method and device for associating application and database access behavior based on driving agent
US10726035B2 (en) 2015-10-15 2020-07-28 Huawei Technologies Co., Ltd. Database access control method and apparatus
CN111683041A (en) * 2020-04-23 2020-09-18 北京中安星云软件技术有限公司 Database association access method
CN112364087A (en) * 2020-11-26 2021-02-12 亚信科技(中国)有限公司 Method and system for accessing database by C/C + + application program of ARM platform
CN112948302A (en) * 2021-03-02 2021-06-11 广州海量数据库技术有限公司 Method and system for accessing external database based on local interface
CN113569283A (en) * 2021-07-23 2021-10-29 国网江苏省电力有限公司 JDBC-based dynamic instance agent method
CN114785767A (en) * 2022-03-17 2022-07-22 中国电信集团工会上海市委员会 Method and system for connecting TDengine without installing client
CN116010382A (en) * 2023-02-24 2023-04-25 天翼云科技有限公司 Operation and maintenance method, device and equipment of database and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521408A (en) * 2011-12-27 2012-06-27 北京人大金仓信息技术股份有限公司 Method for accessing flat file by using java database connectivity (JDBC) interface
CN102739654A (en) * 2012-06-08 2012-10-17 北京久其软件股份有限公司 Method for realizing application program to access database

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521408A (en) * 2011-12-27 2012-06-27 北京人大金仓信息技术股份有限公司 Method for accessing flat file by using java database connectivity (JDBC) interface
CN102739654A (en) * 2012-06-08 2012-10-17 北京久其软件股份有限公司 Method for realizing application program to access database

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110113437A (en) * 2014-04-25 2019-08-09 微软技术许可有限责任公司 It is a kind of for providing the method and apparatus of the reliability of the enhancing of web services
CN104462514A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Database high availability solution method, connection control device and system
CN104462514B (en) * 2014-12-19 2018-09-11 北京奇虎科技有限公司 High Availabitity solution, connection control device and the system of database
CN106294403A (en) * 2015-05-21 2017-01-04 阿里巴巴集团控股有限公司 The method of across a network operating database, system, client and server
US10726035B2 (en) 2015-10-15 2020-07-28 Huawei Technologies Co., Ltd. Database access control method and apparatus
CN106330860A (en) * 2016-08-08 2017-01-11 西安工程大学 Security interface of security access database and transaction process thereof
CN107222493A (en) * 2017-06-26 2017-09-29 浪潮软件股份有限公司 A kind of ORACLE JDBC data transmission channels ciphered compressed system and method
CN109840264B (en) * 2017-09-01 2023-10-03 亿阳安全技术有限公司 Method and device for auditing access of application program database
CN109840264A (en) * 2017-09-01 2019-06-04 亿阳安全技术有限公司 A kind of method and apparatus of application database access audit
CN110351219A (en) * 2018-04-02 2019-10-18 蓝盾信息安全技术有限公司 A kind of database security access technique based on Net Strobe System
CN108959496A (en) * 2018-06-26 2018-12-07 南京汇银迅信息技术有限公司 Integration across database access method and abstract data access method based on dynamic proxy
CN109542917A (en) * 2018-10-18 2019-03-29 北京新唐思创教育科技有限公司 Method for reading data and computer-readable medium
CN109542917B (en) * 2018-10-18 2021-06-29 北京新唐思创教育科技有限公司 Data reading method and computer readable medium
CN109582473A (en) * 2018-10-26 2019-04-05 阿里巴巴集团控股有限公司 Across chain data access method and device based on block chain
US11126683B2 (en) 2018-10-26 2021-09-21 Advanced New Technologies Co., Ltd. Blockchain-based cross-chain data access method and apparatus
TWI701924B (en) * 2018-10-26 2020-08-11 香港商阿里巴巴集團服務有限公司 Block chain-based cross-chain data access method and device
CN110633291A (en) * 2019-07-26 2019-12-31 深圳市元征科技股份有限公司 Database access method and device and electronic equipment
CN110457944B (en) * 2019-08-02 2023-08-25 爱友智信息科技(苏州)有限公司 Data sharing method and system
CN110457944A (en) * 2019-08-02 2019-11-15 爱友智信息科技(苏州)有限公司 A kind of data sharing method and system
CN111683041A (en) * 2020-04-23 2020-09-18 北京中安星云软件技术有限公司 Database association access method
CN111428141A (en) * 2020-04-23 2020-07-17 北京中安星云软件技术有限公司 Method and device for associating application and database access behavior based on driving agent
CN111683041B (en) * 2020-04-23 2023-08-25 北京中安星云软件技术有限公司 Database association access method
CN112364087A (en) * 2020-11-26 2021-02-12 亚信科技(中国)有限公司 Method and system for accessing database by C/C + + application program of ARM platform
CN112948302A (en) * 2021-03-02 2021-06-11 广州海量数据库技术有限公司 Method and system for accessing external database based on local interface
CN113569283A (en) * 2021-07-23 2021-10-29 国网江苏省电力有限公司 JDBC-based dynamic instance agent method
CN114785767A (en) * 2022-03-17 2022-07-22 中国电信集团工会上海市委员会 Method and system for connecting TDengine without installing client
CN116010382A (en) * 2023-02-24 2023-04-25 天翼云科技有限公司 Operation and maintenance method, device and equipment of database and storage medium

Similar Documents

Publication Publication Date Title
CN103488765A (en) Access drive and data access method of proxy database
CN108173850B (en) Identity authentication system and identity authentication method based on block chain intelligent contract
CN103023710B (en) A kind of safety test system and method
US8392969B1 (en) Method and apparatus for hosting multiple tenants in the same database securely and with a variety of access modes
CN102968501B (en) A kind of general full-text search method
US20170155554A1 (en) Configuring computing devices using a bootstrap configuration
CN107395779B (en) Authentication of domain events
CN101193027A (en) A single-point login system and method for integrated isomerous system
CN103078932B (en) A kind of methods, devices and systems realizing universal single sign-on
CN105824619A (en) Code generator integrated based on Spring MVC framework, Apache Shiro framework and MyBatis framework
US20160366592A1 (en) Authorization based on access token
WO2021066955A1 (en) Systems and methods for real-time identity verification using a token code
CN105554133A (en) HTTP remote data access system and method
CN104363211A (en) Method and system for managing authority
WO2020147605A1 (en) Online diagnosis platform, permission management method and permission management system for online diagnosis platform
CN102104607A (en) Method, device and system for controlling safety of service access
CN102065147A (en) Method and device for obtaining user login information based on enterprise application system
CN102739678B (en) Single-sign-on treatment system and single-sign-on processing method
CN106488453A (en) A kind of method and system of portal certification
CN104219080A (en) Method for recording logs of error pages of websites
US20130024917A1 (en) Memo synchronization system, mobile system, and method for synchronizing memo data
CN114615071B (en) Method for unified authentication of RESTful API under micro-service architecture
CN102510338B (en) System, device and method for security certificate for multi-organization interconnection system
CN102404331A (en) Method for judging whether website is maliciously tampered
CN105681291B (en) A kind of realization multi-client uniform authentication method and system

Legal Events

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

Application publication date: 20140101