CN107391764B - Service data query method - Google Patents

Service data query method Download PDF

Info

Publication number
CN107391764B
CN107391764B CN201710771518.9A CN201710771518A CN107391764B CN 107391764 B CN107391764 B CN 107391764B CN 201710771518 A CN201710771518 A CN 201710771518A CN 107391764 B CN107391764 B CN 107391764B
Authority
CN
China
Prior art keywords
service
query
data
service data
request
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
CN201710771518.9A
Other languages
Chinese (zh)
Other versions
CN107391764A (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 Borui Tongyun Technology Co.,Ltd.
Original Assignee
Jiangxi Borui Tongyun 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 Jiangxi Borui Tongyun Technology Co Ltd filed Critical Jiangxi Borui Tongyun Technology Co Ltd
Priority to CN201710771518.9A priority Critical patent/CN107391764B/en
Publication of CN107391764A publication Critical patent/CN107391764A/en
Application granted granted Critical
Publication of CN107391764B publication Critical patent/CN107391764B/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques

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)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention relates to a business data query method, which comprises the following steps: the method comprises the steps that a service server receives request information of service data sent by terminal equipment, generates a query request according to the request information and sends the query request to a cache server; receiving first query feedback information sent by a cache server, and judging whether the first query feedback information has service data corresponding to a service object ID; if the service data do not exist, the service server sends the query request to the database; receiving second query feedback information sent by the database, and sending the second query feedback information to a cache server for storage; the second query feedback information comprises a service object ID and service data corresponding to the service object ID; receiving updating feedback information of a cache server; and the service server performs statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID, generates service request feedback result data, and sends the service request feedback result data to the terminal equipment for display according to the terminal ID of the terminal equipment.

Description

