CN118101820A - Method for realizing message penetration of notification bar based on cloud mobile phone - Google Patents

Method for realizing message penetration of notification bar based on cloud mobile phone Download PDF

Info

Publication number
CN118101820A
CN118101820A CN202410161320.9A CN202410161320A CN118101820A CN 118101820 A CN118101820 A CN 118101820A CN 202410161320 A CN202410161320 A CN 202410161320A CN 118101820 A CN118101820 A CN 118101820A
Authority
CN
China
Prior art keywords
message
notification bar
application
mobile phone
cloud mobile
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202410161320.9A
Other languages
Chinese (zh)
Inventor
王文斌
邹想中
王优
李宏明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Vclusters Information Technology Co ltd
Original Assignee
Shenzhen Vclusters 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 Vclusters Information Technology Co ltd filed Critical Shenzhen Vclusters Information Technology Co ltd
Priority to CN202410161320.9A priority Critical patent/CN118101820A/en
Publication of CN118101820A publication Critical patent/CN118101820A/en
Pending legal-status Critical Current

Links

Landscapes

  • Telephone Function (AREA)

Abstract

The invention discloses a method for realizing notification bar message penetration based on a cloud mobile phone, which comprises the following steps: judging whether a message exists in the cloud mobile phone application or not in real time; if the message exists, generating reporting content, and sending the reporting content to the terminal; the terminal displays the reported content to a notification bar interface; generating a touch signal according to a notification bar message touch operation of a notification bar interface, and sending a feedback message to a cloud mobile phone according to the touch signal; the cloud mobile phone receives feedback information sent by the terminal; if the message is out of date, starting a cloud mobile phone application corresponding to the message; and if the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar. According to the method and the device for processing the notification bar message, the notification bar message in the cloud mobile phone can be effectively solved in a penetrating mode, important messages are prevented from being missed, and the notification bar message of all applications is efficiently processed in real time, so that the notification bar message is more similar to a true organism experiment.

Description

