CN108920144B - Message processing method and device - Google Patents

Message processing method and device Download PDF

Info

Publication number
CN108920144B
CN108920144B CN201710232647.0A CN201710232647A CN108920144B CN 108920144 B CN108920144 B CN 108920144B CN 201710232647 A CN201710232647 A CN 201710232647A CN 108920144 B CN108920144 B CN 108920144B
Authority
CN
China
Prior art keywords
message
implementation method
service
messages
label
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710232647.0A
Other languages
Chinese (zh)
Other versions
CN108920144A (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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710232647.0A priority Critical patent/CN108920144B/en
Publication of CN108920144A publication Critical patent/CN108920144A/en
Application granted granted Critical
Publication of CN108920144B publication Critical patent/CN108920144B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a message processing method and a message processing device, which can determine a corresponding message implementation method to process a message according to a preset message configuration file, so that a public code can be universal, thereby avoiding repetitive work and improving compiling and code execution efficiency to a certain extent. The message processing method of the invention comprises the following steps: storing each label and a message implementation method corresponding to each label; receiving a configuration label of a service message; determining a message implementation method for processing the service message according to the configuration tag; and calling the message implementation method to process the service message.

Description

Message processing method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for processing a message.
Background
With the rise of online shopping, the business of e-commerce is more and more complex, the level of the corresponding code architecture is more and more complex, and the probability of repeated coding is gradually increased because the codes of each link are not always universal.
In the prior art, for accessed messages, such as business data messages in each production link of distribution, each processing link of message access has no clear processing level, and each processing link needs developers to carry out one-step and one-step coding, and in the links, a plurality of public parts are repeatedly written by the developers, so that the probability of repeated coding is increased; on the other hand, as the hierarchy of the code architecture is more and more complex, the maintainability of the code is more and more poor, and the code needs to be repackaged, compiled and repeatedly deployed after being modified, which increases the time cost.
In summary, the disadvantages of the prior art are as follows:
1. the code writing is not standard, the universality is poor, and a plurality of public parts are repeatedly written, so that the maintainability of the code is increasingly poor.
2. The message processing level is not clear, and developers need to carry out one-step and one-step coding in each processing link, so that the development efficiency is reduced.
3. The codes cannot be configured according to the business requirements, so that the codes need to be modified, repackaged and compiled in order to realize each business function, and the deployment efficiency of the business link is reduced.
4. Message handling code in the prior art is typically not customizable and extensible.
Disclosure of Invention
In view of this, embodiments of the present invention provide a message processing method and apparatus, which can determine a corresponding message implementation method to process a message according to a preset message configuration file, so that a common code can be used universally, thereby avoiding repetitive work and improving compiling and code execution efficiency to a certain extent.
To achieve the above object, according to a first aspect of the present invention, a message processing method is provided.
The message processing method of the invention comprises the following steps: storing each label and a message implementation method corresponding to each label; receiving a configuration label of a service message; determining a message implementation method for processing the service message according to the configuration tag; and calling the message implementation method to process the service message.
Optionally, the step of invoking the message implementation method to process the service message includes: receiving the service message according to a message receiving method in a message implementation method; calling a message operation method in the determined message implementation method to operate the service message; the operations include: new addition, update, and deletion; performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting; and storing the message after the logic operation according to a storage method in the message implementation method.
Optionally, the service messages include kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages.
According to a second aspect of the present invention, there is provided a message processing apparatus.
The message processing apparatus of the present invention includes: the storage module is used for storing each label and the message implementation method corresponding to each label; the receiving module is used for receiving the configuration label of the service message; the analysis module is used for analyzing the configuration label to determine a message implementation method for processing the service message; and the calling module is used for calling the message implementation method to process the service message.
Optionally, the invoking module is further configured to: receiving the service message according to a message receiving method in a message implementation method; calling a message operation method in the determined message implementation method to operate the service message; the operations include: new addition, update, and deletion; performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting; and storing the message after the logic operation according to a storage method in the message implementation method.
Optionally, the service messages include kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages.
According to a third aspect of the present invention, an electronic device is provided.
The electronic device of the present invention includes: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize the message processing method provided by the invention.
According to a fourth aspect of the invention, a computer-readable medium is provided.
A computer-readable medium, on which a computer program is stored, which, when executed by a processor, implements the message processing method provided by the present invention.
According to the technical scheme of the invention, the service message can be processed according to the preset message configuration file, the message processing level is clear, and the public code can be universal, so that the repetitive work is avoided, and the compiling and code executing efficiency is improved to a certain extent; the codes can be configured according to the service requirements, so that the codes are prevented from being modified, repackaged and compiled, and the deployment efficiency of the service link is improved; different message processing methods can be set in the same message processing module, so that the customization and the extension can be carried out.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of a message processing apparatus according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a message processing method according to an embodiment of the present invention;
fig. 3 is a schematic block diagram of a computer system suitable for implementing a terminal device according to an embodiment of the present application.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a message processing apparatus according to an embodiment of the present invention. As shown in fig. 1, a message processing apparatus 10 according to an embodiment of the present invention mainly includes a saving module 11, a receiving module 12, an analyzing module 13, and a calling module 14; the storage module 11 is configured to store each tag and a message implementation method corresponding to each tag; the receiving module 12 is configured to receive a configuration tag of a service message; the parsing module 13 is configured to parse the configuration tag to determine a message implementation method for processing the service message; the calling module 14 is configured to call the message implementation method to process the service message; the service messages may include kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages, among others.
The invocation module 14 of the message processing apparatus 10 may also be adapted to: receiving the service message according to a message receiving method in a message implementation method; calling a message operation method in the determined message implementation method to operate the service message; the operations include: new addition, update, and deletion; performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting; and storing the message after the logic operation according to a storage method in the message implementation method.
Fig. 2 is a schematic diagram of a message processing method according to an embodiment of the present invention. As shown in fig. 2, the main body of the message processing method according to the embodiment of the present invention is the message processing apparatus 10 shown in the figure, and the method mainly includes the following steps S20 to S23.
Step S20: and storing each label and a message implementation method corresponding to each label.
Step S21: a configuration tag for a service message is received. In this step, the configuration tag of the service message includes a tag corresponding to a specific operation method of each link in the message implementation process.
Step S22: and determining a message implementation method for processing the service message according to the configuration label. In this step, after the configuration tag of the service message is received in step S21, the message implementation method used in the processing process of the service message may be determined according to each tag stored in step S20 and the message implementation method corresponding to the tag.
Step S23: and calling the message implementation method to process the service message. In this step, the received service message is mainly operated through steps S231 to S234 as follows:
step S231: and receiving the service message according to the message receiving method in the message implementation method. In this step, since the service messages are of various types, which may include kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages, it is necessary to set a specific message receiving method in the configuration file, and the specific message receiving method may be received according to different service messages. For example: the kafka connector message receiver is used for receiving the kafka message, and aiming at the technical characteristics of kafka, a consumption topic and a consumption authentication token can be further defined and used for identifying the corresponding service message, a group of different application groups is defined and used for identifying different application groups, and an exception handling class of an exception condition is defined and used for uniformly handling the exception message.
Step S232: and calling a message operation method in the determined message implementation method to operate the service message. In this step, the operation performed on the service message includes: new < insert processor >, update < update processor >, and delete < deleteProcessor >; the operation mentioned in this step is set in the preset configuration file, and after the message implementation method is determined in step S22, the specific operation on the service message is also determined, so in this step, the corresponding operation can be performed on the service message only by calling the specific message operation code.
Step S233: performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting; < condition > is used to define the condition that the message needs to be filtered; < actionBuilder > for converting a message into an entity class to be persisted; < mapper > field for configuring message to be processed; < parser > message parsing of the received different formats; similar to step S232, the logic operation method mentioned in this step is also set in the preset configuration file, and after the message implementation method is determined in step S22, the specific logic operation on the service message is also determined, so in this step, the corresponding logic operation can be performed on the service message only by calling the specific message operation code.
Step S234: and storing the message after the logic operation according to a storage method in the message implementation method. In this step, a specific storage method is determined by the message storage tag < actionService > in the configuration file, the entity class processed in the message logic conversion module is persisted to a storage medium according to the specific storage method, and different entity storage methods can be set for different service messages. The storage implementation method comprises an elastic SearchService, wherein an Es cluster address and a batch processing attribute are defined in the implementation method, and the storage field is subjected to cyclic operation and unified storage; and a unified message handling method is also defined for ES exceptions.
The service message is processed by the technical scheme, so that the layers are clear, developers concentrate on the service logic, and the specific implementation code for processing the message can be determined by the configuration file of the service message, so that the code has strong universality and high maintainability, meanwhile, the compiling and packaging links are reduced, and the deployment efficiency is improved; and the specific method of each message processing module can be expanded according to the message processing requirement.
Referring now to FIG. 3, shown is a block diagram of a computer system 300 suitable for use in implementing a terminal device of an embodiment of the present application. The terminal device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 3, the computer system 300 includes a Central Processing Unit (CPU)301 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)302 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 303. In the RAM303, various programs and data necessary for the operation of the system 300 are also stored. The CPU301, ROM 302, and RAM303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input portion 306 including a keyboard, a mouse, and the like; an output section 307 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 308 including a hard disk and the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. A drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 310 as necessary, so that a computer program read out therefrom is mounted into the storage section 308 as necessary.
In particular, the message processing procedure described above may be implemented as a computer software program according to an embodiment of the present disclosure. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program containing program code for performing a message processing method. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 309, and/or installed from the removable medium 311. The above-described functions defined in the system of the present application are executed when the computer program is executed by the Central Processing Unit (CPU) 301.
It should be noted that the computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present application may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes a save module, a receive module, a parse module, and a call module. The names of these units do not in some cases form a limitation on the units themselves, for example, the parsing module is described as a module that parses the configuration tag and determines a message implementation method for processing the service message.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: storing each label and a message implementation method corresponding to each label; receiving a configuration label of a service message; determining a message implementation method for processing the service message according to the configuration tag; and calling the message implementation method to process the service message.
The product can execute the method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided by the embodiment of the present invention.
According to the technical scheme of the embodiment of the invention, the service message can be processed according to the preset message configuration file, the message processing level is clear, and the public code can be universal, so that the repetitive work is avoided, and the compiling and code executing efficiency is improved to a certain extent; the codes can be configured according to the service requirements, so that the codes are prevented from being modified, repackaged and compiled, and the deployment efficiency of the service link is improved; different message processing methods can be set in the same message processing module, so that the customization and the extension can be carried out.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. A message processing method, comprising:
storing each label and a message implementation method corresponding to each label;
receiving a configuration label of a service message;
determining a message implementation method for processing the service message according to the configuration tag;
calling the message implementation method to process the service message;
the calling the message implementation method to process the service message comprises the following steps: setting a specific message receiving method in the configuration file, and receiving according to different receiving methods according to different types of service messages;
the step of processing the service message by calling the message implementation method further comprises:
calling a message operation method in the determined message implementation method to operate the service message; the operations include: new addition, update, and deletion;
performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting;
and storing the message after the logic operation according to a storage method in the message implementation method.
2. The method of claim 1, wherein the service messages include kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages.
3. A message processing apparatus, comprising:
the storage module is used for storing each label and the message implementation method corresponding to each label;
the receiving module is used for receiving the configuration label of the service message;
the analysis module is used for analyzing the configuration label to determine a message implementation method for processing the service message;
the calling module is used for setting a specific message receiving method in the configuration file and receiving the message according to different receiving methods according to different types of service messages;
the calling module is further configured to:
calling a message operation method in the determined message implementation method to operate the service message; the operations include: new addition, update, and deletion;
performing logic operation on the operated message according to a logic operation method in the determined message implementation method; the logical operations include: filtering, configuring, and converting;
and storing the message after the logic operation according to a storage method in the message implementation method.
4. The apparatus of claim 3, wherein the service messages comprise kafka messages, jmq messages, ActiveMQ messages, and zeroMQ messages.
5. An electronic device, comprising: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method of claim 1 or 2.
6. A computer-readable medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method of claim 1 or 2.
CN201710232647.0A 2017-04-11 2017-04-11 Message processing method and device Active CN108920144B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710232647.0A CN108920144B (en) 2017-04-11 2017-04-11 Message processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710232647.0A CN108920144B (en) 2017-04-11 2017-04-11 Message processing method and device

