CN111488392B - Query method, query system and electronic equipment - Google Patents

Query method, query system and electronic equipment Download PDF

Info

Publication number
CN111488392B
CN111488392B CN202010300614.7A CN202010300614A CN111488392B CN 111488392 B CN111488392 B CN 111488392B CN 202010300614 A CN202010300614 A CN 202010300614A CN 111488392 B CN111488392 B CN 111488392B
Authority
CN
China
Prior art keywords
query
information data
management system
service
redis database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010300614.7A
Other languages
Chinese (zh)
Other versions
CN111488392A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information 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 Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010300614.7A priority Critical patent/CN111488392B/en
Publication of CN111488392A publication Critical patent/CN111488392A/en
Application granted granted Critical
Publication of CN111488392B publication Critical patent/CN111488392B/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/245Query processing
    • G06F16/2455Query execution
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention relates to a query method, a system and electronic equipment, at least one piece of information data is imported into a relational database management system Oracle, each piece of information data is transferred to a Redis database through a first preset query interface of the relational database management system Oracle, the corresponding information data is queried from the Redis database according to keywords input by a user and fed back, at least one piece of information data is transferred to the Redis database through the relational database management system Oracle, the Redis database is used as a NoSQL database based on a memory, and instant query can be performed from the Redis database according to the keywords input by the user, so that the query efficiency is improved by more than 70 times and the user experience degree is improved compared with the query mode adopted at present.

Description

