CN105681346A - Method for realizing message analysis based on factory class - Google Patents

Method for realizing message analysis based on factory class Download PDF

Info

Publication number
CN105681346A
CN105681346A CN201610145135.6A CN201610145135A CN105681346A CN 105681346 A CN105681346 A CN 105681346A CN 201610145135 A CN201610145135 A CN 201610145135A CN 105681346 A CN105681346 A CN 105681346A
Authority
CN
China
Prior art keywords
class
protocol analysis
factory
interface
protocol
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610145135.6A
Other languages
Chinese (zh)
Inventor
林清福
徐品
高锦云
乐惠丽
陈建灵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Xinghai Communication Technology Co Ltd
Original Assignee
Fujian Xinghai Communication 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 Fujian Xinghai Communication Technology Co Ltd filed Critical Fujian Xinghai Communication Technology Co Ltd
Priority to CN201610145135.6A priority Critical patent/CN105681346A/en
Publication of CN105681346A publication Critical patent/CN105681346A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Abstract

The invention provides a method for realizing message analysis based on a factory class. The method utilizes a singleton mode in a loki base to realize the factory class, which comprises a protocol analysis CarCmdFactory, an automatically generated protocol analysis class CCarCmdParserObj and a protocol analysis base class CCarCmdParser; and the factory class maintains a unique instance in a project, registers the protocol analysis classes into the instance, and obtains the corresponding protocol analysis class from the instance for analysis according to a protocol name when a message is to be analyzed. The method brings greater extensibility and modification amount as few as possible to the system of the project, and increases working efficiency.

Description

