CN110213380B - Message pushing method and device, computer equipment and storage medium - Google Patents

Message pushing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN110213380B
CN110213380B CN201910500473.0A CN201910500473A CN110213380B CN 110213380 B CN110213380 B CN 110213380B CN 201910500473 A CN201910500473 A CN 201910500473A CN 110213380 B CN110213380 B CN 110213380B
Authority
CN
China
Prior art keywords
message
user
queue
sending
paging
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
CN201910500473.0A
Other languages
Chinese (zh)
Other versions
CN110213380A (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.)
Shenzhen Thinkive Information Technology Co ltd
Original Assignee
Shenzhen Thinkive 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 Shenzhen Thinkive Information Technology Co ltd filed Critical Shenzhen Thinkive Information Technology Co ltd
Priority to CN201910500473.0A priority Critical patent/CN110213380B/en
Publication of CN110213380A publication Critical patent/CN110213380A/en
Application granted granted Critical
Publication of CN110213380B publication Critical patent/CN110213380B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a message pushing method and device, computer equipment and a storage medium, and relates to the technical field of internet. The invention introduces a distributed cluster mode, combines a paging query function, transforms single-node operation into multiple nodes for simultaneous processing, and splits a single-service node into multiple-service nodes, thereby realizing the purpose of sorting and distributing a large number of users in a short time through service horizontal expansion. By adopting a third-party message queue, a second-level cache and a customized data protocol, the mutual communication of the nodes providing different services is realized, the nodes providing the same service can be transversely expanded, the messages are quickly disassembled, checked and distributed aiming at a large number of users, and the on-line service requirements are met.

Description