Query method, query system and electronic equipment
Technical Field
The present invention relates to the field of data query, and in particular, to a query method, a query system, and an electronic device.
Background
With the continuous development of the telecommunication industry, the network industry and the like, the requirement of a user on the acquisition efficiency of data information is higher and higher, and according to research, the research shows that: the limit that a user can tolerate for the data inquiry time is 3 seconds, for example, when the user inquires about address information, the inquiry time cannot exceed 3 seconds, the query time required by the current query mode directly from all address information to query one by one is often more than 3 seconds, namely the current query mode has the problem of low efficiency, and the experience of users is extremely influenced.
Disclosure of Invention
The invention aims to solve the technical problem of providing a query method, a query system and electronic equipment aiming at the defects of the prior art.
The technical scheme of the query method is as follows:
importing at least one piece of information data into a relational database management system Oracle;
each piece of information data is transferred to a Redis database through a first preset query interface of the relational database management system Oracle;
and inquiring corresponding information data from the Redis database according to the keywords input by the user and feeding back the information data.
The query method has the beneficial effects that:
at least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on a memory, instant query can be carried out from the Redis database according to keywords input by a user, and compared with the currently adopted query mode, the query efficiency is improved by more than 70 times, and the user experience is improved.
Based on the scheme, the query method can be improved as follows.
Further, the transferring each piece of information data to the Redis database through the first preset query interface of the relational database management system Oracle includes:
a service framework Dubbo is adopted to issue the query service which is queried from the relational database management system Oracle through the first preset query interface, and the issued query service is registered in a distributed application coordination service ZooKeeper;
and calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
The beneficial effect of adopting the further scheme is that: the process of transferring each piece of information data in the relational database management system Oracle to the Redis database is described in detail.
Further, the step of inquiring and feeding back corresponding information data from the Redis database according to the keywords input by the user includes:
when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and feeding back the corresponding information data through an autocompletion plug-in the jQuery UI.
The beneficial effects of adopting the further scheme are as follows: each corresponding data information can be visually displayed to the user through the autocomplete plug-in, so that the user can conveniently select the desired data information from the corresponding data information, and then follow-up processing is carried out.
Further, when the user inputs the keyword, querying corresponding information data from the dis database through a second preset query interface includes:
when the user inputs the keyword, the corresponding information data is queried from the Redis database through an application program interface API of the connection client-side Jeddis.
The beneficial effects of adopting the further scheme are as follows: the process of querying the corresponding information data from the dis database is specifically described.
The technical scheme of the query system is as follows:
the system comprises an importing module, a dump module and a query feedback module;
the importing module is used for importing at least one piece of information data into the relational database management system Oracle;
the transfer module is used for transferring each piece of information data to a Redis database through a first preset query interface of the relational database management system Oracle;
the query feedback module is used for querying corresponding information data from the Redis database according to the keywords input by the user and feeding back the information data.
The query system has the following beneficial effects:
at least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on a memory, instant query can be carried out from the Redis database according to keywords input by a user, and compared with the currently adopted query mode, the query efficiency is improved by more than 70 times, and the user experience is improved.
Based on the scheme, the query system of the invention can be improved as follows.
Further, the transfer module is specifically configured to:
a service framework Dubbo is adopted to issue the query service which is queried from the relational database management system Oracle through the first preset query interface, and the issued query service is registered in a distributed application coordination service ZooKeeper;
and calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
The beneficial effect of adopting the further scheme is that: the process of transferring each piece of information data in the relational database management system Oracle to the Redis database is described in detail.
Further, the query feedback module is specifically configured to:
when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and feeding back corresponding information data through an autocompletion plug-in the jQuery UI.
The beneficial effects of adopting the further scheme are as follows: each corresponding data information can be visually displayed to the user through the autocomplete plug-in, so that the user can conveniently select the desired data information from the corresponding data information, and then follow-up processing is carried out.
Further, the query feedback module is specifically configured to query corresponding information data from the Redis database through an API (application program interface) connected to the client jedris when the user inputs a keyword.
The beneficial effects of adopting the further scheme are as follows: the process of querying the corresponding information data from the dis database is specifically described.
The technical scheme of the electronic equipment is as follows:
comprising a memory, a processor and a program stored on said memory and running on said processor, said processor implementing the steps of a query method as claimed in any one of the preceding claims when said program is executed.
The electronic equipment has the beneficial effects that:
at least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on a memory, instant query can be carried out from the Redis database according to keywords input by a user, and compared with the currently adopted query mode, the query efficiency is improved by more than 70 times, and the user experience is improved.
Drawings
FIG. 1 is a flow chart of a query method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram showing corresponding data information;
fig. 3 is a schematic structural diagram of a query system according to an embodiment of the present invention.
Detailed Description
The query method of the embodiment, as shown in fig. 1, includes the following steps:
s1, importing at least one piece of information data into a relational database management system Oracle;
s2, each piece of information data is transferred to a Redis database through a first preset query interface of the relational database management system Oracle;
s3, inquiring corresponding information data from the Redis database according to the keywords input by the user and feeding back the information data.
At least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on memory, instant query can be carried out from the Redis database according to keywords input by a user, and compared with the query mode adopted at present, the query efficiency is improved by more than 70 times, and the user experience is improved.
The information data may be address information, customer basic information, etc., and the customer basic information may be understood as: the information recorded by China Mobile, china Unicom or China telecom about each user such as mobile phone number, identity card, opened package information, etc. is described by taking information data as address information, specifically:
for example, address information such as the Beijing dynasty district, the seashore district, the Changping district and the like is imported into the relational database management system Oracle, specifically, in the dynasty district stabilizer 21 yard An Yuan, in the dynasty district stabilizer outdoor large street Xiya Hu and Jiujiu Xiya Hu, in the dynasty district An Hua Xiya district 15 No. An Huali two, in the dynasty district An Hua Xiya district 16 No. An Huali two and the like are imported into the relational database management system Oracle, and when each piece of information data is transferred into the Redis database through the first preset query interface of the relational database management system Oracle, then:
1) When the keyword provided by the user is 'Chaoyang district', the corresponding data information can be inquired from the Redis database as follows: the court area diazepam 21 is the court An Yuan, the court area diazepam is the court outside the large street, the court is the court, the court area An Hua is the court 15, the court area An Huali, the court area An Hua, the court area 16, and the court area An Huali;
2) When the keyword provided by the user is "Chaoyang area An Hua West two area", the corresponding data information can be queried from the Redis database as follows: a region An Hua, a region No. An Huali, a region An Hua, a region No. An Huali;
that is, after the keyword of the user is matched with each address information in the Redis database in a boolean manner, the corresponding address information is returned, wherein the specific implementation process of the boolean manner is a common technical means, and will not be described herein.
Wherein, the user can be fed back through mails, popup frames or pages, and the like, and can further process according to the corresponding data information fed back, for example, when the query scheme of the invention is applied to the electronic map, at this time, the user selects the desired address information from the corresponding address information fed back according to the actual requirement, for example, selects "the korean region An Hua, the western region 15, the No. An Huali, the second region", and at this time, the position of "the korean region An Hua, the western region 15, the No. An Huali, the second region" is displayed on the electronic map.
When the Redis database is used, the operation environment of the Redis database needs to be installed first, and the first preset query interface can be realized in a programming mode, so that the specific implementation process is a common technical means and is not described herein.
Preferably, in the above technical solution, in S2, the transferring each piece of information data to the Redis database through the first preset query interface of the relational database management system Oracle includes:
s20, adopting a service framework Dubbo to issue a query service which is queried from the relational database management system Oracle through the first preset query interface, and registering the issued query service into a distributed application coordination service ZooKeeper;
s21, calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
The process of transferring each piece of information data in the relational database management system Oracle to the Redis database is described in detail through S20-S21.
Preferably, in the above technical solution, in S3, the querying and feeding back corresponding information data from the Redis database according to the keyword input by the user includes:
s30, when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and S31, feeding back the corresponding information data through an autocompletion plug-in the jQuery UI.
As shown in fig. 2, the auto complete plug-in the jQuery UI can display the corresponding addresses in the form of entries, so that the user can select the desired data information from the corresponding addresses, and then perform subsequent processing, specifically:
1) The interface of fig. 2 can be provided with a "next" button, so that a query mode of the invention can be conveniently assembled to a specific application scene, for example, the "next" button is linked to an electronic map, for example, when a user selects "court area stabilizer 21 court An Yuanli", the user clicks the "next" button again, and the position of "court area stabilizer 21 court An Yuanli" can be displayed on the electronic map;
2) The corresponding data information, i.e., address information, displayed may be automatically changed as the user-entered keyword increases, for example when the user-entered keyword is "morning sun", the corresponding address information displayed is in the court area, court area diazepam No. 21, court area diazepam No. An Yuan, court area diazepam outside large street, western barracks, court area An Hua, court area No. 15, an Huali, court area An Hua, west area No. 16, an Huali, when the key input by the user is increased to be the "Chaoyang area An Hua Xiyan area", the corresponding address information displayed at this time is Chaoyang area An Hua Xiyan area 15 No. An Huali two area, chaoyang area An Hua Xiyan area 16 No. An Huali two area.
Preferably, in the above technical solution, in S30, when the user inputs the keyword, querying, through a second preset query interface, corresponding information data from the Redis database includes:
s300, when a user inputs a keyword, inquiring corresponding information data from the Redis database through an application program interface API of the connection client Jeddis.
The auto complete plug-in the jQuery UI may be used first to initialize corresponding address information, i.e. data information, and render a page to be displayed, and then display the corresponding address information, i.e. data information, in the form of an entry in fig. 2, where a page may be understood as a page of a web page, a page of an APP, or a page of software.
The connection client jeddis is a connection client recommended by the Redis database authority to connect to the Redis database, that is, when the connection client jeddis is used to connect to the Redis database, the second preset query interface is an application program interface API of the connection client jeddis, and when other connection clients such as Redis son are used, the second preset query interface is an application program interface API of the connection client Redis son.
When a user wants to order a converged broadband product on an e-commerce operation platform, higher data query efficiency is needed to meet the requirement of the user for querying address information, when a query mode of the method is applied, address information matched with the key words, namely corresponding address information, can be queried from more than million pieces of address information in millisecond level according to the key words input by the user, so that waiting time of the user is greatly reduced, namely, the response speed of each operation platform is improved to better support the e-commerce operation platform, user experience is improved, and in addition, the operation platform with type query requirement with the e-commerce operation platform can be supported.
In the above embodiments, although the steps S1, S2, etc. are numbered, it is only a specific embodiment given in the present application, and those skilled in the art may adjust the execution sequence of S1, S2, etc. according to the actual situation, which is also within the scope of the present invention.
As shown in fig. 3, a query system 200 of the present embodiment includes an import module 210, a dump module 220, and a query feedback module 230;
the importing module 210 is configured to import at least one piece of information data into the relational database management system Oracle;
the dumping module 220 is configured to dump each piece of information data into the Redis database through a first preset query interface of the relational database management system Oracle;
the query feedback module 230 is configured to query the Redis database for corresponding information data according to the keywords input by the user and perform feedback.
At least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on memory, instant query can be carried out from the Redis database according to keywords provided by a user, and compared with the query mode adopted at present, the query efficiency is improved by more than 70 times, and the user experience is improved.
Preferably, in the above technical solution, the dump module 220 is specifically configured to:
a service framework Dubbo is adopted to issue the query service which is queried from the relational database management system Oracle through the first preset query interface, and the issued query service is registered in a distributed application coordination service ZooKeeper;
and calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
Preferably, in the above technical solution, the query feedback module 230 is specifically configured to:
when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and feeding back the corresponding information data through an autocompletion plug-in the jQuery UI.
The beneficial effects of adopting the further scheme are as follows: each corresponding data information can be visually displayed to the user through the autocomplete plug-in, so that the user can conveniently select the desired data information from the corresponding data information, and then follow-up processing is carried out.
Preferably, in the above technical solution, the query feedback module 230 is specifically configured to query, when a keyword is input by a user, corresponding information data from the dis database through an API (application program interface) connected to the client jeddis.
The above parameters and steps in the query system 200 according to the present invention may refer to the above parameters and steps in the embodiment of a query method, which are not described herein.
The electronic device of the embodiment of the invention comprises a memory, a processor and a program stored in the memory and running on the processor, wherein the processor realizes the steps of the query method according to any one of the embodiments when executing the program.
At least one piece of information data is transferred to a Redis database through a relational database management system Oracle, the Redis database is used as a NoSQL database based on memory, instant query can be carried out from the Redis database according to keywords provided by a user, and compared with the query mode adopted at present, the query efficiency is improved by more than 70 times, and the user experience is improved.
The electronic device may be a computer, a mobile phone, or the like, and the program is computer software or mobile phone APP, and the parameters and steps in the above-mentioned electronic device according to the present invention may refer to the parameters and steps in the above-mentioned embodiment of a query method, which are not described herein.
In the present disclosure, the terms "first," "second," and "second" are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implying a number of technical features being indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In the description of the present invention, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise.
In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, the different embodiments or examples described in this specification and the features of the different embodiments or examples may be combined and combined by those skilled in the art without contradiction.
While embodiments of the present invention have been shown and described above, it will be understood that the above embodiments are illustrative and not to be construed as limiting the invention, and that variations, modifications, alternatives and variations may be made to the above embodiments by one of ordinary skill in the art within the scope of the invention.