Method for realizing message penetration of notification bar based on cloud mobile phone
Technical Field
The invention belongs to the technical field of mobile phone interaction, relates to message interaction between a cloud mobile phone and a terminal mobile phone, and particularly relates to a method for realizing notification bar message penetration based on the cloud mobile phone.
Background
The cloud mobile phone (CloudPhone) is an android mobile phone system which applies cloud computing technology to network terminal services and realizes cloud services through a cloud server. The cloud mobile phone can release the hardware resources of the mobile phone, can store complex calculation and large-capacity data on the cloud end, and a user can remotely control the cloud mobile phone in real time in a video stream mode, so that the cloud operation of android native application and hand tour is finally realized.
Because the cloud mobile phone is an independent android system, when a user uses the client cloud mobile phone, if the cloud mobile phone is in the front desk, the interface is displayed in real time, the application message is displayed in the notification bar, and the user can trigger the message in time; if the cloud mobile phone runs in the background, the interface is not displayed, the notification bar message cannot be timely notified, and when a user enters the cloud mobile phone to check the message, the user is out of date.
Disclosure of Invention
Aiming at the problem that a message generated by an application running in the background of a cloud mobile phone cannot be timely notified to a terminal in the prior art, the invention provides a method for realizing notification bar message penetration based on the cloud mobile phone, which can timely notify the message generated by the application running in the background of the cloud mobile phone to the terminal.
In order to achieve the technical purpose, the invention adopts the following technical scheme:
In a first aspect, the present application discloses a method for implementing notification bar message penetration, which is applied to a cloud mobile phone, and the method includes:
judging whether a message exists in the cloud mobile phone application or not in real time;
if the message exists, generating reporting content and sending the reporting content to a terminal, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
Receiving a feedback message sent by a terminal, wherein the feedback message is generated based on a touch signal, and the touch signal is generated according to touch operation on a notification bar interface of the terminal;
If the message is out of date, starting a cloud mobile phone application corresponding to the message; and if the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar.
Preferably, the determining whether the cloud mobile phone application has the message in real time specifically includes: and acquiring the notification bar message of the application in real time through the notification bar monitoring service of the monitoring system.
Preferably, the report content is forwarded to the terminal through a WebSocket long link.
In a second aspect, the present application discloses a method for implementing notification bar message penetration, applied to a terminal, the method comprising:
Receiving reporting content sent by a cloud mobile phone, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
Displaying the reported content to a notification bar interface;
and generating a touch signal according to the notification bar message touch operation of the notification bar interface, and sending a feedback message to the cloud mobile phone according to the touch signal, wherein the feedback message indicates that the notification bar message is checked.
Preferably, the feedback message is forwarded to the cloud mobile phone through a WebSocket long link.
In a third aspect, the present application also discloses a device for implementing message penetration of a notification bar, including:
the message monitoring module is used for judging whether the cloud mobile phone application has a message or not in real time;
The first message sending module is used for generating reporting content under the condition that a message exists, and sending the reporting content to the terminal, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
The second message receiving module is used for receiving feedback messages sent by the terminal, the feedback messages are generated based on touch signals, and the touch signals are generated according to touch operation on a notification bar interface of the terminal;
the message processing module starts a cloud mobile phone application corresponding to the message when the message is out of date; when the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar.
In a fourth aspect, the present application also discloses another apparatus for implementing notification bar message penetration, including:
The first message receiving module is used for receiving the report content sent by the cloud mobile phone, wherein the report content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
the message display module is used for displaying the reported content to the notification bar interface;
and the second message sending module is used for generating a touch signal according to the notification bar message touch operation on the notification bar interface and sending a feedback message to the cloud mobile phone according to the touch signal, wherein the feedback message indicates that the notification bar message is checked.
In a fifth aspect, the present application also discloses an electronic device, including: including a processor and a memory;
the processor is configured to execute instructions stored in the memory to cause the computing device to implement any of the methods of implementing notification bar message penetration described in the embodiments above.
In a sixth aspect, the present application further discloses a computer readable storage medium, where program instructions are stored, and when the program instructions are executed on a computer or a processor, the method for implementing the notification bar message penetration according to any of the above embodiments is implemented.
In a seventh aspect, the present application also discloses a computer program product comprising program instructions for implementing a method for implementing the notification bar message penetration of any of the above embodiments, when the program instructions are run on a computer or a processor.
According to the technical scheme provided by the first aspect and the third aspect of the application, the beneficial effects are as follows: by means of the cloud mobile phone notification bar message penetration mode, the problem that notification bar messages in the cloud mobile phone are not timely processed can be effectively solved, important messages are prevented from being missed, notification bar messages of all applications are processed efficiently in real time, and the notification bar messages are closer to real-time experience.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a message flow diagram of a notification bar of a terminal and a cloud mobile phone in the prior art;
fig. 2 is a message flow chart of a notification bar between a terminal and a cloud mobile phone according to an embodiment of the present application;
Fig. 3 is a device for implementing notification bar message penetration applied to a cloud mobile phone according to an embodiment of the present application;
FIG. 4 is a diagram illustrating an apparatus for implementing notification bar message penetration applied to a terminal according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
Fig. 6 is a schematic structural diagram of a computer storage medium according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the present application. All other embodiments, based on the embodiments of the application, which are apparent to those of ordinary skill in the art without inventive faculty, are intended to be within the scope of the application.
The cloud mobile phone is an independent android system, when a user uses the client cloud mobile phone, if the cloud mobile phone is in the foreground, the interface is displayed in real time, the application message is displayed in the notification bar, and the user can trigger the message in time; if the cloud mobile phone runs in the background, the interface is not displayed, the notification bar message is not displayed, the user does not feel when receiving the message, and the user cannot trigger the message. Fig. 1 shows a process of interaction of notification bar messages of a cloud mobile phone and a terminal when a cloud mobile phone application is in a background and a foreground respectively in the prior art, specifically as follows:
1. An application in the cloud mobile phone receives an internal message;
2. To a system Notification bar (Notification);
3. a notification bar interface for displaying the notification bar to the user terminal;
4. receiving click trigger message operation of a user on a notification bar interface;
5. after clicking, jumping to the application to process the message internally;
6. if the cloud mobile phone is in the foreground, triggering a message according to the application notification of the cloud mobile phone; if the cloud mobile phone is in the background, the application notification of the cloud mobile phone is invisible and cannot be triggered.
It can be seen that the notification bar message interface is not displayed when the cloud mobile phone is in the background, and the user does not feel when receiving the message and cannot trigger the notification bar message in time.
Based on the above problems, the present embodiment provides a method for implementing notification bar message penetration based on a cloud mobile phone, and fig. 2 shows a process of implementing notification bar message penetration between the cloud mobile phone and a terminal, including the following steps:
S100, judging whether a message exists in the cloud mobile phone application in real time
Specifically, in the cloud mobile phone, notification bar messages of the application, such as whether a message displayed by an incoming notification bar exists in an application such as a WeChat, a QQ and the like of a monitoring background, are obtained in real time through a notification bar monitoring service (NotificationListenerService) of a monitoring system.
The notification bar listening service runs in the background more, and then, because of the need to perform notification listening, a dynamic permission request is involved.
S200: if the message exists, generating reporting content, and sending the reporting content to the terminal, wherein the reporting content comprises application parameters and message parameters.
The reference parameters include an application name, an application package name, and an application icon, and the message parameters include a message header, a message content, a message ID, and a message TAG.
The reported content can be forwarded to the terminal through a WebSocket long link.
S300: and receiving the report content sent by the cloud mobile phone, wherein the report content comprises application parameters and message parameters.
The terminal needs to monitor whether the report content sent by the cloud mobile phone exists or not in real time, and after receiving the report content, the terminal analyzes the report content to obtain an application name, an application package name, an application icon, a message title, a message content, a message ID, a message TAG and the like.
S400: displaying the report content to the notification bar interface
The notification bar interface typically displays the application name or application icon, message title, message content, etc. in the reported content, and sometimes also displays the time when the message has been received.
S500: and generating a touch signal according to the notification bar message touch operation of the notification bar interface, and sending a feedback message to the cloud mobile phone according to the touch signal, wherein the feedback message indicates that the notification bar message is checked.
When a user reads the message, the user can consider the message of the notification bar interface to be read through clicking or sliding and other touch operations, and when the touch operation occurs, the terminal generates a feedback message to indicate that the notification bar message is known by the user and sends the feedback message to the cloud mobile phone, and likewise, the feedback message can be forwarded to the cloud mobile phone through a WebSocket long link.
S600: receiving feedback information sent by terminal
After the cloud mobile phone sends the reported content to the cloud, whether feedback information sent by the terminal exists or not needs to be monitored in real time, and after the feedback information is received, the feedback information is analyzed.
S700: if the message is out of date, starting a cloud mobile phone application corresponding to the message; and if the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar.
If the message on the cloud mobile phone is out of date, triggering the cloud mobile phone to start the cloud mobile phone application corresponding to the message, thereby acquiring the latest message of the cloud mobile phone application; if the message exists, jumping to the interface of the corresponding application, and controlling the cloud mobile phone to remove the message displayed in the notification bar
As shown in fig. 3, the embodiment discloses a device for implementing notification bar message penetration applied to a cloud mobile phone, which includes a message monitoring module 31, a first message sending module 32, a second message receiving module 33 and a message processing module 34.
The message monitoring module 31 is configured to determine in real time whether a message exists in the cloud mobile phone application, for example, obtain in real time a notification bar message of the application through a notification bar monitoring service (NotificationListenerService) of the monitoring system; the first message sending module 32 generates a report content when a message exists, and sends the report content to a terminal through WebSocket long-chain connection, wherein the report content comprises application parameters and message parameters, the reference parameters comprise an application name, an application package name and an application icon, and the message parameters comprise a message title, a message content, a message ID and a message TAG; the second message receiving module 33 is configured to receive a feedback message sent by the terminal, where the feedback message is generated based on a touch signal, and the touch signal is generated according to a touch operation on a notification bar interface of the terminal; the message processing module 34 is configured to start a cloud mobile phone application corresponding to the message when the message expires; triggering the message to jump to the interface of the corresponding application when the message exists, and removing the message displayed in the notification bar.
As shown in fig. 4, this embodiment discloses another apparatus for implementing notification bar message penetration applied to a terminal, which includes a first message receiving module 41, a message displaying module 42, and a second message sending module 43.
The first message receiving module 41 is configured to receive a report content sent by a cloud mobile phone, where the report content includes an application parameter and a message parameter, the reference parameter includes an application name, an application package name and an application icon, and the message parameter includes a message title, a message content, a message ID and a message TAG; the message display module 42 is configured to display the reported content to a notification bar interface; the second message sending module 43 generates a touch signal according to the notification bar message touch operation on the notification bar interface, and sends a feedback message to the cloud mobile phone according to the touch signal, where the feedback message indicates that the notification bar message has been checked, and the feedback message can be forwarded to the cloud mobile phone through a WebSocket long link.
As shown in fig. 5, an electronic device 500 is further provided in an embodiment of the present application, where the electronic device 500 includes at least one processor 51 (processor), a communication interface 52 (Communications Interface), a memory 53 (memory), and a communication bus 54, where the processor 51, the communication interface 52, and the memory 53 perform communication with each other through the communication bus 54. Processor 51 may invoke logic instructions in memory 53 to perform some or all of the steps of any of the airport aircraft taxiing dynamic scheduling methods described above in the method embodiments described above.
The logic instructions in the memory 53 may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a usb disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
As shown in fig. 6, there is further provided a computer readable storage medium in an embodiment of the present application, the computer storage medium 6 storing a computer program 61, the computer program 61 being executed by a processor to implement part or all of the steps of any one of the airport aircraft taxiing dynamic scheduling methods as described in the above method embodiments.
Embodiments of the present application also provide a computer program product which, when run on a computer, causes the computer to perform the steps as performed by the aforementioned performing device or causes the computer to perform the steps as performed by the aforementioned training device.
The execution device, training device or terminal device provided in the embodiment of the present application may be a chip, where the chip includes: a processing unit, which may be, for example, a processor, and a communication unit, which may be, for example, an input/output interface, pins or circuitry, etc. The processing unit may execute the computer-executable instructions stored in the storage unit to cause the chip in the execution device to perform the data processing method described in the above embodiment, or to cause the chip in the training device to perform the data processing method described in the above embodiment. Optionally, the storage unit is a storage unit in the chip, such as a register, a cache, or the like, and the storage unit may also be a storage unit in the wireless access device side located outside the chip, such as a read-only memory (ROM) or other type of static storage device that may store static information and instructions, a random access memory (random access memory, RAM), or the like.
The processor mentioned in any of the above may be a general-purpose central processing unit, a microprocessor, an ASIC, or one or more integrated circuits for controlling the execution of the above-mentioned programs.
It should be further noted that the above-described apparatus embodiments are merely illustrative, and that the units described as separate units may or may not be physically separate, and that units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. In addition, in the drawings of the embodiment of the device provided by the application, the connection relation between the modules represents that the modules have communication connection, and can be specifically implemented as one or more communication buses or signal lines.
From the above description of the embodiments, it will be apparent to those skilled in the art that the present application may be implemented by means of software plus necessary general purpose hardware, or of course by means of special purpose hardware including application specific integrated circuits, special purpose CPUs, special purpose memories, special purpose components, etc. Generally, functions performed by computer programs can be easily implemented by corresponding hardware, and specific hardware structures for implementing the same functions can be varied, such as analog circuits, digital circuits, or dedicated circuits. But a software program implementation is a preferred embodiment for many more of the cases of the present application. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a readable storage medium, such as a floppy disk, a usb disk, a removable hard disk, a ROM, a RAM, a magnetic disk or an optical disk of a computer, etc., comprising several instructions for causing a computer device (which may be a personal computer, a training device, a network device, etc.) to perform the method according to the embodiments of the present application.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product.
The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present application, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from one website, computer, training device, or data center to another website, computer, training device, or data center via a wired (e.g., coaxial cable, optical fiber, digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be stored by a computer or a data storage device such as a training device, a data center, or the like that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid state disk (Solid STATE DISK, SSD)), etc.
The foregoing has outlined rather broadly the more detailed description of embodiments of the application, wherein the principles and embodiments of the application are explained in detail using specific examples, the above examples being provided solely to facilitate the understanding of the method and core concepts of the application; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (10)

