CN112217896A - JSON message conversion method and related device - Google Patents
JSON message conversion method and related device Download PDFInfo
- Publication number
- CN112217896A CN112217896A CN202011090437.0A CN202011090437A CN112217896A CN 112217896 A CN112217896 A CN 112217896A CN 202011090437 A CN202011090437 A CN 202011090437A CN 112217896 A CN112217896 A CN 112217896A
- Authority
- CN
- China
- Prior art keywords
- message
- standard
- original
- json
- original json
- 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
- 238000006243 chemical reaction Methods 0.000 title claims abstract description 34
- 238000000034 method Methods 0.000 title claims abstract description 32
- 238000012545 processing Methods 0.000 claims description 9
- 238000000605 extraction Methods 0.000 claims description 2
- 238000004891 communication Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 5
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 239000000203 mixture Substances 0.000 description 3
- 239000000284 extract Substances 0.000 description 2
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000003999 initiator Substances 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012216 screening Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The embodiment of the application discloses a JSON message conversion method and a related device, and the method comprises the following steps: acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format; converting the original JSON message into a standard message according to the object extracted from the original JSON message into a standard message template, wherein the standard message template is configured according to the unique identification information of the type of the original JSON message; and assigning the object in the standard message according to a wildcard character, wherein the wildcard character is the assigned target message. Therefore, the situation that codes need to be redeveloped to adapt to the message with the newly-added structure when the data structure of JSON messages with different formats is butted every time is reduced.
Description
Technical Field
The embodiment of the application relates to the field of communication, in particular to a JSON message conversion method and a related device.
Background
With the diversification of communication and the development of computer technology, the JSON message format becomes a common data interaction format for terminal equipment and a server in the execution process of a network application program at present, a JSON language has a simple and clear hierarchical format, reading and writing are relatively simple, and simultaneously, analysis and generation are easy.
In the prior art, the background of big data communication is indispensable today, data of a plurality of channels needs to be collected uniformly, the data of the channels are in JSON formats with different formats in most cases, and a code needs to be redeveloped to adapt to a message with a newly added structure every time a data structure of JSON messages with different formats is docked.
Disclosure of Invention
The embodiment of the application provides a method for converting JSON messages, which is used for converting and analyzing messages with different formats provided by a third party only by configuring a file template, and reducing the situation that source codes need to be rewritten or modified.
A first aspect of the present application provides a method for converting JSON packets, including:
acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format;
converting the original JSON message into a standard message according to the object extracted from the original JSON message into a standard message template, wherein the standard message template is configured according to the unique identification information of the type of the original JSON message;
and assigning the object in the standard message according to a wildcard character, wherein the wildcard character is the assigned target message.
Optionally, before the extracting the object in the original JSON message into the standard message template, the method further includes:
and setting a working stack, wherein the working stack is used for sequentially storing the node information in the original JSON message.
Optionally, the extracting an object in the original JSON message to a standard message template so that the original JSON message is converted into a standard message includes:
extracting a first object in the original JSON message, wherein the first object has high pop sequence priority;
traversing objects in the original JSON message according to the priority;
analyzing the traversed original JSON message, and determining a message format corresponding to the original JSON message;
configuring a standard template according to the message format;
and converting the original JSON message into a standard message based on the configured template.
Optionally, before assigning a value to the object in the standard message according to the wildcard, the method further includes:
and judging whether the data format of the standard message is JSONARRAY, and if so, indexing the object in the data format.
Optionally, the assigning the object in the standard packet according to the wildcard character to obtain the assigned target packet includes:
acquiring each message node in the standard message, wherein the type of the message node is a leaf node type;
and assigning the object in the standard message under the leaf node according to the configuration information of the leaf node to obtain an assigned target message.
A second aspect of the present embodiment provides a device for converting JSON packets, including:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring an original JSON message which is a message in a simplified message format;
the conversion unit is used for converting the original JSON message into a standard message according to an object extracted from the original JSON message into a standard message template, and the standard message template is configured according to the unique identification information of the type of the original JSON message;
an assignment unit, configured to assign a value to the object in the standard packet according to the wildcard, so as to obtain an assigned target packet
Optionally, before the extracting unit, the apparatus further includes:
a setting unit for storing the node information in the original JSON message in the set working stack in sequence
Optionally, the conversion unit includes:
the extracting module is used for extracting a head object in the original JSON message, and the priority of the pop sequence of the head object is high;
the traversal module is used for traversing the objects in the original JSON message according to the priority;
the determining module is used for analyzing and converting the traversed original JSON message into a standard JSON message;
the configuration module is used for configuring a template according to the message format;
and the conversion module is used for analyzing the original JSON message based on the configured template so as to convert the original JSON message into a standard message.
Optionally, the apparatus further comprises:
and the judging unit is used for judging whether the data format of the standard JSON message is JSONARRAY.
Optionally, the determining unit includes:
and the index unit is used for indexing the objects in the multiple lake data formats when the data format of the standard JSON message is JSONARRAY.
A third aspect of the present embodiment provides a device for converting a JSON packet, including:
the device comprises a processor, a memory, an input and output unit and a bus;
the processor is connected with the memory, the input and output unit and the bus;
the processor specifically performs the following operations:
acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format;
converting the original JSON message into a standard message according to the object extracted from the original JSON message into a standard message template, wherein the standard message template is configured according to the unique identification information of the type of the original JSON message;
and assigning the object in the standard message according to a wildcard character, wherein the wildcard character is the assigned target message.
Optionally, the processor is further configured to perform the operations of any of the alternatives of the first aspect.
A fourth aspect of the present application provides a computer-readable storage medium for a JSON packet conversion method, including:
the computer-readable storage medium stores a program, and the program executes the method for converting JSON messages when executed on a computer.
According to the technical scheme, the embodiment of the application has the following advantages: after the system acquires the original JSON message, extracting an object in the original JSON message to a standard message template, so that the original JSON message is converted into the standard message, configuring the standard message template according to the unique identification information of the type of the original JOSN message, and performing assignment analysis on the object in the standard message according to a wildcard to obtain a successfully analyzed target message. Therefore, messages with different formats provided by a third party can be converted and analyzed only by configuring one file template, and the condition that source codes need to be rewritten or modified is reduced.
Drawings
Fig. 1 is a schematic flow chart of an embodiment of a JSON packet conversion method in the embodiment of the present application;
fig. 2 is a schematic flow chart of another embodiment of a JSON packet conversion method in the embodiment of the present application;
fig. 3 is a schematic structural diagram of an embodiment of a JSON packet conversion device in the embodiment of the present application;
fig. 4 is a schematic structural diagram of another embodiment of a JSON packet conversion device in the embodiment of the present application;
fig. 5 is a schematic structural diagram of another embodiment of a JSON packet conversion device in the embodiment of the present application.
Detailed Description
The embodiment of the application provides a method for converting a JSON message, which is used for reducing the situation that source codes need to be rewritten or modified.
In this embodiment, the device for executing the JSON packet conversion method in this embodiment may specifically be a device with a data processing function, such as a terminal device, a server, and the like, which is not limited herein.
Referring to fig. 1, in the embodiment of the present application, a terminal system is used for example description, and an embodiment of a JSON packet conversion method in the embodiment of the present application includes:
101. acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format;
in practical application, the data formats of intermediate JSON messages are different when information exchange is requested and responded between systems, and for any type of messages, the format composition can be mostly divided into a message header, control data, information to be actually transmitted by the message and other composition parts, and the obtained JSON message format basically also comprises the composition parts.
In this embodiment, the original JSON packet needs to be sent from the initiator, that is, a packet that needs to be converted and is sent from the third-party interface, the packet sent from the third-party interface belongs to a simplified packet, is a tree-structured and non-standard format packet, and the system receives a packet that cannot be directly parsed and is standardized to be parsed, so that the original JSON packet and the standard packet adopt different communication standards.
102. Extracting an object in the original JSON message into a standard message template to convert the original JSON message into the standard message, wherein the standard message template is configured according to the unique identification information of the type of the original JSON message;
in this embodiment, the conversion of the JSON packet into the standard packet is to perform conversion processing on an object in the JSON packet, specifically, the packet type identifier information of the original JSON packet is obtained while the original JSON packet is obtained, the type of the packet can be determined according to the uniqueness of the packet type identifier, and then the format corresponding to the original JSON packet can be determined, the system configures a corresponding standard template according to the packet format, and then performs conversion processing on the object in the JSON packet based on the standard template, where the standard template includes packet conversion configuration information such as conversion rules of packet leaf nodes and non-leaf nodes.
103. And assigning the object in the standard message according to the wildcard character to obtain the assigned target message.
Because the formats of the original JSON messages are different, the original messages acquired by the system cannot be directly analyzed, and the system can use the message data information only by analyzing the standard messages after the original JSON messages are standardized, in this embodiment, the system analyzes the standard messages, namely, assigns values to objects or array objects in the messages. Specifically, the assignment of the object in the standard message is performed through a wildcard, that is, jsonnpath, according to the object attribute rule in the warranty message.
In this embodiment, after acquiring an original JSON message in a simplified message format from a third-party interface, the system extracts an object in the original JSON message to a configured standard message template, converts the original JSON message into a standard message, and assigns and analyzes the object in the standard message according to a wildcard after standardization to obtain an assigned target message.
Referring to fig. 2, an embodiment of the present application is illustrated using a terminal system. Another embodiment of the JSON packet conversion method in the embodiment of the present application includes:
201. acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format;
step 201 in this embodiment is similar to step 101 in the previous embodiment, and is not described herein again.
202. Setting a working stack, wherein the working stack is used for sequentially storing node information in an original JSON message;
after the system acquires the original JSON message, the array object in the message node information is stored in a set stack according to a first-in and last-out rule.
In this embodiment, the leaf node information of the stack storage packet is used for converting the original JSON packet into a standard packet parsing process later, and the leaf node is preferably parsed in the parsing process, and the leaf node may be different types such as a character string and an array, so that other node data is not affected according to a parsing sequence of first-in and last-out.
203. Extracting a first object in the original JSON message, wherein the first object has high pop sequence priority;
the working stack is set to store the object in the original JSON message, and the whole array can be perfected according to the character string of the first object due to the message structure form of the JSON message, so that the information which does not influence the root node can be input first and output later by using the stack.
204. Traversing objects in the original JSON message according to the priority;
the system traverses the objects in the original JSON message one by one, namely, each node existing in each layer in the structure tree is sequentially visited once and only once, and the object system in the traversed message can analyze the message.
205. Analyzing the traversed original JSON message, and determining a message format corresponding to the original JSON message;
in this embodiment, the system analyzes the original JSON packet one by one, and when the traversal of one level of the tree is completed, the node information in the tree is analyzed, so that the purpose of doing so is not to have a great influence on each other, and the efficiency is also accelerated.
206. Configuring a standard template according to the message format;
in this embodiment, the formats of JSON messages are different, the system configures standard templates according to different message formats, and the configured templates determine the format of the original JSON message, so that the template can be directly nested in the template, codes do not need to be rewritten according to the analyzed format, and the template can be standardized directly according to the configuration.
207. Analyzing an original JSON message based on a configured template so that the original JSON message is converted into a standard message;
the system performs standardization based on a configured template after analyzing the format of the original message after traversing, and in this embodiment, the standardization is to convert the original JSON message obtained from a third party into a message format that can be analyzed by the system.
208. Judging whether the data format of the standard message is JSONARRAY;
the system analyzes the standard message after standardizing the original JSON message, only the analyzed message data can be used, and different storage modes are selected for the analyzed data format, so that the data format of the standard message is judged, and the standard message is stored according to the judgment result.
209. Indexing objects in a data format;
when the data number of the standard message is in the JSONARRAY array format, the system indexes the objects in the data format.
210. Acquiring each message node in a standard message, wherein the type of the message node is a leaf node type;
in this embodiment, the type of the node in the standard packet is directly obtained as a leaf node, and when the standard packet is analyzed, the standard packet is analyzed according to the leaf node information of the tree structure, but each layer of the tree has leaf nodes and non-leaf nodes, so that the standard packet needs to be obtained by screening.
211. And assigning the object in the standard message under the leaf node according to the configuration information of the leaf node to obtain the assigned target message.
The system determines an object in the standard message according to the acquired configuration information of the leaf node, extracts the object from the message, and performs assignment analysis on the extracted object to obtain an assigned target message. Thus, the original JSON message is standardized and then the standardized message is subjected to assignment analysis, and the message required by the system interface is obtained.
Referring to fig. 3, an embodiment of a conversion device for JSON packets in the embodiment of the present application includes:
an obtaining unit 301, configured to obtain an original JSON packet, where the original JSON packet is a packet in a simplified packet format;
a conversion unit 302, configured to extract an object in the original JSON message into a standard message template, so that the original JSON message is converted into a standard message, and the standard message template is configured according to unique identification information of the type of the original JSON message;
and the assignment unit 303 is configured to assign an object in the standard message according to the wildcard character to obtain an assigned target message.
In this embodiment, after the obtaining unit 301 obtains the original JSON packet, the extracting unit 302 puts an object in the original JSON packet into a standard packet template, where the standard packet template is configured according to the unique identifier information of the type of the original JSON packet, so that the original JSON packet is converted into a standard packet, and finally, the object in the standard packet is assigned according to a wildcard character, so as to obtain an assigned target packet. Therefore, messages with different formats provided by a third party can be converted and analyzed only by configuring one file template, and the condition that source codes need to be rewritten or modified is reduced.
Referring to fig. 4, a detailed description is given below of a JSON packet conversion device in an embodiment of the present application, where another embodiment of the JSON packet conversion device in the embodiment of the present application includes:
an obtaining unit 401, configured to obtain an original JSON packet, where the original JSON packet is a packet in a simplified packet format;
a setting unit 402, configured to store the set working stack in order with node information in the original JSON message;
a conversion unit 403, configured to convert the original JSON packet into a standard packet according to an object extracted from the original JSON packet into a standard packet template, where the standard packet template is configured according to unique identification information of the type of the original JSON packet;
a judging unit 404, configured to judge whether a data format of the standard packet is JSONARRAY;
the indexing unit 405 is configured to index an object in the data format when the data format of the standard packet is JSONARRAY.
And the assignment unit 406 is configured to assign a value to the object in the standard message according to the wildcard character to obtain an assigned target message.
In this embodiment, the conversion unit 403 may include an extraction module 4031, a traversal module 4032, a determination module 4033, a configuration module 4034, and a conversion module 4035.
An extracting module 4031, configured to extract a head object in the original JSON message, where a pop sequence of the head object is high in priority;
a traversal module 4032, configured to traverse the object in the original JSON message according to the priority;
a determining module 4033, configured to parse the traversed original JSON packet and convert the parsed original JSON packet into a standard JSON packet;
a configuration module 4034, configured to configure a template according to the message format;
a conversion module 4035, configured to parse the original JSON packet based on the configured template, so that the original JSON packet is converted into a standard packet.
In this embodiment, the assigning unit 406 may include an obtaining module 4052 and an assigning module 4053.
An obtaining module 4061, configured to obtain each packet node in the standard packet, where the type of the packet node is a leaf node type;
the assignment module 4062 is configured to assign an object in the standard packet under the leaf node according to the configuration information of the leaf node, and assign the object to the target packet after doo assignment.
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.
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, the division of the units is only one logical division, and other divisions may be realized in practice, 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.
The 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 according to 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 the like.
Claims (10)
1. A JSON message conversion method is characterized by comprising the following steps:
acquiring an original JSON message, wherein the original JSON message is a message in a simplified message format;
converting the original JSON message into a standard message according to the object extracted from the original JSON message into a standard message template, wherein the standard message template is configured according to the unique identification information of the type of the original JSON message;
and assigning the object in the standard message according to the wildcard character to the assigned target message.
2. The method according to claim 1, wherein prior to said extracting the object in the original JSON message into a standard message template, the method further comprises:
and setting a working stack, wherein the working stack is used for sequentially storing the node information in the original JSON message.
3. The method of claim 2, wherein the extracting the object in the original JSON message into a standard message template, so that the original JSON message is converted into a standard message comprises:
extracting a first object in the original JSON message, wherein the first object has high pop sequence priority;
traversing objects in the original JSON message according to the priority;
analyzing the traversed original JSON message, and determining a message format corresponding to the original JSON message;
configuring a standard template according to the message format;
and converting the original JSON message into a standard message based on the configured template.
4. The method of claim 1, wherein prior to assigning values to objects in the standard message according to wildcards, the method further comprises:
and judging whether the data format of the standard message is JSONARRAY, and if so, indexing the object in the data format.
5. The method according to claim 1, wherein the assigning the object in the standard packet according to the wildcard to obtain the assigned target packet comprises:
acquiring each message node in the standard message, wherein the type of the message node is a leaf node type;
and assigning the object in the standard message under the leaf node according to the configuration information of the leaf node to obtain an assigned target message.
6. A JSON message conversion processing device is characterized by comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring an original JSON message which is a message in a simplified message format;
the conversion unit is used for converting the original JSON message into a standard message according to an object extracted from the original JSON message into a standard message template, and the standard message template is configured according to the unique identification information of the type of the original JSON message;
and the assignment unit is used for assigning the objects in the standard message according to the wildcard characters to obtain the assigned target message.
7. The apparatus of claim 6, wherein prior to the extraction unit, the apparatus further comprises:
and the setting unit is used for sequentially storing the node information in the original JSON message by the set working stack.
8. The apparatus of claim 7, wherein the conversion unit comprises:
the extracting module is used for extracting a head object in the original JSON message, and the priority of the pop sequence of the head object is high;
the traversal module is used for traversing the objects in the original JSON message according to the priority;
the determining module is used for analyzing and converting the traversed original JSON message into a standard JSON message;
the configuration module is used for configuring a template according to the message format;
and the conversion module is used for analyzing the original JSON message based on the configured template so as to convert the original JSON message into a standard message.
9. The apparatus of claim 6, wherein prior to the assignment unit, the apparatus further comprises:
and the judging unit is used for judging whether the data format of the standard JSON message is JSONARRAY.
10. The apparatus according to claim 9, wherein the judging unit includes:
and the index unit is used for indexing the objects in the multiple lake data formats when the data format of the standard JSON message is JSONARRAY.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011090437.0A CN112217896A (en) | 2020-10-13 | 2020-10-13 | JSON message conversion method and related device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011090437.0A CN112217896A (en) | 2020-10-13 | 2020-10-13 | JSON message conversion method and related device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112217896A true CN112217896A (en) | 2021-01-12 |
Family
ID=74053807
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011090437.0A Pending CN112217896A (en) | 2020-10-13 | 2020-10-13 | JSON message conversion method and related device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112217896A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116011404A (en) * | 2022-08-17 | 2023-04-25 | 深圳市沃享科技有限公司 | Json file reading and writing method based on simplified data format |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108572900A (en) * | 2017-03-09 | 2018-09-25 | 北京京东尚科信息技术有限公司 | Method, system, electronic equipment and the storage medium of a kind of blank hole position monitoring |
CN110688343A (en) * | 2019-08-26 | 2020-01-14 | 天津开心生活科技有限公司 | Method and device for converting data format |
CN110727417A (en) * | 2018-06-28 | 2020-01-24 | 腾讯科技(北京)有限公司 | Data processing method and device |
CN110730181A (en) * | 2019-10-21 | 2020-01-24 | 中国民航信息网络股份有限公司 | Message conversion method, device and adapter |
CN111447257A (en) * | 2020-03-09 | 2020-07-24 | 中国建设银行股份有限公司 | Message conversion method and device |
-
2020
- 2020-10-13 CN CN202011090437.0A patent/CN112217896A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108572900A (en) * | 2017-03-09 | 2018-09-25 | 北京京东尚科信息技术有限公司 | Method, system, electronic equipment and the storage medium of a kind of blank hole position monitoring |
CN110727417A (en) * | 2018-06-28 | 2020-01-24 | 腾讯科技(北京)有限公司 | Data processing method and device |
CN110688343A (en) * | 2019-08-26 | 2020-01-14 | 天津开心生活科技有限公司 | Method and device for converting data format |
CN110730181A (en) * | 2019-10-21 | 2020-01-24 | 中国民航信息网络股份有限公司 | Message conversion method, device and adapter |
CN111447257A (en) * | 2020-03-09 | 2020-07-24 | 中国建设银行股份有限公司 | Message conversion method and device |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116011404A (en) * | 2022-08-17 | 2023-04-25 | 深圳市沃享科技有限公司 | Json file reading and writing method based on simplified data format |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110287163B (en) | Method, device, equipment and medium for collecting and analyzing security log | |
CN114157502B (en) | Terminal identification method and device, electronic equipment and storage medium | |
CN107015948B (en) | Log information formatting method and system | |
CN110768875A (en) | Application identification method and system based on DNS learning | |
CN114153980A (en) | Knowledge graph construction method and device, inspection method and storage medium | |
CN112199935A (en) | Data comparison method and device, electronic equipment and computer readable storage medium | |
CN115242896A (en) | Dynamic message analysis method and device, electronic equipment and computer readable storage medium | |
CN114979314A (en) | Automatic analysis method and system for automobile CAN data, computer readable storage medium and electronic equipment | |
CN108132986B (en) | Rapid processing method for test data of mass sensors of aircraft | |
CN116132553A (en) | Big data transmission optimization method and system | |
CN114745455A (en) | Network interface message data processing method, device, equipment and medium | |
CN111464515A (en) | Data conversion method, device, equipment and storage medium | |
CN112217896A (en) | JSON message conversion method and related device | |
CN112416557B (en) | Method and device for determining call relation, storage medium and electronic device | |
CN117714562A (en) | Automatic extraction method and system for grammar information of network communication protocol | |
CN117499380A (en) | Custom protocol data acquisition method | |
CN113032341A (en) | Log processing method based on visual configuration | |
CN113760734A (en) | Data preparation method and device, equipment and storage medium | |
CN116405292A (en) | Method and system for automatically identifying and extracting network flow characteristics | |
CN111209266A (en) | Auditing method and device based on Redis database and electronic equipment | |
CN115543755A (en) | Performance monitoring method, device, system, equipment and medium | |
CN113268247B (en) | HL7 message analysis method based on state machine | |
CN114492324A (en) | Component data statistical method and device | |
CN112686029A (en) | SQL new sentence identification method and device for database audit system | |
CN111818096A (en) | Network protocol analysis 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 |