Claims (7)

1. A query method, comprising the steps of:
importing at least one piece of information data into a relational database management system Oracle;
each piece of information data is transferred to a Redis database through a first preset query interface of the relational database management system Oracle;
inquiring corresponding information data from the Redis database according to the keywords input by the user and feeding back the information data;
the transferring each piece of information data to the Redis database through the first preset query interface of the relational database management system Oracle includes:
a service framework Dubbo is adopted to issue the query service which is queried from the relational database management system Oracle through the first preset query interface, and the issued query service is registered in a distributed application coordination service ZooKeeper;
and calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
2. The query method according to claim 1, wherein the querying and feeding back the corresponding information data from the dis database according to the keyword input by the user includes:
when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and feeding back the corresponding information data through an autocompletion plug-in the jQuery UI.
3. The query method according to claim 2, wherein the querying the corresponding information data from the dis database through the second preset query interface when the user inputs the keyword, comprises:
when the user inputs the keyword, the corresponding information data is queried from the Redis database through an application program interface API of the connection client-side Jeddis.
4. The query system is characterized by comprising an importing module, a dump module and a query feedback module;
the importing module is used for importing at least one piece of information data into the relational database management system Oracle;
the transfer module is used for transferring each piece of information data to a Redis database through a first preset query interface of the relational database management system Oracle;
the query feedback module is used for querying corresponding information data from the Redis database according to keywords input by a user and feeding back the information data;
the transfer module is specifically configured to:
a service framework Dubbo is adopted to issue the query service which is queried from the relational database management system Oracle through the first preset query interface, and the issued query service is registered in a distributed application coordination service ZooKeeper;
and calling a registered query service from the distributed application coordination service ZooKeeper by utilizing an extension mechanism of a pre-processing Bean reserved by a framework Spring, and transferring each piece of information data in the relational database management system Oracle to the Redis database through the registered query service.
5. The query system of claim 4, wherein the query feedback module is specifically configured to:
when a user inputs a keyword, inquiring corresponding information data from the Redis database through a second preset inquiry interface;
and feeding back the corresponding information data through an autocompletion plug-in the jQuery UI.
6. The query system of claim 5, wherein the query feedback module is configured to query the Redis database for corresponding information data via an application program interface API connected to the client Jeddis when the user inputs a keyword.
7. An electronic device comprising a memory, a processor and a program stored on the memory and running on the processor, characterized in that the processor implements the steps of a query method as claimed in any one of claims 1 to 3 when executing the program.
CN202010300614.7A 2020-04-16 2020-04-16 Query method, query system and electronic equipment Active CN111488392B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010300614.7A CN111488392B (en) 2020-04-16 2020-04-16 Query method, query system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010300614.7A CN111488392B (en) 2020-04-16 2020-04-16 Query method, query system and electronic equipment

