CN117176603A - Message processing method, device, computer equipment and storage medium - Google Patents
Message processing method, device, computer equipment and storage medium Download PDFInfo
- Publication number
- CN117176603A CN117176603A CN202210583264.9A CN202210583264A CN117176603A CN 117176603 A CN117176603 A CN 117176603A CN 202210583264 A CN202210583264 A CN 202210583264A CN 117176603 A CN117176603 A CN 117176603A
- Authority
- CN
- China
- Prior art keywords
- message
- sent
- information
- application
- target information
- 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
Links
Landscapes
- Stored Programmes (AREA)
Abstract
The application provides a message processing method, a device, a computer device and a storage medium, wherein the method comprises the following steps: the control application process identifies the message to be sent so as to determine whether the message to be sent contains target information; acquiring process information of an application process under the condition that a message to be sent contains target information; and recording the message to be sent and the process information. Therefore, whether the message to be sent contains the target information or not is identified by controlling the application process, when the message to be sent contains the target information, the process information of the application process is acquired, and the message to be sent and the process information are recorded, so that the message containing the target information and the process information are directly corresponding, the process is simple, and the efficiency is high.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and apparatus for processing a message, a computer device, and a storage medium.
Background
In practical applications, when an application in some systems uploads data, the uploaded data may include target information, such as sensitive information, and in order to optimize performance, a process of sending the target information needs to be determined. For example, when the vehicle-mounted system sends a message to the cloud, the sensitive message needs to be associated with the process of sending the sensitive message, so that which process sends the sensitive message can be rapidly located.
In the related art, when the interrupt device sends a message, the message is grabbed, the corresponding relation between the sensitive message and the port number is recorded, the process list is scanned by the periodic scanning tool, the corresponding relation between the process information and the port number is obtained, and then the corresponding relation between the sensitive message and the port number and the corresponding relation between the process information and the port number are processed and fused, so that the corresponding relation between the sensitive message and the process information can be obtained, and the process is complex.
Disclosure of Invention
The application provides a message processing method, a message processing device, computer equipment and a storage medium. The specific scheme is as follows:
in one aspect, the present application provides a method for processing a message, including:
the method comprises the steps that an application process is controlled to identify a message to be sent so as to determine whether the message to be sent contains target information;
acquiring process information of the application process under the condition that the message to be sent contains target information;
and recording the message to be sent and the process information.
In one possible implementation manner of the present application, the controlling application process identifies a message to be sent to determine whether the message to be sent contains target information, including:
and controlling the application process to call a target information identification function so as to identify whether the message to be sent contains target information.
In one possible implementation manner of the present application, the recording the to-be-sent message and the process information includes:
and controlling the application process to call a record information function so as to record the message to be sent and the process information through the record information function.
In one possible implementation manner of the present application, after the recording the to-be-sent message and the process information, the method further includes:
and carrying out association storage on the message to be sent and the process information.
In one possible implementation manner of the present application, the storing the message to be sent and the process information in association includes:
acquiring a target index number corresponding to the application process; the target index number is determined according to the use sequence of each storage space in the annular queue, and each storage space is provided with a corresponding index number;
and storing the message to be sent and the process information in a storage space corresponding to the target index number in an associated mode.
In one possible implementation manner of the present application, after the control application process identifies a message to be sent to determine whether the message to be sent includes target information, the method further includes:
and sending the message to be sent according to a preset sending rule under the condition that the message to be sent contains target information.
Another aspect of the present application provides a message processing apparatus, including:
the identification module is used for controlling an application process to identify a message to be sent so as to determine whether the message to be sent contains target information;
the acquisition module is used for acquiring the process information of the application process under the condition that the message to be sent contains target information;
and the recording module is used for recording the message to be sent and the process information.
In one possible implementation manner of the present application, the identification module is configured to:
and controlling the application process to call a target information identification function so as to identify whether the message to be sent contains target information.
In one possible implementation manner of the present application, the recording module is configured to:
and controlling the application process to call a record information function so as to record the message to be sent and the process information through the record information function.
In one possible implementation manner of the present application, the apparatus may further include:
and the storage module is used for carrying out association storage on the message to be sent and the process information.
In one possible implementation manner of the present application, the storage module is configured to:
acquiring a target index number corresponding to the application process; the target index number is determined according to the use sequence of each storage space in the annular queue, and each storage space is provided with a corresponding index number;
and storing the message to be sent and the process information in a storage space corresponding to the target index number in an associated mode.
In one possible implementation manner of the present application, the apparatus may further include:
and the sending module is used for sending the message to be sent according to a preset sending rule under the condition that the message to be sent contains the target information.
Another aspect of the application provides a computer device comprising a processor and a memory;
wherein the processor runs a program corresponding to the executable program code by reading the executable program code stored in the memory for implementing the method according to the above aspect.
Another aspect of the application proposes a computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, implements a method as described in the above aspect.
Another aspect of the application proposes a computer program product comprising a computer program which, when executed by a processor, performs the steps of the method of the above aspect.
The message processing method, the device, the computer equipment and the storage medium of the application identify the message to be sent by controlling the application process so as to determine whether the message to be sent contains target information, acquire the process information of the application process under the condition that the message to be sent contains the target information, and record the message to be sent and the process information. Therefore, whether the message to be sent contains the target information or not is identified by controlling the application process, when the message to be sent contains the target information, the process information of the application process is acquired, and the message to be sent and the process information are recorded, so that the message containing the target information and the process information are directly corresponding, the process is simple, and the efficiency is high.
Additional aspects and advantages of the application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the application.
Drawings
The foregoing and/or additional aspects and advantages of the application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings, in which:
FIG. 1 is a flow chart of a message processing method according to an embodiment of the present application;
FIG. 2 is a flow chart of another message processing method according to an embodiment of the present application;
FIG. 3 is a flow chart of another message processing method according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a message processing procedure according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a message processing apparatus according to an embodiment of the present application;
FIG. 6 is a schematic diagram of another message processing apparatus according to an embodiment of the present application;
fig. 7 is a block diagram of a computer device for message processing according to an embodiment of the present application.
Detailed Description
Embodiments of the present application are described in detail below, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to like or similar elements or elements having like or similar functions throughout. The embodiments described below by referring to the drawings are illustrative and intended to explain the present application and should not be construed as limiting the application.
The message to be sent in the application can be data authorized by the user or fully authorized by each party.
Message processing methods, devices, computer equipment and storage media according to embodiments of the present application are described below with reference to the accompanying drawings.
Fig. 1 is a flow chart of a message processing method according to an embodiment of the present application.
The message processing method of the embodiment of the application can be executed by the message processing device provided by the embodiment of the application, and the device can be configured in computer equipment to realize the correspondence between the message containing the target information and the process information in the application process, thereby improving the processing efficiency.
As shown in fig. 1, the message processing method includes:
step 101, the control application process identifies the message to be sent to determine whether the message to be sent contains the target information.
In practical application, an application process is started when the application in the terminal is started, and the application process can send a message to the interrupt device and report the message to the cloud through the interrupt device.
In the related art, when the interrupt device sends a message, the message is grabbed, and at this time, no process information exists in the interrupt device, the periodic scanning tool is required to scan the application process list, the corresponding relationship between the application process and the port number is determined, the corresponding relationship between the sensitive message and the port number is combined, and finally the corresponding relationship between the sensitive message and the process information is determined.
For example, by scanning the application process list, it is determined that the port number corresponding to the application process a is 20, the port number corresponding to the application process B is 23, and the port number corresponding to the sensitive message m is 20, it may be determined that the application process corresponding to the sensitive message m is the application process a, that is, the sensitive message is sent by the application process a. It can be seen that the process of determining the correspondence between the sensitive message and the process information is relatively complex. In the application, the application process can identify the message to be sent between the messages to determine whether the message to be sent contains the target information. When the message to be sent is identified, the target information can be compared with the entity data in the message to be sent to determine whether the message contains the target information.
The target information may be sensitive information, application program setting information, etc., and may be specifically determined according to needs. The target information may be preset, the scene is different, and the target information may be different. Taking the sensitive information as an example, in the vehicle-mounted system, the sensitive information can include geographic position information of a user, personal information of the user and the like, and in the terminal equipment application, the sensitive information can include user browsing records, user account information and the like.
In the present application, for convenience of description, a message containing sensitive information may be referred to as a sensitive message.
Step 102, obtaining the process information of the application process under the condition that the message to be sent contains the target information.
If the message to be sent contains the target information, the process information of the application process can be acquired because the message is in the application process. When the process information is acquired, the application process can call a corresponding system function to acquire the process information of the application process. Wherein the process information may include, but is not limited to, a process identifier, a process name, etc.
If the message to be sent does not contain the target information, the message to be sent can be sent to the interrupt device, such as a network card, and the interrupt device sends the message to the cloud.
Step 103, recording the message to be sent and the process information.
After the process information of the application process is acquired, the message to be sent and the process information can be recorded, so that the correspondence between the message containing the target information and the process information is directly completed, the process is simple, and the efficiency is high.
Taking the target information as sensitive information as an example, an application process can be controlled to identify the message n to be sent to determine whether the message n to be sent contains the sensitive information, if the message n to be sent includes the sensitive information, that is, the message n to be sent is the sensitive message, the proceeding identifier of the application process can be obtained, and the sensitive message and the process identifier can be recorded, so that the correspondence between the sensitive message and the process information can be directly completed.
It can be understood that if there are multiple application processes, each application process can perform the above operation, so as to record the message and the process information when the message to be sent contains the target information.
In practical application, if the message containing the target information cannot be reported to the cloud end, the process information of the application process which sends the message containing the target information can be sent to the responsible person of the application process, and the responsible person adjusts the code of the application to which the application process belongs so that the message sent by the application process does not contain the target information.
In the embodiment of the application, the application process identifies the message to be sent to determine whether the message to be sent contains target information, acquires the process information of the application process when the message to be sent contains the target information, and records the message to be sent and the process information. Therefore, whether the message to be sent contains the target information or not is identified by controlling the application process, when the message to be sent contains the target information, the process information of the application process is acquired, and the message to be sent and the process information are recorded, so that the message containing the target information and the process information are directly corresponding, the process is simple, and the efficiency is high.
Fig. 2 is a flow chart of another message processing method according to an embodiment of the present application.
As shown in fig. 2, the message processing method includes:
in step 201, the control application process invokes the target information identifying function to identify whether the message to be sent contains target information.
In the application, the application process can complete the message sending by calling the message sending function. For example, in the linux system, each application process completes the operation of sending a message from the application process to the interrupt device by calling a protocol stack function ip_local_out.
Compared with the traditional message sending function, the message sending function in the application can also call the target information identifying function, wherein the target information identifying function is used for identifying whether the message contains target information or not. Therefore, the target information recognition function can be called in the message sending function, and the message to be sent is recognized by utilizing the target information recognition function so as to determine whether the message to be sent contains the target information.
Step 202, obtaining process information of an application process under the condition that a message to be sent contains target information.
In the application, the corresponding system function can be called in the message sending function to acquire the process information of the application process.
In step 203, the control application process calls a record information function, and records the message to be sent and the process information through the record information function.
Compared with the traditional message sending function, the message sending function in the application can also call the record information function so as to record the message to be sent and the process information by utilizing the record information function.
Taking a car machine system as a linux system and target information as sensitive information as an example, a protocol stack function ip_local_out can be modified in advance to increase the call of a sensitive information identification function, a process information acquisition function, a record information function and the like, each application process in the car machine system can call the modified ip_local_out, the sensitive information identification function is called in the function to determine whether a message to be sent contains sensitive information, and the process information acquisition function is called to acquire process information and the record information function is called under the condition that the message contains the sensitive information, so that the correspondence of the sensitive message and the process information is completed.
Fig. 3 is a flow chart of another message processing method according to an embodiment of the present application.
As shown in fig. 3, the message processing method includes:
in step 301, the control application process invokes the target information identifying function to identify whether the message to be sent contains target information.
Step 302, obtaining process information of an application process when the message to be sent contains target information.
In step 303, the control application process calls the record information function to record the message to be sent and the process information through the record information function.
In the present application, steps 301 to 303 are similar to those described in the above embodiments, and thus are not described herein.
And step 304, storing the message to be sent and the process information in a correlated way.
After the message to be sent and the process information are recorded, the message to be sent and the process information can be stored in an associated mode as one piece of information so as to facilitate the subsequent use of the corresponding relation.
For example, an application process is controlled to identify a message n to be sent, so as to determine whether the message n to be sent contains target information, if the message n to be sent contains the target information, a process identifier of the application process can be obtained, the application process is controlled to call a record information function, the message n to be sent and the process identifier of the application process are recorded, and then the message n to be sent and the process identifier of the application process are stored in an associated mode.
When associated storage is performed, the message to be sent and the process information can be stored in a queue, wherein the queue can be a sequential queue, a ring queue, a chain queue and the like. In practical application, the corresponding queue can be selected according to the requirement.
When the queue used is a circular queue, the circular queue may include a plurality of storage spaces, each storage space having a corresponding index number. When the application process performs association storage on the message to be sent and the process information, a target index number corresponding to the application process can be obtained.
The target index number is determined according to the use sequence of the storage spaces in the annular team, wherein the use sequence of the storage spaces corresponds to the sequence of the index number. Specifically, when an application process stores data in the ring queue, the next index number adjacent to the last allocated index number can be used as a target index number corresponding to the application process, and then the next index number adjacent to the target index number is distributed to the next process, so that writing of a plurality of application processes is not affected, and conflicts caused by reading and writing of the plurality of application processes are avoided on the basis of ensuring the storage rate. In addition, the ring queue can avoid excessive stored data and save space.
After the message containing the target information is associated with the process information, the message can be read every preset time, and prompt information is sent to a responsible person of an application process corresponding to the message containing the target information according to the obtained corresponding information between the message containing the target information and the process information, so that the responsible person adjusts the corresponding application.
In the embodiment of the application, after the message to be sent and the process information are recorded, the message to be sent and the process information can be associated and stored, so that the corresponding relationship between the application process for sending the message containing the target information and the message containing the target information in the system can be obtained.
In one embodiment of the present application, when the message to be sent includes the target information, the message to be sent may be sent according to a preset sending rule. The preset sending rule may be discarding the message to be sent containing the target information, or continuing to send the message to be sent, or sending the message to be sent after processing, for example, encrypting the target information, and then sending the message to be sent.
It should be noted that the foregoing transmission rule is merely an example, and the preset transmission rule may be set according to actual needs, which is not limited by the present application.
In order to facilitate understanding, the above embodiment is further described with reference to fig. 4 by taking a linux system and target information as sensitive information as an example, and fig. 4 is a schematic diagram of a message processing procedure according to an embodiment of the present application.
As shown in fig. 4, in the linux system, N processes from process 1 to process N may call a message sending function ip_local_out, and a sensitive information identifying function is called in the ip_local_out function to determine whether a message to be sent contains sensitive information. Wherein N is a positive integer. And under the condition that the message to be sent contains sensitive information, calling a process information acquisition function to acquire the process information, calling a record information function to record the sensitive message and the process information, and storing the sensitive message and the process information into a ring queue. In addition, data can be obtained from the annular queue periodically, and a final log can be obtained, wherein the read sensitive message and corresponding process information are recorded in the final log.
Meanwhile, the N processes from the process 1 to the process N can also send the message to the interrupt device, and the interrupt device sends the message outwards.
In order to implement the above embodiment, the embodiment of the present application further provides a schematic structural diagram of a message processing apparatus. Fig. 5 is a schematic structural diagram of a message processing apparatus according to an embodiment of the present application.
As shown in fig. 5, the message processing apparatus 500 includes:
the identifying module 510 is configured to control an application process to identify a message to be sent, so as to determine whether the message to be sent contains target information;
an obtaining module 520, configured to obtain process information of the application process when the message to be sent includes target information;
a recording module 530, configured to record the message to be sent and the process information.
In one possible implementation manner of the embodiment of the present application, the identifying module 510 is configured to:
and controlling the application process to call a target information identification function so as to identify whether the message to be sent contains target information.
In one possible implementation manner of the embodiment of the present application, the recording module 530 is configured to:
and controlling an application process to call a record information function so as to record the message to be sent and the process information through the record information function.
Fig. 6 is a schematic structural diagram of another message processing apparatus according to an embodiment of the present application.
In one possible implementation manner of the embodiment of the present application, as shown in fig. 6, the apparatus may further include:
and the storage module 540 is configured to store the message to be sent and the process information in an associated manner.
In one possible implementation manner of the embodiment of the present application, the storage module 540 is configured to:
acquiring a target index number corresponding to the application process; the target index number is determined according to the use sequence of each storage space in the annular queue, and each storage space is provided with a corresponding index number;
and storing the message to be sent and the process information in a storage space corresponding to the target index number in an associated mode.
In one possible implementation manner of the embodiment of the present application, as shown in fig. 6, the apparatus may further include:
and the sending module 550 is configured to send the message to be sent according to a preset sending rule when the message to be sent includes the target information.
It should be noted that the explanation of the embodiment of the message processing method is also applicable to the message processing apparatus of this embodiment, and thus will not be repeated herein.
In the embodiment of the application, the application process is controlled to identify the message to be sent to determine whether the message to be sent contains the target information, and the process information of the application process is acquired and the message to be sent and the process information are recorded under the condition that the message to be sent contains the target information. Therefore, whether the message to be sent contains the target information or not is identified by controlling the application process, when the message to be sent contains the target information, the process information of the application process is acquired, the message to be sent and the process information are recorded, and the message containing the sensitive information is directly corresponding to the process information, so that the process is simple and the efficiency is high.
Fig. 7 is a block diagram of a computer device for message processing according to an embodiment of the present application.
As shown in fig. 7, the computer device 700 includes:
the memory 710 and the processor 720, the bus 730 connecting different components (including the memory 710 and the processor 720), the memory 710 stores a computer program, and the processor 720 executes the program to implement the message processing method according to the embodiment of the present application.
Bus 730 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, micro channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 700 typically includes a variety of computer device readable media. Such media can be any available media that is accessible by computer device 700 and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 710 may also include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 740 and/or cache memory 750. The computer device 700 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 660 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 7, commonly referred to as a "hard disk drive"). Although not shown in fig. 7, a magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be coupled to bus 730 through one or more data medium interfaces. Memory 710 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of embodiments of the application.
A program/utility 780 having a set (at least one) of program modules 770 may be stored in, for example, memory 710, such program modules 770 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 770 typically carry out the functions and/or methods of the embodiments described herein.
The computer device 700 may also communicate with one or more external devices 790 (e.g., keyboard, pointing device, display 791, etc.), one or more devices that enable a user to interact with the computer device 700, and/or any devices (e.g., network card, modem, etc.) that enable the computer device 700 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 792. Moreover, the computer device 700 may also communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network, such as the Internet, through a network adapter 793. As shown, the network adapter 793 communicates with other modules of the computer device 700 over the bus 730. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with computer device 700, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
The processor 720 executes various functional applications and data processing by running programs stored in the memory 710.
It should be noted that, the implementation process and the technical principle of the computer device in this embodiment refer to the foregoing explanation of the message processing method in the embodiment of the present application, and are not repeated herein.
In order to implement the above embodiments, the embodiments of the present application further provide a computer device, including a processor and a memory;
the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, so as to implement the message processing method according to the above embodiment.
In order to implement the above embodiment, the embodiment of the present application further proposes a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a message processing method as described in the above embodiment.
In order to implement the above embodiments, the embodiments of the present application further provide a computer program product, which includes a computer program, which when executed by a processor, performs the steps of the message processing method described in the above embodiments.
In the description of the present application, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise.
While embodiments of the present application have been shown and described above, it will be understood that the above embodiments are illustrative and not to be construed as limiting the application, and that variations, modifications, alternatives and variations may be made to the above embodiments by one of ordinary skill in the art within the scope of the application.
Claims (14)
1. A method for processing a message, comprising:
the method comprises the steps that an application process is controlled to identify a message to be sent so as to determine whether the message to be sent contains target information;
acquiring process information of the application process under the condition that the message to be sent contains target information;
and recording the message to be sent and the process information.
2. The method of claim 1, wherein the controlling the application process to identify a message to be sent to determine whether the message to be sent contains target information comprises:
and controlling the application process to call a target information identification function so as to identify whether the message to be sent contains target information.
3. The method of claim 1, wherein the recording the message to be sent and the process information comprises:
and controlling the application process to call a record information function so as to record the message to be sent and the process information through the record information function.
4. A method according to any one of claims 1-3, further comprising, after said recording said message to be sent and said process information:
and carrying out association storage on the message to be sent and the process information.
5. The method of claim 4, wherein the storing the message to be sent in association with the process information comprises:
acquiring a target index number corresponding to the application process; the target index number is determined according to the use sequence of each storage space in the annular queue, and each storage space is provided with a corresponding index number;
and storing the message to be sent and the process information in a storage space corresponding to the target index number in an associated mode.
6. The method of claim 1, further comprising, after the control application process identifies a message to be sent to determine whether the message to be sent contains target information:
and under the condition that the message to be sent contains target information, sending the message to be sent according to a preset sending rule.
7. A message processing apparatus, comprising:
the identification module is used for controlling an application process to identify a message to be sent so as to determine whether the message to be sent contains target information;
the acquisition module is used for acquiring the process information of the application process under the condition that the message to be sent contains target information;
and the recording module is used for recording the message to be sent and the process information.
8. The apparatus of claim 7, wherein the identification module is to:
and controlling the application process to call a target information identification function so as to identify whether the message to be sent contains target information.
9. The apparatus of claim 7, wherein the recording module is to:
and controlling the application process to call a record information function so as to record the message to be sent and the process information through the record information function.
10. The apparatus of any one of claims 7-9, further comprising:
and the storage module is used for carrying out association storage on the message to be sent and the process information.
11. The apparatus of claim 10, wherein the memory module is to:
acquiring a target index number corresponding to the application process; the target index number is determined according to the use sequence of each storage space in the annular queue, and each storage space is provided with a corresponding index number;
and storing the message to be sent and the process information in a storage space corresponding to the target index number in an associated mode.
12. The apparatus as recited in claim 7, further comprising:
and the sending module is used for sending the message to be sent according to a preset sending rule under the condition that the message to be sent contains the target information.
13. A computer device comprising a processor and a memory;
wherein the processor runs a program corresponding to executable program code stored in the memory by reading the executable program code for implementing the method according to any one of claims 1-6.
14. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-6.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210583264.9A CN117176603A (en) | 2022-05-26 | 2022-05-26 | Message processing method, device, computer equipment and storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210583264.9A CN117176603A (en) | 2022-05-26 | 2022-05-26 | Message processing method, device, computer equipment and storage medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN117176603A true CN117176603A (en) | 2023-12-05 |
Family
ID=88938064
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202210583264.9A Pending CN117176603A (en) | 2022-05-26 | 2022-05-26 | Message processing method, device, computer equipment and storage medium |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN117176603A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117971621A (en) * | 2024-01-26 | 2024-05-03 | 超聚变数字技术有限公司 | Process management method and computing device |
-
2022
- 2022-05-26 CN CN202210583264.9A patent/CN117176603A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN117971621A (en) * | 2024-01-26 | 2024-05-03 | 超聚变数字技术有限公司 | Process management method and computing device |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN110958218A (en) | Data transmission method based on multi-network communication and related equipment | |
| CN112433920B (en) | A method, device, equipment and medium for reporting buried data | |
| CN111343089B (en) | Method and system for solving flooding problem caused by MAC address HASH conflict | |
| JP2017511515A (en) | Method and apparatus for scanning a file | |
| CN108055415A (en) | Call redialing method, device and computer equipment | |
| CN117176603A (en) | Message processing method, device, computer equipment and storage medium | |
| CN107277146B (en) | A method and system for generating a distributed storage business traffic model | |
| CN109274721B (en) | LAN-free transmission method and system based on virtual disk mapping | |
| CN112181737B (en) | Message processing method, device, electronic equipment and medium | |
| US20140179294A1 (en) | Electronic device and method for transferring communication session | |
| CN112269649A (en) | Method, device and system for realizing asynchronous execution of host task | |
| CN105991450A (en) | MAC address table updating method and device | |
| CN111522510B (en) | Command processing method and device | |
| CN110309365B (en) | Openstack data query method and device based on Mybatis | |
| CN113055350B (en) | Data transmission method, device, equipment and readable storage medium | |
| CN111045787B (en) | Rapid continuous experiment method and system | |
| US8787972B2 (en) | Electronic device and method for managing commands | |
| CN113114737B (en) | Information sending method and device and server | |
| US20060129532A1 (en) | Form generation system and method | |
| CN117216011B (en) | File transmission method and device and electronic equipment | |
| CN114546500B (en) | Method and system for realizing password card drive supporting multiple devices | |
| CN114553834B (en) | Interaction method and device of 5G core network and IMS network | |
| US11553031B2 (en) | Method and apparatus for processing data | |
| CN110795030A (en) | Small file reading method and device | |
| CN110166505B (en) | Session record storage method, device, equipment and storage medium |
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 |