Publications (2)

Publication Number Publication Date
CN108920144A CN108920144A (en) 2018-11-30
CN108920144B true CN108920144B (en) 2022-02-01

Family

ID=64402501

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710232647.0A Active CN108920144B (en) 2017-04-11 2017-04-11 Message processing method and device

Country Status (1)

Country Link
CN (1) CN108920144B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535163A (en) * 2020-04-22 2021-10-22 北京沃东天骏信息技术有限公司 Method and device for generating message
CN112134938B (en) * 2020-09-09 2022-08-26 重庆易宠科技有限公司 Message processing method, device, terminal and computer readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771762A (en) * 2009-01-06 2010-07-07 北京邮电大学 Method and system for dynamically loading services in service system
CN101923624A (en) * 2009-06-09 2010-12-22 航天信息股份有限公司 RFID (Radio Frequency Identification Devices) event processing method based on channel flow
WO2014063734A1 (en) * 2012-10-25 2014-05-01 Telefonaktiebolaget L M Ericsson (Publ) Handling data in a communications network
CN105159657A (en) * 2015-06-12 2015-12-16 北京京东尚科信息技术有限公司 Method and system for processing message
CN105187555A (en) * 2015-09-29 2015-12-23 北京奇艺世纪科技有限公司 Method, device and system for message processing
CN105391785A (en) * 2015-11-25 2016-03-09 广州华多网络科技有限公司 Method for processing service message and server
CN105791352A (en) * 2014-12-24 2016-07-20 深圳市腾讯计算机系统有限公司 Message pushing method and system for application

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104754036A (en) * 2015-03-06 2015-07-01 合一信息技术(北京)有限公司 Message processing system and processing method based on kafka
CN106330769B (en) * 2016-11-15 2022-03-08 腾讯科技(深圳)有限公司 Service processing method and server

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771762A (en) * 2009-01-06 2010-07-07 北京邮电大学 Method and system for dynamically loading services in service system
CN101923624A (en) * 2009-06-09 2010-12-22 航天信息股份有限公司 RFID (Radio Frequency Identification Devices) event processing method based on channel flow
WO2014063734A1 (en) * 2012-10-25 2014-05-01 Telefonaktiebolaget L M Ericsson (Publ) Handling data in a communications network
CN105791352A (en) * 2014-12-24 2016-07-20 深圳市腾讯计算机系统有限公司 Message pushing method and system for application
CN105159657A (en) * 2015-06-12 2015-12-16 北京京东尚科信息技术有限公司 Method and system for processing message
CN105187555A (en) * 2015-09-29 2015-12-23 北京奇艺世纪科技有限公司 Method, device and system for message processing
CN105391785A (en) * 2015-11-25 2016-03-09 广州华多网络科技有限公司 Method for processing service message and server