A kind of method realizing packet parsing based on factory's class
Technical field
The present invention relates to communication technique field, particularly relate to a kind of method realizing packet parsing based on factory's class.
Background technology
When object (agreement) is fewer, the place needed in the project directly creates object by new, and this is possible, and fairly simple; But the development along with project, the object (agreement) of access is needed to get more and more, still the place needed in the project directly creates object by new, if the situations such as then creation method change occur, then need to revise code everywhere, maintenance, maintenance difficulties increase, it is easy to produce various problem.
Summary of the invention
The technical problem to be solved in the present invention, is to provide a kind of method realizing packet parsing based on factory's class, bring bigger extensibility and as far as possible few amendment amount to the system of project, it is to increase working efficiency.
The present invention is achieved in that a kind of method realizing packet parsing based on factory's class, described method utilizes the monomer pattern in loki storehouse to realize factory's class, and described factory class comprises: protocol analysis factory class CarCmdFactory, automatically generation protocol analysis class CCarCmdParserObj and protocol analysis base class CCarCmdParser;
Described protocol analysis factory class CarCmdFactory dynamically creates corresponding protocol analysis object according to terminal agreement title; Described automatic generation protocol analysis class CCarCmdParserObj is by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, and returning an object value interface pointer; And also it is responsible for the internal memory release of protocol analysis object; Described protocol analysis base class CCarCmdParser provides various public interface; Adjust user without the need to calling concrete protocol analysis class, as long as calling this protocol analysis base class;
Described factory class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
Further, described method is further specifically: line command is with, before parsing uplink message, first increasing a concrete protocol analysis class under treatment;
This concrete protocol analysis class need to be inherited in described protocol analysis base class CCarCmdParser, and wherein each concrete protocol analysis class all to be inherited such;
The function of protocol analysis base class CCarCmdParser is to provide various public interface, and this public interface comprises: uplink message resolves interface Parser () and down order resolves interface SetPosReport (); Adjust user when calling each interface, it is not necessary to call concrete protocol analysis class, as long as calling this protocol analysis base class CCarCmdParser;
Protocol analysis class has realized, then by corresponding registration interface, this parsing class is registered in protocol analysis factory class CarCmdFactory;
Factory's class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
Further, the described mode of registering this parsing class being registered in protocol analysis factory class CarCmdFactory by corresponding registration interface as: the main function of described protocol analysis factory class CarCmdFactory is to provide two interfaces: one, be that the information of each protocol analysis class is registered to inside a map table; This information: agreement title and the concrete protocol analysis object interface of establishment; Two, it is create protocol analysis object, namely utilizes agreement title to obtain the corresponding concrete protocol analysis object interface of establishment from map table, and create protocol analysis object by this interface.
Further, the flow process of described process down order is specially:
After in project, program receives locating query order, in command manager, definition generates the local object of protocol analysis class CCarCmdParserObj automatically; Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Automatically generate protocol analysis class CCarCmdParserObj and three functions are mainly provided, one is utilize structure function with passing the agreement name parameter of coming in, by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, two is the pointer returning and pointing to each protocol analysis object, return of value type is CCarCmdParser, and three is the internal memory being discharged protocol analysis object by analysis structure function;
Command manager obtains, by automatically generating protocol analysis class CCarCmdParserObj object, the pointer pointing to protocol analysis class interface, and utilizes this pointer to call corresponding interface and carry out resolve command; By calling interface SetPOSReport in command manager, package according to agreement, and the bag organized is set to the order buffer zone of protocol analysis class;
Finally, command manager obtains data from the buffer zone of protocol analysis class to carry out doing further process, and utilizes CCarCmdParserObj to analyse structure function and discharge the internal memory distributing to protocol analysis object.
Further, the idiographic flow of described parsing uplink message is:
After item object program receives uplink message, in the upper row data treater of project, definition generates the local object of protocol analysis class CCarCmdParserObj automatically; Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Upper row data treater obtains, by automatically generating protocol analysis class CCarCmdParserObj object, the pointer pointing to protocol analysis class interface, and utilizes this pointer to call corresponding interface and carry out analytic message;
Finally, utilize generation protocol analysis class CCarCmdParserObj automatically to analyse structure function and discharge the internal memory distributing to protocol analysis object.
Tool of the present invention has the following advantages: the present invention brings bigger extensibility and as far as possible few amendment amount to system, when increasing an agreement, as long as defining this protocol analysis class, and this protocol class title and establishment interface are registered to protocol analysis factory class, as long as passing agreement title in the place used just can create corresponding protocol analysis object, and not judging concrete agreement type; When protocol object creation method revised by needs, as long as amendment protocol object creates the definition of interface.
Accompanying drawing explanation
Fig. 1 is the inventive method overall work schematic diagram.
Fig. 2 is down order treatment scheme schematic diagram of the present invention.
Fig. 3 is the idiographic flow schematic diagram that the present invention resolves uplink message.
Embodiment
Refer to shown in Fig. 1, a kind of method realizing packet parsing based on factory's class of the present invention, described method utilizes the monomer pattern in loki storehouse to realize factory's class, and described factory class comprises: protocol analysis factory class CarCmdFactory, automatically generation protocol analysis class CCarCmdParserObj and protocol analysis base class CCarCmdParser;
Described protocol analysis factory class CarCmdFactory dynamically creates corresponding protocol analysis object according to terminal agreement title; Described automatic generation protocol analysis class CCarCmdParserObj is by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, and returning an object value interface pointer; And also it is responsible for the internal memory release of protocol analysis object; Described protocol analysis base class CCarCmdParser provides various public interface; Adjust user without the need to calling concrete protocol analysis class, as long as calling this protocol analysis base class;
Described factory class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
Described method is further specifically: line command is with, before parsing uplink message, first increasing a concrete protocol analysis class under treatment; This concrete protocol analysis class is such as CSampleParser protocol analysis class, and it is defined as follows:
This concrete protocol analysis class need to be inherited in described protocol analysis base class CCarCmdParser, and wherein each concrete protocol analysis class all to be inherited such;
The function of protocol analysis base class CCarCmdParser is to provide various public interface, and this public interface comprises: uplink message resolves interface Parser () and down order resolves interface SetPosReport (); Adjust user when calling each interface, it is not necessary to call concrete protocol analysis class, as long as calling this protocol analysis base class CCarCmdParser;
Protocol analysis class has realized, then by corresponding registration interface, this parsing class is registered in protocol analysis factory class CarCmdFactory;
The described mode of registering this parsing class being registered in protocol analysis factory class CarCmdFactory by corresponding registration interface as:
CarCmdFactory::Instance () .Register (" SampleParser ", CSampleParser::Create); Wherein " SampleParser " it is agreement title, CSampleParser::Create creates protocol analysis object interface.
The main function of described protocol analysis factory class CarCmdFactory is to provide two interfaces: one, be that the information of each protocol analysis class is registered to inside a map table;This information: agreement title and the concrete protocol analysis object interface of establishment; Two, it is create protocol analysis object, namely utilizes agreement title to obtain the corresponding concrete protocol analysis object interface of establishment from map table, and create protocol analysis object by this interface. As:
The class that CarCmdFactory obtains from SingletonHolder instantiation, it is defined as follows:
Factory's class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
In the present invention, the flow process of described process down order is specially:
After in project, program receives order, in command manager, definition generates the local object of protocol analysis class CCarCmdParserObj automatically; Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Automatically generate protocol analysis class CCarCmdParserObj and three functions are mainly provided, one is utilize structure function with passing the agreement name parameter of coming in, by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, two is the pointer returning and pointing to each protocol analysis object, return of value type is CCarCmdParser, and three is the internal memory being discharged protocol analysis object by analysis structure function;
Wherein, the following class of the primary interface of CCarCmdParserObj (see table 1):
Table 1
Secondly, command manager obtains the pointer pointing to protocol analysis class interface by CCarCmdParserObj object, and utilizes this pointer to call corresponding interface and carry out resolve command. Such as, by calling interface SetPOSReport in command manager in Fig. 2, package according to agreement, and the bag organized is set to the order buffer zone of protocol analysis class. The form of order buffer zone is as follows:
Buffer zone structure is such as following table 2:
Table 2
PData points to the first address of data, and data buffer, at packing order agreement distribute, discharges in analysis structure function. BufSize indicates the byte number of data.
Article one, order can have multiple order data buffer zone. The data of each buffer zone can be sent respectively by command manager.
The m_pCmdBuf of CcarCmdParser carries m_nCmdBufNum tCmdBuffer buffer zone.
TCmdBuffer*m_pCmdBuf;
Size_tm_nCmdBufNum;
The C++ pseudo-code arranging buffer zone is as follows:
Should be noted that, the life cycle of buf must be consistent with the life cycle of CcarCmdParser, namely the internal memory space of buf must exist during CCarCmsParser object exists, and discharges the buffer zone of buf by the analysis structure function in the derived class of CCarCmdParser. Static array can also be used to make buf, and using it as class member's function, so just without the problem of pipe distribution and releasing memory.
Finally, command manager obtains data from the buffer zone of protocol analysis class to carry out doing further process, and utilizes CCarCmdParserObj to analyse structure function and discharge the internal memory distributing to protocol analysis object.
The idiographic flow of described parsing uplink message is:
After item object program receives uplink message, in the upper row data treater of project, definition generates the local object of protocol analysis class CCarCmdParserObj automatically;Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Upper row data treater obtains, by automatically generating protocol analysis class CCarCmdParserObj object, the pointer pointing to protocol analysis class interface, and utilizes this pointer to call corresponding interface and carry out analytic message;
Finally, utilize generation protocol analysis class CCarCmdParserObj automatically to analyse structure function and discharge the internal memory distributing to protocol analysis object.
In a word, factory's class of the present invention is the instantiation of unified management object, and its principle is that the establishment of object is concentrated on a place (in factory), when increasing new object type, it is only necessary to change factory method. Use factory's class can bring bigger extensibility and as far as possible few amendment amount to system.
Loki storehouse is that the method based on strategy realizes, it adopts the mode of template to achieve a lot of Design Modes, such as monomer pattern, strategy pattern, visitor etc., wherein the feature of singleton pattern (i.e. monomer pattern) is the unique instance allowing class self preserve it, and do not allow to create other example, namely guarantee that a class only has an example in systems in which; In Loki storehouse, SingletonHolder class provides the support to Singleton pattern. Present invention utilizes monomer pattern.
In addition, factory of the present invention class utilizes this SingletonHolder class wrapper and becomes, mainly utilize singleton pattern, safeguard a unique instance in systems in which, each class of resolving is registered in the middle of this example, if any message to be resolved time, factory's class obtains corresponding class of resolving from this example according to protocol name and resolves, thus improves the programming efficiency of programming personnel.
The foregoing is only the better embodiment of the present invention, all impartial changes done according to the present patent application patent scope, with modifying, all should belong to the covering scope of the present invention.

