CN105183484A - Method and device for compatibility of multi-version application programming interface - Google Patents

Method and device for compatibility of multi-version application programming interface Download PDF

Info

Publication number
CN105183484A
CN105183484A CN201510628082.9A CN201510628082A CN105183484A CN 105183484 A CN105183484 A CN 105183484A CN 201510628082 A CN201510628082 A CN 201510628082A CN 105183484 A CN105183484 A CN 105183484A
Authority
CN
China
Prior art keywords
interface
group
version
implementation method
system version
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
CN201510628082.9A
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.)
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing 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 Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201510628082.9A priority Critical patent/CN105183484A/en
Publication of CN105183484A publication Critical patent/CN105183484A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a method and device for compatibility of a multi-version application programming interface and relates to the field of software development. The method and device aim to solve the compatible problem of the multi-version application programming interface. The method comprises establishing a self-defined interface group, wherein all interfaces required by the application program are packaged in the self-defined interface group; establishing an interface implementation method group, wherein the interface implementation method group comprises implementation methods for implementing all the interfaces of the self-defined interface group, and the implementing methods comprise implementation methods for implementing interfaces of different system versions; calling interfaces in the self-defined interface group in an application program and executing an implementation method corresponding to the called interface in the interface implementation method group, wherein the system version of the implementation method is identical to a target system version, and the target system version is the system version for installing the application program. The method is mainly used in a writing process of the application program software.

Description