Message pushing method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a message pushing method and apparatus, a computer device, and a storage medium.
Background
With the prevalence and the large demand of message pushing in recent years, the number of users of services is increasing to reach the million level, however, like announcement messages, specific target users need to be selected for sending, and the announcement messages cannot be automatically and quickly pushed to the target users according to message classification, and cannot meet business requirements.
Disclosure of Invention
The technical problem to be solved by the embodiment of the invention is how to realize the rapid sorting of the messages and push a large number of target users.
In order to solve the above problems, the present invention proposes the following technical solutions:
in a first aspect, the present invention provides a message pushing method applied to a message pushing system, where the method includes the following steps:
s1, checking the accessed messages, assembling the messages passing the check into a json format and then sending the json format to the message queue of the MQ queue;
s2, determining the number of users corresponding to the message according to the sending group type of the message, and sending the number of users corresponding to the message to the paging queue of the MQ queue after performing logic paging on the number of users corresponding to the message through paging query technology;
s3, determining the messages corresponding to each user according to the paging queue, and assembling the messages corresponding to each user into a json format and then sending the json format to the user message queue of the MQ queue;
and S4, acquiring the message corresponding to the user from the user message queue, checking the user, and sending the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed, so as to push the message corresponding to the user.
The technical scheme is that the checking of the accessed message comprises the following steps:
and checking the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
The further technical solution is that step S2 further includes obtaining a sending group type, where the sending group type is obtained by grouping, labeling or all pushing in the message data.
The further technical solution is that the determining the number of users corresponding to the message according to the sending group type of the message includes:
and inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message.
The technical scheme is that the verifying the user comprises the following steps:
and checking the online and offline state of the user, the user state and the target channel.
The technical scheme is that the message is accessed to the message pushing system through a TCP protocol.
In a second aspect, the present invention provides a message pushing apparatus, including means for performing the method according to the first aspect.
In a third aspect, the present invention provides a computer device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the method according to the first aspect when executing the computer program.
In a fourth aspect, the invention proposes a computer-readable storage medium, storing a computer program which, when executed by a processor, may implement the method according to the first aspect.
Compared with the prior art, the embodiment of the invention can achieve the following technical effects:
the invention introduces a distributed cluster mode, combines a paging query function, transforms single-node operation into multiple nodes for simultaneous processing, and splits a single-service node into multiple-service nodes, thereby realizing the purpose of sorting and distributing a large number of users in a short time through service horizontal expansion. By adopting a third-party message queue, a second-level cache and a customized data protocol, the mutual communication of the nodes providing different services is realized, the nodes providing the same service can be transversely expanded, the messages are quickly disassembled, checked and distributed aiming at a large number of users, and the on-line service requirements are met.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a message pushing method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a message pushing apparatus according to another embodiment of the present invention;
fig. 3 is a schematic block diagram of a computer device according to another embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, wherein like reference numerals represent like elements in the drawings. It is apparent that the embodiments to be described below are only a part of the embodiments of the present invention, and not all of them. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the embodiments of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the embodiments of the invention. As used in the description of embodiments of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
Referring to fig. 1, it is a flowchart of a message pushing method according to an embodiment of the present invention. As can be seen from the figure, the message pushing method provided in the embodiment of the present invention is applied to a message pushing system, and the method includes the following steps:
s1, checking the accessed messages, assembling the messages passing the check into a json format and then sending the json format to the message queue of the MQ queue;
in specific implementation, the message is accessed to the message push system through an internal TCP (Transmission Control Protocol). The message pushing system checks the accessed messages, assembles the messages passing the check into a json format and then sends the json format to the message queue of the MQ queue.
In one embodiment, the message push system checks the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
The MQ queue, namely the RabbitMQ queue, is an open source message queue system.
S2, determining the number of users corresponding to the message according to the sending group type of the message, and sending the number of users corresponding to the message to the paging queue of the MQ queue after performing logical paging on the number of users corresponding to the message through paging query technology;
in an embodiment, the method further comprises obtaining the sending group type, wherein the sending group type is obtained by grouping, labeling or pushing all the message data.
In specific implementation, the message data of the upper access encapsulation is acquired by monitoring the 'message queue' in the MQ queue, and the group type of message transmission is determined by identifying the packet, the tag or all the push in the message data. And inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message, and sending the message to a paging queue of the MQ queue after logical paging.
For example, according to the known group type of message sending, the preset database is queried to determine the number of users corresponding to the message, and logical paging is performed through a paging query technique, for example, 1W users per page perform paging to page queues of the MQ queue.
It should be noted that the number of logical pages may be set by those skilled in the art according to actual processing data, and the present invention is not limited to this.
S3, determining the messages corresponding to each user according to the paging queue, and assembling the messages corresponding to each user into a json format and then sending the json format to the user message queue of the MQ queue;
in specific implementation, after the user number is paged to the paging queue, the message data in the paging queue is obtained by receiving the data in the MQ queue and loading the user information according to the paging protocol, and the message corresponding to each user is determined. For example, the message data in the paging queue is obtained, the table name, the page number, the page sequence number and the like in the data are screened out, the corresponding pushed user number is pulled up by the database, and then each user and the corresponding message are circularly and sequentially packaged into a user message queue of a json data packet sending MQ queue.
And S4, acquiring the message corresponding to the user from the user message queue, checking the user, and sending the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed, so as to push the message corresponding to the user.
In specific implementation, the message corresponding to the user is acquired from each json data packet in the user message queue, the user is verified, and when the user is verified, the message corresponding to the user is sent to the sending queue of the MQ queue, so that the message corresponding to the user is pushed to the user.
In an embodiment, verifying the user specifically includes: and checking the online and offline state, the user state, the target channel and the sending mode of each user sending the message by inquiring the memory and the redis cache. And when the user passes the verification, sending the message corresponding to the user to a sending queue of the MQ queue so as to push the message corresponding to the user.
In specific implementation, only the user passing the verification can send the corresponding message to the sending queue of the MQ queue, and the sending queue acquires the corresponding message and sends the message to the front end.
The embodiment of the invention introduces a distributed cluster mode, combines a paging query function, transforms single-node operation into multiple nodes for simultaneous processing, and splits a single-service node into multiple-service nodes, thereby realizing the purpose of sorting and distributing mass users in a short time through service horizontal expansion. By adopting a third-party message queue, a second-level cache and a customized data protocol, the mutual communication of the nodes providing different services is realized, the nodes providing the same service can be transversely expanded, the messages are quickly disassembled, checked and distributed aiming at a large number of users, and the on-line service requirements are met.
Example 2
Referring to fig. 2, an embodiment of the present invention provides a message pushing apparatus 200, which includes means for performing the method according to the first aspect. The method specifically comprises the following steps:
the message access unit 201 is configured to check the accessed messages, assemble the messages passing the check into a json format, and send the json format to a message queue of the MQ queue;
in specific implementation, the message is accessed to the message push system through an internal TCP (Transmission Control Protocol). The message pushing system checks the accessed messages, assembles the messages passing the check into a json format and then sends the json format to the message queue of the MQ queue.
In one embodiment, the message push system checks the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
The MQ queue, namely the RabbitMQ queue, is an open source message queue system.
The user paging unit 202 is configured to determine the number of users corresponding to the message according to the sending group type of the message, perform logical paging on the number of users corresponding to the message through a paging query technique, and send the user number to the paging queue of the MQ queue;
in an embodiment, the user paging unit 202 is further configured to obtain a sending group type, where the sending group type is obtained by a packet, a tag, or a push of all of the message data.
In specific implementation, the message data of the upper access encapsulation is acquired by monitoring the 'message queue' in the MQ queue, and the group type of message transmission is determined by identifying the packet, the tag or all the push in the message data. And inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message, and sending the message to a paging queue of the MQ queue after logical paging.
For example, according to the known group type of message sending, the preset database is queried to determine the number of users corresponding to the message, and logical paging is performed through a paging query technology, for example, 1W users per page perform paging to be paged to the paging queue of the MQ queue.
It should be noted that the number of logical pages may be set by those skilled in the art according to actual processing data, and the present invention is not limited to this.
A determining unit 203, configured to determine, according to the paging queue, a message corresponding to each user, and assemble the message corresponding to each user into a json format and send the json format to a user message queue of the MQ queue;
in specific implementation, after the user number is paged to the paging queue, the message data in the paging queue is obtained by receiving the data in the MQ queue and loading the user information according to the paging protocol, and the message corresponding to each user is determined. For example, the message data in the paging queue is obtained, the table name, the page number, the page sequence number and the like in the data are screened out, the corresponding pushed user number is pulled up by the database, and then each user and the corresponding message are circularly and sequentially packaged into a user message queue of a json data packet sending MQ queue.
And the checking and pushing unit 204 is configured to acquire a message corresponding to a user from the user message queue, check the user, and send the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed, so as to push the message corresponding to the user.
In a specific implementation, the checking and pushing unit 204 is configured to obtain a message corresponding to a user from each json data packet in a user message queue, check the user, and send the message corresponding to the user to the sending queue of the MQ queue when the user passes the check, so as to push the message corresponding to the user.
In an embodiment, the verifying and pushing unit 204 is configured to verify the user specifically including: and checking the online and offline state, the user state, the target channel and the sending mode of each user sending the message by inquiring the memory and the redis cache. And when the user passes the verification, sending the message corresponding to the user to a sending queue of the MQ queue so as to push the message corresponding to the user.
In specific implementation, only the user passing the verification can send the corresponding message to the sending queue of the MQ queue, and the sending queue acquires the corresponding message and sends the message to the front end.
Example 3
Referring to FIG. 3, another embodiment of the invention provides a block diagram of a computer device 300. The computer device 300 in the present embodiment as shown in the figure may include: one or more processors 301; one or more input devices 302, one or more output devices 303, and memory 304. The processor 301, the input device 302, the output device 303, and the memory 304 are connected by a bus 305. The memory 302 is used for storing instructions and the processor 301 is used for executing the instructions stored by the memory 302. Wherein the processor 301 is configured to perform: checking the accessed messages, assembling the messages passing the checking into a json format, and sending the json format to a message queue of the MQ queue; determining the number of users corresponding to the message according to the sending group type of the message, and sending the number of users corresponding to the message to a paging queue of the MQ queue after carrying out logic paging on the number of users corresponding to the message by a paging query technology; determining the messages corresponding to the users according to the paging queue, and assembling the messages corresponding to the users into a json format and then sending the json format to the user message queue of the MQ queue; and acquiring the message corresponding to the user from the user message queue, checking the user, and sending the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed so as to push the message corresponding to the user.
In an embodiment, the processor 301 is further configured to perform: the checking the accessed message includes: and checking the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
In an embodiment, the processor 301 is further configured to perform: and acquiring a sending group type, wherein the sending group type is obtained by grouping, labeling or all pushing modes in the message data.
In an embodiment, the processor 301 is further configured to perform: the determining the number of users corresponding to the message according to the sending group type of the message includes: and inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message.
In an embodiment, the processor 301 is further configured to perform: the verifying the user includes: and checking the online and offline state of the user, the user state and the target channel.
In an embodiment, the processor 301 is further configured to perform: and accessing the message to the message pushing system through a TCP protocol.
It should be understood that, in the embodiment of the present invention, the Processor 301 may be a Central Processing Unit (CPU), and the Processor may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The input device 302 may include a touch pad, a fingerprint sensor (for collecting fingerprint information of a user and direction information of the fingerprint), a microphone, etc., and the output device 303 may include a display (LCD, etc.), a speaker, etc.
The memory 304 may include a read-only memory and a random access memory, and provides instructions and data to the processor 301. A portion of the memory 304 may also include non-volatile random access memory. For example, the memory 304 may also store device type information.
In a specific implementation, the processor 301, the input device 302, and the output device 303 described in this embodiment of the present invention may execute the implementation described in the embodiment of the parameter adjustment method provided in this embodiment of the present invention, and may also execute the implementation of the computer device 300 described in this embodiment of the present invention, which is not described herein again.
Example 4
The invention proposes a computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, realizes: checking the accessed messages, assembling the messages passing the checking into a json format, and sending the json format to a message queue of the MQ queue; determining the number of users corresponding to the message according to the sending group type of the message, and sending the number of users corresponding to the message to a paging queue of the MQ queue after carrying out logic paging on the number of users corresponding to the message by a paging query technology; determining the messages corresponding to the users according to the paging queue, and assembling the messages corresponding to the users into a json format and then sending the json format to the user message queue of the MQ queue; and acquiring the message corresponding to the user from the user message queue, checking the user, and sending the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed so as to push the message corresponding to the user.
The checking the accessed message includes: and checking the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
And acquiring a sending group type, wherein the sending group type is obtained by grouping, labeling or all pushing modes in the message data.
The determining the number of users corresponding to the message according to the sending group type of the message includes: and inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message.
The verifying the user includes: and checking the online and offline state of the user, the user state and the target channel.
And accessing the message to the message pushing system through a TCP protocol.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, while the invention has been described with respect to the above-described embodiments, it will be understood that the invention is not limited thereto but may be embodied with various modifications and changes.
While the invention has been described with reference to specific embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (9)