Service data query method
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a service data query method.
Background
With the development of network technology, more and more contents need the participation of users on application software or pages, and users are expected to express own opinions so as to attract more users. But the way of leaving messages or comments is cumbersome and the user prefers to select simple interaction options.
When the user inquires information or selects an interactive option, the service server is required to acquire stored data from the database every time, and the problems of low data acquisition speed and long response time exist.
Disclosure of Invention
The invention aims to provide a business data query method, which can realize quick response of data query, improve the data acquisition speed and realize the persistent storage of data.
In order to achieve the above object, the present invention provides a service data query method, including:
a service server receives request information of service data sent by terminal equipment; the request information includes: the service object ID of the requested service data and the terminal ID of the terminal equipment;
generating a query request according to the request information, and sending the query request to a cache server; the query request includes the business object ID;
receiving first query feedback information sent by the cache server, and judging whether the first query feedback information has service data corresponding to the service object ID;
if the service data does not exist, the service server sends the query request to a database;
receiving second query feedback information sent by the database, and sending the second query feedback information to the cache server for storage; the second query feedback information comprises the service object ID and service data corresponding to the service object ID;
receiving updating feedback information of a cache server;
and the service server performs statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID, generates service request feedback result data, and sends the service request feedback result data to the terminal equipment for display according to the terminal ID of the terminal equipment.
Preferably, after receiving first query feedback information sent by the cache server and determining whether the first query feedback information has service data corresponding to the service object ID, the method further includes:
and if the service data exist, the service server performs statistical analysis processing on the service data to generate service request feedback result data, and sends the service request feedback result data to the terminal equipment according to the terminal ID of the terminal equipment.
Preferably, before the service server receives request information of service data sent by the terminal device, the method further includes: the service server receives service data sent by one or more terminal devices, and stores the service data into the database and the cache server respectively; the service data has the service object ID.
Further preferably, the cache server stores the received service data in an internal memory of the cache server.
Preferably, the request information for the service server to receive the service data sent by the terminal device specifically includes:
the service server receives the request information sent by the terminal equipment through a hypertext transfer protocol (HTTP); the request information is data in JSON format.
Preferably, the service data includes first service data and second service data; the statistical analysis processing of the service data and the generation of service request feedback result data specifically include:
calculating a first proportional value of the first service data in the service data;
calculating a second proportion value of the second service data in the service data;
and generating the service request feedback result data according to the first proportion value and the second proportion value.
Further preferably, the sending to the terminal device for displaying according to the terminal ID of the terminal device specifically includes:
and the service server sends the service request feedback result data to the terminal equipment according to the terminal ID, so that the terminal equipment displays the first proportional value and the second proportional value according to a preset display attribute.
In a second aspect, an embodiment of the present invention provides a service server, where the service server includes:
the first receiving module is used for receiving request information of service data sent by terminal equipment; the request information includes: the service object ID of the requested service data and the terminal ID of the terminal equipment;
the processing module generates a query request according to the request information and sends the query request to the cache server through the second sending module; the query request includes the business object ID;
the second receiving module is used for receiving the first query feedback information sent by the cache server;
the processing module is further configured to determine whether the first query feedback information has service data corresponding to the service object ID;
if the service data does not exist, the third sending module is used for sending the query request to a database;
the third receiving module is used for receiving second query feedback information sent by the database and sending the second query feedback information to the cache server for storage through the second sending module; the second query feedback information comprises the service object ID and service data corresponding to the service object ID;
the second receiving module is used for receiving the updating feedback information of the cache server;
the processing module is used for performing statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID to generate service request feedback result data;
and the first sending module is used for sending the service request feedback result data to the terminal equipment for displaying according to the terminal ID of the terminal equipment.
In a third aspect, an embodiment of the present invention provides a service data query system, where the service data query system includes the service server in the second aspect.
Preferably, the service data query system further includes the terminal device, the cache server, and the database according to the second aspect.
The business data query method provided by the embodiment of the invention can realize quick response of data query, and realize persistent storage of data while improving the data acquisition speed.
Drawings
Fig. 1 is a flowchart of a service data query method provided in embodiment 1 of the present invention;
fig. 2 is a schematic structural diagram of a service server provided in embodiment 2 of the present invention;
fig. 3 is a schematic structural diagram of a service data query system according to embodiment 3 of the present invention.
Detailed Description
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
The invention provides a business data query method, which can realize quick response of data query, improve the data acquisition speed and realize the persistent storage of data.
Fig. 1 is a flowchart of a service data query method provided in embodiment 1 of the present invention, and the service data query method provided in embodiment 1 of the present invention is described below with reference to fig. 1.
The service data query method provided by embodiment 1 of the present invention includes the following steps:
step 110, the service server receives the request information of the service data sent by the terminal device.
Specifically, the request information includes: the service object ID of the requested service data and the terminal ID of the terminal device. The request information preferably adopts data in a JSON format, and is sent to the service server by the terminal device in a hypertext transfer protocol (HTTP) manner.
The terminal device may be a smart phone, a tablet computer, or other device loaded with a service application.
In a specific application, the requested service data may be voting data of a certain topic, scoring data of a movie, and the like, and for better understanding of the technical solution of the present invention, in this embodiment, the requested service data is taken as approval/stepping data of a certain article as an example, which is specifically exemplified. The data of 'like' represents the amount of data approved for this article and the data of 'tramp' represents the amount of data objectionable for this article.
When a user operates the terminal device to approve/step on an article, the terminal device encapsulates the number data of the article into a JSON format, for example, 1001 { "info id": 1001}, wherein 1001 is a data parameter, and the JSON format data is sent to the service server in an HTTP manner.
The service server stores service data received in advance. The service data may come from a plurality of terminal devices connected to the service server. The service data has a service object ID, and the service server respectively stores the service data into the database and the cache server according to the service object ID, so that the service data corresponding to the service object ID in the database and the cache server are kept consistent. The cache server stores the received service data in an internal memory of the cache server in an internal memory mode, and the database stores the service data in a persistent mode.
And step 120, generating a query request according to the request information, and sending the query request to the cache server.
Specifically, the query request includes a business object ID.
In a specific example, after the service server receives request information of the article for pressing/pressing data sent by the terminal device, the service server analyzes the data parameter, and generates an inquiry request according to the parameter info ID, where the inquiry request includes the ID of the article, that is, the aforementioned service object ID, and sends the inquiry request to the cache server, so as to inquire the cache server about the pressing/pressing data of the article, that is, the service data.
Step 130, receiving the first query feedback information sent by the cache server, and determining whether the first query feedback information has service data corresponding to the service object ID.
Specifically, the cache server queries corresponding service data according to the service object ID in the query request, generates first query feedback information, and sends the first query feedback information to the service server. And if the corresponding service data exists in the cache server, the first query feedback information contains the service data, and the service server receives the first query feedback information sent by the cache server and determines that the first query feedback information contains the service data corresponding to the service object ID. If the corresponding service data does not exist in the cache server, the first query feedback information does not have the service data, and the service server receives the first query feedback information sent by the cache server and determines that the first query feedback information does not have the service data corresponding to the service object ID. For example, the service server receives the praise/tread first query feedback information of an article sent by the cache server, and because the praise/tread data of the article does not exist in the cache server, the praise/tread first query feedback information of the article does not have the praise/tread data of the article, and the service server determines that the first query feedback information does not have the service data.
If the first query feedback information does not have service data, executing the following steps 140-170; if the first query feedback information has service data, the following step 180 is performed.
Step 140, the query request is sent to the database.
Specifically, if the service server determines that the first query feedback information does not have the service data corresponding to the service object ID according to the received first query feedback information, the service server sends the query request to the database to query the database for the corresponding service data.
And 150, receiving the second query feedback information sent by the database, and sending the second query feedback information to the cache server for storage.
Specifically, the second query feedback information includes a service object ID and service data corresponding to the service object ID. For example, the service server receives the praise/tread second query feedback information of an article sent by the database, and sends the praise/tread second query feedback information to the cache server. And the cache server stores the corresponding service data in an internal memory of the cache server according to the ID of the article, and generates the praise/trample update feedback information of the article.
Step 160, receiving the update feedback information of the cache server.
Specifically, the service server receives update feedback information sent by the cache server, and the update feedback information includes a service object ID and service data corresponding to the service object ID.
And 170, the service server performs statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID, generates service request feedback result data, and sends the service request feedback result data to the terminal equipment for display according to the terminal ID of the terminal equipment.
In a specific example, the service data includes first service data and second service data, such as the data of 'like' and the data of 'step' in the above example. After the data are obtained, the service server performs statistical analysis processing on the data to generate praise/tread service request feedback result data of the article.
The service request feedback result data may include: a first proportional value of the first service data in the service data, such as a proportional value of the data amount of 'like' in the sum of the data amounts of 'like' and 'step on'; and a second proportion value of the second service data in the service data, for example, a proportion value of the 'trampled' data quantity in the sum of the 'praise' and 'trampled' data quantities. The service request feedback result data is generated according to the first proportion value and the second proportion value. And the service server sends the service request feedback result data to the terminal equipment according to the terminal ID of the terminal equipment, and the terminal equipment receives the service request feedback result data and displays the first proportional value and the second proportional value according to the preset attribute.
For example, the service server receives the approval/stepping update feedback information of an article sent by the cache server, calculates an approval/stepping ratio according to the ID of the article in the update feedback information and the approval/stepping data of the corresponding article, and calculates a formula: and returning the calculated favor/step ratio to the terminal equipment according to the terminal ID of the terminal equipment. The data structure of the approval/stepping data adopts JSON format, and examples of the data are { "like": 0.77 and "like": 0.23 }.
The preset attribute may be stored in the service server in advance, carried by the service request feedback result data, and sent to the terminal device by the service server. In this example, the predetermined attribute is a bar graph display format, the first scale value is displayed in orange, and the second scale value is displayed in blue. Therefore, in this example, the terminal device displays the like/step ratio value on the display screen of the terminal device in a bar graph according to the size of the ratio value, wherein orange is like and blue is like. In a preferred embodiment, the larger the return ratio value is, the deeper the color drawing is, and the drawing color deepening processing is performed in a unit of 0.1.
Further, after step 130, if the first query feedback information has service data therein, the following step 180 is performed.
And step 180, performing statistical analysis processing on the service data, generating service request feedback result data, and sending the service request feedback result data to the terminal equipment for display according to the terminal ID of the terminal equipment.
Specifically, if the service server determines that the first query feedback information has service data corresponding to the service object ID according to the received first query feedback information sent by the cache server, the service server directly performs statistical analysis processing on the service data to generate service request feedback result data, including: a first proportion value of the first service data in the service data; a second ratio value of the second service data in the service data; the service request feedback result data is generated according to the first proportion value and the second proportion value, the service server sends the service request feedback result data to the terminal equipment according to the terminal ID of the terminal equipment, and the terminal equipment receives the service request feedback result data and displays the first proportion value and the second proportion value according to the preset attribute.
The specific implementation method of the above process is similar to the process of step 170, and is not described herein again.
The business data query method provided by the embodiment of the invention can realize quick response of data query, and realize persistent storage of data while improving the data acquisition speed.
Embodiment 2 of the present invention further provides a service server, configured to execute the service data query method provided in embodiment 1, where a schematic structural diagram of the service server is shown in fig. 2. The service server provided in embodiment 2 of the present invention is described below with reference to fig. 2.
The service server of embodiment 2 of the present invention includes: a first receiving module 21, a first transmitting module 22, a processing module 23, a second receiving module 24, a second transmitting module 25, a third receiving module 26 and a third transmitting module 27.
The first receiving module 21 is configured to receive request information of service data sent by a terminal device. Wherein the request information includes: the service object ID of the requested service data and the terminal ID of the terminal device.
The processing module 23 generates a query request according to the request information, and sends the query request to the cache server through the second sending module 25. Wherein the query request includes a business object ID.
The second receiving module 24 is configured to receive the first query feedback information sent by the cache server.
In addition, the processing module 23 is further configured to determine whether the first query feedback information has service data corresponding to the service object ID.
The third sending module 26 is configured to send the query request to the database if the first query feedback information does not have the service data.
The third receiving module 27 receives the second query feedback information sent by the database, and sends the second query feedback information to the cache server for storage through the second sending module 25. The second query feedback information comprises a service object ID and service data corresponding to the service object ID.
The second receiving module 24 is configured to receive the update feedback information of the cache server.
The processing module 23 is further configured to perform statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID, and generate service request feedback result data.
The first sending module 21 is configured to send the service request feedback result data to the terminal device for display through the first sending module 22 according to the terminal ID of the terminal device.
If the service data exists, the processing module 23 performs statistical analysis processing on the service data to generate service request feedback result data, and sends the service request feedback result data to the terminal device through the first sending module 22 according to the terminal ID of the terminal device.
The first receiving module 21 is further configured to receive service data sent by one or more terminal devices, and send the service data to the database and the cache server for storage through the third sending module 27 and the second sending module 24, respectively. And the cache server stores the received service data in an internal memory of the cache server. Wherein the service data has a service object ID.
The first receiving module 21 is specifically configured to receive request information sent by a terminal device through a hypertext transfer protocol HTTP. The request information is data in JSON format.
The service data includes first service data and second service data. The processing module 23 is specifically configured to:
calculating a first proportional value of the first service data in the service data;
calculating a second proportion value of the second service data in the service data;
the processing module 23 generates service request feedback result data according to the first proportional value and the second proportional value.
The first sending module 21 sends the service request feedback result data to the terminal device according to the terminal ID, so that the terminal device displays the first proportional value and the second proportional value according to the preset display attribute.
The service server provided by embodiment 2 of the present invention is associated with the cache server and the database, and can implement a fast response of data query, and implement a persistent storage of data while increasing a data acquisition speed.
Embodiment 3 of the present invention further provides a service data query system, and a schematic structural diagram of the service data query system is shown in fig. 3. The following describes a service data query system provided in embodiment 3 of the present invention with reference to fig. 3.
The service data query system provided in embodiment 3 of the present invention includes the service server 100, the terminal device 200, the cache server 300, and the database 400 described above.
The interaction process among the service server 100, the terminal device 200, the cache server 300, and the database 400 is described in detail in embodiment 1 of the present invention, and is not described herein again.
The business data query system provided by the embodiment of the invention can improve the data acquisition speed and realize the persistent storage of the data.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, a software module executed by a processor, or a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A service data query method is characterized in that the service data query method comprises the following steps:
a service server receives request information of service data sent by terminal equipment; the request information includes: the service object ID of the requested service data and the terminal ID of the terminal equipment;
generating a query request according to the request information, and sending the query request to a cache server; the query request includes the business object ID;
receiving first query feedback information sent by the cache server, and judging whether the first query feedback information has service data corresponding to the service object ID;
if the service data does not exist, the service server sends the query request to a database;
receiving second query feedback information sent by the database, and sending the second query feedback information to the cache server for storage; the second query feedback information comprises the service object ID and service data corresponding to the service object ID;
receiving updating feedback information of a cache server;
and the service server performs statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID, generates service request feedback result data, and sends the service request feedback result data to the terminal equipment for display according to the terminal ID of the terminal equipment.
2. The service data query method according to claim 1, after receiving first query feedback information sent by the cache server and determining whether the first query feedback information has service data corresponding to the service object ID, the method further comprising:
and if the service data exist, the service server performs statistical analysis processing on the service data to generate service request feedback result data, and sends the service request feedback result data to the terminal equipment according to the terminal ID of the terminal equipment.
3. The method for querying service data according to claim 1, wherein before the service server receives request information of service data sent by a terminal device, the method further comprises:
the service server receives service data sent by one or more terminal devices, and stores the service data into the database and the cache server respectively; the service data has the service object ID.
4. The method according to claim 3, wherein the cache server stores the received service data in an internal memory of the cache server.
5. The method according to claim 1, wherein the request information for the service server to receive the service data sent by the terminal device specifically includes:
the service server receives the request information sent by the terminal equipment through a hypertext transfer protocol (HTTP); the request information is data in JSON format.
6. The method according to claim 1, wherein the service data includes a first service data and a second service data; the statistical analysis processing of the service data and the generation of service request feedback result data specifically include:
calculating a first proportional value of the first service data in the service data;
calculating a second proportion value of the second service data in the service data;
and generating the service request feedback result data according to the first proportion value and the second proportion value.
7. The method for querying business data according to claim 6, wherein the sending to the terminal device according to the terminal ID of the terminal device for displaying specifically comprises:
and the service server sends the service request feedback result data to the terminal equipment according to the terminal ID, so that the terminal equipment displays the first proportional value and the second proportional value according to a preset display attribute.
8. A service server, characterized in that the service server comprises:
the first receiving module is used for receiving request information of service data sent by terminal equipment; the request information includes: the service object ID of the requested service data and the terminal ID of the terminal equipment;
the processing module generates a query request according to the request information and sends the query request to the cache server through the second sending module; the query request includes the business object ID;
the second receiving module is used for receiving the first query feedback information sent by the cache server;
the processing module is further configured to determine whether the first query feedback information has service data corresponding to the service object ID;
if the service data does not exist, the third sending module is used for sending the query request to a database;
the third receiving module is used for receiving second query feedback information sent by the database and sending the second query feedback information to the cache server for storage through the second sending module; the second query feedback information comprises the service object ID and service data corresponding to the service object ID;
the second receiving module is used for receiving the updating feedback information of the cache server;
the processing module is used for performing statistical analysis processing on the service data according to the service object ID and the service data corresponding to the service object ID to generate service request feedback result data;
and the first sending module is used for sending the service request feedback result data to the terminal equipment for displaying according to the terminal ID of the terminal equipment.
9. A service data query system, characterized in that it comprises a service server according to claim 8.
10. The business data query system of claim 9, further comprising the terminal device, the cache server and the database of claim 8.
CN201710771518.9A 2017-08-31 2017-08-31 Service data query method Active CN107391764B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710771518.9A CN107391764B (en) 2017-08-31 2017-08-31 Service data query method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710771518.9A CN107391764B (en) 2017-08-31 2017-08-31 Service data query method