1. A method for implementing notification bar message penetration, applied to a cloud mobile phone, characterized in that the method comprises:
judging whether a message exists in the cloud mobile phone application or not in real time;
if the message exists, generating reporting content and sending the reporting content to a terminal, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
Receiving a feedback message sent by a terminal, wherein the feedback message is generated based on a touch signal, and the touch signal is generated according to touch operation on a notification bar interface of the terminal;
If the message is out of date, starting a cloud mobile phone application corresponding to the message; and if the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar.
2. The method for implementing notification bar message penetration according to claim 1, wherein the real-time determining whether the message exists in the cloud mobile phone application specifically comprises: and acquiring the notification bar message of the application in real time through the notification bar monitoring service of the monitoring system.
3. The method for implementing message penetration of a notification bar according to claim 1, wherein the report content is forwarded to the terminal through a WebSocket long link.
4. A method for implementing notification bar message penetration, applied to a terminal, the method comprising:
Receiving reporting content sent by a cloud mobile phone, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
Displaying the reported content to a notification bar interface;
and generating a touch signal according to the notification bar message touch operation of the notification bar interface, and sending a feedback message to the cloud mobile phone according to the touch signal, wherein the feedback message indicates that the notification bar message is checked.
5. The method for implementing notification bar message penetration according to claim 1, wherein the feedback message is forwarded to the cloud mobile phone through WebSocket long link.
6. An apparatus that enables notification bar message penetration, comprising:
the message monitoring module is used for judging whether the cloud mobile phone application has a message or not in real time;
The first message sending module is used for generating reporting content under the condition that a message exists, and sending the reporting content to the terminal, wherein the reporting content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
The second message receiving module is used for receiving feedback messages sent by the terminal, the feedback messages are generated based on touch signals, and the touch signals are generated according to touch operation on a notification bar interface of the terminal;
the message processing module starts a cloud mobile phone application corresponding to the message when the message is out of date; when the message exists, triggering the message to jump to the interface of the corresponding application, and removing the message displayed in the notification bar.
7. An apparatus that enables notification bar message penetration, comprising:
The first message receiving module is used for receiving the report content sent by the cloud mobile phone, wherein the report content comprises application parameters and message parameters, the reference parameters comprise application names, application package names and application icons, and the message parameters comprise message titles, message contents, message IDs and message TAGs;
the message display module is used for displaying the reported content to the notification bar interface;
and the second message sending module is used for generating a touch signal according to the notification bar message touch operation on the notification bar interface and sending a feedback message to the cloud mobile phone according to the touch signal, wherein the feedback message indicates that the notification bar message is checked.
8. An electronic device, comprising: including a processor and a memory;
the processor is configured to execute instructions stored in the memory to cause the computer to implement the method of any one of claims 1-5.
9. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein program instructions which, when run on a computer or processor, implement the method of any of claims 1-5.
10. A computer program product, characterized in that it comprises program instructions which, when run on a computer or processor, implement the method of any one of claims 1-5.
CN202410161320.9A 2024-02-05 2024-02-05 Method for realizing message penetration of notification bar based on cloud mobile phone Pending CN118101820A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410161320.9A CN118101820A (en) 2024-02-05 2024-02-05 Method for realizing message penetration of notification bar based on cloud mobile phone

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410161320.9A CN118101820A (en) 2024-02-05 2024-02-05 Method for realizing message penetration of notification bar based on cloud mobile phone