1. A message pushing method is applied to a message pushing system and is characterized by comprising the following steps:
s1, checking the accessed messages, assembling the messages passing the check into a json format and then sending the json format to the message queue of the MQ queue;
s2, determining the number of users corresponding to the message according to the sending group type of the message, logically paging the number of users corresponding to the message through a paging query technology, sending the paged number of users to a paging queue of an MQ queue, transforming single-node operation into multiple nodes for simultaneous processing by introducing a distributed cluster mode and combining with a paging query function, and splitting a single service node into multiple service nodes;
s3, determining the messages corresponding to each user according to the paging queue, and assembling the messages corresponding to each user into a json format and then sending the json format to the user message queue of the MQ queue;
and S4, acquiring the message corresponding to the user from the user message queue, checking the user, and sending the message corresponding to the user to the sending queue of the MQ queue when the user is checked to be passed, so as to push the message corresponding to the user.
2. The method of claim 1, wherein the verifying the accessed message comprises:
and checking the message format of the accessed message, wherein the message format comprises a message title, a content size and a sending target.
3. The method according to claim 1, wherein the step S2 further comprises obtaining sending group type, wherein the sending group type is obtained by means of grouping, label or pushing all in the message data.
4. The method of claim 3, wherein the determining the number of users corresponding to the message according to the sending group type of the message comprises:
and inquiring the number of users corresponding to the message in a preset database according to the sending group type of the message.
5. The method of claim 1, wherein the verifying the user comprises:
and checking the online and offline state of the user, the user state and the target channel.
6. The method of claim 1, wherein the message is accessed to the message push system via a TCP protocol.
7. A message pushing apparatus comprising means for performing the method of any of claims 1-6.
8. A computer arrangement, characterized in that the computer arrangement comprises a memory having stored thereon a computer program and a processor implementing the method according to any of claims 1-6 when executing the computer program.
9. A computer-readable storage medium, characterized in that the storage medium stores a computer program which, when being executed by a processor, is adapted to carry out the method according to any one of claims 1-6.
CN201910500473.0A 2019-06-11 2019-06-11 Message pushing method and device, computer equipment and storage medium Active CN110213380B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910500473.0A CN110213380B (en) 2019-06-11 2019-06-11 Message pushing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910500473.0A CN110213380B (en) 2019-06-11 2019-06-11 Message pushing method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110213380A CN110213380A (en) 2019-09-06
CN110213380B true CN110213380B (en) 2021-09-03

