CN105260184A - Image recovery file debugging method and apparatus - Google Patents
Image recovery file debugging method and apparatus Download PDFInfo
- Publication number
- CN105260184A CN105260184A CN201510672470.7A CN201510672470A CN105260184A CN 105260184 A CN105260184 A CN 105260184A CN 201510672470 A CN201510672470 A CN 201510672470A CN 105260184 A CN105260184 A CN 105260184A
- Authority
- CN
- China
- Prior art keywords
- image file
- recovery
- debugged
- file
- routine
- 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
Links
- 238000011084 recovery Methods 0.000 title claims abstract description 213
- 238000000034 method Methods 0.000 title claims abstract description 35
- 238000012856 packing Methods 0.000 claims description 14
- 230000000875 corresponding effect Effects 0.000 description 22
- 230000018109 developmental process Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 230000002596 correlated effect Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 235000013399 edible fruits Nutrition 0.000 description 1
- 230000033772 system development Effects 0.000 description 1
Landscapes
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Abstract
Embodiments of the present invention disclose an image recovery file debugging method and apparatus. The method comprises: acquiring to-be-debugged image recovery files; modifying source codes corresponding to recovery programs of the to-be-debugged image recovery files and/or modifying resource files of the to-be-debugged image recovery files, and obtaining modified recovery programs by compilation when modifying the source codes corresponding to the recovery programs of the to-be-debugged image recovery files; and calling compilation results of unmodified files in the to-be-debugged image recovery files, making a package script with compilation results of the modified recovery programs and/or the modified resource files, and generating target image recovery files. The image recovery file debugging method and apparatus provided by the embodiments of the present invention can improve the developing efficiency of the image recovery files.
Description
Technical field
The embodiment of the present invention relates to system development technical field, particularly relates to a kind of adjustment method and the device that recover image file.
Background technology
All there is a kind of recovery (recovery) pattern in present Android mobile terminal, its role is to do the operation such as factory reset and system upgrade.The mode performing this operation can be restart mobile terminal and load recovery image file after powering to enter this pattern; Or, by power key and volume down button, load recovery image file and enter this pattern.Recover image file to be made up of device tree associated documents (dt.img), root file system file (ramdisk.img) and kernel file (kernel) three part.
The direct control of executive system upgrading and factory reset is only arranged in root file system file, and when developing debugging, in prior art, slip-stick artist needs to download engineering code, source code corresponding with the recovery routine in the root file system image file recovering image file and/or resource file in amendment engineering code.Then compile amended whole engineering code, obtain and recover image file.Finally the recovery image file of acquisition is burned onto mobile phone.But each amendment all needs to compile whole engineering code in debug process, thus compile efficiency can be caused slow, and then reduce the debugging development efficiency of slip-stick artist.
Summary of the invention
The embodiment of the present invention provides a kind of adjustment method and the device that recover image file, to accelerate the debugging development efficiency recovering image file.
First aspect, embodiments provide a kind of adjustment method recovering image file, the method comprises:
Obtain recovery image file to be debugged;
Revise source code corresponding to the recovery routine of recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine;
Call the compiling result of unmodified file in recovery image file to be debugged, and make with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generate target and recover image file.
Second aspect, the embodiment of the present invention additionally provides a kind of debugging apparatus recovering image file, and this device comprises:
Recovery image file acquisition module to be debugged, for obtaining recovery image file to be debugged;
Amendment collector, the source code corresponding for the recovery routine revising recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine;
Target recovers image file generation module, for calling the compiling result of unmodified file in recovery image file to be debugged, and making with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generating target and recovering image file.
The technical scheme of the present embodiment, recovery image file to be debugged is obtained by line, and source code corresponding to the recovery routine revising recovery image file to be debugged in debug process as required and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine.Then, call the compiling result of unmodified file in recovery image file to be debugged, and make with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generate target and recover image file.Thus solve slip-stick artist's each problem all needing to compile whole engineering code in debug process in prior art, improve compile efficiency and debugging development efficiency.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the adjustment method of the recovery image file that the embodiment of the present invention one provides;
Fig. 2 is the process flow diagram of the adjustment method of the recovery image file that the invention process two provides;
Fig. 3 is the structural representation of the debugging apparatus of the recovery image file that the embodiment of the present invention three provides.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, illustrate only part related to the present invention in accompanying drawing but not entire infrastructure.
Embodiment one
Fig. 1 is the process flow diagram of the adjustment method of the recovery image file that the embodiment of the present invention one provides, the present embodiment is applicable to the debugging exploitation recovering image file, the method can be performed by the debugging apparatus recovering image file, this device realizes by the mode of hardware and/or software, specifically comprises the steps:
S110, obtain recovery image file to be debugged;
Wherein obtain the mode of this recovery image file to be debugged, can be directly obtained by the systems engineering code compilation downloaded, also can copy obtaining from the systems engineering code compiled.
S120, revise source code corresponding to the recovery routine of recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine;
Wherein, recovery routine is the program of direct-execution system upgrading or factory reset.Resource file refers to the bitmap, character string and other data that contain and just can change without the need to recompilating code, and resource file can comprise: one or more in icon, entry, character library, theme and key.
As required the recovery routine in root file system image file and/or resource file are modified.If have amendment to this recovery routine, then it is compiled, otherwise directly call the compiling result of the recovery routine in recovery image file to be debugged.Such as, if when needing the data such as icon, entry, character library in amendment system, then only need to modify to the corresponding data in the resource file in recovery image file to be debugged; If need to add, reduce or repair system function etc. needs the situation revising recovery routine source code time, then only need to modify to the source code of the recovery routine in image file to be debugged, and the code in this amended recovery routine source compiled; If the data such as the existing icon of system or entry need amendment, have again because of add, reduce or repair system function etc. needs the situation revising recovery routine source code time, then respectively corresponding modify is carried out to the recovery routine source code in recovery image file to be debugged and resource file, and the source code of this amended recovery routine is compiled.
S130, call the compiling result of unmodified file in recovery image file to be debugged, and with amendment after the compiling result of recovery routine and/or amended resource file makes script of pack, generation target recovery image file.
Wherein, target recover image file be the amendment carried out according to the recovery routine in root file system image file and/or resource file, recompilates and call unmodified file in recovery image file to be debugged compiling result packing making recovery image file.Recovery image file comprises: root file system image file, device tree are correlated with image file and kernel mirror image file.Root file system image file comprises again: recovery routine, resource file and other associated documents.Because the main operation of executive system upgrading and factory reset is arranged in recovery routine and the resource file of root file system image file.So, only need modify to this recovery routine source code and/or resource file as required, and compile amended recovery routine source code.Wherein, the part of not making an amendment in image file, kernel mirror image file and root file system image file of being correlated with by device tree is called the compiling result recovering unmodified file in image file.Such as, if when only having recovery routine to have amendment to change, then call the compiling result of unmodified file in recovery image file to be debugged, and make with the compiling result of amendment and the recovery routine after compiling script of packing, generate target and recover image file.If when only having resource file to have an amendment, then call the compiling result of unmodified file in recovery image file to be debugged, and make with amended resource file script of packing, generate target and recover image file.When and for example fruit recovery routine and resource file have an amendment, then call the compiling result of unmodified file in recovery image file to be debugged, and make with the compiling result and amended resource file of revising rear recovery routine script of packing, generate target and recover image file.
The technical scheme of the present embodiment, by first obtaining recovery image file to be debugged, in debug process, revise source code corresponding to the recovery routine of recovery image file to be debugged as required and/or revise the resource file of recovery image file to be debugged, and compile the source code of amended recovery routine, obtain amended recovery routine.Then, call the compiling result of unmodified file in this recovery image file to be debugged, and make with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generate target and recover image file.If when target recovery image file does not meet debugging effect, only need repetition aforesaid operations, again debug, therefore, in whole debug process, the compiling result of unmodified file in recovery image file to be debugged all can be called, thus to solve in prior art slip-stick artist in debug process, the whole engineering code of each compiling, and the compile efficiency caused is slow, the problem that debugging development efficiency is low.
It should be noted that, the compiling result of unmodified file in described recovery image file to be debugged, can be the compiling result of the unmodified file in the recovery image file by compiling systems engineering code to be debugged acquisition, can also be the compiling result of the unmodified file in the recovery image file by copying systems engineering code to be debugged acquisition.
Embodiment two
Fig. 2 is the process flow diagram of the adjustment method of the recovery image file that the embodiment of the present invention two provides, and the present embodiment adds target and recovers image file burning and to the judgement whether meeting preset standard, the method specifically comprises the steps: after embodiment one
S210, obtain recovery image file to be debugged.
S220, revise source code corresponding to the recovery routine of recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine.
S230, call the compiling result of unmodified file in recovery image file to be debugged, and with amendment after the compiling result of recovery routine and/or amended resource file makes script of pack, generation target recovery image file.
S240, described target is recovered the recovery subregion that image file is burned onto mobile terminal, and run and judge whether the debug results of target recovery image file meets preset standard.
If do not meet preset standard, then described target is recovered image file as recovery image file to be debugged, return executable operations S210.Namely, perform the source code corresponding to recovery routine of amendment recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains the operation of amended recovery routine.
Wherein, recovering subregion is the memory block being used for storing target recovery image file of opening up at any storage area of mobile terminal.In recovery subregion, operational objective recovers image file, and judge whether this operation result meets preset standard, this standard can preset acquisition according to demand.If meet preset standard, then terminate debugging target being recovered to image file; Otherwise, this target is recovered image file and returns operation S210 as recovery image file to be debugged, continue to perform debugging operations to this recovery image file to be debugged as required by step.Such as, when the postrun result of target recovery image file being burned onto mobile terminal meets preset standard, then represent and debug successfully, terminate debugging target being recovered to image file.When the postrun result of target recovery image file being burned onto terminal does not arrive preset standard, then need second time debugging, the target generated first time recovers image file as the recovery image file to be debugged during second time debugging, return operation S210, continue to perform debugging operations by step to this recovery image file to be debugged.If the target that the second time debugging being burned onto mobile terminal generates is recovered the postrun result of image file and do not met default standard yet, then continue to perform debugging operations as required by above-mentioned steps.By that analogy, until the target being burned onto mobile terminal recovers the postrun result of image file meet preset standard, then represent and debug successfully, and terminate debugging.
The technical scheme of the present embodiment, by recovering image file burning and to the judgement whether meeting preset standard, the preset standard realizing recovering according to target image file is debugged by above-mentioned steps automatic cycle recovery image file to be debugged adding target after embodiment one.Thus minimizing manual intervention, improve debugging efficiency, and then improve the development efficiency of developer.
Wherein, the form making packing script is preferably as follows:
A kind of instantiation making packing script is below provided:
Wherein, described in above-described embodiment, resource file preferably includes: at least one in icon, secret key, entry, theme and character library.A kind of instantiation revising resource file is below provided, as follows:
Embodiment three
Fig. 3 is the modular structure schematic diagram of the debugging apparatus of the recovery image file that the embodiment of the present invention three provides, and this device specifically comprises: recovery image file acquisition module 1 to be debugged, amendment collector 2 and target recover image file generation module 3.
Wherein, recovery image file acquisition module 1 to be debugged, for obtaining recovery image file to be debugged; Amendment collector 2, the source code corresponding for the recovery routine revising recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine; Target recovers image file generation module 3, for calling the compiling result of unmodified file in recovery image file to be debugged, and making with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generating target and recovering image file.
The technical scheme of the present embodiment, by first obtaining recovery image file to be debugged, in debug process, revise source code corresponding to the recovery routine of recovery image file to be debugged as required and/or revise the resource file of recovery image file to be debugged, and compile the source code of amended recovery routine, obtain amended recovery routine.Then, call the compiling result of unmodified file in this recovery image file to be debugged, and make with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generate target and recover image file.If when target recovery image file does not meet debugging effect, only need repetition aforesaid operations, again debug, therefore, in whole debug process, the compiling result of unmodified file in recovery image file to be debugged all can be called, thus to solve in prior art slip-stick artist in debug process, the whole engineering code of each compiling, and the compile efficiency caused is slow, the problem that debugging development efficiency is low.
For debug results is applied to mobile terminal, make this device realize the object of circulation debugging simultaneously, this device can also comprise burning judge module, for described target is recovered the recovery subregion that image file is burned onto mobile terminal, and operation judges whether the debug results of target recovery image file meets preset standard; If do not meet preset standard, then described target is recovered image file as recovery image file to be debugged, continue perform the source code corresponding to recovery routine of amendment recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains the operation of amended recovery routine.Wherein, if meet preset standard, then represent this device debugging success, terminate the debugging to this device.
Further, described recovery image file acquisition module to be debugged specifically for: obtain recovery image file to be debugged by compiling system engineering code, or, obtain recovery image file to be debugged by the compiling result of copy system engineering code.
Further, described recovery routine is the program of executive system upgrading and/or factory reset.
Further, described resource file comprises: at least one in icon, entry, character library, theme and key.
The said goods can perform the method that any embodiment of the present invention provides, and possesses the corresponding functional module of manner of execution and beneficial effect.
Note, above are only preferred embodiment of the present invention and institute's application technology principle.Skilled person in the art will appreciate that and the invention is not restricted to specific embodiment described here, various obvious change can be carried out for a person skilled in the art, readjust and substitute and can not protection scope of the present invention be departed from.Therefore, although be described in further detail invention has been by above embodiment, the present invention is not limited only to above embodiment, when not departing from the present invention's design, can also comprise other Equivalent embodiments more, and scope of the present invention is determined by appended right.
Claims (10)
1. recover an adjustment method for image file, it is characterized in that, comprising:
Obtain recovery image file to be debugged;
Revise source code corresponding to the recovery routine of recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine;
Call the compiling result of unmodified file in recovery image file to be debugged, and make with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generate target and recover image file.
2. method according to claim 1, is characterized in that, after generation target recovers image file, also comprises:
Described target is recovered the recovery subregion that image file is burned onto mobile terminal, and operation judges whether the debug results of target recovery image file meets preset standard;
If do not meet preset standard, then described target is recovered image file as recovery image file to be debugged, continue perform the source code corresponding to recovery routine of amendment recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains the operation of amended recovery routine.
3. method according to claim 1, its spy is, described recovery routine is the program of executive system upgrading and/or factory reset.
4. method according to claim 1, is characterized in that, described resource file comprises: at least one in icon, entry, character library, theme and key.
5. method according to claim 1, is characterized in that, obtains recovery image file to be debugged, comprising:
Recovery image file to be debugged is obtained by compiling system engineering code, or, obtain recovery image file to be debugged by the compiling result of copy system engineering code.
6. recover a debugging apparatus for image file, it is characterized in that, comprising:
Recovery image file acquisition module to be debugged, for obtaining recovery image file to be debugged;
Amendment collector, the source code corresponding for the recovery routine revising recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains amended recovery routine;
Target recovers image file generation module, for calling the compiling result of unmodified file in recovery image file to be debugged, and making with the compiling result and/or amended resource file of revising rear recovery routine script of packing, generating target and recovering image file.
7. device according to claim 6, is characterized in that, also comprises:
Burning judge module, for described target is recovered the recovery subregion that image file is burned onto mobile terminal, and operation judges whether the debug results of target recovery image file meets preset standard, if do not meet preset standard, then described target is recovered image file as recovery image file to be debugged, continue perform the source code corresponding to recovery routine of amendment recovery image file to be debugged and/or revise the resource file of recovery image file to be debugged, and when the source code that the recovery routine revising recovery image file to be debugged is corresponding, compiling obtains the operation of amended recovery routine.
8. device according to claim 6, its spy is, described recovery routine is the program of executive system upgrading and/or factory reset.
9. device according to claim 6, is characterized in that, described resource file comprises: at least one in icon, entry, character library, theme and key.
10. device according to claim 6, is characterized in that, described recovery image file acquisition module to be debugged specifically for:
Recovery image file to be debugged is obtained by compiling system engineering code, or, obtain recovery image file to be debugged by the compiling result of copy system engineering code.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510672470.7A CN105260184B (en) | 2015-10-15 | 2015-10-15 | A kind of adjustment method and device for restoring image file |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510672470.7A CN105260184B (en) | 2015-10-15 | 2015-10-15 | A kind of adjustment method and device for restoring image file |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105260184A true CN105260184A (en) | 2016-01-20 |
CN105260184B CN105260184B (en) | 2019-02-19 |
Family
ID=55099888
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510672470.7A Expired - Fee Related CN105260184B (en) | 2015-10-15 | 2015-10-15 | A kind of adjustment method and device for restoring image file |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105260184B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106445736A (en) * | 2016-08-31 | 2017-02-22 | 四川效率源信息安全技术股份有限公司 | Method for extracting and recombining MTK62 series word stock data of mobile phone |
CN107015995A (en) * | 2016-01-28 | 2017-08-04 | 华为技术有限公司 | The amending method and device of a kind of image file |
WO2022052739A1 (en) * | 2020-09-10 | 2022-03-17 | 华为技术有限公司 | Device tree repair method and system, and computer-readable storage medium |
CN114996226A (en) * | 2021-11-05 | 2022-09-02 | 荣耀终端有限公司 | Icon detection method, electronic device, readable storage medium, and program product |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1904853A (en) * | 2006-08-21 | 2007-01-31 | 北京中星微电子有限公司 | Embedded software loading debugging method and system thereof |
CN101901182A (en) * | 2009-05-31 | 2010-12-01 | 比亚迪股份有限公司 | Processing method and system of debug file data |
US20130283243A1 (en) * | 2012-04-18 | 2013-10-24 | International Business Machines Corporation | Compiling Source Code For Debugging With Variable Value Restoration Based On Debugging User Activity |
CN103677945A (en) * | 2013-12-30 | 2014-03-26 | 深圳市捷顺科技实业股份有限公司 | Generating method and device for mirror image document |
CN104573416A (en) * | 2013-10-25 | 2015-04-29 | 腾讯科技(深圳)有限公司 | Method and device for generating application installation package and executing application |
-
2015
- 2015-10-15 CN CN201510672470.7A patent/CN105260184B/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1904853A (en) * | 2006-08-21 | 2007-01-31 | 北京中星微电子有限公司 | Embedded software loading debugging method and system thereof |
CN101901182A (en) * | 2009-05-31 | 2010-12-01 | 比亚迪股份有限公司 | Processing method and system of debug file data |
US20130283243A1 (en) * | 2012-04-18 | 2013-10-24 | International Business Machines Corporation | Compiling Source Code For Debugging With Variable Value Restoration Based On Debugging User Activity |
CN104573416A (en) * | 2013-10-25 | 2015-04-29 | 腾讯科技(深圳)有限公司 | Method and device for generating application installation package and executing application |
CN103677945A (en) * | 2013-12-30 | 2014-03-26 | 深圳市捷顺科技实业股份有限公司 | Generating method and device for mirror image document |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107015995A (en) * | 2016-01-28 | 2017-08-04 | 华为技术有限公司 | The amending method and device of a kind of image file |
CN107015995B (en) * | 2016-01-28 | 2021-01-05 | 华为技术有限公司 | Method and device for modifying mirror image file |
CN106445736A (en) * | 2016-08-31 | 2017-02-22 | 四川效率源信息安全技术股份有限公司 | Method for extracting and recombining MTK62 series word stock data of mobile phone |
CN106445736B (en) * | 2016-08-31 | 2019-03-22 | 四川效率源信息安全技术股份有限公司 | A method of it extracts and recombinates MTK62 series mobile phone word-base data |
WO2022052739A1 (en) * | 2020-09-10 | 2022-03-17 | 华为技术有限公司 | Device tree repair method and system, and computer-readable storage medium |
CN114996226A (en) * | 2021-11-05 | 2022-09-02 | 荣耀终端有限公司 | Icon detection method, electronic device, readable storage medium, and program product |
Also Published As
Publication number | Publication date |
---|---|
CN105260184B (en) | 2019-02-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107967139B (en) | Hot updating method and device for game | |
CN101667134B (en) | Method for constructing compiling system and compiling system constructing device | |
CN105159738A (en) | Hot patch implementation method and system | |
CN102402427A (en) | Method and device for updating Java application program | |
CN107678748B (en) | Source code file compiling method and device | |
CN105630557B (en) | Hot patch method and apparatus | |
CN106775744B (en) | Method and device for generating static library | |
CN110134378A (en) | Application program creation method and device, computer equipment and storage medium | |
CN105260184A (en) | Image recovery file debugging method and apparatus | |
CN105159732A (en) | Method for installing or updating application program in mobile terminal and mobile terminal | |
CN113360156B (en) | IOS compiling method and related equipment | |
CN111061486B (en) | Android application program increment method | |
KR100834676B1 (en) | Method for building software project | |
CN109508193B (en) | Application deployment and operation method, device, terminal equipment and medium | |
CN101840338B (en) | M2M terminal and realization method of secondary development platform thereof | |
CN100359485C (en) | Testing device and method for flush-bonding system | |
CN110018831B (en) | Program processing method, program processing apparatus, and computer-readable storage medium | |
CN108874405B (en) | OpenStack environment upgrading method | |
CN111078225A (en) | Hot reloading method and device, electronic equipment and storage medium | |
CN113590179B (en) | Plug-in detection method and device, electronic equipment and storage medium | |
CN105373384A (en) | Software development method and apparatus | |
CN112558981B (en) | Custom compiling and deploying method and system based on jenkinsfile | |
CN103593190A (en) | Application processing method and device | |
CN115639984A (en) | Method and system for realizing front-end online compiling engine | |
CN102508694A (en) | Method and system for operating file of virtual machine |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information |
Address after: 523860 No. 18, Wu Sha Beach Road, Changan Town, Dongguan, Guangdong Applicant after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. Address before: 523860 No. 18, Wu Sha Beach Road, Changan Town, Dongguan, Guangdong Applicant before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20190219 |
|
CF01 | Termination of patent right due to non-payment of annual fee |