Publications (2)

Publication Number Publication Date
CN111488392A CN111488392A (en) 2020-08-04
CN111488392B true CN111488392B (en) 2023-07-07

Family

ID=71798443

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010300614.7A Active CN111488392B (en) 2020-04-16 2020-04-16 Query method, query system and electronic equipment

Country Status (1)

Country Link
CN (1) CN111488392B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104965850A (en) * 2015-04-29 2015-10-07 云南电网有限责任公司 Database high-available implementation method based on open source technology
CN105260475A (en) * 2015-10-30 2016-01-20 努比亚技术有限公司 Data searching method, data saving method and related equipment
CN105426482A (en) * 2015-11-20 2016-03-23 华东交通大学 Figure-database integrated HBase transfer storage method of massive monitoring information of 10kV railway power distribution network
CN106790321A (en) * 2015-11-20 2017-05-31 哈尔滨格泰科技有限公司 A kind of i dimension datas network monitoring system
EP3273362A1 (en) * 2015-10-30 2018-01-24 Baidu Online Network Technology (Beijing) Co., Ltd. Webpage access method, apparatus, device and non-volatile computer storage medium
CN107704545A (en) * 2017-11-08 2018-02-16 华东交通大学 Railway distribution net magnanimity information method for stream processing based on Storm Yu Kafka message communicatings

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104965850A (en) * 2015-04-29 2015-10-07 云南电网有限责任公司 Database high-available implementation method based on open source technology
CN105260475A (en) * 2015-10-30 2016-01-20 努比亚技术有限公司 Data searching method, data saving method and related equipment
EP3273362A1 (en) * 2015-10-30 2018-01-24 Baidu Online Network Technology (Beijing) Co., Ltd. Webpage access method, apparatus, device and non-volatile computer storage medium
CN105426482A (en) * 2015-11-20 2016-03-23 华东交通大学 Figure-database integrated HBase transfer storage method of massive monitoring information of 10kV railway power distribution network
CN106790321A (en) * 2015-11-20 2017-05-31 哈尔滨格泰科技有限公司 A kind of i dimension datas network monitoring system
CN107704545A (en) * 2017-11-08 2018-02-16 华东交通大学 Railway distribution net magnanimity information method for stream processing based on Storm Yu Kafka message communicatings

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《基于Dubbo框架的分布式视频网站架构设计》;宋万洋;《软件导刊》;20180831;全文 *

