CN111399940A - Data processing method of intelligent system, storage medium and intelligent terminal - Google Patents

Data processing method of intelligent system, storage medium and intelligent terminal Download PDF

Info

Publication number
CN111399940A
CN111399940A CN202010170902.5A CN202010170902A CN111399940A CN 111399940 A CN111399940 A CN 111399940A CN 202010170902 A CN202010170902 A CN 202010170902A CN 111399940 A CN111399940 A CN 111399940A
Authority
CN
China
Prior art keywords
intelligent system
database
data processing
processing method
intelligent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010170902.5A
Other languages
Chinese (zh)
Inventor
石博
耿婷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN202010170902.5A priority Critical patent/CN111399940A/en
Publication of CN111399940A publication Critical patent/CN111399940A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques

Abstract

The invention discloses a data processing method, a storage medium and an intelligent terminal of an intelligent system, wherein the method comprises the following steps: monitoring the running state of the intelligent system in real time; and when the intelligent system is monitored to be in a first starting state, loading an initialization file of the intelligent system, and generating a main database and a backup database, wherein the backup database is used for storing default configuration parameters. The invention separates the user operation and the data source by simultaneously constructing a main database and a backup data, wherein the main database provides data service for the whole intelligent system, and the backup database is used for storing default configuration parameters. In the invention, when the whole intelligent system contains a large amount of user parameters and a user needs to recover or start up for loading, the time consumption of the whole system can be reduced, the running load of the intelligent system can be reduced, the performance of the intelligent system can be improved, the unnecessary system resource conflict problem can be reduced, and the experience of a UI user can be improved.

Description