Publications (2)

Publication Number Publication Date
CN107391764A CN107391764A (en) 2017-11-24
CN107391764B true CN107391764B (en) 2020-10-27

Family

ID=60348568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710771518.9A Active CN107391764B (en) 2017-08-31 2017-08-31 Service data query method

Country Status (1)

Country Link
CN (1) CN107391764B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110858204B (en) * 2018-08-16 2023-09-19 中国移动通信集团重庆有限公司 Query request processing method, device and medium
CN110365752B (en) * 2019-06-27 2022-04-26 北京大米科技有限公司 Service data processing method and device, electronic equipment and storage medium
CN110457382A (en) * 2019-08-12 2019-11-15 中国联合网络通信集团有限公司 Method for processing business and equipment
CN111475519B (en) * 2020-04-01 2024-03-15 深圳市思迪信息技术股份有限公司 Data caching method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701929A (en) * 2014-01-02 2014-04-02 中安消技术有限公司 Method and device for realizing business data caching
CN106657367A (en) * 2016-12-30 2017-05-10 北京三快在线科技有限公司 Service data acquisition method, device and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317800A (en) * 2014-09-19 2015-01-28 山东大学 Hybrid storage system and method for mass intelligent power utilization data
CN104794003B (en) * 2015-02-04 2019-06-04 汉鼎宇佑互联网股份有限公司 It is a kind of to integrate real-time and non-real-time mode big data analysis system
CN106897280B (en) * 2015-12-17 2020-07-14 菜鸟智能物流控股有限公司 Data query method and device
CN106649530B (en) * 2016-10-21 2020-12-15 北京卡拉卡尔科技股份有限公司 Cloud detail query management system and method
CN107067289A (en) * 2016-10-28 2017-08-18 广东亿迅科技有限公司 A kind of personal marketing commending system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701929A (en) * 2014-01-02 2014-04-02 中安消技术有限公司 Method and device for realizing business data caching
CN106657367A (en) * 2016-12-30 2017-05-10 北京三快在线科技有限公司 Service data acquisition method, device and system