Also Published As

Publication number Publication date
CN111488392A (en) 2020-08-04

Similar Documents

Publication Publication Date Title
CN102902733B (en) A kind of information-pushing method based on content subscription, Apparatus and system
US7680699B2 (en) Method, system, and medium for sharing digital content and purchasing products at live performances
US8463246B2 (en) Contact management
US11288725B2 (en) Managing service provider service options
US20120036154A1 (en) Dynamic content linked to contact identifiers
CN102769640B (en) The update method of user profile, server and system
CN102122281A (en) Method, device and system for generating page form
US20030185377A1 (en) Web-based CTI system
CN102404242B (en) A kind of user profile updating device, electronic equipment and updating method of user information
CN101115180B (en) Electronic program menu system and functional module dynamic load operating method
CN104580448A (en) Information push method and device
CN111970188A (en) Capability forwarding method and device
CN103051512A (en) Instant messaging establishing method and system
CN109587040A (en) Mail processing method, system, computer device and storage medium
CN103237074A (en) Data interactive method and data interactive system between intelligent terminals
CN111488392B (en) Query method, query system and electronic equipment
CN102567037B (en) Realize the method that the timing of desktop material updates
CN105872232A (en) Number on-line inquiry method and number on-line inquiry apparatus
CN101426286A (en) Method and device for supporting user's multimedia information browse in wireless network
US8554787B2 (en) Second search engine utilizing selected results from first search engine
US20100174697A1 (en) System and Methods for Automatic and Interactive Communication with Web Pages
CN101616497B (en) Method for realizing short message on-demand service, user identification card and unit
CN107104941A (en) The sharing method and device of Internet resources
RU2416173C2 (en) Method of creating functional information list in mobile terminal with two working and two standby modes
CN106156015A (en) A kind of method and system being checked application use record by calendar

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