Family

ID=67791840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910500473.0A Active CN110213380B (en) 2019-06-11 2019-06-11 Message pushing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110213380B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111367688A (en) * 2020-02-28 2020-07-03 京东数字科技控股有限公司 Service data processing method and device
CN111447255A (en) * 2020-03-02 2020-07-24 中国平安人寿保险股份有限公司 Data distribution method based on distribution, electronic device and storage medium
CN112637305B (en) * 2020-12-16 2023-05-02 平安消费金融有限公司 Data storage and query method, device, equipment and medium based on cache
CN113794620B (en) * 2021-07-27 2023-07-25 奇安信科技集团股份有限公司 Message sending method, device, equipment, system and storage medium
CN114006938A (en) * 2021-09-24 2022-02-01 深圳市佳创视讯技术股份有限公司 Message routing issuing method, device, equipment and storage medium of distributed cluster

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105787058A (en) * 2016-02-26 2016-07-20 广州品唯软件有限公司 User label system and data pushing system based on same
CN108460115A (en) * 2018-02-10 2018-08-28 深圳壹账通智能科技有限公司 Information push method, device, computer equipment and storage medium
CN109816495A (en) * 2019-02-13 2019-05-28 北京达佳互联信息技术有限公司 Merchandise news method for pushing, system and server and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8606804B2 (en) * 2009-08-05 2013-12-10 Microsoft Corporation Runtime-defined dynamic queries

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105787058A (en) * 2016-02-26 2016-07-20 广州品唯软件有限公司 User label system and data pushing system based on same
CN108460115A (en) * 2018-02-10 2018-08-28 深圳壹账通智能科技有限公司 Information push method, device, computer equipment and storage medium
CN109816495A (en) * 2019-02-13 2019-05-28 北京达佳互联信息技术有限公司 Merchandise news method for pushing, system and server and storage medium