A kind of method of multi version application programming interface compatibility and device
Technical field
The present invention relates to field of software development, particularly relate to a kind of method and device of multi version application programming interface compatibility.
Background technology
Application based on internet is just becoming more and more universal, and opening is current development trend, and increasing product moves towards open.In this process, the resources open of self to developer, externally provides API (applicationprogramminginterface, application programming interface) to call, thus makes the relevance between website stronger by increasing website.The website of opening API provides open unified api interface environment, helps function and the resource of user's access site.
Different system versions updating and optimizing API, some api interfaces are abandoned, and have again new api interface to be added, therefore API changes along with the change of system version.Due to the change of api interface, when developer's developing application calls API, to distinguish according to version difference and call.
In prior art, when the edition compatibility of different API, the place calling API is at every turn needed to do differentiated treatment.Usually, the code position calling API is in the application irregular, and the function kind calling API is various, and when different API edition compatibility, developer needs application programs code to make the work of a large amount of amendment, adds the cost of code maintenance.
Summary of the invention
In view of this, the present invention proposes a kind of method and device of multi version application programming interface compatibility, its fundamental purpose is the problem that can solve multi version application programming interface compatibility.
In order to solve the problems of the technologies described above, the invention provides a kind of method of multi version application programming interface compatibility, comprising:
Set up self defined interface group, described self defined interface group is packaged with the total interface needed for application program;
Set up interface realizing method group, described interface realizing method group comprises the implementation method of total interface in self defined interface group, and described implementation method comprises the implementation method of different system version interface;
Call the interface in described self defined interface group in the application;
In described interface realizing method group, perform and implementation method that system version with goal systems version identical corresponding with the described interface called, described goal systems version is the system version installing described application program.
On the other hand, present invention also offers a kind of device of multi version application programming interface compatibility, comprising:
First sets up unit, and for setting up self defined interface group, described self defined interface group is packaged with the total interface needed for application program;
Second sets up unit, and for setting up interface realizing method group, described interface realizing method group comprises the implementation method that described first sets up total interface in the self defined interface group of unit foundation, and described implementation method comprises the implementation method of different system version interface;
Call unit, for call in the application described first set up unit set up described self defined interface group in interface;
Performance element, for setting up in the described interface realizing method group of unit foundation described second, perform and the corresponding and implementation method that system version is identical with goal systems version of the described interface that calls of described call unit, described goal systems version is the system version installing described application program.
The method of multi version application programming interface compatibility provided by the invention and device, unified API Name, calls different implementation methods according to different version informations, thus realizes the compatibility of different editions.Compared with prior art, when multi version API of the present invention is compatible, at the program point of API implementation method, the implementation method that unified interpolation version information is corresponding with it.At the unified amendment of the same place of program or interpolation version information, the careless omission because many places update routine occurs can be avoided, reduce the modification process repeatedly of code, therefore, it is possible to reduce the maintenance cost of code, extensibility and the dirigibility of application program can also be improved in addition.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to technological means of the present invention can be better understood, and can be implemented according to the content of instructions, and can become apparent, below especially exemplified by the specific embodiment of the present invention to allow above and other objects of the present invention, feature and advantage.
Accompanying drawing explanation
By reading hereafter detailed description of the preferred embodiment, various other advantage and benefit will become cheer and bright for those of ordinary skill in the art.Accompanying drawing only for illustrating the object of preferred implementation, and does not think limitation of the present invention.And in whole accompanying drawing, represent identical parts by identical reference symbol.In the accompanying drawings:
Fig. 1 shows the method flow diagram of a kind of multi version application programming interface compatibility that the embodiment of the present invention provides;
Fig. 2 shows the method flow diagram of the another kind of multi version application programming interface compatibility that the embodiment of the present invention provides;
Fig. 3 shows the composition frame chart of the device of a kind of multi version application programming interface compatibility that the embodiment of the present invention provides.
Embodiment
Below with reference to accompanying drawings exemplary embodiment of the present disclosure is described in more detail.Although show exemplary embodiment of the present disclosure in accompanying drawing, however should be appreciated that can realize the disclosure in a variety of manners and not should limit by the embodiment set forth here.On the contrary, provide these embodiments to be in order to more thoroughly the disclosure can be understood, and complete for the scope of the present disclosure can be conveyed to those skilled in the art.
Present embodiments provide a kind of method of multi version application programming interface compatibility, as shown in Figure 1, the method comprises:
101, set up self defined interface group, described self defined interface group is packaged with the total interface needed for application program.
Described self defined interface group is made up of multiple interface, by unified for total interface encapsulation, with the amendment of Convenient interface.
Described application program refers to some application programs, has a self defined interface group in an application program, and self defined interface group is a part for application program.Described application program can be browser, game, bluetooth etc., and application programs type does not limit in the present embodiment.
Total interface needed for described application program, refers to the total interface for the actual use of described application program.In the present embodiment, the number of docking port does not limit.Exemplary, the application program of a browser, the interface about network linking is required interface, is not just required interface, so in browser application, does not comprise the interface of drawing in self defined interface group about the interface of drawing.Application programming interfaces add according to its functional requirement.
102, set up interface realizing method group, described interface realizing method group comprises the implementation method of total interface in self defined interface group, and described implementation method comprises the implementation method of different system version interface.
Described interface realizing method group is used for the implementation method of integrated distinct interface, in interface method group, and an at least corresponding implementation method of interface.Same interface, if having different implementation methods in different system versions, then needs spare system version information in interface realizing method, to distinguish the interface realizing method of different system version.
Need the interface realizing method number distinguishing different system version, system version compatible is as required determined.In the present embodiment, need the determination mode of compatible system version, include but not limited to, all system version lower than described current system version; Lower than current system version, all system versions that user uses; Lower than current system version, the widely used system version that user uses; Lower than current system version, there is the system version of specific compatibility requirement.
Described interface realizing method refers to the code that can realize interface function, is the specific implementation of interface function.Interface has the implementation method of its correspondence, just can complete its interface function.
103, the interface in described self defined interface group is called in the application.
Described calling refers to calling of application program docking port.By calling interface, calling interface position and interface realizing method position are separated, increase the readability of program.
104, in described interface realizing method group, perform and implementation method that system version with goal systems version identical corresponding with the described interface called, described goal systems version is the system version installing described application program.
Described system version is the mark of the different implementation methods that same interface is corresponding in interface realizing method group.Described mark comprises the distinctive information of different system version, and distinctive information includes but not limited to version number.
Described goal systems version, is determined by application user.The system version that user uses is goal systems version.
Exemplary, the deletion specified file function that system provides, when deleting specified file function and being called, program Automatic-searching also performs function implementation method, completes and deletes specified file operation.The system version of the implementation method respective user of described function.
User is different, and system version also exists difference.For same application program, under the prerequisite not revising API, normally can be used by the user that system version is different, so just achieve multi version application programming interfaces compatible.
The method of the multi version application programming interface compatibility that the present embodiment provides, unified API Name, calls different implementation methods according to different version informations, thus realizes the compatibility of different editions.Compared with prior art, the present embodiment is when multi version API is compatible, and at the program point of API implementation method, the version information implementation method corresponding with it is added in unification.At the unified amendment of the same place of program or interpolation version information, the careless omission because many places update routine occurs can be avoided, reduce the modification process repeatedly of code, therefore, it is possible to reduce the maintenance cost of code, extensibility and the dirigibility of application program can also be improved in addition.
Further, as to the refinement of method shown in Fig. 1 and expansion, another embodiment of the present invention additionally provides a kind of method of multi version application programming interface compatibility, as shown in Figure 2, comprising:
201, set up self defined interface group, described self defined interface group is packaged with the total interface needed for application program.
In the present embodiment, the type of self defined interface group includes but not limited to: the interface that the function same names of different system version is different; The interface that the function different names of different system version is different; Self defined interface.
The interface that the function same names of described different system version is different is by the title Uniform Name of described interface, unified for consistent with the interface name of current system version.Described title unanimously comprises method name, parameter and return type.Exemplary, in Android2.0 and Android2.0.1 system, the rreturn value of the open function function of bluetooth is different, and in Android2.0.1 system, bluetooth is successfully opened, and returns RESULT_OK.If current system version is Android2.0.1, Android2.0 is need a compatible version, then in the application the function of bluetooth open function is unified into the title consistent with Android2.0.1.
The interface that the function different names of described different system version is different, is the diverse interface that current system provides.Exemplary, application program is browser, and the interface that browser relates to includes but not limited to network function interface class and Message function interface class.The connection WNetAddConnection2 interface of the same Internet resources of the establishment in network function interface class, the message ReplyMessage interface of the answer in Message function interface class, two interfaces are completely different.Directly by two interface write self defined interface groups.
Described self defined interface be not that system provides, but application developer is according to the interface of the requirements set of oneself.
202, set up interface realizing method group, described interface realizing method group comprises the implementation method of total interface in self defined interface group, and described implementation method comprises the implementation method of different system version interface.
In the present embodiment, the type of interface realizing method group includes but not limited to: the implementation method of the corresponding not interface of compartment system version; The implementation method of corresponding different system version interface respectively; The implementation method of corresponding self defined interface.
The interface realizing method of described correspondence not compartment system version, refer to the interface of same title, the method realized in different system versions is identical, i.e. a corresponding a kind of interface realizing method of interface.No matter application program will be installed in the system of what version, and the interface realizing method called is all the same.
The implementation method of the corresponding different system version interface of described difference, refers to the interface of same title, and the method realized in different system versions is different, i.e. a corresponding multiple implementation method of interface.In the implementation method of this class interface, comprise system version information and the interface realizing method corresponding with system version, the interface realizing method that system version information is corresponding with system version is relation one to one.
The implementation method of described corresponding self defined interface, corresponding with self-defining interface, write voluntarily according to the demand of user.
203, the interface in described self defined interface group is called in the application.
204, in described interface realizing method group, perform and implementation method that system version with goal systems version identical corresponding with the described interface called, described goal systems version is the system version installing described application program.
Different according to the interface called, the implementation method that interface function performs is not identical yet.Corresponding with interface realizing method, the interface realizing method of execution includes but not limited to: if the described interface called needs to distinguish different system version, then perform the implementation method identical with described goal systems version; If the described interface called does not need compartment system version, then perform the implementation method corresponding with the described interface called; If calling described interface is self defined interface, then perform the implementation method corresponding with the described interface called.
Exemplary, in Android4.4 system, do the exploitation of seedless browser based on webview.In the exploitation of browser, the API related to includes but not limited to establishment network resource link, end network linking, Enumerate network resource, obtains the extend information of network error.Exploitation browser application, current system version is Android4.4 version, and requiring to change browser can all system version of compatible more than Android4.0, and goal systems version is Android4.3 version.
When writing browser application, set up self defined interface group.The interface and self-defining interface that system provides is comprised in self defined interface group.Interface name system provided is unified consistent with the title in Android4.4, the extend information etc. of similar establishment network resource link, end network linking, Enumerate network resource, acquisition network error.Self-defining interface refers to Develop Application System interface that person writes according to demand, similar using green for eyeshield as all webpage background colors etc. opened.Self defined interface group comprises interfaces all in browser application.
Set up interface realizing method group, interface realizing method group is corresponding with self defined interface group, an at least corresponding interface realizing method of interface.With the corresponding relation of the DebugFlags interface function specification interface in the webkit assembly in Android4.3 and Android4.4 and interface realizing method.The implementation method of DebugFlags interface function in inquiry Android4.3 and Android4.4 system version, the network system realization in two versions is different.DebugFlags interface function implementation method in interface realizing method group comprises the implementation method of Android4.3 version and the implementation method of Android4.4 version.In the implementation method of each system version, comprise system version information and implementation method corresponding to system version.
When coding, call DebugFlags interface function.
Program run to call DebugFlags interface function statement time, automatically jump in interface realizing method group the implementation method corresponding with goal systems version Android4.3 version performed under DebugFlags interface function implementation method.
So just achieve the compatibility of the application programming interface of multi version.
Further, as the realization of method shown in above-mentioned Fig. 1 and Fig. 2, another embodiment of the present invention additionally provides a kind of device of multi version application programming interface compatibility, as shown in Figure 3, this device comprises: first sets up unit 31, second sets up unit 32, call unit 33 and performance element 34, wherein:
First sets up unit 31, and for setting up self defined interface group, self defined interface group is packaged with the total interface needed for application program;
Second sets up unit 32, and for setting up interface realizing method group, interface realizing method group comprises the implementation method that first sets up total interface in the self defined interface group of unit 31 foundation, and implementation method comprises the implementation method of different system version interface;
Call unit 33, for call in the application first set up unit 31 set up self defined interface group in interface;
Performance element 34, for setting up in the interface realizing method group of unit 32 foundation second, perform and implementation method that system version with goal systems version identical corresponding with the interface that call unit 33 calls, goal systems version is the system version of set up applications.
Further, first sets up the interface encapsulated in the self defined interface group of unit 31 foundation, comprising:
The interface that the function same names of different system version is different; And/or,
The interface that the function different names of different system version is different; And/or,
Self defined interface.
Further, first sets up unit 31, during for the interface different when the function same names being packaged with different system version in self defined interface group, is the interface name in current system version by the title Uniform Name of interface.
Further, second set up unit 32 set up interface realizing method group, comprising:
The implementation method of the corresponding not interface of compartment system version;
The implementation method of corresponding different system version interface respectively;
The implementation method of corresponding self defined interface.
Further, as shown in Figure 3, performance element 34, comprising:
First execution module 341, during for needing when the interface called to distinguish different system version, performs the implementation method identical with goal systems version;
Second execution module 342, for when the interface called does not need compartment system version, performs the implementation method corresponding with the interface called;
3rd execution module 343, for when calling interface is self defined interface, performs the implementation method corresponding with the interface called.
The device of the multi version application programming interface compatibility that the present embodiment provides, unified API Name, calls different implementation methods according to different version informations, thus realizes the compatibility of different editions.Compared with prior art, the present embodiment is when multi version API is compatible, and at the program point of API implementation method, the version information implementation method corresponding with it is added in unification.At the unified amendment of the same place of program or interpolation version information, the careless omission because many places update routine occurs can be avoided, reduce the modification process repeatedly of code, therefore, it is possible to reduce the maintenance cost of code, extensibility and the dirigibility of application program can also be improved in addition.
In the above-described embodiments, the description of each embodiment is all emphasized particularly on different fields, in certain embodiment, there is no the part described in detail, can see the associated description of other embodiments.
Be understandable that, the correlated characteristic in said method and device can reference mutually.In addition, " first ", " second " in above-described embodiment etc. are for distinguishing each embodiment, and do not represent the quality of each embodiment.
Those skilled in the art can be well understood to, and for convenience and simplicity of description, the system of foregoing description, the specific works process of device and unit, with reference to the corresponding process in preceding method embodiment, can not repeat them here.
Intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with display at this algorithm provided.Various general-purpose system also can with use based on together with this teaching.According to description above, the structure constructed required by this type systematic is apparent.In addition, the present invention is not also for any certain programmed language.It should be understood that and various programming language can be utilized to realize content of the present invention described here, and the description done language-specific is above to disclose preferred forms of the present invention.
In instructions provided herein, describe a large amount of detail.But can understand, embodiments of the invention can be put into practice when not having these details.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand in each inventive aspect one or more, in the description above to exemplary embodiment of the present invention, each feature of the present invention is grouped together in single embodiment, figure or the description to it sometimes.But, the method for the disclosure should be construed to the following intention of reflection: namely the present invention for required protection requires feature more more than the feature clearly recorded in each claim.Or rather, as claims below reflect, all features of disclosed single embodiment before inventive aspect is to be less than.Therefore, the claims following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and adaptively can change the module in the equipment in embodiment and they are arranged in one or more equipment different from this embodiment.Module in embodiment or unit or assembly can be combined into a module or unit or assembly, and multiple submodule or subelement or sub-component can be put them in addition.Except at least some in such feature and/or process or unit be mutually repel except, any combination can be adopted to combine all processes of all features disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) and so disclosed any method or equipment or unit.Unless expressly stated otherwise, each feature disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) can by providing identical, alternative features that is equivalent or similar object replaces.
In addition, those skilled in the art can understand, although embodiments more described herein to comprise in other embodiment some included feature instead of further feature, the combination of the feature of different embodiment means and to be within scope of the present invention and to form different embodiments.Such as, in the following claims, the one of any of embodiment required for protection can use with arbitrary array mode.
All parts embodiment of the present invention with hardware implementing, or can realize with the software module run on one or more processor, or realizes with their combination.It will be understood by those of skill in the art that the some or all functions of the some or all parts in the denomination of invention (as determined the device of website internal chaining grade) that microprocessor or digital signal processor (DSP) can be used in practice to realize according to the embodiment of the present invention.The present invention can also be embodied as part or all equipment for performing method as described herein or device program (such as, computer program and computer program).Realizing program of the present invention and can store on a computer-readable medium like this, or the form of one or more signal can be had.Such signal can be downloaded from internet website and obtain, or provides on carrier signal, or provides with any other form.
The present invention will be described instead of limit the invention to it should be noted above-described embodiment, and those skilled in the art can design alternative embodiment when not departing from the scope of claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and does not arrange element in the claims or step.Word "a" or "an" before being positioned at element is not got rid of and be there is multiple such element.The present invention can by means of including the hardware of some different elements and realizing by means of the computing machine of suitably programming.In the unit claim listing some devices, several in these devices can be carry out imbody by same hardware branch.Word first, second and third-class use do not represent any order.Can be title by these word explanations.

Claims (10)

1. a method for multi version application programming interface compatibility, is characterized in that, described method comprises:
Set up self defined interface group, described self defined interface group is packaged with the total interface needed for application program;
Set up interface realizing method group, described interface realizing method group comprises the implementation method of total interface in self defined interface group, and described implementation method comprises the implementation method of different system version interface;
Call the interface in described self defined interface group in the application;
In described interface realizing method group, perform and implementation method that system version with goal systems version identical corresponding with the described interface called, described goal systems version is the system version installing described application program.
2. method according to claim 1, is characterized in that, the interface encapsulated in described self defined interface group, comprising:
The interface that the function same names of different system version is different; And/or,
The interface that the function different names of different system version is different; And/or,
Self defined interface.
3. method according to claim 2, is characterized in that, describedly sets up self defined interface group, comprising:
If be packaged with the interface that the function same names of different system version is different in described self defined interface group, then by interface name that the title Uniform Name of described interface is in described current system version.
4. method according to claim 2, is characterized in that, described interface realizing method group, comprising:
The implementation method of the corresponding not interface of compartment system version;
The implementation method of corresponding different system version interface respectively;
The implementation method of corresponding self defined interface.
5. method according to claim 2, is characterized in that, described execution and implementation method that system version with goal systems version identical corresponding with the described interface called, comprising:
If the described interface called needs to distinguish different system version, then perform the implementation method identical with described goal systems version;
If the described interface called does not need compartment system version, then perform the implementation method corresponding with the described interface called;
If calling described interface is self defined interface, then perform the implementation method corresponding with the described interface called.
6. a device for multi version application programming interface compatibility, is characterized in that, described device comprises:
First sets up unit, and for setting up self defined interface group, described self defined interface group is packaged with the total interface needed for application program;
Second sets up unit, and for setting up interface realizing method group, described interface realizing method group comprises the implementation method that described first sets up total interface in the self defined interface group of unit foundation, and described implementation method comprises the implementation method of different system version interface;
Call unit, for call in the application described first set up unit set up described self defined interface group in interface;
Performance element, for setting up in the described interface realizing method group of unit foundation described second, perform and the corresponding and implementation method that system version is identical with goal systems version of the described interface that calls of described call unit, described goal systems version is the system version installing described application program.
7. device according to claim 6, is characterized in that, described first sets up the interface encapsulated in the described self defined interface group of unit foundation, comprising:
The interface that the function same names of different system version is different; And/or,
The interface that the function different names of different system version is different; And/or,
Self defined interface.
8. device according to claim 7, is characterized in that, described first sets up unit, for:
When the interface that the function same names being packaged with different system version in described self defined interface group is different, be the interface name in described current system version by the title Uniform Name of described interface.
9. device according to claim 7, is characterized in that, described second set up unit set up described interface realizing method group, comprising:
The implementation method of the corresponding not interface of compartment system version;
The implementation method of corresponding different system version interface respectively;
The implementation method of corresponding self defined interface.
10. device according to claim 7, is characterized in that, described performance element, comprising:
First execution module, during for needing when the described interface called to distinguish different system version, performs the implementation method identical with described goal systems version;
Second execution module, during for not needing compartment system version when the described interface called, performs the implementation method corresponding with the described interface called;
3rd execution module, for when calling described interface and being self defined interface, performs the implementation method corresponding with the described interface called.
CN201510628082.9A 2015-09-28 2015-09-28 Method and device for compatibility of multi-version application programming interface Pending CN105183484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510628082.9A CN105183484A (en) 2015-09-28 2015-09-28 Method and device for compatibility of multi-version application programming interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510628082.9A CN105183484A (en) 2015-09-28 2015-09-28 Method and device for compatibility of multi-version application programming interface

Publications (1)

Publication Number Publication Date
CN105183484A true CN105183484A (en) 2015-12-23

Family

ID=54905583

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510628082.9A Pending CN105183484A (en) 2015-09-28 2015-09-28 Method and device for compatibility of multi-version application programming interface

Country Status (1)

Country Link
CN (1) CN105183484A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105704562A (en) * 2016-03-29 2016-06-22 Tcl集团股份有限公司 Multi-version compatible method and multi-version compatible device for Internet protocol television cloud service platform
CN105933887A (en) * 2016-04-20 2016-09-07 百度在线网络技术(北京)有限公司 Adaption method and device applied to different dual-card smartphones
CN108200090A (en) * 2018-02-07 2018-06-22 科大国创软件股份有限公司 A kind of agreement integration technology for electromechanical equipment
CN108417181A (en) * 2018-01-19 2018-08-17 昆山国显光电有限公司 The interface of driving circuit defines method and apparatus
CN108595280A (en) * 2018-04-25 2018-09-28 金蝶软件(中国)有限公司 Method for interface adaptation, device, computer equipment and storage medium
CN109510898A (en) * 2018-12-21 2019-03-22 北京金山安全软件有限公司 Method and device for customizing call interface
CN109558121A (en) * 2018-11-26 2019-04-02 上海达梦数据库有限公司 Development approach, device, equipment and the storage medium of interface drive program
CN110008039A (en) * 2019-03-07 2019-07-12 平安国际智慧城市科技股份有限公司 Interface control method, device, computer readable storage medium and computer equipment
CN110221880A (en) * 2019-06-05 2019-09-10 北京金山安全软件有限公司 Application programming interface calling method, device, equipment and medium
CN112015404A (en) * 2020-08-27 2020-12-01 深圳开立生物医疗科技股份有限公司 Ultrasonic image diagnosis system, construction method thereof, ultrasonic device and storage medium
CN112214252A (en) * 2019-07-11 2021-01-12 北京搜狗科技发展有限公司 Information expansion method and device and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1727041A2 (en) * 2001-05-17 2006-11-29 Accenture Global Services GmbH Pipeline architecture for use with net-centric application program architectures
CN104035778A (en) * 2014-06-26 2014-09-10 上海斐讯数据通信技术有限公司 Android application program development method
CN104267972A (en) * 2014-10-20 2015-01-07 中国科学院声学研究所 Brower local interface expansion method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1727041A2 (en) * 2001-05-17 2006-11-29 Accenture Global Services GmbH Pipeline architecture for use with net-centric application program architectures
CN104035778A (en) * 2014-06-26 2014-09-10 上海斐讯数据通信技术有限公司 Android application program development method
CN104267972A (en) * 2014-10-20 2015-01-07 中国科学院声学研究所 Brower local interface expansion method and device

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105704562A (en) * 2016-03-29 2016-06-22 Tcl集团股份有限公司 Multi-version compatible method and multi-version compatible device for Internet protocol television cloud service platform
CN105704562B (en) * 2016-03-29 2020-01-03 Tcl集团股份有限公司 Multi-version compatible method and device for network television cloud service platform
CN105933887A (en) * 2016-04-20 2016-09-07 百度在线网络技术(北京)有限公司 Adaption method and device applied to different dual-card smartphones
CN105933887B (en) * 2016-04-20 2019-04-26 百度在线网络技术(北京)有限公司 Apply the adaptation method and device between different dual-card intelligent mobile phones
CN108417181A (en) * 2018-01-19 2018-08-17 昆山国显光电有限公司 The interface of driving circuit defines method and apparatus
CN108417181B (en) * 2018-01-19 2021-05-25 昆山国显光电有限公司 Interface definition method and device of driving circuit
CN108200090A (en) * 2018-02-07 2018-06-22 科大国创软件股份有限公司 A kind of agreement integration technology for electromechanical equipment
CN108595280B (en) * 2018-04-25 2021-02-19 金蝶软件(中国)有限公司 Interface adaptation method and device, computer equipment and storage medium
CN108595280A (en) * 2018-04-25 2018-09-28 金蝶软件(中国)有限公司 Method for interface adaptation, device, computer equipment and storage medium
CN109558121A (en) * 2018-11-26 2019-04-02 上海达梦数据库有限公司 Development approach, device, equipment and the storage medium of interface drive program
CN109510898A (en) * 2018-12-21 2019-03-22 北京金山安全软件有限公司 Method and device for customizing call interface
CN109510898B (en) * 2018-12-21 2021-04-27 北京金山安全软件有限公司 Call interface self-defining method, device, equipment and storage medium
CN110008039A (en) * 2019-03-07 2019-07-12 平安国际智慧城市科技股份有限公司 Interface control method, device, computer readable storage medium and computer equipment
CN110008039B (en) * 2019-03-07 2020-11-03 平安国际智慧城市科技股份有限公司 Interface control method, device, computer readable storage medium and computer equipment
CN110221880A (en) * 2019-06-05 2019-09-10 北京金山安全软件有限公司 Application programming interface calling method, device, equipment and medium
CN110221880B (en) * 2019-06-05 2023-06-20 北京金山安全软件有限公司 Application programming interface calling method, device, equipment and medium
CN112214252A (en) * 2019-07-11 2021-01-12 北京搜狗科技发展有限公司 Information expansion method and device and electronic equipment
CN112015404A (en) * 2020-08-27 2020-12-01 深圳开立生物医疗科技股份有限公司 Ultrasonic image diagnosis system, construction method thereof, ultrasonic device and storage medium

Similar Documents

Publication Publication Date Title
CN105183484A (en) Method and device for compatibility of multi-version application programming interface
US10223082B2 (en) Analysis of dynamic elements in bounded time
CN109614165B (en) Multi-version parallel operation method and device for COM (component object model) component
CN105913316B (en) Rule configuration method and device
CN107526625B (en) Java intelligent contract security detection method based on bytecode inspection
CN103970659B (en) Android application software automation testing method based on pile pitching technology
CN104375861A (en) Installation-free operation method and device for application programs based on Android platform and terminal
CN106802804B (en) Method and system for visualizing variable association component of human-computer interface
CN106844153B (en) Application program operation monitoring method and device and terminal
CN105975816A (en) Method and system for code protection based on virtual technology under mobile terminal
US20080126161A1 (en) Integration of workflow and rules
JPH02272627A (en) Digital computer system and method of invocation of procedure of the same
CN107480476B (en) Android native layer instruction compiling virtualization shell adding method based on ELF infection
US20160139894A1 (en) Method for constructing a graph data structure
CN103246578A (en) Method and browser for processing collapse of application software
CN106569856A (en) Method and device of loading application view resource file
CN105426310A (en) Method and apparatus for detecting performance of target process
CN105204916A (en) Environment variable-based project process operation method and device
CN101887370A (en) Method and device for creating system user interface
CN103064750B (en) A kind of interruption restoration methods of browser control part and system
CN109343906A (en) A kind of method of browser load ActiveX control
CN110554998A (en) hook method, device, terminal and storage medium for replacing function internal instruction
CN103197972A (en) Method and device for browser plugin management, browser and plugin interactive system
KR20010071116A (en) Apparatus for producing software and method for producing software
CN105550050A (en) Hardware communication method and apparatus

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151223