Data processing method of intelligent system, storage medium and intelligent terminal
Technical Field
The present invention relates to the field of data processing, and in particular, to a data processing method for an intelligent system, a storage medium, and an intelligent terminal.
Background
At present, intelligent systems such as Android or L inux and the like have more data processing modes, such as sqlite, binary structure databases and the like, the existing binary data are basically loaded at each time of starting or when a user recovers, when the data volume is small, the problem of the data processing mode is not obvious, but when the data volume is huge, the problem of slow starting speed or unfriendly user UI (user interface) interaction interface and the like can be caused by the data processing mode.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
In view of the above-mentioned shortcomings in the prior art, an object of the present invention is to provide a data processing method, a storage medium and an intelligent terminal for an intelligent system, which are used to solve the problems of slow booting speed and reduced system performance caused by loading big data in the prior art.
The technical scheme of the invention is as follows:
a data processing method of an intelligent system comprises the following steps:
monitoring the running state of the intelligent system in real time;
and when the intelligent system is monitored to be in a first starting state, loading an initialization file of the intelligent system, and generating a main database and a backup database, wherein the backup database is used for storing default configuration parameters.
The data processing method of the intelligent system further comprises the following steps:
when the intelligent system is monitored to be in a non-first-time starting state, comparing the chapter version number of the current file to be configured with the chapter version number in the main database one by one;
if the chapter version number of the current file to be configured is different from the chapter version number in the main database, loading chapter version number data of the current file to be configured until the loading is finished;
and if the chapter version number of the current file to be configured is different from the chapter version number in the main database, not loading the chapter version number data of the current file to be configured.
The data processing method of the intelligent system further comprises the following steps:
when the intelligent system is detected to be in a data resetting operation state, detecting whether the backup database exists in the intelligent system;
and if the backup database is detected to exist in the intelligent system, loading the data blocks to be reset from the backup database.
The data processing method of the intelligent system further comprises the following steps:
and if the situation that the backup database does not exist in the intelligent system is detected, reloading the initialization file of the intelligent system.
The data processing method of the intelligent system further comprises the following steps:
and when the main database in the intelligent system is monitored to be modified and needs to be restored, copying the corresponding data block from the backup database for loading.
The data processing method of the intelligent system further comprises the following steps:
and when the intelligent system is monitored to be in an upgrading state, loading upgrading data, and simultaneously updating the main database and the backup database.
The data processing method of the intelligent system further comprises the following steps:
and when the default configuration parameters in the intelligent system are monitored to be modified, updating the default configuration parameters in the main database and the backup database at the same time.
A storage medium, wherein the storage medium stores one or more programs, which are executable by one or more processors to implement the steps in the data processing method of the intelligent system of the present invention.
An intelligent terminal comprises a processor, a memory and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor implements the steps in the data processing method of the intelligent system of the present invention when executing the computer readable program.
The intelligent terminal is one of an advertisement player, a television, a computer, a mobile phone or a tablet.
Has the advantages that: the invention provides a data processing method of an intelligent system, which separates user operation from a data source by simultaneously constructing a main database and a backup database, wherein the main database provides data service for the whole intelligent system, and the backup database is used for storing default configuration parameters. In the invention, when the whole intelligent system contains a large amount of user parameters and a user needs to recover or start up for loading, the time consumption of the whole system can be reduced, the running load of the intelligent system can be reduced, the performance of the intelligent system can be improved, the unnecessary system resource conflict problem can be reduced, and the experience of a UI user can be improved.
Drawings
FIG. 1 is a flowchart illustrating a data processing method of an intelligent system according to a preferred embodiment of the present invention.
Fig. 2 is a schematic block diagram of an intelligent device of the present invention.
Detailed Description
The present invention provides a data processing method, a storage medium and an intelligent terminal for an intelligent system, and the present invention is further described in detail below in order to make the objects, technical solutions and effects of the present invention clearer and clearer. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
Referring to fig. 1, fig. 1 is a flowchart illustrating a data processing method of an intelligent system according to a preferred embodiment of the present invention, as shown in the figure, the method includes the following steps:
s10, monitoring the running state of the intelligent system in real time;
and S20, when the intelligent system is monitored to be in a first starting state, loading an initialization file of the intelligent system, and generating a main database and a backup database, wherein the backup database is used for storing default configuration parameters.
In the invention, the initialization file is an ini file which manages various configurations of the intelligent system, and the ini file is generally used for configuring software to meet requirements of different users under a used application program. When the intelligent system loads the initialization file, the user operation and the data source are separated in a mode of generating a main database and a backup database, wherein the main database provides data service for the whole intelligent system, and the backup database is used for storing default configuration parameters. By using the method of the invention, the caching, loading and recovery of the data are greatly improved, so that the related operation has good performance improvement on the user level, when the whole intelligent system contains a large number of user parameters and the user needs to recover or start up for loading, the time consumption of the whole system is reduced, the running load of the intelligent system is reduced, the performance of the intelligent system is improved, the problem of unnecessary system resource conflict is reduced, and the experience of a UI user is improved.
In some embodiments, the data processing method of the intelligent system further comprises the steps of: when the intelligent system is monitored to be in a non-first-time starting state, comparing the chapter version number of the current file to be configured with the chapter version number in the main database one by one; if the chapter version number of the current file to be configured is different from the chapter version number in the main database, loading chapter version number data of the current file to be configured until the loading is finished; and if the chapter version number of the current file to be configured is different from the chapter version number in the main database, not loading the chapter version number data of the current file to be configured.
Specifically, taking a mobile phone as an example, when a user actively adjusts a default screen brightness parameter in the mobile phone from 40% to 80%, the mobile phone needs to reload a file to be configured to adjust the screen brightness of the mobile phone to 80% when the mobile phone is turned on for the second time; the default configuration parameters saved in the initial file loading process when the main database and the standby database are started up for the first time are the same, and the chapter version number of the file to be configured in the mobile phone is different from the chapter version number in the main database, so that the chapter version number data of the current configuration file needs to be loaded, the brightness of the screen of the mobile phone is adjusted to 80%, and the reloaded current configuration file data is updated to the main database. Based on this, when the mobile phone is in the third boot loading process, if the user does not modify the configuration parameters, the mobile phone directly loads the updated data in the master database, so that the screen brightness parameter of the mobile phone is still maintained at 80%.
In some embodiments, the data processing method of the intelligent system further comprises the steps of: when the intelligent system is detected to be in a data resetting operation state, detecting whether the backup database exists in the intelligent system; if the backup database is detected to exist in the intelligent system, loading a data block to be reset from the backup database; and if the situation that the backup database does not exist in the intelligent system is detected, reloading the initialization file of the intelligent system.
Specifically, taking a mobile phone as an example, when the mobile phone is in a data resetting operation state, that is, when the mobile phone needs to restore factory settings, it is detected whether a backup database exists in the mobile phone system, and if it is detected that the backup database exists in the mobile phone system, a data block to be reset is directly loaded from the backup database, so that the factory settings of the mobile phone are restored. If the backup database does not exist in the mobile phone system, the initialization file of the mobile phone system needs to be reloaded to restore factory settings. Obviously, the invention can effectively improve the starting speed and reduce the waiting time consumption of user operation by establishing the standby database in the process of loading the initialization file by the mobile phone, greatly improves the caching, loading and recovering of data, and ensures that the related operation has better performance improvement on the user level.
In some embodiments, the data processing method of the intelligent system further comprises the steps of: and when the main database in the intelligent system is monitored to be modified and needs to be restored, copying the corresponding data block from the backup database for loading.
Specifically, taking a mobile phone as an example, when the mobile phone is turned on for the first time, the generated main database and the standby database both store default configuration parameters; at this time, when the data in the primary database is modified and needs to be restored, the corresponding data block can be directly copied from the standby database for loading.
In some embodiments, the data processing method of the intelligent system further comprises the steps of: when the intelligent system is monitored to be in an upgrading state, loading upgrading data, and simultaneously updating a main database and a backup database; and when the default configuration parameters in the intelligent system are monitored to be modified, updating the default configuration parameters in the main database and the backup database at the same time.
Specifically, also taking a mobile phone as an example, when the mobile phone needs to perform system upgrade, the upgrade data needs to be loaded, and the primary database and the backup database are updated simultaneously, so that the backup database is always consistent with default configuration parameters. Similarly, when the default configuration parameters in the mobile phone system are modified, the default configuration parameters in the main database and the backup database need to be updated simultaneously, so that the backup database is always consistent with the default configuration parameters.
In some embodiments, the intelligent system is any one of an Android system, an L inux system, or an IOS system, but is not limited thereto.
In some embodiments, the primary database and the backup database are both binary databases.
In some embodiments, based on the data processing method of the intelligent system, this embodiment further provides a storage medium, where the storage medium stores one or more programs, and the one or more programs are executable by one or more processors to implement the steps in the data processing method of the intelligent system according to the present invention.
Based on the data processing method of the intelligent system, the embodiment further provides an intelligent terminal, as shown in fig. 2, which includes at least one processor (processor) 20; a display screen 21; and a memory (memory)22, and may further include a communication Interface (Communications Interface)23 and a bus 24. The processor 20, the display 21, the memory 22 and the communication interface 23 can communicate with each other through the bus 24. The display screen 21 is configured to display a user guidance interface preset in the initial setting mode. The communication interface 23 may transmit information. The processor 20 may call logic instructions in the memory 22 to perform the methods in the embodiments described above.
In addition, the logic instructions in the memory 22 may be implemented in the form of software functional units and stored in a storage medium when sold or used as a stand-alone product.
The memory 22 is a storage medium and can be configured to store software programs, computer executable programs, such as program instructions or modules corresponding to the methods in the embodiments of the present disclosure. The processor 20 executes the functional application and data processing, i.e. implements the method in the above-described embodiments, by executing the software program, instructions or modules stored in the memory 22.
The memory 22 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal device, and the like. Further, the memory 22 may include a high speed random access memory and may also include a non-volatile memory. For example, a variety of media that can store program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, may also be transient storage media.
In addition, the specific processes loaded and executed by the storage medium and the instruction processors in the mobile terminal are described in detail in the method, and are not stated herein.
In some embodiments, the smart terminal is one of an advertisement, a television, a computer, a mobile phone, or a tablet, but is not limited thereto.
In summary, the present invention provides a data processing method for an intelligent system, which separates a user operation from a data source by simultaneously constructing a main database and a backup database, wherein the main database provides data services for the entire intelligent system, and the backup database is used for storing default configuration parameters. In the invention, when the whole intelligent system contains a large amount of user parameters and a user needs to recover or start up for loading, the time consumption of the whole system can be reduced, the running load of the intelligent system can be reduced, the performance of the intelligent system can be improved, the unnecessary system resource conflict problem can be reduced, and the experience of a UI user can be improved.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A data processing method of an intelligent system is characterized by comprising the following steps:
monitoring the running state of the intelligent system in real time;
and when the intelligent system is monitored to be in a first starting state, loading an initialization file of the intelligent system, and generating a main database and a backup database, wherein the backup database is used for storing default configuration parameters.
2. The data processing method of the intelligent system according to claim 1, further comprising the steps of:
when the intelligent system is monitored to be in a non-first-time starting state, comparing the chapter version number of the current file to be configured with the chapter version number in the main database one by one;
if the chapter version number of the current file to be configured is different from the chapter version number in the main database, loading chapter version number data of the current file to be configured until the loading is finished;
and if the chapter version number of the current file to be configured is different from the chapter version number in the main database, not loading the chapter version number data of the current file to be configured.
3. The data processing method of the intelligent system according to claim 1, further comprising the steps of:
when the intelligent system is detected to be in a data resetting operation state, detecting whether the backup database exists in the intelligent system;
and if the backup database is detected to exist in the intelligent system, loading the data blocks to be reset from the backup database.
4. The data processing method of the intelligent system according to claim 3, further comprising the steps of:
and if the situation that the backup database does not exist in the intelligent system is detected, reloading the initialization file of the intelligent system.
5. The data processing method of the intelligent system according to claim 1, further comprising the steps of:
and when the main database in the intelligent system is monitored to be modified and needs to be restored, copying the corresponding data block from the backup database for loading.
6. The data processing method of the intelligent system according to claim 1, further comprising the steps of:
and when the intelligent system is monitored to be in an upgrading state, loading upgrading data, and simultaneously updating the main database and the backup database.
7. The data processing method of the intelligent system according to claim 1, further comprising the steps of:
and when the default configuration parameters in the intelligent system are monitored to be modified, updating the default configuration parameters in the main database and the backup database at the same time.
8. A storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps in the data processing method of the intelligent system according to any one of claims 1 to 7.
9. An intelligent terminal is characterized by comprising a processor, a memory and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the data processing method of the intelligent system of any one of claims 1-7.
10. The intelligent terminal according to claim 9, wherein the intelligent terminal is one of an advertisement, a television, a computer, a mobile phone or a tablet.
CN202010170902.5A 2020-03-12 2020-03-12 Data processing method of intelligent system, storage medium and intelligent terminal Pending CN111399940A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010170902.5A CN111399940A (en) 2020-03-12 2020-03-12 Data processing method of intelligent system, storage medium and intelligent terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010170902.5A CN111399940A (en) 2020-03-12 2020-03-12 Data processing method of intelligent system, storage medium and intelligent terminal