Also Published As

Publication number Publication date
CN107391764A (en) 2017-11-24

Similar Documents

Publication Publication Date Title
US11153397B2 (en) Enhanced push messaging
CN107391764B (en) Service data query method
KR20190039230A (en) Method and system for server-side rendering of native content for presentations
CN108684205B (en) Method and system for processing digital components
CN108536867B (en) Method and apparatus for generating information
CN106341312B (en) Social information display method, system and server
US11797073B2 (en) Managing content based on battery usage in displaying the content on devices
CN110249324B (en) Maintaining session identifiers for content selection across multiple web pages
CN110866040A (en) User portrait generation method, device and system
CN108600780A (en) Method for pushed information
CN113556695B (en) Information interaction method and information interaction system based on 5G message
CN108834202B (en) Information display method and equipment
CN113900764B (en) Page data acquisition method, page data display method and device
CN113473240B (en) Data processing method and device for live broadcasting room, electronic equipment and storage medium
CN112069427B (en) Method, device, equipment and storage medium for generating resource bit links
US10594853B2 (en) Mobile service information display method and apparatus, mobile service information server and system, and terminal
CN106844502B (en) Data consistency processing method and equipment
CN111694932A (en) Conversation method and device
CN113747185B (en) Information interaction method, device, system, equipment and storage medium
CN106909587A (en) A kind of URL objects sharing method and device based on mobile terminal
WO2015062442A1 (en) Method and apparatus for controlling display of network media information
CN109657183B (en) Method and apparatus for processing information
CN115695892A (en) Group mark visual interaction method based on streaming media
CN114219517A (en) Object pushing processing method and device
CN116450920A (en) Data query method and device and electronic equipment

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
TR01 Transfer of patent right

Effective date of registration: 20201221

Address after: 100026 room 1702, 17 / F, building a 26, Dongsanhuan North Road, Chaoyang District, Beijing

Patentee after: Beijing Borui Tongyun Technology Co.,Ltd.

Address before: 330000 399, ru le Hu Street, Nanchang Airport Economic Zone, Jiangxi.

Patentee before: JIANGXI BORUITONGYUN TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right