CN102043624B - Method for automatically programming intermediate communication interface and device - Google Patents

Method for automatically programming intermediate communication interface and device Download PDF

Info

Publication number
CN102043624B
CN102043624B CN 201010593521 CN201010593521A CN102043624B CN 102043624 B CN102043624 B CN 102043624B CN 201010593521 CN201010593521 CN 201010593521 CN 201010593521 A CN201010593521 A CN 201010593521A CN 102043624 B CN102043624 B CN 102043624B
Authority
CN
China
Prior art keywords
interface
mark
code
file
template file
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
CN 201010593521
Other languages
Chinese (zh)
Other versions
CN102043624A (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.)
Hisense TransTech Co Ltd
Qingdao Hisense Network Technology Co Ltd
Original Assignee
Qingdao Hisense Network 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 Qingdao Hisense Network Technology Co Ltd filed Critical Qingdao Hisense Network Technology Co Ltd
Priority to CN 201010593521 priority Critical patent/CN102043624B/en
Publication of CN102043624A publication Critical patent/CN102043624A/en
Application granted granted Critical
Publication of CN102043624B publication Critical patent/CN102043624B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method for automatically programming an intermediate communication interface and a device. The method comprises the following steps of: adding notes and labels to a definitional language of an interface requiring automatic programming processing in a definitional language file of the interface; establishing a template file according to the type of the interface requiring automatic programming processing, wherein templates of interface programs corresponding to different types of interfaces are recorded in the template file; scanning the definitional language of the interface to acquire all the definitional languages with notes and labels; and calling the template file to automatically generate an interface program according to the definitional language of the interface and the corresponding notes and labels. Regarding the interface requiring automatic programming processing, in the definitional language file of the interface, the notes and labels are added to the definitional language of the interface, and the interface program corresponding to the interface is automatically generated according to the notes and labels and the established template file, so that the programming workload is reduced by the method for automatically programming the intermediate communication interface, and subsequent maintenance is facilitated.

Description

