CN113810268A - Message formatting method, device, equipment and storage medium - Google Patents

Message formatting method, device, equipment and storage medium Download PDF

Info

Publication number
CN113810268A
CN113810268A CN202111083118.1A CN202111083118A CN113810268A CN 113810268 A CN113810268 A CN 113810268A CN 202111083118 A CN202111083118 A CN 202111083118A CN 113810268 A CN113810268 A CN 113810268A
Authority
CN
China
Prior art keywords
message
text
formatting
unconventional
parameter
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.)
Granted
Application number
CN202111083118.1A
Other languages
Chinese (zh)
Other versions
CN113810268B (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.)
GUANGDONG LIWEI NETWORK TECHNOLOGY CO LTD
Guangzhou Duoyi Network Co ltd
Duoyi Network Co ltd
Original Assignee
GUANGDONG LIWEI NETWORK TECHNOLOGY CO LTD
Guangzhou Duoyi Network Co ltd
Duoyi Network 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 GUANGDONG LIWEI NETWORK TECHNOLOGY CO LTD, Guangzhou Duoyi Network Co ltd, Duoyi Network Co ltd filed Critical GUANGDONG LIWEI NETWORK TECHNOLOGY CO LTD
Publication of CN113810268A publication Critical patent/CN113810268A/en
Application granted granted Critical
Publication of CN113810268B publication Critical patent/CN113810268B/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
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/046Interoperability with other network applications or services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements
    • H04L51/066Format adaptation, e.g. format conversion or compression

Abstract

The application discloses a message formatting method, a device, equipment and a storage medium, wherein the method comprises the following steps: acquiring an unconventional text message in a text message to be sent; acquiring format parameters preset during formatting; formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message; and replacing the unconventional text message with the formatted message in the text message to be sent so as to complete formatting on the text message to be sent. The method solves the technical problems that the existing message formatting method has different content formats of different unconventional texts and is mixed with the conventional text, codes are difficult to understand and maintain, the length and the format of the message after the message is stored are fixed, and the message is difficult to expand and modify.

Description