Publications (1)

Publication Number Publication Date
CN111399940A true CN111399940A (en) 2020-07-10

Family

ID=71434171

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010170902.5A Pending CN111399940A (en) 2020-03-12 2020-03-12 Data processing method of intelligent system, storage medium and intelligent terminal

Country Status (1)

Country Link
CN (1) CN111399940A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000377A (en) * 2020-07-29 2020-11-27 深圳市智微智能软件开发有限公司 Method, system, equipment and storage medium for quickly modifying default screen parameters

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745669A (en) * 1993-10-21 1998-04-28 Ast Research, Inc. System and method for recovering PC configurations
US20030028628A1 (en) * 2001-08-03 2003-02-06 Ncr Corporation Method for storing, retrieving and managing configuration settings of computer systems
US6604238B1 (en) * 1999-07-26 2003-08-05 Hewlett-Packard Development Company, L.P. Method and system for installing software
US20080014914A1 (en) * 2006-07-14 2008-01-17 Lg Electronics Inc. Mobile communication terminal and method for initalizing the mobile communication terminal using an over-the-air (OTA) data backup
CN101243446A (en) * 2005-08-15 2008-08-13 微软公司 Online page restore from a database mirror
CN101894137A (en) * 2010-06-23 2010-11-24 中兴通讯股份有限公司 Method and device for restoring data in embedded database
CN104932955A (en) * 2015-05-29 2015-09-23 深圳市创维电器科技有限公司 Method for backing up data during factory setting restoring of mobile terminal, and mobile terminal
CN105657191A (en) * 2016-03-29 2016-06-08 Tcl集团股份有限公司 Application increment upgrading method and system based on Android system
CN106055424A (en) * 2016-05-19 2016-10-26 青岛海信移动通信技术股份有限公司 Method and device for exception handling of information database
CN106502685A (en) * 2016-11-01 2017-03-15 Tcl集团股份有限公司 A kind of upgrade method of data base and system
CN109614376A (en) * 2018-12-04 2019-04-12 郑州云海信息技术有限公司 The update method and NAS configuration node controller of NAS node profile
CN109683948A (en) * 2018-12-13 2019-04-26 深圳创维-Rgb电子有限公司 System data introduction method, device, electronic product and storage medium
CN109697076A (en) * 2017-10-24 2019-04-30 Tcl集团股份有限公司 A kind of dynamic updating method of application software resources, device and equipment

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745669A (en) * 1993-10-21 1998-04-28 Ast Research, Inc. System and method for recovering PC configurations
US6604238B1 (en) * 1999-07-26 2003-08-05 Hewlett-Packard Development Company, L.P. Method and system for installing software
US20030028628A1 (en) * 2001-08-03 2003-02-06 Ncr Corporation Method for storing, retrieving and managing configuration settings of computer systems
CN101243446A (en) * 2005-08-15 2008-08-13 微软公司 Online page restore from a database mirror
US20080014914A1 (en) * 2006-07-14 2008-01-17 Lg Electronics Inc. Mobile communication terminal and method for initalizing the mobile communication terminal using an over-the-air (OTA) data backup
CN101894137A (en) * 2010-06-23 2010-11-24 中兴通讯股份有限公司 Method and device for restoring data in embedded database
CN104932955A (en) * 2015-05-29 2015-09-23 深圳市创维电器科技有限公司 Method for backing up data during factory setting restoring of mobile terminal, and mobile terminal
CN105657191A (en) * 2016-03-29 2016-06-08 Tcl集团股份有限公司 Application increment upgrading method and system based on Android system
CN106055424A (en) * 2016-05-19 2016-10-26 青岛海信移动通信技术股份有限公司 Method and device for exception handling of information database
CN106502685A (en) * 2016-11-01 2017-03-15 Tcl集团股份有限公司 A kind of upgrade method of data base and system
CN109697076A (en) * 2017-10-24 2019-04-30 Tcl集团股份有限公司 A kind of dynamic updating method of application software resources, device and equipment
CN109614376A (en) * 2018-12-04 2019-04-12 郑州云海信息技术有限公司 The update method and NAS configuration node controller of NAS node profile
CN109683948A (en) * 2018-12-13 2019-04-26 深圳创维-Rgb电子有限公司 System data introduction method, device, electronic product and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000377A (en) * 2020-07-29 2020-11-27 深圳市智微智能软件开发有限公司 Method, system, equipment and storage medium for quickly modifying default screen parameters