Also Published As

Publication number Publication date
CN110213380A (en) 2019-09-06

Similar Documents

Publication Publication Date Title
CN110213380B (en) Message pushing method and device, computer equipment and storage medium
CN113766035B (en) Service acceptance and consensus method and device
CN108196961B (en) Asynchronous message processing method, terminal, system and storage medium
WO2021189954A1 (en) Log data processing method and apparatus, computer device, and storage medium
US10187445B2 (en) System, method and browser client for enabling browser data synchronization
US8615499B2 (en) Estimating data reduction in storage systems
CN112163412B (en) Data verification method and device, electronic equipment and storage medium
CN110297944B (en) Distributed XML data processing method and system
CN108683668A (en) Resource checksum method, apparatus, storage medium and equipment in content distributing network
US20200204688A1 (en) Picture book sharing method and apparatus and system using the same
CN112434243B (en) Method, device and computer readable storage medium for synchronizing data
CN110764688B (en) Method and device for processing data
CN114328348A (en) FPGA acceleration board card and market data processing method thereof
CN115208951A (en) Request processing method and device, electronic equipment and computer readable storage medium
CN113938408B (en) Data traffic testing method and device, server and storage medium
CN110245684B (en) Data processing method, electronic device, and medium
CN103248627A (en) Method, forward proxy server and system for visiting website resources
US20140032744A1 (en) Method of comparing outputs in a plurality of information systems
CN115361450B (en) Request information processing method, apparatus, electronic device, medium, and program product
CN108519909B (en) Stream data processing method and device
CN110716961B (en) Data processing method and device
CN115051866A (en) Message processing method and device, storage medium and electronic equipment
US20160188748A1 (en) Method for providing information to determine a graph associated with a data item
EP3151519A1 (en) An intelligent system of unified content posting
CN113407339A (en) Resource request feedback method and device, readable storage medium 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