Also Published As

Publication number Publication date
CN108920144A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN107133052B (en) Flow creation method and device
CN110688096B (en) Method and device for constructing application program containing plug-in, medium and electronic equipment
CN110795315A (en) Method and device for monitoring service
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
CN108920144B (en) Message processing method and device
CN113076153A (en) Interface calling method and device
CN110221840B (en) Function implementation method and device of application program, equipment and storage medium
CN112948306A (en) Method and device for expanding system interface
CN113779004A (en) Data verification method and device
CN111176641B (en) Flow node execution method, device, medium and electronic equipment
CN112084254A (en) Data synchronization method and system
CN110764768A (en) Method and device for mutual conversion between model object and JSON object
CN115063123A (en) Intelligent manufacturing method and system and electronic equipment
CN112711602B (en) Method and device for running stored procedure, database system and storage medium
CN113448602A (en) Version updating method and device
CN112527885A (en) System and method for data processing based on rule configuration in ETL
CN112099841A (en) Method and system for generating configuration file
CN111221787A (en) File processing method and device
CN113282274B (en) Data processing method and device
CN113835893B (en) Data processing method, device, equipment, storage medium and program product
CN113553040B (en) Registration realization method, device, equipment and medium for visible and spoken identification function
CN109981554B (en) Information processing method and system and electronic equipment
CN109388536B (en) Data collection method and device
CN117270862A (en) Software pluggable method, device, equipment and medium based on dynamic compiling
CN113742035A (en) Edge task execution 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
GR01 Patent grant
GR01 Patent grant