Similar Documents

Publication Publication Date Title
WO2020019458A1 (en) Page switching method of hybrid application, framework, computer device and storage medium
CN109905770B (en) Terminal starting method and device and terminal
US20170168807A1 (en) Method and electronic device for updating application program
CN107368353B (en) Method and device for realizing hot addition of virtual machine memory
CN111124288B (en) VPD storage management method, device, equipment and readable storage medium
CN108874459B (en) Rapid starting method and device based on virtualization technology
US20150365463A1 (en) Dynamic application deployment
CN104918114A (en) Method and device for upgrading operation system
CN106603125B (en) Method and device for data interaction with Bluetooth equipment
CN111885420B (en) Standby protection method and device, smart television and readable storage medium
CN102214107A (en) Method and device for changing Flash skin and color in client program
CN111399940A (en) Data processing method of intelligent system, storage medium and intelligent terminal
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN110515671A (en) Initial method, apparatus for initializing, terminal device and readable storage medium storing program for executing
CN113031999A (en) Method, device and equipment for controlling firmware upgrade of server component and storage medium
CN116400938B (en) Operating system upgrading method, device and storage medium
EP4270299A1 (en) Operating system upgrade method, electronic device, and storage medium
WO2023066246A1 (en) Method and system for installing application on cloudphone, and client cloudphone
CN116560802A (en) Virtual machine load-based virtual machine self-adaptive thermal migration method and system
CN114553859A (en) BMC configuration management method and device, electronic equipment and storage medium
CN110968852B (en) Virtual machine password management method, system, equipment and computer storage medium
CN113747423A (en) Cloud mobile phone state synchronization method, device, equipment, storage medium and program product
CN112667444A (en) System upgrading method, storage medium and terminal equipment
CN104683594A (en) SIM card-oriented method for loading mobile phone operating system
CN114528147B (en) Fingerprint deleting method and device in dual operating system

Legal Events

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

Application publication date: 20200710

RJ01 Rejection of invention patent application after publication