Publications (1)

Publication Number Publication Date
CN118101820A true CN118101820A (en) 2024-05-28

Family

ID=91160892

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410161320.9A Pending CN118101820A (en) 2024-02-05 2024-02-05 Method for realizing message penetration of notification bar based on cloud mobile phone

Country Status (1)

Country Link
CN (1) CN118101820A (en)

Similar Documents

Publication Publication Date Title
CN107783849B (en) Event processing method and client
CN107766509B (en) Method and device for static backup of webpage
CN112260853B (en) Disaster recovery switching method and device, storage medium and electronic equipment
CN113900834B (en) Data processing method, device, equipment and storage medium based on Internet of things technology
GB2518739A (en) Custom Correlation of a Distributed Business Transaction
CN110716848A (en) Data collection method and device, electronic equipment and storage medium
CN113794909A (en) Video streaming system, method, server, device, and storage medium
CN109151056B (en) Method and system for pushing messages based on Canal
CN110727523B (en) Service request processing method, service request processing device and readable storage medium
CN111200606A (en) Deep learning model task processing method, system, server and storage medium
CN112291325A (en) Message processing method and device and computer system
CN110881224B (en) Network long connection method, device, equipment and storage medium
CN109788251B (en) Video processing method, device and storage medium
CN113778644B (en) Task processing method, device, equipment and storage medium
CN109032767B (en) Asynchronous multi-process business processing system, method, device and storage medium
CN113157480A (en) Error information processing method, device, storage medium and terminal
CN112838980A (en) Message processing method, system, device, electronic equipment and storage medium
CN118101820A (en) Method for realizing message penetration of notification bar based on cloud mobile phone
CN112966201B (en) Object processing method, device, electronic equipment and storage medium
CN112770415B (en) Information processing method and device for wireless hotspots
CN112752323B (en) Method and device for changing hot spot access state
CN111290873B (en) Fault processing method and device
CN109376323B (en) Application running method, device, computer device and storage medium
CN108509287B (en) Request state management method and device, electronic equipment and readable storage medium
CN113434384A (en) Pressure testing method and device

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