Claims (5)

1. one kind realizes the method for packet parsing based on factory's class, it is characterized in that: described method utilizes the monomer pattern in loki storehouse to realize factory's class, and described factory class comprises: protocol analysis factory class CarCmdFactory, automatically generation protocol analysis class CCarCmdParserObj and protocol analysis base class CCarCmdParser;
Described protocol analysis factory class CarCmdFactory dynamically creates corresponding protocol analysis object according to terminal agreement title; Described automatic generation protocol analysis class CCarCmdParserObj is by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, and returning an object value interface pointer; And also it is responsible for the internal memory release of protocol analysis object; Described protocol analysis base class CCarCmdParser provides various public interface; Adjust user without the need to calling concrete protocol analysis class, as long as calling this protocol analysis base class;
Described factory class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
2. a kind of method realizing packet parsing based on factory's class according to claim 1, it is characterised in that: described method is further specifically: line command is with, before parsing uplink message, first increasing a concrete protocol analysis class under treatment;
This concrete protocol analysis class need to be inherited in described protocol analysis base class CCarCmdParser, and wherein each concrete protocol analysis class all to be inherited such;
The function of protocol analysis base class CCarCmdParser is to provide various public interface, and this public interface comprises: uplink message resolves interface Parser () and down order resolves interface SetPosReport (); Adjust user when calling each interface, it is not necessary to call concrete protocol analysis class, as long as calling this protocol analysis base class CCarCmdParser;
Protocol analysis class has realized, then by corresponding registration interface, this parsing class is registered in protocol analysis factory class CarCmdFactory;
Factory's class safeguards a unique instance in the project, is registered in the middle of this example by each protocol analysis class, and when there being message to be resolved, described factory class obtains corresponding protocol analysis class from described example according to protocol name and resolves.
3. a kind of method realizing packet parsing based on factory's class according to claim 2, it is characterised in that: the described mode of registering this parsing class being registered in protocol analysis factory class CarCmdFactory by corresponding registration interface as: the main function of described protocol analysis factory class CarCmdFactory is to provide two interfaces: one, be that the information of each protocol analysis class is registered to inside a map table; This information: agreement title and the concrete protocol analysis object interface of establishment; Two, it is create protocol analysis object, namely utilizes agreement title to obtain the corresponding concrete protocol analysis object interface of establishment from map table, and create protocol analysis object by this interface.
4. a kind of method realizing packet parsing based on factory's class according to claim 3, it is characterised in that: the flow process of described process down order is specially:
After in project, program receives order, in command manager, definition generates the local object of protocol analysis class CCarCmdParserObj automatically; Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Automatically generate protocol analysis class CCarCmdParserObj and three functions are mainly provided, one is utilize structure function with passing the agreement name parameter of coming in, by creating corresponding protocol analysis object to protocol analysis factory class CarCmdFactory specified protocol name, two is the pointer returning and pointing to each protocol analysis object, return of value type is CCarCmdParser, and three is the internal memory being discharged protocol analysis object by analysis structure function;
Command manager obtains, by automatically generating protocol analysis class CCarCmdParserObj object, the pointer pointing to protocol analysis class interface, and utilizes this pointer to call corresponding interface and carry out resolve command; By calling interface SetPOSReport in command manager, package according to agreement, and the bag organized is set to the order buffer zone of protocol analysis class;
Finally, command manager obtains data from the buffer zone of protocol analysis class to carry out doing further process, and utilizes CCarCmdParserObj to analyse structure function and discharge the internal memory distributing to protocol analysis object.
5. a kind of method realizing packet parsing based on factory's class according to claim 3, it is characterised in that: the idiographic flow of described parsing uplink message is:
After item object program receives uplink message, in the upper row data treater of project, definition generates the local object of protocol analysis class CCarCmdParserObj automatically;Automatically generate protocol analysis class CarCmdParserObj and utilize structure function, obtain interface by agreement type name from the map table protocol analysis factory class CarCmdFactory and create corresponding protocol analysis class;
Upper row data treater obtains, by automatically generating protocol analysis class CCarCmdParserObj object, the pointer pointing to protocol analysis class interface, and utilizes this pointer to call corresponding interface and carry out analytic message;
Finally, utilize generation protocol analysis class CCarCmdParserObj automatically to analyse structure function and discharge the internal memory distributing to protocol analysis object.
CN201610145135.6A 2016-03-15 2016-03-15 Method for realizing message analysis based on factory class Pending CN105681346A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610145135.6A CN105681346A (en) 2016-03-15 2016-03-15 Method for realizing message analysis based on factory class

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610145135.6A CN105681346A (en) 2016-03-15 2016-03-15 Method for realizing message analysis based on factory class

