CN102707973B - Based on the method and system of the application program launching of android system - Google Patents
Based on the method and system of the application program launching of android system Download PDFInfo
- Publication number
- CN102707973B CN102707973B CN201210136236.9A CN201210136236A CN102707973B CN 102707973 B CN102707973 B CN 102707973B CN 201210136236 A CN201210136236 A CN 201210136236A CN 102707973 B CN102707973 B CN 102707973B
- Authority
- CN
- China
- Prior art keywords
- time delay
- application program
- control module
- load request
- delay loading
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/48—Indexing scheme relating to G06F9/48
- G06F2209/482—Application
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses the method and system of the application program launching based on android system, first it create a time delay loading control module; And when starting application program, application program, to described time delay loading control module forward delay interval load request and time delay loading content, then, refreshes Application Program Interface; When described time delay loading control module receives described time delay load request, perform described time delay loading content successively according to the order of described delay loading request; Finally, after being finished, described time delay loading control module self is closed.Thus shorten the time that application program launching presents to Application Program Interface, Application Program Interface is delayed in operation consuming time and presents rear reprocessing.So just accelerate the toggle speed of application program, obtain better Consumer's Experience.
Description
Technical field
The present invention relates to Android technical field, particularly relate to a kind of method and system of the application program launching based on android system.
Background technology
Android is a kind of open source code operating system based on Linux, is mainly used in portable equipment.Android operation system is developed by AndyRubin at first, mainly supports mobile phone at first, now expands to gradually on panel computer and other field.The advantage such as Android operation system (also claiming android system) has simple to operate, easy left-hand seat, intelligent height, increases income, free application is many.
The popularization degree of current Android phone (being namely provided with the mobile phone of android system) is very high, and hardware configuration difference is huge each other.Same application program toggle speed on the mobile phone that configuration is relatively low is relatively slow.When application program needs to take long to initialization, and when loading a lot of content, user is obliged to go to wait for the startup of this application program, and waste the time of user, the user experience thereupon brought also can be very poor.
In view of this, prior art has yet to be improved and developed.
Summary of the invention
In view of above-mentioned the deficiencies in the prior art, the object of the present invention is to provide a kind of method and system of the application program launching based on android system, be intended to solve the problem that application program launching is slower in the Android phone that configuration is lower.
Technical scheme of the present invention is as follows:
Based on a method for the application program launching of android system, wherein, comprise the following steps successively;
STA, being pre-created one for receiving the time delay load request of application program, performing the time delay loading control module of the time delay loading content corresponding with described time delay load request;
STB, when start application program time, application program to described time delay loading control module forward delay interval load request and time delay loading content, and refreshes Application Program Interface;
STC, described time delay loading control module receive described time delay load request, perform described time delay loading content successively according to the order of described delay loading request;
STD, be finished when described time delay loading content, described time delay loading control module self is closed.
The method of the described application program launching based on android system, wherein, in described step STB, the number of time delay load request is multiple, the corresponding time delay loading content of each time delay load request.
The method of the described application program launching based on android system, wherein, described step STC comprises further:
Whether STC1, described time delay loading control module polls have time delay load request, if any then carrying out step STC2;
STC2, described time delay loading control module receive and store described time delay load request, and repeating step STC1;
STC3, described time delay loading control module open command switch element, call and perform the time delay loading content corresponding to time delay load request.
The method of the described application program launching based on android system, wherein, when calling in described step STC3 and perform the time delay loading content corresponding to time delay load request, be that the order stored according to described time delay load request is carried out, namely follow first to store first performing principle.
The method of the described application program launching based on android system, wherein, after in described step STD, time delay loading control module self is closed, no longer inquiry or reception delay load request.
The system that under android system, accelerating application starts, wherein, comprises;
Distribution module, for when application program launching, to following time delay loading control module forward delay interval load request and time delay loading content;
Display module, for after distribution module forward delay interval load request and time delay loading content, directly refreshes Application Program Interface;
Time delay loading control module, for receiving time delay load request and the time delay loading content of distribution module transmission, performs described time delay loading content successively according to the order of described delay loading request.
The system that under described android system, accelerating application starts, wherein, described time delay loading control module comprises:
Whether request reception unit, have time delay load request, if any then time delay load request and the time delay loading content corresponding with it being sent to following request content storage unit for inquiry;
Request content storage unit, for storing described time delay load request and the time delay loading content corresponding with it; And manage described time delay load request according to first in first out;
Command switch unit, for receiving the outside load instructions sent, then controls following request performance element;
Request performance element, for calling and performing the time delay loading content corresponding to time delay load request.
The method and system of the application program launching based on android system of the present invention, shortens the time that application program launching presents to Application Program Interface, Application Program Interface is delayed in operation consuming time and presents rear reprocessing.So just accelerate the toggle speed of application program, obtain better Consumer's Experience.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the method for the application program launching based on android system of the present invention.
Fig. 2 is the step schematic diagram that in the embodiment of the method for the application program launching based on android system of the present invention, application program uses time delay loading control module.
Fig. 3 is the structural drawing of the system preferred embodiment of the application program launching that the present invention is based on android system.
Fig. 4 is the structured flowchart based on time delay loading control module in the system of the application program launching of android system shown in Fig. 3.
Embodiment
The invention provides the method and system of the application program launching based on android system, for making object of the present invention, technical scheme and effect clearly, clearly, the present invention is described in more detail below.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
Refer to Fig. 1, Fig. 1 is the process flow diagram of the method for the application program launching based on android system of the present invention.As shown in the figure, the method for the described application program launching based on android system, comprises the following steps successively;
A, being pre-created one for receiving the time delay load request of application program, performing the time delay loading control module of the time delay loading content corresponding with described time delay load request;
B, when start application program time, application program to described time delay loading control module forward delay interval load request and time delay loading content, and refreshes Application Program Interface;
C, described time delay loading control module receive described time delay load request, perform described time delay loading content successively according to the order of described delay loading request;
D, be finished when described time delay loading content, described time delay loading control module self is closed.
Be described in detail for above-mentioned steps respectively below:
Step A is for being pre-created a time delay Loading Control module, described time delay loading control module is core place of the present invention, its fundamental purpose is exactly time-consuming operation when allowing application program launching, such as: onCreate () function common in the application program of android system, onStart () function or onResume () function etc. transfer to time delay Loading Control resume module, and do not affect the start-up time (mainly referring to the presentative time of Application Program Interface) of application program.
Step B is for when starting application program, and application program, to described time delay loading control module forward delay interval load request and time delay loading content, then, refreshes Application Program Interface, flushes on screen by Application Program Interface.Wherein, described time delay load request can be multiple, and the corresponding time delay loading content of each time delay load request.Such as: the loading of corresponding the onCreate () function of time delay load request of onCreate () function, the loading of corresponding the onStart () function of time delay load request of onStart () function.And after time delay loading content is sent to time delay loading control module, application program directly flushes on display interface, namely user is visible, so, substantially reduces the start-up time of application program, obtains better Consumer's Experience.
Step C is that described time delay loading control module receives described time delay load request, performs described time delay loading content successively according to the order of described delay loading request.Although Application Program Interface has flushed on screen, its a lot of contents comprised also have not loaded completely.And described time delay loading control module performs time delay loading content corresponding to described time delay load request successively according to the order of described time delay load request.When described time delay load request is multiple, described step C comprises further:
Whether C1, described time delay loading control module polls have time delay load request, if any then carrying out step C2;
C2, described time delay loading control module receive and store described time delay load request, and repeating step C1;
C3, described time delay loading control module open command switch element, call and perform the time delay loading content corresponding to time delay load request.
From step C1, C2, described time delay loading control module inquires about whether there is time delay load request always, until all time delay load request receive and store complete.Step C3 receives the outside instruction starting to load by command switch unit, and calls according to described beginning load instructions and perform the time delay loading content corresponding to time delay load request.
Further, when calling in step C3 and perform the time delay loading content corresponding to time delay load request, be that the order stored according to described time delay load request is carried out, namely follow first to store first performing principle.
D step is for after the time delay loading content corresponding to described time delay load request is finished, and described time delay loading control module self is closed.Thus release certain Installed System Memory, the operation of application program can not be had influence on.In addition, after time delay loading control module self is closed, no longer inquire about or receive outside any time delay load request.
By above-mentioned A, B, C and D tetra-steps, shorten the time that application program launching presents to Application Program Interface, operation consuming time is delayed after Application Program Interface presents and is processed again by time delay loading control module.So just shorten the corresponding time of application program, accelerate the toggle speed of application program, obtain better Consumer's Experience.
Be described in detail below by a specific embodiment how accelerating application starts.As shown in Figure 2, first, when step 301, at the beginning of application program launching, time delay loading control module is created; The position creating this module in Android application program is generally the second row at the onCreate () of Application subclass or the onCreate () function of Activity subclass.Then, step 302 is carried out, to the operation of time delay loading control module request execute script in the onCreate () function of Activity subclass; Step 303, to the operation of time delay loading control module request execute script in the onStart () function of Activity subclass; And step 304, to the operation of time delay loading control module request execute script in the onResume () function of Activity subclass.Then, refresh application program display interface on screen, namely user is visible.Finally, in step 305, in the onWindowFocusChanged () function of Activity subclass, send load instructions to time delay loading control module, now this module starts to perform the request in step 302,303,304 successively, until all requests are finished.
In addition, as shown in Figure 3, present invention also offers the system that accelerating application starts under a kind of android system, it comprises; Distribution module 300, display module 200 and time delay loading control module 100; Wherein, described distribution module 300 for when application program launching, to time delay loading control module 100 forward delay interval load request and time delay loading content; Described display module 200, for after distribution module 300 forward delay interval load request and time delay loading content, directly refreshes Application Program Interface; Described time delay loading control module 100, for receiving time delay load request and the time delay loading content of distribution module 300 transmission, performs described time delay loading content successively according to the order of described delay loading request.
Wherein, as shown in Figure 4, described time delay loading control module 100 comprises: request reception unit 101, request content storage unit 102, command switch unit 103 and request performance element 104.Wherein, whether described request receiving element 101 has time delay load request, if any then time delay load request and the time delay loading content corresponding with it being sent to request content storage unit 102 for inquiry; Described request content storage unit 102 is for storing described time delay load request and the time delay loading content corresponding with it; And manage described time delay load request according to first in first out; Described command switch unit 103, for receiving the outside load instructions sent, then controls following request performance element; Described request performance element 104 is for calling and performing the time delay loading content corresponding to time delay load request.The concrete function of described time delay loading control module has been described in detail above, has just repeated no more here.
In sum, the method and system of the application program launching based on android system of the present invention, first creates a time delay loading control module; And when starting application program, application program, to described time delay loading control module forward delay interval load request and time delay loading content, then, refreshes Application Program Interface; When described time delay loading control module receives described time delay load request, perform described time delay loading content successively according to the order of described delay loading request; Finally, after being finished, described time delay loading control module self is closed.Thus shorten the time that application program launching presents to Application Program Interface, Application Program Interface is delayed in operation consuming time and presents rear reprocessing.So just shorten the corresponding time of application program, accelerate the toggle speed of application program, obtain better Consumer's Experience.
Should be understood that, application of the present invention is not limited to above-mentioned citing, for those of ordinary skills, can be improved according to the above description or convert, and all these improve and convert the protection domain that all should belong to claims of the present invention.
Claims (6)
1. based on a method for the application program launching of android system, it is characterized in that, comprise the following steps successively;
STA, being pre-created one for receiving the time delay load request of application program, performing the time delay loading control module of the time delay loading content corresponding with described time delay load request;
STB, when start application program time, application program to described time delay loading control module forward delay interval load request and time delay loading content, and refreshes Application Program Interface;
STC, described time delay loading control module receive described time delay load request, perform described time delay loading content successively according to the order of described delay loading request;
STD, be finished when described time delay loading content, described time delay loading control module self is closed;
In described step STB, the number of time delay load request is multiple, the corresponding time delay loading content of each time delay load request;
Described time delay loading control module is created by the second row of the onCreate () of Application subclass or the onCreate () function of Activity subclass; And send load instructions, until all requests are finished by the onWindowFocusChanged () function of Activity subclass to time delay loading control module.
2. the method for the application program launching based on android system according to claim 1, is characterized in that, described step STC comprises further:
Whether STC1, described time delay loading control module polls have time delay load request, if any then carrying out step STC2;
STC2, described time delay loading control module receive and store described time delay load request, and repeating step STC1;
STC3, described time delay loading control module open command switch element, call and perform the time delay loading content corresponding to time delay load request.
3. the method for the application program launching based on android system according to claim 2, it is characterized in that, when calling in described step STC3 and perform the time delay loading content corresponding to time delay load request, be that the order stored according to described time delay load request is carried out, namely follow first to store first performing principle.
4. the method for the application program launching based on android system according to claim 1, is characterized in that, after in described step STD, time delay loading control module self is closed, and no longer inquiry or reception delay load request.
5. the system that under android system, accelerating application starts, is characterized in that, comprise;
Distribution module, for when application program launching, to following time delay loading control module forward delay interval load request and time delay loading content;
Display module, for after distribution module forward delay interval load request and time delay loading content, directly refreshes Application Program Interface;
Time delay loading control module, for receiving time delay load request and the time delay loading content of distribution module transmission, performs described time delay loading content successively according to the order of described delay loading request;
The number of described time delay load request is multiple, the corresponding time delay loading content of each time delay load request;
Described time delay loading control module is created by the second row of the onCreate () of Application subclass or the onCreate () function of Activity subclass; And send load instructions, until all requests are finished by the onWindowFocusChanged () function of Activity subclass to time delay loading control module.
6. the system that under android system according to claim 5, accelerating application starts, it is characterized in that, described time delay loading control module comprises:
Whether request reception unit, have time delay load request, if any then time delay load request and the time delay loading content corresponding with it being sent to following request content storage unit for inquiry;
Request content storage unit, for storing described time delay load request and the time delay loading content corresponding with it; And manage described time delay load request according to first in first out;
Command switch unit, for receiving the outside load instructions sent, then controls following request performance element;
Request performance element, for calling and performing the time delay loading content corresponding to time delay load request.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210136236.9A CN102707973B (en) | 2012-05-04 | 2012-05-04 | Based on the method and system of the application program launching of android system |
PCT/CN2013/072160 WO2013163903A1 (en) | 2012-05-04 | 2013-03-05 | Android system-based application program starting method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210136236.9A CN102707973B (en) | 2012-05-04 | 2012-05-04 | Based on the method and system of the application program launching of android system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102707973A CN102707973A (en) | 2012-10-03 |
CN102707973B true CN102707973B (en) | 2015-12-09 |
Family
ID=46900794
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201210136236.9A Active CN102707973B (en) | 2012-05-04 | 2012-05-04 | Based on the method and system of the application program launching of android system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN102707973B (en) |
WO (1) | WO2013163903A1 (en) |
Families Citing this family (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102707973B (en) * | 2012-05-04 | 2015-12-09 | 惠州Tcl移动通信有限公司 | Based on the method and system of the application program launching of android system |
CN103139643B (en) * | 2013-01-30 | 2016-02-03 | 深圳市同洲电子股份有限公司 | A kind of starting method of application program and digital TV terminal |
CN103425432A (en) * | 2013-08-13 | 2013-12-04 | Tcl通讯(宁波)有限公司 | Quick response method of LCD (liquid crystal display) and mobile terminal |
CN103593193B (en) * | 2013-11-20 | 2017-08-01 | 北京国双科技有限公司 | Task processing method and device |
CN103793257B (en) * | 2014-03-07 | 2016-08-24 | 中南大学 | The streaming of a kind of Android program performs method |
CN104346194B (en) * | 2014-04-18 | 2017-12-01 | 腾讯科技(深圳)有限公司 | A kind of startup file loading method, device and electronic equipment |
CN105446755B (en) * | 2014-08-06 | 2019-01-08 | 阿里巴巴集团控股有限公司 | A kind of method and apparatus quickly loading Activity data in android system |
CN105630545B (en) * | 2015-12-21 | 2018-12-25 | 北京奇虎科技有限公司 | Browser starts method and device |
CN105630543B (en) * | 2015-12-21 | 2019-03-05 | 北京奇虎科技有限公司 | A kind of method and device that application cold start-up accelerates |
CN107977068A (en) * | 2016-10-25 | 2018-05-01 | 中兴通讯股份有限公司 | The method, apparatus and terminal of a kind of delay display of terminal |
CN106547598A (en) * | 2016-11-22 | 2017-03-29 | 四川长虹电器股份有限公司 | The method for lifting Android application program launching speed |
CN106874043A (en) * | 2017-01-18 | 2017-06-20 | 环球智达科技(北京)有限公司 | A kind of prioritization scheme of android applications cold start-up |
CN108829469B (en) * | 2018-04-18 | 2021-08-20 | 北京奇艺世纪科技有限公司 | Application page display method and device |
CN108762833A (en) * | 2018-05-16 | 2018-11-06 | 北京安云世纪科技有限公司 | Application in Android system starts method and apparatus |
CN109359256A (en) * | 2018-09-29 | 2019-02-19 | 北京城市网邻信息技术有限公司 | Page loading method, device, equipment and storage medium |
CN109327726B (en) * | 2018-09-30 | 2021-04-09 | 武汉斗鱼网络科技有限公司 | Barrage message processing method and device, terminal and storage medium |
CN111061516B (en) * | 2018-10-15 | 2021-09-14 | 华为技术有限公司 | Method and device for accelerating cold start of application and terminal |
CN109669735B (en) * | 2018-12-07 | 2022-02-22 | 武汉斗鱼鱼乐网络科技有限公司 | Application starting method and device based on delayed registration and storage medium |
CN109582394B (en) * | 2018-12-07 | 2021-11-26 | 武汉斗鱼鱼乐网络科技有限公司 | Application program starting method and device and storage medium |
CN109739571A (en) * | 2018-12-20 | 2019-05-10 | 努比亚技术有限公司 | Application program launching method, mobile terminal and computer readable storage medium |
CN109753321B (en) * | 2019-01-11 | 2022-02-08 | 武汉瓯越网视有限公司 | Application starting method, device, terminal and storage medium based on protocol registration |
CN109783159B (en) * | 2019-01-24 | 2022-03-29 | 武汉瓯越网视有限公司 | Application starting method and device based on configuration information |
CN112685697B (en) * | 2019-10-17 | 2022-10-21 | 福建天晴数码有限公司 | Method and terminal for preventing cracking and tampering of Ann Zhuo Ying application |
CN113391847A (en) * | 2020-03-10 | 2021-09-14 | 北京沃东天骏信息技术有限公司 | Application program starting optimization method and device |
CN113157377B (en) * | 2021-05-20 | 2023-06-27 | 读书郎教育科技有限公司 | Method and equipment for realizing control of application part by Android system |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101515239A (en) * | 2009-04-08 | 2009-08-26 | 南京航空航天大学 | Quick start method of X86 flight control computer |
CN101751278A (en) * | 2009-12-17 | 2010-06-23 | 中兴通讯股份有限公司 | Delayed data loading method and device |
CN102147744A (en) * | 2011-04-01 | 2011-08-10 | 奇智软件(北京)有限公司 | Method and system for loading program |
CN102298532A (en) * | 2011-09-15 | 2011-12-28 | 奇智软件(北京)有限公司 | Startup-item-based management method and device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101625647A (en) * | 2009-08-06 | 2010-01-13 | 青岛海信电器股份有限公司 | Method for accelerating starting speed of embedded software system |
CN102707973B (en) * | 2012-05-04 | 2015-12-09 | 惠州Tcl移动通信有限公司 | Based on the method and system of the application program launching of android system |
-
2012
- 2012-05-04 CN CN201210136236.9A patent/CN102707973B/en active Active
-
2013
- 2013-03-05 WO PCT/CN2013/072160 patent/WO2013163903A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101515239A (en) * | 2009-04-08 | 2009-08-26 | 南京航空航天大学 | Quick start method of X86 flight control computer |
CN101751278A (en) * | 2009-12-17 | 2010-06-23 | 中兴通讯股份有限公司 | Delayed data loading method and device |
CN102147744A (en) * | 2011-04-01 | 2011-08-10 | 奇智软件(北京)有限公司 | Method and system for loading program |
CN102298532A (en) * | 2011-09-15 | 2011-12-28 | 奇智软件(北京)有限公司 | Startup-item-based management method and device |
Also Published As
Publication number | Publication date |
---|---|
WO2013163903A1 (en) | 2013-11-07 |
CN102707973A (en) | 2012-10-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102707973B (en) | Based on the method and system of the application program launching of android system | |
CN101222709B (en) | Fast starting method of mobile phone application program | |
EP3855312A1 (en) | Information processing method, device, storage medium, electronic device and system | |
JP2013515293A (en) | Method and apparatus for managing an operating system in an embedded system | |
US9830181B2 (en) | Method and system for gracefully shutdown virtual system | |
CN104144202B (en) | Access method, system and the device of Hadoop distributed file system | |
CN103699398A (en) | Terminal equipment and starting control method thereof | |
CN101533350B (en) | Quick switching method for pages, device and injection molding machine system | |
CN101610316A (en) | The startup methods, devices and systems of application program of mobile phone | |
CN102571940A (en) | Remote application installation system, method, intelligent terminal and application server | |
CN110543295B (en) | Visual Web front-end project construction system | |
CN103425225A (en) | Device and running method for applications in operating system of portable data equipment | |
CN101404027A (en) | File management method, system and equipment | |
CN107704550B (en) | File migration method and device and computer readable storage medium | |
CN103995748A (en) | Intelligent terminal task processing method and system | |
CN103544059A (en) | Implementation method and system for awaiting and buffering effect at time of application switching | |
CN103198108A (en) | Index data updating method, retrieval server and index data updating system | |
CN102479185A (en) | Method for controlling software language version through server | |
CN103377079A (en) | Terminal, device and method for terminal application running and application program running method | |
CN104281668A (en) | Data processing method | |
CN103678577A (en) | Method and device for updating data | |
CN104750475A (en) | Micro satellite on-orbit reconstruction frame system and method | |
CN102540953A (en) | Programmable logic controller and data processing method thereof | |
CN103648047A (en) | Resource searching method and system of intelligent television | |
CN110908706B (en) | Multi-version software management method |
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 |