Middleware communication interface automatic programming method and device
Technical field
The present invention relates to communication technique field, relate in particular to a kind of middleware communication interface automatic programming method and device.
Background technology
At present, in the programming field based on the distributed communication middleware of interface, middleware comprises CORBA (Common Object Request Broker Architecture, Common Object Request Broker Architecture) or ICE (Internet Communications Engine, the Internet traffic engine) etc., middleware all provides the IDL (Interface Definition Language) of oneself, IDL (InterfaceDefinition Language as CORBA, IDL (Interface Definition Language)), the SLICE of ICE (Specification Languagefor Ice, the Ice specification normative language) etc., the user is by the needed interface of IDL (Interface Definition Language) statement system, and being mapped as specific interface routine (for example: C++ or C# etc.) in service end and client, the interface that provides by middleware just can be realized the communication between service end and the client.According to the communication need between service end and the client, need utilize middleware to define a plurality of interfaces, wherein, the syntactic class of most of interfaces seemingly still there are differences.Prior art to communication interface the common employing of programming manually write the generation interface routine, this mode code repeats many, makes mistakes easily, when interface is adjusted, very difficult disposable all codes is adjusted to the right place.Therefore, the programing work amount of communication interface is big in the prior art, the later maintenance difficulty.
Summary of the invention
The invention provides a kind of middleware communication interface automatic programming method and device, big in order to the programing work amount that solves communication interface in the prior art, the defective of later maintenance difficulty realizes reducing the programing work amount by middleware communication interface automatic programming method, makes things convenient for later maintenance.
The invention provides a kind of middleware communication interface automatic programming method, comprising:
In the definitional language file of interface, in carrying out the definitional language of the interface that automated programming handles, needs add annotation callout;
Carry out the type of the interface that automated programming handles as required, the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file;
The definitional language file of scan interface is to obtain the definitional language that all are added with annotation callout;
According to the definitional language of interface and corresponding annotation callout with it, call template file with automatic generation interface routine.
The present invention also provides a kind of middleware communication interface automatic programming unit, it is characterized in that, comprising:
Add module, be used for the definitional language file at interface, in needs carry out the definitional language of the interface that automated programming handles, add annotation callout;
Creation module is used for carrying out as required the type of the interface that automated programming handles, and the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file;
Scan module is for the definitional language file of scan interface, to obtain the definitional language that all are added with annotation callout;
Generation module is used for calling template file with automatic generation interface routine according to the definitional language of interface and the annotation callout of correspondence with it.
Middleware communication interface automatic programming method provided by the invention and device, by in the IDL (Interface Definition Language) file, in its definitional language, add annotation callout at the interface that needs automated programming to handle, template file according to annotation callout and establishment just can generate the corresponding interface routine of interface that the needs automated programming is handled automatically, thereby need not manually each interface to be programmed, and in the later maintenance process, can be by the interface routine content in the change module file, just can with all can automated programming the interface routine of interface correspondence upgrade, realize reducing the programing work amount by middleware communication interface automatic programming method, and make things convenient for later maintenance.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, to do one to the accompanying drawing of required use in embodiment or the description of the Prior Art below introduces simply, apparently, accompanying drawing in describing below is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the process flow diagram of middleware communication interface automatic programming method embodiment of the present invention;
Fig. 2 is the process flow diagram of step 4 among the middleware communication interface automatic programming method embodiment of the present invention;
Fig. 3 is the structural representation of middleware communication interface automatic programming unit embodiment of the present invention;
Fig. 4 is the structural representation of generation module among the middleware communication interface automatic programming unit embodiment of the present invention.
Embodiment
For the purpose, technical scheme and the advantage that make the embodiment of the invention clearer, below in conjunction with the accompanying drawing in the embodiment of the invention, technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that obtains under the creative work prerequisite.
Fig. 1 is the process flow diagram of middleware communication interface automatic programming method embodiment of the present invention.As shown in Figure 1, present embodiment middleware communication interface automatic programming method comprises:
Step 1, in the definitional language file of interface, in needs carry out the definitional language of the interface that automated programming handles, add annotation callout.
Particularly, the step 1 in the present embodiment is added annotation callout in needs carry out the corresponding definitional language of interface that automated programming handles in the definitional language file of interface.The IDL (Interface Definition Language) that present embodiment middleware communication interface automatic programming method provides with middleware ICE is that example describes, for the annotation callout that makes interpolation does not influence the normal function of definitional language, annotation callout is to begin the passage that finishes to " */" with "/* " in the IDL (Interface Definition Language) that ICE provides.
Step 2, carry out the type of the interface that automated programming handles as required, the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file.
Particularly, step 2 in the present embodiment will be carried out the type of the interface of automated programming processing as required, interface drawing template establishment file at every type, wherein, to record the code of the corresponding interface routine that writes in advance of dissimilar interfaces in the template file in the present embodiment, the code of the interface routine that all write is in advance formed template file, in order to call when generating interface routine automatically.
The definitional language file of step 3, scan interface is to obtain the definitional language that all are added with annotation callout.
Particularly, step 3 in the present embodiment scans all definitional languages in the definitional language file of docking port, can obtain the definitional language that all are added with annotation callout, thereby can investigate thoroughly that all need carry out the definitional language of the interface correspondence that automated programming handles.
Step 4, according to the definitional language of interface and corresponding annotation callout with it, call template file with automatic generation interface routine.
Particularly, after the definitional language of the interface that by step 3 all is needed automated programming to handle finds out, can be according to the annotation callout of adding in the definitional language of each interface correspondence and this definitional language by the step 4 in the present embodiment, call the template of interface routine corresponding in the template file, just can generate the interface routine of this interface correspondence automatically.Wherein, the annotation callout in the present embodiment can comprise mark types such as interface document name mark, structure mark, interface mark and function mark.Interface document name mark need scan and handle this interface when being illustrated in code and generating automatically; Structure mark need scan and handle follow-up structure when being illustrated in code and generating automatically; Interface mark need scan and handle follow-up interface function code when being illustrated in code and generating automatically, wherein, can mark out the type of this interface in the interface mark, generates different interface codes according to different interface types when being used for code and generating automatically; Function mark need scan and handle follow-up interface function when being illustrated in code and generating automatically, wherein, generates different function code according to different flow process control words when the function mark can mark out and generate automatically for code.As shown in Figure 2, the step 4 in the present embodiment can specifically comprise the steps:
Step 41, according to interface document name mark, the definitional language of the interface that scanning is corresponding with this document name mark marks and function marks with structure mark, the interface that is comprised in the definitional language that obtains this interface.Concrete, in the definitional language of the interface correspondence that needs automated programming to handle, be added with mark types such as interface document name mark, structure mark, interface mark and function mark by step 1, all definitional languages with interface document name mark scan by step 41 pair, and just can obtain each needs the structure mark, interface mark and the function mark that include in the definitional language of the interface that automated programming handles.
Step 42, according to structure mark, interface mark and function mark, call template file with automatic corresponding structure code, interface code and the function code that generates in the interface routine.Concrete, after structure mark, interface mark and the function mark of the interface correspondence that by step 41 each is needed automated programming to handle scan, then according to structure mark, interface mark and function mark, call the code of the interface routine that writes in advance in the template file, just automatic generating structure body code, interface code and function code that can be corresponding, thus realize generating automatically the interface routine of interface.
Step 5, the interface routine that will generate automatically save as the interface routine file automatically.
Particularly, the interface routine that will generate is automatically for convenience preserved, and the step 5 in the present embodiment will save as the interface routine file automatically by the interface routine that step 4 generates.
Wherein, the interface mark in the present embodiment includes be used to calling the interface keyword that template file produces versatility code, and the function mark includes be used to calling the flow process control word that template file produces particular code; Include in the template of the interface routine of template file for generation of the interface of versatility code and replace word and replace word for generation of the flow process control of particular code.
Step 3 in the present embodiment can be the definitional language file of scan interface, obtaining the definitional language that all are added with annotation callout, and therefrom decomposites interface keyword and flow process control word.Concrete, the definitional language that all can be added with annotation callout by step 3 scans, and can decomposite interface keyword and flow process control word from annotation callout.Interface keyword can embody the type of this interface, thereby calls corresponding interface routine Code Template from template file; And the flow process control word can embody the specific function that this interface has, thereby can from template file, call the interface routine Code Template with specific function, make the interface routine after the automatic generation can realize specific function, thereby distinguish other interface.
Same, the step 42 in the present embodiment can for: according to the structure mark and call template file, generating structure body code; According to interface mark and interface keyword and call template file, the interface that interface keyword is replaced in the template file is replaced word, generates the interface code with versatility code; According to function mark and flow process control word and call template file, word is replaced in the flow process control that the flow process control word is replaced in the template file, and generation has the function code of particular code.Concrete, decomposite the interface keyword and flow process control word that contains in the annotation callout of each interface by step 3 after, by step 42 just generating structure body code, interface code and function code automatically.Wherein, the interface that interface keyword will be replaced in the template file is replaced word, thereby generates the interface code with versatility code, makes corresponding interface can realize the general function that the same kind interface has; And word is replaced in the flow process control that the flow process control word will be replaced in the template file, thereby generates the function code with particular code, makes corresponding interface can realize the specific function of user's defined, thereby is different from the interface that other do not have the flow process control word.As from the foregoing, can generate its corresponding versatility code automatically to the interface of identical function by present embodiment middleware communication interface automatic programming method, and can be to its corresponding particular code of the corresponding generation of interface with specific function.
Present embodiment middleware communication interface automatic programming method, by in the IDL (Interface Definition Language) file, in its definitional language, add annotation callout at the interface that needs automated programming to handle, template file according to annotation callout and establishment just can generate the corresponding interface routine of interface that the needs automated programming is handled automatically, thereby need not manually each interface to be programmed, and in the later maintenance process, can be by the interface routine content in the change module file, just can with all can automated programming the interface routine of interface correspondence upgrade, realize reducing the programing work amount by middleware communication interface automatic programming method, and make things convenient for later maintenance.
One of ordinary skill in the art will appreciate that: all or part of step that realizes said method embodiment can be finished by the relevant hardware of programmed instruction, aforesaid program can be stored in the computer read/write memory medium, this program is carried out the step that comprises said method embodiment when carrying out; And aforesaid storage medium comprises: various media that can be program code stored such as ROM, RAM, magnetic disc or CD.
Fig. 3 is the structural representation of middleware communication interface automatic programming unit embodiment of the present invention, and Fig. 4 is the structural representation of generation module among the middleware communication interface automatic programming unit embodiment of the present invention.As shown in Figure 3 and Figure 4, present embodiment middleware communication interface automatic programming unit comprises: add module 1, creation module 2, scan module 3, generation module 4 and preserve module 5.
Add the definitional language file that module 1 is used at interface, in needs carry out the definitional language of the interface that automated programming handles, add annotation callout;
Creation module 2 is used for carrying out as required the type of the interface that automated programming handles, and the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file;
Scan module 3 is used for the definitional language file of scan interface, to obtain the definitional language that all are added with annotation callout;
Generation module 4 is used for calling template file with automatic generation interface routine according to the definitional language of interface and the annotation callout of correspondence with it;
Preserve module 5 and save as the interface routine file automatically for the interface routine that will generate automatically.
Wherein, annotation callout can comprise interface document name mark, structure mark, interface mark and function mark; Generation module 4 in the present embodiment comprises: scanning submodule 41 and generation submodule 42.
Scanning submodule 41 is used for according to interface document name mark, and the definitional language of the interface that scanning is corresponding with this document name mark is with structure mark, interface mark and the function mark that is comprised in the definitional language that obtains this interface;
Generate submodule 42 and be used for according to structure mark, interface mark and function mark, call template file with automatic corresponding structure code, interface code and the function code that generates in the interface routine.
In addition, the interface mark in the present embodiment includes be used to calling the interface keyword that template file produces versatility code, and the function mark includes be used to calling the flow process control word that template file produces particular code;
Include in the template of the interface routine of template file for generation of the interface of versatility code and replace word and replace word for generation of the flow process control of particular code;
Scan module 3 also is used for the definitional language file of scan interface, obtaining the definitional language that all are added with annotation callout, and therefrom decomposites interface keyword and flow process control word;
Generating submodule 42 also comprises: first generates submodule, second generates submodule and the 3rd generation submodule; First generates submodule is used for marking and call template file, generating structure body code according to structure; The second generation submodule is used for according to interface mark and interface keyword and calls template file, and the interface that interface keyword is replaced in the template file is replaced word, generates the interface code with versatility code; The 3rd generation submodule is used for according to function mark and flow process control word and calls template file, and the flow process that the flow process control word is replaced in the template file is controlled the replacement word, generates the function code with particular code.
Particularly, the concrete course of work of the interpolation module 1 in the present embodiment middleware communication interface automatic programming unit, creation module 2, scan module 3, generation module 4 and preservation module 5 can not repeat them here referring to the record of middleware communication interface automatic programming method embodiment of the present invention.
Present embodiment middleware communication interface automatic programming unit, by in the IDL (Interface Definition Language) file, in its definitional language, add annotation callout at the interface that needs automated programming to handle, template file according to annotation callout and establishment just can generate the corresponding interface routine of interface that the needs automated programming is handled automatically, thereby need not manually each interface to be programmed, and in the later maintenance process, can be by the interface routine content in the change module file, just can with all can automated programming the interface routine of interface correspondence upgrade, realize reducing the programing work amount by middleware communication interface automatic programming method, and make things convenient for later maintenance.
It should be noted that at last: above embodiment only in order to technical scheme of the present invention to be described, is not intended to limit; Although with reference to previous embodiment the present invention is had been described in detail, those of ordinary skill in the art is to be understood that: it still can be made amendment to the technical scheme that aforementioned each embodiment puts down in writing, and perhaps part technical characterictic wherein is equal to replacement; And these modifications or replacement do not make the essence of appropriate technical solution break away from the spirit and scope of various embodiments of the present invention technical scheme.

Claims (6)

1. a middleware communication interface automatic programming method is characterized in that, comprising:
In the definitional language file of interface, in carrying out the definitional language of the interface that automated programming handles, needs add annotation callout;
Carry out the type of the interface that automated programming handles as required, the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file;
The definitional language file of scan interface is to obtain the definitional language that all are added with annotation callout;
According to the definitional language of interface and corresponding annotation callout with it, call template file with automatic generation interface routine;
Wherein, described annotation callout comprises interface document name mark, structure mark, interface mark and function mark;
Described according to the definitional language of interface and corresponding annotation callout with it, call template file with automatic generation interface routine, be specially: mark according to the interface document name, the definitional language of the interface that scanning is corresponding with this document name mark is with structure mark, interface mark and the function mark that is comprised in the definitional language that obtains this interface; According to structure mark, interface mark and function mark, call template file with automatic corresponding structure code, interface code and the function code that generates in the interface routine.
2. middleware communication interface automatic programming method according to claim 1 is characterized in that, describedly generates automatically after the interface routine according to the definitional language of interface and corresponding annotation callout with it, also comprises:
Automatically the interface routine that generates is saved as the interface routine file automatically.
3. middleware communication interface automatic programming method according to claim 1, it is characterized in that, described interface mark includes be used to calling the interface keyword that template file produces versatility code, and described function mark includes be used to calling the flow process control word that template file produces particular code;
Include in the template of the interface routine of template file for generation of the interface of versatility code and replace word and replace word for generation of the flow process control of particular code;
The definitional language file of described scan interface, to obtain the definitional language that all are added with annotation callout, be specially: the definitional language file of scan interface obtaining the definitional language that all are added with annotation callout, and therefrom decomposites interface keyword and flow process control word;
Described according to structure mark, interface mark and function mark, call template file with automatic corresponding structure code, interface code and the function code that generates in the interface routine, be specially:
Mark and call template file, generating structure body code according to structure;
According to interface mark and interface keyword and call template file, the interface that interface keyword is replaced in the template file is replaced word, generates the interface code with versatility code;
According to function mark and flow process control word and call template file, word is replaced in the flow process control that the flow process control word is replaced in the template file, and generation has the function code of particular code.
4. a middleware communication interface automatic programming unit is characterized in that, comprising:
Add module, be used for the definitional language file at interface, in needs carry out the definitional language of the interface that automated programming handles, add annotation callout;
Creation module is used for carrying out as required the type of the interface that automated programming handles, and the drawing template establishment file records the template of the dissimilar corresponding interface routines of interface in the template file;
Scan module is for the definitional language file of scan interface, to obtain the definitional language that all are added with annotation callout;
Generation module is used for calling template file with automatic generation interface routine according to the definitional language of interface and the annotation callout of correspondence with it;
Wherein, described annotation callout comprises interface document name mark, structure mark, interface mark and function mark;
Described generation module comprises:
The scanning submodule is used for according to interface document name mark, and the definitional language of the interface that scanning is corresponding with this document name mark is with structure mark, interface mark and the function mark that is comprised in the definitional language that obtains this interface;
Generate submodule, be used for according to structure mark, interface mark and function mark, call template file with automatic corresponding structure code, interface code and the function code that generates in the interface routine.
5. middleware communication interface automatic programming unit according to claim 4 is characterized in that, also comprises:
Preserve module, the interface routine that is used for generating automatically saves as the interface routine file automatically.
6. middleware communication interface automatic programming unit according to claim 4, it is characterized in that, described interface mark includes be used to calling the interface keyword that template file produces versatility code, and described function mark includes be used to calling the flow process control word that template file produces particular code;
Include in the template of the interface routine of template file for generation of the interface of versatility code and replace word and replace word for generation of the flow process control of particular code;
Described scan module also is used for the definitional language file of scan interface, obtaining the definitional language that all are added with annotation callout, and therefrom decomposites interface keyword and flow process control word;
Described generation submodule also comprises:
First generates submodule, is used for marking and call template file, generating structure body code according to structure;
Second generates submodule, is used for according to interface mark and interface keyword and calls template file, and the interface that interface keyword is replaced in the template file is replaced word, generates the interface code with versatility code;
The 3rd generates submodule, is used for according to function mark and flow process control word and calls template file, and word is replaced in the flow process control that the flow process control word is replaced in the template file, and generation has the function code of particular code.
CN 201010593521 2010-12-17 2010-12-17 Method for automatically programming intermediate communication interface and device Active CN102043624B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010593521 CN102043624B (en) 2010-12-17 2010-12-17 Method for automatically programming intermediate communication interface and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010593521 CN102043624B (en) 2010-12-17 2010-12-17 Method for automatically programming intermediate communication interface and device

Publications (2)

Publication Number Publication Date
CN102043624A CN102043624A (en) 2011-05-04
CN102043624B true CN102043624B (en) 2013-07-10

Family

ID=43909783

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010593521 Active CN102043624B (en) 2010-12-17 2010-12-17 Method for automatically programming intermediate communication interface and device

Country Status (1)

Country Link
CN (1) CN102043624B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103020366B (en) * 2012-12-19 2015-12-23 国电南瑞科技股份有限公司 A kind of track traffic BAS system cross platform automatic programming method
CN106293651A (en) * 2015-05-19 2017-01-04 深圳中兴网信科技有限公司 The implementation method of a kind of general-purpose interface and device
CN106843822B (en) * 2015-12-07 2020-07-31 阿里巴巴集团控股有限公司 Execution code generation method and equipment
CN106484421B (en) * 2016-10-11 2019-08-02 武汉斗鱼网络科技有限公司 A kind of method and system quickly generating api interface
CN106412086B (en) * 2016-10-31 2020-01-03 武汉斗鱼网络科技有限公司 Method and system for automatically generating communication code by using protocol description file
CN108459849A (en) * 2017-02-22 2018-08-28 本钢板材股份有限公司 Low configuration PC terminals execute the design method of program on long-range high-performance server
CN107832045B (en) * 2017-10-16 2021-03-30 北京京东尚科信息技术有限公司 Method and apparatus for cross programming language interface conversion
CN110955416A (en) * 2019-10-12 2020-04-03 平安普惠企业管理有限公司 Interface document generation method, device, equipment and computer storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5911076A (en) * 1993-06-14 1999-06-08 International Business Machines Corporation Object oriented framework for creating new emitters for a compiler
CN1928812A (en) * 2006-09-26 2007-03-14 四川长虹电器股份有限公司 Domestic network intermediate parts development platform and codes conversion method thereof
CN101499022A (en) * 2008-02-01 2009-08-05 鸿富锦精密工业(深圳)有限公司 Internal memory space releasing system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2002213142A1 (en) * 2000-10-12 2002-04-22 Sun Microsystems, Inc. Automatic performance test generation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5911076A (en) * 1993-06-14 1999-06-08 International Business Machines Corporation Object oriented framework for creating new emitters for a compiler
CN1928812A (en) * 2006-09-26 2007-03-14 四川长虹电器股份有限公司 Domestic network intermediate parts development platform and codes conversion method thereof
CN101499022A (en) * 2008-02-01 2009-08-05 鸿富锦精密工业(深圳)有限公司 Internal memory space releasing system and method

Also Published As

Publication number Publication date
CN102043624A (en) 2011-05-04

Similar Documents

Publication Publication Date Title
CN102043624B (en) Method for automatically programming intermediate communication interface and device
CN107463499B (en) ADB remote connection method, device, equipment and storage medium
US10754869B2 (en) Managing data format of data received from devices in an internet of things network
WO2020006827A1 (en) Method and apparatus for intelligent response
CN108563768A (en) Data transfer device, device, equipment and the storage medium of different data model
CN102495799A (en) Automatic test system and method of movable terminal
CN108279987A (en) The method for edition management and device of application program
CN104007984B (en) A kind of method and device of change data
CN101982815A (en) Software test system and method
CN107329765B (en) Program file processing method and device
CN106251122A (en) A kind of workflow processing method and device
CN111208995A (en) Method, system, device and storage medium for automatically generating IBM host job
CN104063284B (en) The method and apparatus running application program
CN103309849B (en) A kind of docx document creation based on OpenXML and amending method
CN113378579A (en) Method, system and electronic equipment for voice input of structured data
CN109062906A (en) The interpretation method and device of program language resource
CN106599244B (en) General original log cleaning device and method
CN110780859B (en) Method for realizing service architecture based on user-defined form
CN105607957B (en) A kind of data acquisition analysis system based on OPC DA
CN110322531B (en) Automatic marking method, system, equipment and storage medium for flat steel support
CN104200335A (en) Address book application system and method based on PC terminal
CN107861725B (en) iOS data reverse automatic analysis strategy
CN109446180B (en) Method and device for configuring cloud data platform
CN105511910A (en) Interface configuration method and device
CN110853327A (en) Ship cabin equipment data field debugging and collecting method and device based on single chip microcomputer

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant