CN104346146A - Method and device for cross-platform conversion of application codes - Google Patents

Method and device for cross-platform conversion of application codes Download PDF

Info

Publication number
CN104346146A
CN104346146A CN201310323033.5A CN201310323033A CN104346146A CN 104346146 A CN104346146 A CN 104346146A CN 201310323033 A CN201310323033 A CN 201310323033A CN 104346146 A CN104346146 A CN 104346146A
Authority
CN
China
Prior art keywords
code
platform
application
preset function
function
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.)
Granted
Application number
CN201310323033.5A
Other languages
Chinese (zh)
Other versions
CN104346146B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310323033.5A priority Critical patent/CN104346146B/en
Priority to PCT/CN2014/076858 priority patent/WO2015014143A1/en
Priority to TW103122912A priority patent/TWI528288B/en
Priority to ARP140102810A priority patent/AR097097A1/en
Publication of CN104346146A publication Critical patent/CN104346146A/en
Application granted granted Critical
Publication of CN104346146B publication Critical patent/CN104346146B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

The invention discloses a method and a device for cross-platform conversion of application codes and belongs to the technical field of computers. The method for the cross-platform conversion of application codes includes that acquiring the semantic rule, constant and variable information of the first code of the application of a first platform to be converted; generating the second code of the application of a second platform according to the semantic rule, constant and variable information; compiling to generate an executable file of the application of the second platform according to the second code. The method and device for the cross-platform conversion of application codes realizes to improve the speed of generating the same application under different platforms without changing the application logic, and the application development efficiency is improved.

Description

A kind of method of cross-platform transformation applications code and device
Technical field
The present invention relates to field of computer technology, particularly a kind of method of cross-platform transformation applications code and device.
Background technology
Along with the development of application technology, same application can issue the version of different platform according to demand, for the service using the user of different platform can obtain this application.Such as, certain game can issue PC(Personal Computer, personal computer) version, the version of Android platform, the version of ios platform held, play for using the user of PC or mobile terminal.
In prior art, the mode that same application generated to the version of each platform is the type of code of the application corresponding to each platform, carry out writing of the application of each platform respectively, again code is compiled to the application of the version generating corresponding platform afterwards.Such as: based on the client game developing a C++ under win32 environment, if need the browser Flash version developing this game, then need this game again to write one time by ActionScript ActionScript, and generate the Flash file of swf form according to this code compilation.
Realizing in process of the present invention, inventor finds that prior art at least exists following problem:
During owing to writing same application corresponding to different platform, need to carry out writing of repetition by different type of codes, therefore this process can consume the more time, the development progress of impact application.
Summary of the invention
In order to solve the problem of prior art, embodiments provide a kind of method and device of cross-platform transformation applications code.Described technical scheme is as follows:
On the one hand, provide a kind of method of cross-platform transformation applications code, described method comprises:
Obtain the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
According to described semantic rules and constant and variable information, generate the second code of the application of the second platform;
According to described second code, compiling generates the executable file of the application of described second platform.
On the other hand, provide a kind of device of cross-platform transformation applications code, described device comprises:
First acquisition module, for obtaining the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
Generation module, for according to described semantic rules and constant and variable information, generates the second code of the application of the second platform;
Collector, for according to described second code, compiles the executable file of the application generating described second platform.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
By obtaining the semantic rules in the first code of the application of the first platform, and constant wherein and variable information, and the transformational relation corresponding according to the type of the semantic rules of the first code pre-set, the semantic rules of first code is changed, and according to the code after conversion and constant and variable information, generate the second code of the second platform, then the application compiling generation second platform is carried out to second code.Under achieving the mode not changing applied logic, improve the speed generating same application under different platform, improve the efficiency of Application and Development.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the method flow diagram of the cross-platform transformation applications code that the embodiment of the present invention one provides;
Fig. 2 is the method flow diagram of the cross-platform transformation applications code that the embodiment of the present invention two provides;
Fig. 3 is the apparatus structure schematic diagram of the cross-platform transformation applications code that the embodiment of the present invention three provides.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Embodiment one
Embodiments provide a kind of method of cross-platform transformation applications code, see Fig. 1.
101: obtain the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
102: according to described semantic rules and constant and variable information, generate the second code of the application of the second platform;
103: according to described second code, compiling generates the executable file of the application of described second platform.
The embodiment of the present invention is by the semantic rules in the first code of the application of acquisition first platform, and constant wherein and variable information, and the transformational relation corresponding according to the type of the semantic rules of the first code pre-set, the semantic rules of first code is changed, and according to the code after conversion and constant and variable information, generate the second code of the second platform, then the application compiling generation second platform is carried out to second code.Under achieving the mode not changing applied logic, improve the speed generating same application under different platform, improve the efficiency of Application and Development.
Embodiment two
Embodiments provide a kind of method of cross-platform transformation applications code, see Fig. 2.
It should be noted that, the embodiment of the present invention with the first platform be applied as PC end win32 platform, the application of being write by C Plus Plus, the second platform be applied as PC end browser platform, the application of being write by ActionScript ActionScript.
Wherein, the method flow of this cross-platform transformation applications code comprises:
201: the file path information obtaining the application of the first platform to be converted.
Before the code of application obtaining the first platform, need to arrange current process of carrying out application code conversion.Wherein, at least need the file path information of the project source code of the application that the first platform is set, according to this file routing information, the source code file of this application of preserving code can be got.
Further, the filename of the application to the second platform generated after conversion can also be comprised; The routing information of the resource file of the application of the first platform required in compilation process can also be comprised, such as: the routing information of picture, video, audio files; Whether what can also comprise the file path of project source code searches mode, such as: whether carry out recursive lookup, namely after providing file path information, search the file path of the more deep layer wherein comprised; The file path information of header file involved in the document code of the application of the first platform can also be comprised.
202: the file preserving the code of the application of described first platform according to described file path acquisition of information.
Wherein, the file path information of one or more file can be comprised in file path information, therefore according to the file path information of the one or more files comprised in file path information, the order got according to this file routing information obtains the file of the code of the application of preserving the first platform successively.
203: according to the acquisition order of described file path information file, obtain the first code in the file of the code of the application of described first platform successively.
204: obtain the semantic rules of the first code of the application of the first platform to be converted and constant and variable information.
Wherein, the semantic rules of first code is two kinds:
The first is the syntax rule of first code.
Such as: code is A+B=C, then this syntax rule is assignment statement, and wherein A and B can be variable or constant; Or syntax rule is the syntax rules such as cycling.
Corresponding relation between the syntax rule of code corresponding between preservation different platform in advance, namely preserves the corresponding relation between C++ code and the syntax rule of ActionScript code in embodiments of the present invention in advance.Because the applied logic be applied between different platform is identical, therefore by above-mentioned corresponding relation, and constant and variable are added in the syntax rule of the second code after as conversion, the conversion of the syntax rule between code can be carried out.
The second is the preset function of first code.
Concrete, preserve the corresponding relation between different platform between each power function in advance, namely preserve the corresponding relation of power function between C++ and ActionScript in embodiments of the present invention in advance.In the code got, successively each power function in C++ code is inquired about in the corresponding relation of power function, and obtain ActionScript power function corresponding to each C++ power function successively.
Wherein, the various power functions related in the embodiment of the present invention primarily of application layer, play up a few part such as interface, network interface layer, system interface layer, event interface layer, sound interface layer and platform interface layer composition.
Wherein, play up interface layer: play up relevant interface power function and directly use corresponding Flash functional realiey, such as: the drawBitmap power function in C++ corresponds to the Bitmap power function in ActionScript, the drawText power function in C++ corresponds to TextField power function in ActionScript, and the power functions such as the drawRect/drawLine in C++ correspond to the Graphic power function in ActionScript.
Wherein, system interface layer: system interface power function comprises ufo_system_common.h, ufo_system_ui.h, ufo_system_common.h and mainly comprises some time interface power functions, the time function that may correspond in ActionScript realizes; Directory interface power function, can be mapped to the VFS(Virtual File System realizing carrying out in the embodiment of the present invention providing in the instrument of code conversion, Virtual File System) simulate local directory, preserve some configuration datas.Ufo_system_ui.h mainly comprises text edit box, built-inly browses frame etc., and the power function that edit box is corresponding can be mapped to the TextField power function in ActionScript.
Wherein, event interface layer: event interface power function mainly comprises ufoOnTouchDown (), ufoOnTouchUp (), ufoOnTouchMove (), ufoOnKeyDown (), ufoOnKeyUp (), can be mapped to the mouse-keyboard Event Function function in ActionScript.
Platform interface layer: achieve above-mentioned interface, whole Flash platform interface layer can be compiled as library file, subsequent applications project need link.
In addition, application public module includes to dodge and shield, logs in, the function such as to arrange, and each application can directly use, and the power function at present in this module has been compiled as the ActionScript power function of correspondence.
Further, network interface layer: network Socket realizes, the Socket function of Flash is asynchronous, there is again security domain problem simultaneously, the mode realizing cross-domain access at present, for newly to set up a proxy server, by receiving the request of the network service sent in Flash application, and carries out forwarding this request, when there being data back, this data back is transmitted to the Flash application sending this network communication requests by proxy server.Therefore, destination address in network service function corresponding for original C++ is revised as the address of default proxy server, and using the destination address in network service function corresponding for C++ as forwarding destination address optimum configurations in the network service function that ActionScript is corresponding, when Flash being applied in send network service function corresponding to ActionScript to carry out network communication requests, proxy server forwards this network communication requests according to this forwarding destination address parameter.Therefore, the transfer process for network service function is as follows:
When described preset function is network service function, according to the corresponding relation of preset function and intermediate function, determine the intermediate function that described network service function is corresponding;
Using the address of proxy server of presetting as the destination address in intermediate function corresponding to described network service function, and using the destination address in described network service function as the forwarding destination address parameter in intermediate function corresponding to described network service function.
Therefore, the semantic rules of first code and the process of constant and variable information that obtain the application of the first platform to be converted in step 204 are specially:
2041: when described semantic rules belongs to the syntax rule of described first code, according to the corresponding relation between the syntax rule of first code and the syntax rule of second code, determine the syntax rule of the second code that described semantic rules is corresponding.
2042: when described semantic rules belongs to the preset function of first code, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described semantic rules is corresponding.
Wherein, after finding the preset function of corresponding second code, by original constant and variable information, be added into position corresponding in the preset function of second code.
Wherein, when the preset function of the first generation is network service function, this step can be specially:
When the preset function of described first code is network service function, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described network service function is corresponding;
Using the address of proxy server of presetting as the destination address in the preset function of second code corresponding to described network service function, and using the destination address in described network service function as the forwarding destination address parameter in the preset function of second code corresponding to described network service function.
2043: according to the syntax rule of described second code and/or the preset function of described second code, and described constant and variable information, generate the second code of the application of the second platform.
205: according to described second code, compiling generates the executable file of the application of described second platform.
After the ActionScript intermediate code obtaining the application of this second platform and intermediate function, compile, generate the swf executable file of corresponding Flash, namely this process completes the process of the application being converted to the second platform from the application of the first platform.
The embodiment of the present invention is by the semantic rules in the first code of the application of acquisition first platform, and constant wherein and variable information, and the transformational relation corresponding according to the type of the semantic rules of the first code pre-set, the semantic rules of first code is changed, and according to the code after conversion and constant and variable information, generate the second code of the second platform, then the application compiling generation second platform is carried out to second code.Under achieving the mode not changing applied logic, improve the speed generating same application under different platform, improve the efficiency of Application and Development.
Embodiment three
Embodiments provide a kind of cross-platform transformation applications code, see Fig. 3, this device comprises:
First acquisition module 301, for obtaining the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
Generation module 302, for according to described semantic rules and constant and variable information, generates the second code of the application of the second platform;
Collector 303, for according to described second code, compiles the executable file of the application generating described second platform.
Wherein, described generation module 302, comprising:
First determining unit, for when described semantic rules belongs to the syntax rule of described first code, according to the corresponding relation between the syntax rule of first code and the syntax rule of second code, determines the syntax rule of the second code that described semantic rules is corresponding;
Second determining unit, for when described semantic rules belongs to the preset function of first code, according to the corresponding relation between the preset function of first code and the preset function of second code, determines the preset function of the second code that described semantic rules is corresponding;
Generation unit, for according to the syntax rule of described second code and/or the preset function of described second code, and described constant and variable information, generate the second code of the application of the second platform.
Wherein, described second determining unit, comprising:
Determine subelement, for when the preset function of described first code is network service function, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described network service function is corresponding;
Process subelement, for the address of proxy server that will preset as the destination address in the preset function of second code corresponding to described network service function, and using the destination address in described network service function as the forwarding destination address parameter in the preset function of second code corresponding to described network service function.
Wherein, described device also comprises:
Second acquisition module 304, for obtaining the file path information of the application of the first platform to be converted;
3rd acquisition module 305, for preserving the file of the code of the application of described first platform according to described file path acquisition of information;
4th acquisition module 306, for the acquisition order according to described file path information file, obtains the first code in the file of the code of the application of described first platform successively.
The embodiment of the present invention is by the semantic rules in the first code of the application of acquisition first platform, and constant wherein and variable information, and the transformational relation corresponding according to the type of the semantic rules of the first code pre-set, the semantic rules of first code is changed, and according to the code after conversion and constant and variable information, generate the second code of the second platform, then the application compiling generation second platform is carried out to second code.Under achieving the mode not changing applied logic, improve the speed generating same application under different platform, improve the efficiency of Application and Development.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can have been come by hardware, the hardware that also can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (8)

1. a method for cross-platform transformation applications code, is characterized in that, described method comprises:
Obtain the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
According to described semantic rules and constant and variable information, generate the second code of the application of the second platform;
According to described second code, compiling generates the executable file of the application of described second platform.
2. method according to claim 1, is characterized in that, described according to described semantic rules and constant and variable information, generates the second code of the application of the second platform, comprising:
When described semantic rules belongs to the syntax rule of described first code, according to the corresponding relation between the syntax rule of first code and the syntax rule of second code, determine the syntax rule of the second code that described semantic rules is corresponding;
When described semantic rules belongs to the preset function of first code, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described semantic rules is corresponding;
According to the syntax rule of described second code and/or the preset function of described second code, and described constant and variable information, generate the second code of the application of the second platform.
3. method according to claim 2, is characterized in that, the corresponding relation between the described preset function according to first code and the preset function of second code, determines the preset function of the second code that described semantic rules is corresponding, comprising:
When the preset function of described first code is network service function, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described network service function is corresponding;
Using the address of proxy server of presetting as the destination address in the preset function of second code corresponding to described network service function, and using the destination address in described network service function as the forwarding destination address parameter in the preset function of second code corresponding to described network service function.
4. method according to claim 1, is characterized in that, before the semantic rules of the first code of the application of the first platform that described acquisition is to be converted and constant and variable information, described method also comprises:
Obtain the file path information of the application of the first platform to be converted;
The file of the code of the application of described first platform is preserved according to described file path acquisition of information;
According to the acquisition order of described file path information file, obtain the first code in the file of the code of the application of described first platform successively.
5. a device for cross-platform transformation applications code, is characterized in that, described device comprises:
First acquisition module, for obtaining the semantic rules of the first code of the application of the first platform to be converted and constant and variable information;
Generation module, for according to described semantic rules and constant and variable information, generates the second code of the application of the second platform;
Collector, for according to described second code, compiles the executable file of the application generating described second platform.
6. device according to claim 5, is characterized in that, described generation module, comprising:
First determining unit, for when described semantic rules belongs to the syntax rule of described first code, according to the corresponding relation between the syntax rule of first code and the syntax rule of second code, determines the syntax rule of the second code that described semantic rules is corresponding;
Second determining unit, for when described semantic rules belongs to the preset function of first code, according to the corresponding relation between the preset function of first code and the preset function of second code, determines the preset function of the second code that described semantic rules is corresponding;
Generation unit, for according to the syntax rule of described second code and/or the preset function of described second code, and described constant and variable information, generate the second code of the application of the second platform.
7. device according to claim 6, is characterized in that, described second determining unit, comprising:
Determine subelement, for when the preset function of described first code is network service function, according to the corresponding relation between the preset function of first code and the preset function of second code, determine the preset function of the second code that described network service function is corresponding;
Process subelement, for the address of proxy server that will preset as the destination address in the preset function of second code corresponding to described network service function, and using the destination address in described network service function as the forwarding destination address parameter in the preset function of second code corresponding to described network service function.
8. device according to claim 5, is characterized in that, described device also comprises:
Second acquisition module, for obtaining the file path information of the application of the first platform to be converted;
3rd acquisition module, for preserving the file of the code of the application of described first platform according to described file path acquisition of information;
4th acquisition module, for the acquisition order according to described file path information file, obtains the first code in the file of the code of the application of described first platform successively.
CN201310323033.5A 2013-07-29 2013-07-29 A kind of method of cross-platform transformation applications code and device Active CN104346146B (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201310323033.5A CN104346146B (en) 2013-07-29 2013-07-29 A kind of method of cross-platform transformation applications code and device
PCT/CN2014/076858 WO2015014143A1 (en) 2013-07-29 2014-05-06 Method and apparatus for cross-platform application conversion
TW103122912A TWI528288B (en) 2013-07-29 2014-07-02 Method for transforming application codes in cross-platform and apparatus thereof
ARP140102810A AR097097A1 (en) 2013-07-29 2014-07-28 METHOD AND APPLIANCE FOR THE CONVERSION OF CROSSED PLATFORM APPLICATIONS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310323033.5A CN104346146B (en) 2013-07-29 2013-07-29 A kind of method of cross-platform transformation applications code and device

Publications (2)

Publication Number Publication Date
CN104346146A true CN104346146A (en) 2015-02-11
CN104346146B CN104346146B (en) 2016-05-04

Family

ID=52430945

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310323033.5A Active CN104346146B (en) 2013-07-29 2013-07-29 A kind of method of cross-platform transformation applications code and device

Country Status (4)

Country Link
CN (1) CN104346146B (en)
AR (1) AR097097A1 (en)
TW (1) TWI528288B (en)
WO (1) WO2015014143A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105590051A (en) * 2015-11-18 2016-05-18 中国银联股份有限公司 Trusted application generation and installation method used for trusted execution environment
CN108595184A (en) * 2018-04-19 2018-09-28 北京微播视界科技有限公司 Code conversion method, device, computer storage media and code conversion terminal
CN108717357A (en) * 2018-05-23 2018-10-30 中国平安人寿保险股份有限公司 Page presentation code conversion method, device, equipment and computer storage media
CN109725927A (en) * 2018-05-08 2019-05-07 中国平安人寿保险股份有限公司 Synchronous method and device, the storage medium and terminal of code management system
CN110716746A (en) * 2019-09-03 2020-01-21 五八有限公司 Method and device for converting RN style code into applet style code
CN111142935A (en) * 2019-12-31 2020-05-12 奇安信科技集团股份有限公司 Method, apparatus, computer system, and medium for cross-platform running of applications
CN111580821A (en) * 2019-02-15 2020-08-25 厦门雅基软件有限公司 Script binding method and device, electronic equipment and computer readable storage medium
CN113626390A (en) * 2021-08-20 2021-11-09 中国第一汽车股份有限公司 BB file generation method and device, electronic equipment and storage medium
CN113709019A (en) * 2021-08-27 2021-11-26 广州易方信息科技股份有限公司 Cross-platform bridging method, device and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110363425B (en) * 2019-07-15 2023-09-05 何永安 Cross-platform object identification method, device, system, server and storage medium
CN116700727B (en) * 2023-06-21 2024-02-13 广州洋葱时尚集团有限公司 Cross-platform data processing method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080127088A1 (en) * 2006-11-27 2008-05-29 Red Hat, Inc. Cross-platform software package generation
CN101945081A (en) * 2009-07-06 2011-01-12 北京易路联动技术有限公司 Code conversion method, system and server of class webpage applications

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567422A (en) * 2010-12-27 2012-07-11 北大方正集团有限公司 Page display method and equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080127088A1 (en) * 2006-11-27 2008-05-29 Red Hat, Inc. Cross-platform software package generation
CN101945081A (en) * 2009-07-06 2011-01-12 北京易路联动技术有限公司 Code conversion method, system and server of class webpage applications

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105590051B (en) * 2015-11-18 2018-10-23 中国银联股份有限公司 Trusted application for credible performing environment generates and installation method
CN105590051A (en) * 2015-11-18 2016-05-18 中国银联股份有限公司 Trusted application generation and installation method used for trusted execution environment
CN108595184B (en) * 2018-04-19 2022-02-11 北京微播视界科技有限公司 Code conversion method, device, computer storage medium and code conversion terminal
CN108595184A (en) * 2018-04-19 2018-09-28 北京微播视界科技有限公司 Code conversion method, device, computer storage media and code conversion terminal
CN109725927A (en) * 2018-05-08 2019-05-07 中国平安人寿保险股份有限公司 Synchronous method and device, the storage medium and terminal of code management system
CN108717357A (en) * 2018-05-23 2018-10-30 中国平安人寿保险股份有限公司 Page presentation code conversion method, device, equipment and computer storage media
CN108717357B (en) * 2018-05-23 2023-11-10 中国平安人寿保险股份有限公司 Page display code conversion method, device, equipment and computer storage medium
CN111580821A (en) * 2019-02-15 2020-08-25 厦门雅基软件有限公司 Script binding method and device, electronic equipment and computer readable storage medium
CN110716746A (en) * 2019-09-03 2020-01-21 五八有限公司 Method and device for converting RN style code into applet style code
CN110716746B (en) * 2019-09-03 2023-04-07 五八有限公司 Method and device for converting RN style code into applet style code
CN111142935A (en) * 2019-12-31 2020-05-12 奇安信科技集团股份有限公司 Method, apparatus, computer system, and medium for cross-platform running of applications
CN113626390A (en) * 2021-08-20 2021-11-09 中国第一汽车股份有限公司 BB file generation method and device, electronic equipment and storage medium
CN113709019A (en) * 2021-08-27 2021-11-26 广州易方信息科技股份有限公司 Cross-platform bridging method, device and storage medium

Also Published As

Publication number Publication date
AR097097A1 (en) 2016-02-17
CN104346146B (en) 2016-05-04
WO2015014143A1 (en) 2015-02-05
TW201504947A (en) 2015-02-01
TWI528288B (en) 2016-04-01

Similar Documents

Publication Publication Date Title
CN104346146A (en) Method and device for cross-platform conversion of application codes
CN108279932B (en) Method and device for dynamically configuring user interface of mobile terminal
US11516129B2 (en) Packet edit processing method and related device
CN106970820A (en) Code storage method and code storage
CN103246830B (en) The cipher processing method of client script and device and decipher processing method and device
CN108829378A (en) A kind of development approach of application software, device and electronic equipment
CN102882987B (en) Domain filter list storage, matching process and device
CN109450736B (en) Network interface test method and device, medium and computing equipment
CN111399840B (en) Module development method and device
CN103152327B (en) A kind of method, client and system configuring compression/de-compression plug-in unit
CN104754062A (en) Internet based information popularization method, server and user terminal
CN107172070A (en) Resource access processing method and device
CN108549537A (en) The method and system of user data acquisition based on Android terminal
CN111142849B (en) Flow processing method, device, storage medium and processor
CN111338631B (en) Method and device for generating universal interface frame and computing equipment
CN106126299B (en) Service plug-in processing method and device
CN103379145B (en) The method, apparatus and system of information processing
CN108153745B (en) Application data calling method and application development system
US9639381B2 (en) Sharing applications in a java virtual machine
CN111309432A (en) Fault drilling method, device and system
CN104077158A (en) Plugin installation method and device
CN117008920A (en) Engine system, request processing method and device, computer equipment and storage medium
US9390284B1 (en) Method for secure and private computer file
CN112039691B (en) Automatic configuration method and device for virtual router in network simulation platform
CN104378453A (en) Method and device for redirection of URL

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