Message formatting method, device, equipment and storage medium
The application claims priority of Chinese patent application with application number 202110604146.7, application date 2021, 05/31/d.
Technical Field
The present application relates to the field of computer network technologies, and in particular, to a method, an apparatus, a device, and a storage medium for message formatting.
Background
With the development of network technology, games are enjoyed by more and more people as a way of entertainment.
During the game, the game players often chat with each other. The messages in the game chat channel have various unconventional text contents, such as sharing links of information such as red packages, equipment and the like. These non-conventional text contents are directly embedded into the conventional text of the message to form a piece of message text. However, different formats of the content of the unconventional text are different, and the code is not easy to understand and maintain when the unconventional text is mixed with the conventional text, and the length and the format of the stored message are fixed and are not easy to expand and modify.
Disclosure of Invention
The application provides a message formatting method, a message formatting device and a message formatting storage medium, which solve the technical problems that in the existing message formatting method, because different non-conventional text content formats are different and are mixed with conventional texts, codes are difficult to understand and maintain, and the length and format of messages after the messages are stored are fixed and are difficult to expand and modify.
In view of the above, a first aspect of the present application provides a message formatting method, including:
acquiring an unconventional text message in a text message to be sent;
acquiring format parameters preset during formatting;
formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message;
and replacing the unconventional text message with the formatted message in the text message to be sent so as to complete formatting on the text message to be sent.
Optionally, the format parameter includes: a start flag, an end flag, and a text parameter value of the non-conventional text message;
and determining the text parameter value according to preset position information of the parameter element corresponding to the unconventional text in a parameter list.
Optionally, the formatting the unconventional text message according to the format parameter to obtain a formatted message corresponding to the unconventional text message specifically includes:
and replacing the non-conventional text message with the text parameter value, adding the start mark at the head end of the text parameter value, and adding the end mark at the tail end of the text parameter value to obtain a formatted message corresponding to the non-conventional text message.
Optionally, the preset position information is an arrangement order;
the text parameter value configuration process comprises the following steps:
acquiring the arrangement sequence of the parameter elements corresponding to the unconventional text in the parameter list;
and taking the arrangement sequence as the text parameter value.
Optionally, the method further comprises:
performing regular matching on the formatted message in the formatted text message to be sent to obtain the text parameter value in the formatted message;
taking the text parameter value as an index parameter to inquire in the parameter list, and determining a parameter element corresponding to the text parameter value;
and replacing the text parameter value with the parameter element in the formatted text message to be sent.
Optionally, the parameter element includes: the parameter type is the text type of the unconventional text, and the parameter data is the text data of the unconventional text.
A second aspect of the present application provides a message formatting apparatus, including:
the first acquiring unit is used for acquiring an unconventional text message in a text message to be sent;
the second acquisition unit is used for acquiring format parameters preset during formatting;
the first formatting unit is used for formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message;
a second formatting unit, configured to replace the non-conventional text message with the formatted message in the text message to be sent, so as to complete formatting on the text message to be sent.
Optionally, the format parameter includes: a start flag, an end flag, and a text parameter value of the non-conventional text message;
and determining the text parameter value according to preset position information of the parameter element corresponding to the unconventional text in a parameter list.
A third aspect of the present application provides a message formatting device comprising a processor and a memory;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform any of the message formatting methods of the first aspect described above according to instructions in the program code.
A fourth aspect of the present application provides a storage medium for storing program code for performing the message formatting method of any one of the first aspects described above.
From the above technical method, the present application has the following advantages:
the message formatting method comprises the steps of firstly obtaining an unconventional text message in a text message to be sent, then obtaining preset format parameters during formatting, formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message, and then replacing the unconventional text message into a formatted message in the text message to be sent to complete formatting of the text message to be sent. The method formats the unconventional text message, so that the unconventional text message is changed into a formatted conventional text message, the format of the unconventional text message is unified, the format of the corresponding text message to be sent containing the conventional text message is also unified, and the technical problems that the existing message formatting method is difficult to understand and maintain, the length and the format of the message after the message is stored are fixed, and the message is difficult to expand and modify due to different unconventional text content formats and the mixing of the unconventional text message and the conventional text are solved.
Drawings
In order to more clearly illustrate the technical method in the embodiments of the present application, 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 only some embodiments of the present application, and other drawings can be obtained by those skilled in the art without inventive labor.
Fig. 1 is a flowchart illustrating a first embodiment of a message formatting method according to an embodiment of the present application;
fig. 2 is a flowchart illustrating a second embodiment of a message formatting method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an embodiment of a message formatting apparatus in an embodiment of the present application.
Detailed Description
The embodiment of the application provides a message formatting method, a message formatting device and a message formatting storage medium, and solves the technical problems that in the existing message formatting method, because different non-conventional text content formats are different and are mixed with conventional texts, codes are difficult to understand and maintain, and the length and format of messages after the messages are stored are fixed and are difficult to expand and modify.
In order to make the method of the present application better understood, the technical method in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
For easy understanding, please refer to fig. 1, where fig. 1 is a schematic flowchart of a first embodiment of a message formatting method according to an embodiment of the present application.
A method for formatting a message in this embodiment includes:
step 101, obtaining an unconventional text message in a text message to be sent.
The message formatting method in this embodiment may be implemented in various scenarios that require sending a message, such as scenarios in which a server directly sends a message to a player client, and a player client sends a message to another player client via the server.
And 102, acquiring preset format parameters during formatting.
In formatting an irregular text message, the formatting reference is a formatting parameter. The format parameters are thus obtained first in the present application when formatting.
And 103, formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message.
After the format parameter during formatting is obtained, the unconventional text message can be formatted according to the format parameter, and the formatted message corresponding to the unconventional text message can be obtained after formatting.
And 104, replacing the unconventional text message with a formatted message in the text message to be sent so as to complete formatting of the text message to be sent.
In this embodiment, an unconventional text message in a text message to be sent is first acquired, and then a format parameter preset during formatting is acquired, at this time, the unconventional text message may be formatted according to the format parameter to obtain a formatted message corresponding to the unconventional text message, and then the unconventional text message is replaced with a formatted message in the text message to be sent to complete formatting of the text message to be sent. The method formats the unconventional text message, so that the unconventional text message is changed into a formatted conventional text message, the format of the unconventional text message is unified, the format of the corresponding text message to be sent containing the conventional text message is also unified, and the technical problems that the existing message formatting method is difficult to understand and maintain, the length and the format of the message after the message is stored are fixed, and the message is difficult to expand and modify due to different unconventional text content formats and the mixing of the unconventional text message and the conventional text are solved.
The above is a first embodiment of a message formatting method provided in the embodiments of the present application, and the following is a second embodiment of a message formatting method provided in the embodiments of the present application.
Referring to fig. 2, fig. 2 is a flowchart illustrating a second embodiment of a message formatting method according to an embodiment of the present application.
A method for formatting a message in this embodiment includes:
step 201, obtaining an unconventional text message in a text message to be sent.
It should be noted that the description of step 201 is the same as that of step 101 in the first embodiment, and reference may be specifically made to the above description, which is not repeated herein.
Step 202, obtaining preset format parameters during formatting.
The format parameters in this embodiment include: a start flag, an end flag, and a text parameter value of the non-conventional text message; the text parameter value is determined according to the preset position information of the parameter element corresponding to the unconventional text in the parameter list. For example, the format parameter is $1$, where $ is used as a flag, the first $ represents the beginning of the non-regular text message, the second $ represents the end of the non-regular text message, and the middle numeral 1 indicates that the parameter element of the non-regular text message is the 1 st parameter element of the parameter list.
In one embodiment, the preset position information is an arrangement order;
the configuration process of the text parameter value comprises the following steps:
acquiring the arrangement sequence of the parameter elements corresponding to the unconventional text in the parameter list;
and taking the arrangement sequence as a text parameter value.
It is understood that the parameter elements include: the parameter type is a text type of the unconventional text, and the parameter data is text data of the unconventional text. For example: the parameter element is (iType, dData), wherein iType is a parameter type, such as red packet, equipment and the like, and dData is parameter data, and the text data of the unconventional text can be expanded at will. At this time, each parameter element in the parameter list is a binary tuple, and the parameter list can also be arbitrarily expanded along with the parameter element.
And 203, replacing the unconventional text message with a text parameter value, adding a start mark at the head end of the text parameter value, and adding an end mark at the tail end of the text parameter value to obtain a formatted message corresponding to the unconventional text message.
For example, when the text message to be sent is: this is my new weapon and new weapon parameters, where for the unconventional text message "new weapon parameters", the transmitted version of the existing method is: xxxxxx (weapon link). The sending version in this application is: $1$, i.e. the formatted message is $1 $.
And 204, replacing the unconventional text message with a formatted message in the text message to be sent, and adding a parameter element corresponding to the formatted message in the text message to be sent to complete formatting of the text message to be sent.
When the formatted message corresponding to the new weapon parameter is $1$, the message obtained by formatting the text message to be sent according to the processing of step 204 is: this is my new weapon $1 $.
Step 205, performing regular matching on the formatted message in the formatted text message to be sent to obtain a text parameter value in the formatted message.
I.e., the text parameter value in the above formatted message of $1$ is 1.
And step 206, inquiring the text parameter value as an index parameter in the parameter list, and determining the parameter element corresponding to the text parameter value.
The first parameter element is obtained in the parameter list, assuming that the first parameter element is (1001, { "ID": 10001, "LV": 10 }). Where parameter type-1001 (i.e., 1001 represents weapon), parameter data- "ID": 10001, "LV": 10. Wherein "ID": 10001 represents weapon ID and "LV": 10 represents weapon class.
And step 207, replacing the text parameter values with parameter elements in the formatted text message to be sent.
The message obtained after the text message to be sent after formatting in step 204 is processed in step 207 is: this is my new weapon $ (1001, { "ID": 10001, "LV": 10}) $.
The formatting method implemented by the method has good expansibility, the weapon can be advanced and the head portrait can be changed in color along with the change of the requirement, and at the moment, only corresponding key values are added in the parameter list, and new parameter types, such as increasing calling animals, are added, and only numbers and parameter elements are added, and the format is not required to be changed regardless of the sequence.
It can be understood that sometimes the text message to be sent includes a plurality of non-conventional text messages, at this time, a plurality of formatted messages need to be spliced, and specifically, when splicing is performed, parameter elements of the formatted messages are spliced to obtain the formatted message of the text to be sent. E.g., new weapon + new head shot, [ (1001, { "ID": 10001, "LV": 10}), (1003, { "ID": 5}) ].
Expansion and modification after message storage: if data is required to be added, deleted and changed for a certain type of unconventional text message, after the formatted message object stored in the disk is analyzed, for the analyzed parameter data, the default value of the corresponding key is correspondingly provided, the old data of the corresponding key is ignored, and the old data of the corresponding key is converted, so that the problem of analyzing the format is not required to be considered.
In this embodiment, an unconventional text message in a text message to be sent is first acquired, and then a format parameter preset during formatting is acquired, at this time, the unconventional text message may be formatted according to the format parameter to obtain a formatted message corresponding to the unconventional text message, and then the unconventional text message is replaced with a formatted message in the text message to be sent to complete formatting of the text message to be sent. The method formats the unconventional text message, so that the unconventional text message is changed into a formatted conventional text message, the format of the unconventional text message is unified, the format of the corresponding text message to be sent containing the conventional text message is also unified, and the technical problems that the existing message formatting method is difficult to understand and maintain, the length and the format of the message after the message is stored are fixed, and the message is difficult to expand and modify due to different unconventional text content formats and the mixing of the unconventional text message and the conventional text are solved.
The second embodiment of the message formatting method provided in the embodiments of the present application is as follows.
Referring to fig. 3, the message formatting apparatus in the present embodiment specifically includes:
a first obtaining unit 301, configured to obtain an irregular text message in a text message to be sent;
a second obtaining unit 302, configured to obtain a format parameter preset during formatting;
a first formatting unit 303, configured to format the irregular text message according to the format parameter, so as to obtain a formatted message corresponding to the irregular text message;
a second formatting unit 304, configured to replace the non-conventional text message with a formatted message in the text message to be sent, so as to complete formatting of the text message to be sent.
Further, the format parameters include: a start flag, an end flag, and a text parameter value of the non-conventional text message;
the text parameter value is determined according to the preset position information of the parameter element corresponding to the unconventional text in the parameter list.
Further, the first formatting unit 303 is specifically configured to replace the irregular text message with a text parameter value, add a start flag at a head end of the text parameter value, and add an end flag at a tail end of the text parameter value, to obtain a formatted message corresponding to the irregular text message.
Further, the preset position information is an arrangement sequence;
the configuration process of the text parameter value comprises the following steps:
acquiring the arrangement sequence of the parameter elements corresponding to the unconventional text in the parameter list;
and taking the arrangement sequence as a text parameter value.
It can be understood that the message formatting apparatus in this embodiment further includes:
the matching unit is used for performing regular matching on the formatted message in the formatted text message to be sent to obtain a text parameter value in the formatted message;
the query unit is used for querying the text parameter value as an index parameter in the parameter list and determining the parameter element corresponding to the text parameter value;
and the replacing unit is used for replacing the text parameter value with the parameter element in the formatted text message to be sent.
Further, the parameter elements include: the parameter type is a text type of the unconventional text, and the parameter data is text data of the unconventional text.
The message formatting device in this embodiment first obtains an unconventional text message in a text message to be sent, and then obtains a format parameter preset during formatting, and at this time, the unconventional text message can be formatted according to the format parameter to obtain a formatted message corresponding to the unconventional text message, and then the unconventional text message is replaced with a formatted message in the text message to be sent, so as to complete formatting of the text message to be sent. The method formats the unconventional text message, so that the unconventional text message is changed into a formatted conventional text message, the format of the unconventional text message is unified, the format of the corresponding text message to be sent containing the conventional text message is also unified, and the technical problems that the existing message formatting method is difficult to understand and maintain, the length and the format of the message after the message is stored are fixed, and the message is difficult to expand and modify due to different unconventional text content formats and the mixing of the unconventional text message and the conventional text are solved.
The embodiment of the application also provides an embodiment of a message formatting device, and the detection device in the embodiment comprises a processor and a memory; the memory is used for storing the program codes and transmitting the program codes to the processor; the processor is configured to execute the message formatting method in the foregoing embodiments according to instructions in the program code.
The embodiment of the present application further provides an embodiment of a storage medium, where the storage medium in this embodiment is used to store a program code, and the program code is used to execute the message formatting method in the foregoing embodiment.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The terms "first," "second," "third," "fourth," and the like in the description of the application and the above-described figures, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that in the present application, "at least one" means one or more, "a plurality" means two or more. "and/or" for describing an association relationship of associated objects, indicating that there may be three relationships, e.g., "a and/or B" may indicate: only A, only B and both A and B are present, wherein A and B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of single item(s) or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A method of message formatting, comprising:
acquiring an unconventional text message in a text message to be sent;
acquiring format parameters preset during formatting;
formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message;
and replacing the unconventional text message with the formatted message in the text message to be sent so as to complete formatting on the text message to be sent.
2. The message formatting method of claim 1, wherein the format parameters comprise: a start flag, an end flag, and a text parameter value of the non-conventional text message;
and determining the text parameter value according to preset position information of the parameter element corresponding to the unconventional text in a parameter list.
3. The message formatting method according to claim 2, wherein the formatting the unconventional text message according to the format parameter to obtain a formatted message corresponding to the unconventional text message specifically comprises:
and replacing the non-conventional text message with the text parameter value, adding the start mark at the head end of the text parameter value, and adding the end mark at the tail end of the text parameter value to obtain a formatted message corresponding to the non-conventional text message.
4. The message formatting method according to claim 2, wherein the preset position information is a permutation order;
the text parameter value configuration process comprises the following steps:
acquiring the arrangement sequence of the parameter elements corresponding to the unconventional text in the parameter list;
and taking the arrangement sequence as the text parameter value.
5. The method of claim 2, further comprising:
performing regular matching on the formatted message in the formatted text message to be sent to obtain the text parameter value in the formatted message;
taking the text parameter value as an index parameter to inquire in the parameter list, and determining a parameter element corresponding to the text parameter value;
and replacing the text parameter value with the parameter element in the formatted text message to be sent.
6. The message formatting method of claim 5, wherein the parameter element comprises: the parameter type is the text type of the unconventional text, and the parameter data is the text data of the unconventional text.
7. A message formatting apparatus, comprising:
the first acquiring unit is used for acquiring an unconventional text message in a text message to be sent;
the second acquisition unit is used for acquiring format parameters preset during formatting;
the first formatting unit is used for formatting the unconventional text message according to the format parameters to obtain a formatted message corresponding to the unconventional text message;
a second formatting unit, configured to replace the non-conventional text message with the formatted message in the text message to be sent, so as to complete formatting on the text message to be sent.
8. The message formatting device of claim 7, wherein the format parameters comprise: a start flag, an end flag, and a text parameter value of the non-conventional text message;
and determining the text parameter value according to preset position information of the parameter element corresponding to the unconventional text in a parameter list.
9. A message formatting device, characterized in that said device comprises a processor and a memory;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the message formatting method of any one of claims 1 to 6 according to instructions in the program code.
10. A storage medium for storing program code for performing the message formatting method of any one of claims 1 to 6.
CN202111083118.1A 2021-05-31 2021-09-15 Message formatting method, device, equipment and storage medium Active CN113810268B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2021106041467 2021-05-31
CN202110604146 2021-05-31