Publications (1)

Publication Number Publication Date
CN105681346A true CN105681346A (en) 2016-06-15

Family

ID=56215100

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610145135.6A Pending CN105681346A (en) 2016-03-15 2016-03-15 Method for realizing message analysis based on factory class

Country Status (1)

Country Link
CN (1) CN105681346A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108845792A (en) * 2018-04-12 2018-11-20 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment of class factory registration
CN108897532A (en) * 2018-04-12 2018-11-27 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment of class factory registration
CN110209377A (en) * 2019-04-26 2019-09-06 平安科技(深圳)有限公司 Interface packet processing method, device, equipment and storage medium based on factory class
CN110839022A (en) * 2019-10-31 2020-02-25 四川航天系统工程研究所 Vehicle-mounted control software communication protocol analysis method based on xml language
CN111752551A (en) * 2020-06-29 2020-10-09 广东浪潮大数据研究有限公司 Method and system for generating instantiation object, electronic equipment and storage medium
CN112445868A (en) * 2019-08-30 2021-03-05 北京京东振世信息技术有限公司 Service message processing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655795A (en) * 2009-09-25 2010-02-24 金蝶软件(中国)有限公司 Method for creating service embodiment and enterprise resource planning system
CN102073520A (en) * 2010-12-30 2011-05-25 中国民航信息网络股份有限公司 Dynamic management system and method for C++ application program version
CN102141919A (en) * 2010-01-28 2011-08-03 北京邮电大学 Modularized java application software online updating system and method
CN103455335A (en) * 2013-09-12 2013-12-18 苏州灵巴巴网络科技有限公司 Multilevel classification Web implementation method
CN103795729A (en) * 2014-02-25 2014-05-14 国云科技股份有限公司 Unified device control method based on multiple protocols

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655795A (en) * 2009-09-25 2010-02-24 金蝶软件(中国)有限公司 Method for creating service embodiment and enterprise resource planning system
CN102141919A (en) * 2010-01-28 2011-08-03 北京邮电大学 Modularized java application software online updating system and method
CN102073520A (en) * 2010-12-30 2011-05-25 中国民航信息网络股份有限公司 Dynamic management system and method for C++ application program version
CN103455335A (en) * 2013-09-12 2013-12-18 苏州灵巴巴网络科技有限公司 Multilevel classification Web implementation method
CN103795729A (en) * 2014-02-25 2014-05-14 国云科技股份有限公司 Unified device control method based on multiple protocols

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王强: "某部军用车辆动态管理监控系统的设计与实现", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108845792A (en) * 2018-04-12 2018-11-20 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment of class factory registration
CN108897532A (en) * 2018-04-12 2018-11-27 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment of class factory registration
CN108845792B (en) * 2018-04-12 2022-01-04 武汉斗鱼网络科技有限公司 Method and device for class factory registration and electronic equipment
CN108897532B (en) * 2018-04-12 2022-01-04 武汉斗鱼网络科技有限公司 Method and device for class factory registration and electronic equipment
CN110209377A (en) * 2019-04-26 2019-09-06 平安科技(深圳)有限公司 Interface packet processing method, device, equipment and storage medium based on factory class
CN112445868A (en) * 2019-08-30 2021-03-05 北京京东振世信息技术有限公司 Service message processing method and device
CN112445868B (en) * 2019-08-30 2024-04-12 北京京东振世信息技术有限公司 Service message processing method and device
CN110839022A (en) * 2019-10-31 2020-02-25 四川航天系统工程研究所 Vehicle-mounted control software communication protocol analysis method based on xml language
CN111752551A (en) * 2020-06-29 2020-10-09 广东浪潮大数据研究有限公司 Method and system for generating instantiation object, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105681346A (en) Method for realizing message analysis based on factory class
CN108052321B (en) Method for automatically generating intelligent contract of block chain based on configuration information
CN110189121B (en) Data processing method and device, block chain client and block chain link point
CN104573115B (en) Support the realization method and system of the integrated interface of multi-type database operation
CN101408899B (en) Method and apparatus for switching website multiple data sources
US20210243032A1 (en) Sending cross-chain authenticatable messages
CN110597842B (en) Service data query method and system
US20210326471A1 (en) Methods and apparatuses for chaining service data
CN105138326A (en) Method and system for achieving structured query language (sql) dynamic configuration based on ibatis
CN104539713A (en) Service request processing method and device
CN112307066B (en) Distributed data aggregation method, system, device and storage medium
CN107085605B (en) Method and device for data packaging and electronic equipment
WO2020259081A1 (en) Task scheduling method, apparatus, and device, and computer-readable storage medium
CN105302737A (en) Memory allocation management method and memory allocation management system
CN109413211A (en) A kind of framework and its implementation of EOS block chain super node
CN100365583C (en) Package realizing method and system
CN103268230A (en) Method used for constructing cloud computing information management platform capable of expanding service
CN113467972A (en) Communication interface construction method, communication interface construction device, computer equipment and storage medium
CN106648858A (en) Interactive management system for C# interface data
CN104182356A (en) Memory management method and device and terminal device
CN105653351A (en) Method and system for optimizing virtual machines of java cards
KR102443171B1 (en) System and method for supporting data type conversion in a heterogeneous computing environment
CN102004803A (en) Method and device for scheduling database resources
Agbaria et al. LMPI: MPI for heterogeneous embedded distributed systems
CN106411545A (en) Service attribute counting method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160615