Publications (2)

Publication Number Publication Date
CN113810268A true CN113810268A (en) 2021-12-17
CN113810268B CN113810268B (en) 2024-02-20

Family

ID=78895458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111083118.1A Active CN113810268B (en) 2021-05-31 2021-09-15 Message formatting method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113810268B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101174214A (en) * 2006-11-02 2008-05-07 国际商业机器公司 Method for displaying and formatting messages in web applications using javaserver faces
US20170055136A1 (en) * 2015-08-17 2017-02-23 Naver Corporation Method and system for transmitting text messages
CN107659380A (en) * 2017-09-05 2018-02-02 上海歌尔泰克机器人有限公司 Message transmission, message read method, equipment and system
CN108255552A (en) * 2017-12-22 2018-07-06 中国平安人寿保险股份有限公司 PUSH message method of reseptance, device, equipment and computer readable storage medium
CN108924037A (en) * 2018-06-29 2018-11-30 维沃移动通信有限公司 A kind of display methods and mobile terminal of rich media communications RCS message
CN109460268A (en) * 2018-11-19 2019-03-12 中国银行股份有限公司 Application parameter configuration method, device and system
CN110119508A (en) * 2019-03-29 2019-08-13 腾讯科技(深圳)有限公司 Filter method, system and the equipment of chat messages
CN110443291A (en) * 2019-07-24 2019-11-12 阿里巴巴集团控股有限公司 A kind of model training method, device and equipment
US20200153781A1 (en) * 2018-11-13 2020-05-14 Matthew Kent McGinnis Methods, Systems, and Apparatus for Text to Persistent Messaging
CN111614972A (en) * 2020-05-27 2020-09-01 网易(杭州)网络有限公司 System message processing method and device for live application
CN111740895A (en) * 2020-06-16 2020-10-02 东软睿驰汽车技术(沈阳)有限公司 Message notification method and device
CN111859900A (en) * 2020-07-14 2020-10-30 维沃移动通信有限公司 Message display method and device and electronic equipment
CN112818654A (en) * 2021-02-18 2021-05-18 北京奇艺世纪科技有限公司 Message storage method, message generation method, message storage device, electronic equipment and computer readable medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101174214A (en) * 2006-11-02 2008-05-07 国际商业机器公司 Method for displaying and formatting messages in web applications using javaserver faces
US20170055136A1 (en) * 2015-08-17 2017-02-23 Naver Corporation Method and system for transmitting text messages
CN107659380A (en) * 2017-09-05 2018-02-02 上海歌尔泰克机器人有限公司 Message transmission, message read method, equipment and system
CN108255552A (en) * 2017-12-22 2018-07-06 中国平安人寿保险股份有限公司 PUSH message method of reseptance, device, equipment and computer readable storage medium
CN108924037A (en) * 2018-06-29 2018-11-30 维沃移动通信有限公司 A kind of display methods and mobile terminal of rich media communications RCS message
US20200153781A1 (en) * 2018-11-13 2020-05-14 Matthew Kent McGinnis Methods, Systems, and Apparatus for Text to Persistent Messaging
CN109460268A (en) * 2018-11-19 2019-03-12 中国银行股份有限公司 Application parameter configuration method, device and system
CN110119508A (en) * 2019-03-29 2019-08-13 腾讯科技(深圳)有限公司 Filter method, system and the equipment of chat messages
CN110443291A (en) * 2019-07-24 2019-11-12 阿里巴巴集团控股有限公司 A kind of model training method, device and equipment
CN111614972A (en) * 2020-05-27 2020-09-01 网易(杭州)网络有限公司 System message processing method and device for live application
CN111740895A (en) * 2020-06-16 2020-10-02 东软睿驰汽车技术(沈阳)有限公司 Message notification method and device
CN111859900A (en) * 2020-07-14 2020-10-30 维沃移动通信有限公司 Message display method and device and electronic equipment
CN112818654A (en) * 2021-02-18 2021-05-18 北京奇艺世纪科技有限公司 Message storage method, message generation method, message storage device, electronic equipment and computer readable medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
SWAPNEEL S. NAIK; A.U BAPAT: "Message priority based routing protocol in MANETs", 《2015 INTERNATIONAL CONFERENCE ON PERVASIVE COMPUTING (ICPC)》 *
蔡启先;王智文;陈志成;: "跨平台汇编语言集成系统的设计与实现", 广西科学院学报, no. 04 *
许振伟等: "标文通与XSL-FO的格式分析及转换", 《计算机工程与设计》 *
许振伟等: "标文通与XSL-FO的格式分析及转换", 《计算机工程与设计》, no. 08, 16 August 2013 (2013-08-16) *

Also Published As

Publication number Publication date
CN113810268B (en) 2024-02-20

Similar Documents

Publication Publication Date Title
US20230179553A1 (en) Messaging system
CN111404883B (en) Method and device for analyzing Internet of things equipment universal protocol
US10445103B2 (en) Mobile game data processing method and apparatus
EP1916608A1 (en) A method for sharing the game data and the system thereof
CN113557748B (en) Cross-platform blocking of a dramatic pass service
CN108563521A (en) Applied to the information sharing method of game client, device, processor and terminal
CN115242896B (en) Dynamic message parsing method and device, electronic equipment and computer readable storage medium
CN112788012A (en) Log file encryption method and device, storage medium and electronic equipment
CN112565146B (en) Data receiving method, device and computer readable storage medium
CN107479798A (en) Multi-screen interaction method and device
CN110086703B (en) Message transmission method and device based on TCP (Transmission control protocol)
CN112835972B (en) Unstructured data synchronization method and system
CN113810268A (en) Message formatting method, device, equipment and storage medium
CN105610849B (en) Method and device for generating sharing label and method and device for displaying attribute information
CN112765397A (en) Audio conversion method, audio playing method and device
CN115801927A (en) Message parsing method and device
CN110912801A (en) Method, system and terminal device for detecting electronic red packet
CN108810105A (en) For pushed information, the method and apparatus for showing information
CN105141590B (en) The method and system of plug-in sample extraction
CN113824724A (en) Method and device for judging tampering of sensor data of intelligent substation and storage medium
CN111967874B (en) Transaction log recording method and device
CN110083626B (en) Streaming event sequence matching method and device
CN111984901A (en) Message pushing method and related product thereof
CN113949640A (en) Service data processing method and device
CN105991395A (en) Attachment replacing method and attachment replacing 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
GR01 Patent grant
GR01 Patent grant