CN112464186A - Application program time-sharing and authority-sharing management method, system, all-in-one machine and storage medium - Google Patents

Application program time-sharing and authority-sharing management method, system, all-in-one machine and storage medium Download PDF

Info

Publication number
CN112464186A
CN112464186A CN202011387532.7A CN202011387532A CN112464186A CN 112464186 A CN112464186 A CN 112464186A CN 202011387532 A CN202011387532 A CN 202011387532A CN 112464186 A CN112464186 A CN 112464186A
Authority
CN
China
Prior art keywords
time
application
application program
list
sharing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011387532.7A
Other languages
Chinese (zh)
Other versions
CN112464186B (en
Inventor
柒强
罗益峰
洪飞龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Lango Electronic Science and Technology Co Ltd
Original Assignee
Guangzhou Lango Electronic Science and Technology 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 Guangzhou Lango Electronic Science and Technology Co Ltd filed Critical Guangzhou Lango Electronic Science and Technology Co Ltd
Priority to CN202011387532.7A priority Critical patent/CN112464186B/en
Publication of CN112464186A publication Critical patent/CN112464186A/en
Application granted granted Critical
Publication of CN112464186B publication Critical patent/CN112464186B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2137Time limited access, e.g. to a computer or data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention provides a time division and authority management method, a time division and authority management system, an all-in-one machine and a storage medium for an application program, wherein the method comprises the following steps: when a user tries to run a first application program, if the current screen state is the screen locking state, the control module traverses the time list to obtain a time tag corresponding to the current time point; acquiring an application list stored in a database, traversing the application list through a for cycle, and acquiring an application program package name contained in a time tag corresponding to a current time point; and if the package name of the first application program is not in the obtained package name of the application program, forbidding the user to run the first application program, and otherwise, allowing the first application program to run. The invention realizes the partial application availability of the extracurricular time by the time-sharing and power-sharing management of the application, so that students can perform intelligence-developing activities in extracurricular time, and the brain can be relaxed. Meanwhile, the value of the intelligent all-in-one machine is fully exerted.

Description

Application program time-sharing and authority-sharing management method, system, all-in-one machine and storage medium
Technical Field
The invention relates to the technical field of application time-sharing management of all-in-one machines, in particular to an application program time-sharing and right-sharing management method, an application program time-sharing and right-sharing management system, all-in-one machines and a storage medium.
Background
An all-in-one education machine (referred to as an android system large-screen education machine) is generally used for teachers to perform multimedia teaching. The non-class time (out-of-class time) all-in-one machine is generally in a locked state, a teacher can use the machine after inputting a password or logging in by swiping a card in class, and the machine cannot be used out of class, so that the problem that teaching applications cannot be normally used due to modification or damage caused by carelessness of students is solved. Therefore, the prior education integrated machine is not utilized in the non-class time and does not fully exert the value. Therefore, the all-in-one machine in the prior art needs to be improved to fully exert the use value of the all-in-one machine.
Disclosure of Invention
The invention aims to provide a time division and authority management method, a time division and authority management system, an all-in-one machine and a storage medium for an application program, which can solve the problem that the all-in-one machine cannot be fully utilized in the extracurricular time in the prior art.
The purpose of the invention is realized by the following technical scheme:
in a first aspect, the present invention provides a method for managing time-division authority of an application program, including the following steps:
step 1, a user tries to run a first application program;
step 2, the control module judges whether the current screen state is the screen locking state, if not, the processing is not carried out; otherwise, turning to the step 3;
step 3, the control module traverses the time list to obtain a time tag corresponding to the current time point;
step 4, the control module acquires an application list stored in the database, and traverses the application list through a for cycle to obtain an application program package name contained in a time tag corresponding to the current time point;
and 5, comparing the package name of the first application program with the package name of the application program obtained in the step 4, if the package name of the first application program is not in the package name of the application program obtained in the step 4, forbidding a user to operate the first application program, and otherwise, allowing the user to operate the first application program.
Further, the method for managing the time-sharing and power-dividing authority of the application program further comprises the following steps of circularly monitoring the running condition of the application program: in the screen locking state, the control module scans the currently running application program once every a period of time, compares the currently running application program with the application program under the time label corresponding to the current time point, and calls the application management service of the Android system to stop the currently running application program if the currently running application program is not in the application program under the time label corresponding to the current time point.
Furthermore, the time list is composed of a plurality of data pairs, and each data pair is composed of a time period corresponding to a time label, and is expressed as { time period, time label }.
Further, the process of generating the time list is as follows:
when the all-in-one machine is started up for the first time every day at 0 point every day, the time management module reads all time object data in the database, judges whether each time object data is repeated every day, and if yes, acquires a data pair corresponding to a time period and a time tag and writes the data pair into a time list; if not, the data is judged to be the weekly repeat, whether the weekly repeat in the time object data is the current day is judged, if so, a data pair corresponding to the time period and the time tag in the time object is obtained and written into the time list.
Further, the time object data includes a daily cycle or a weekly cycle, a time period of the cycle, and a corresponding time tag.
Further, the method for obtaining the time tag corresponding to the current time point comprises the following steps: the control module obtains a time list stored in the database, and traverses the time list through for circulation to obtain a time tag corresponding to the current time point.
Further, the method for generating the application list comprises the following steps: and the application management module classifies the application programs according to the time labels according to the use permission of the application programs set by the user and stored in the database, and generates an application list of the current day.
In a second aspect, the present invention provides an application program time-sharing and authority-sharing management system, including a time management module, an application management module, a control module, and a database, wherein:
the time management module is used for managing a time object set by a user, generating a time list every day according to time object data set by the user during initialization, or updating the time list when the user modifies the time object data;
the application management module is responsible for managing the application list, and classifies the application programs according to the time labels according to the use permission of the application programs set by the user to form the application list; when a user unloads a certain application program, traversing all the application lists and deleting the corresponding application package name;
the control module is used for acquiring whether the current screen state is a screen locking state, calling the application list in the screen locking state and allowing application programs in the application list under the time tag corresponding to the current time point to run;
and the storage module is used for storing the time object data set by the user, the use authority data of the application program, the time list and the application list.
In a third aspect, the invention provides an all-in-one machine, which includes the above application program time division right management system.
In a fourth aspect, the present invention provides a storage medium, which stores a computer program, and runs the computer program, so as to execute the time division and authority management method for the application program.
The invention realizes the partial application availability of the extracurricular time by the time-sharing and power-sharing management of the application, so that students can perform intelligence-developing activities in extracurricular time, and the brain can be relaxed. Meanwhile, the value of the intelligent all-in-one machine is fully exerted.
Drawings
FIG. 1 is a schematic diagram of a time list generation process according to the present invention;
FIG. 2 is a diagram illustrating an application list structure according to the present invention;
FIG. 3 is a flowchart of the method for time-sharing and authority-sharing management of an application according to the present invention;
FIG. 4 is a diagram illustrating the architecture of the time-division privilege management system of the application program of the present invention.
Detailed Description
The embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
The embodiments of the present disclosure are described below with specific examples, and other advantages and effects of the present disclosure will be readily apparent to those skilled in the art from the disclosure in the specification. It is to be understood that the described embodiments are merely illustrative of some, and not restrictive, of the embodiments of the disclosure. The disclosure may be embodied or carried out in various other specific embodiments, and various modifications and changes may be made in the details within the description without departing from the spirit of the disclosure. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The invention discloses an application program time-sharing and authority-sharing management system, which comprises a time management module, an application management module, a control module and a storage module, wherein:
and the time management module is used for managing a time object set by the user, wherein the time object is a minimum data unit set by the user, and a daily time list is generated according to the time object data set by the user during initialization. The data of the time object includes: day or week repeats, time period and time stamp. The time stamp is the number of the time period. For example: TAG1 (default), TAG2, TAG3, TAG4, and the like. The time management module defaults all time TAGs to TAG1 at 00:00 times each day or when the system is initialized for the first time of starting, reads the time objects of the database, and initializes the time of today to a time list of TAGs corresponding to the time period. Fig. 1 is an initialization process of the time management module, which reads time object data of the database according to the day repeat/week repeat setting and obtains a time list corresponding to the current day. The time list is composed of a plurality of data pairs, and each data pair is composed of a time period corresponding to a TAG expressed as { time period, time label }, such as {10: 00-10: 30, TAG2}, {11: 00-11: 30, TAG3} and the like.
The time management module manages the addition, deletion, update, and setting of day and week repetitions of time objects in addition to the initialization of time. And when the time object is added every time, firstly, the validity is judged, all time periods are firstly obtained in a day-repeat mode, then, whether time overlapping exists is judged, and if the time overlapping exists, the addition fails. If there is no overlap, it is added to the database and the time list is updated. For example: the user wants to add one time object of { day, 13: 00-14: 00 and TGA6}, if the time object of { day, 13: 00-14: 00 and TGA3} already exists in the database, the time is judged to be overlapped, and the addition is failed; if the time object of the time period does not exist in the database, the time object is added successfully and stored in the database. And under the week repetition mode, all time periods corresponding to the weeks are acquired first, then whether time overlapping exists is judged, and if the time overlapping exists, the addition fails. If there is no overlap, it is added to the database and the time list is updated. For example, if the user wants to add one time object { Tuesday, 13: 00-14: 00, TGA6}, and if the time object { Tuesday, 13: 00-14: 00, TGA3} already exists in the database, it is determined that there is time overlap and the addition fails; if the time object of the time period every tuesday does not exist in the database, the adding is successful, and the time object is stored in the database.
Definition of the time TAG states: the time TAG (TAG) is associated with the application management module through the control module, the TAG represents the application permission of the corresponding time period, the TAG1 is a default TAG, all applications of the TAG1 have no opening permission when the screen is locked, all APPs have permission when the screen is unlocked, and all the default time periods are TAG 1. By default all application package names correspond to TAG 1.
And the application management module is responsible for managing the application list, and classifies the application programs according to the time labels according to the user setting, wherein each time label represents the use permission of the application program in a time period. When the current user installs the application, the default package name of the application is added into the TAG1 list, and when the current user unloads the application, the user traverses all the application lists in the database and deletes the corresponding application package name. The only identification of the application is the application packet name, and each time TAG corresponds to a list of packet names to obtain an application list { packet name, TAG }. Data storage model for application List As in FIG. 2, TAG1 contains all applications by default, and an application can be associated with multiple time-stamps, except for TAG1 which is the default, with other time-stamps added by the user. For example, the use permission for developing the application 1 in two time periods of 11: 00-12: 00 and 15: 00-16: 00 every day is set, the application 1 in the two time periods is set to be available, and after the use permission is set, the application package name of the application 1 appears under the time labels corresponding to the two time periods.
And the control module is used for acquiring whether the current screen state is the screen locking state, calling the application list in the screen locking state and allowing the application programs in the application list under the time tags corresponding to the current time point to run.
And the storage module is used for storing a database, and the database stores time object data set by a user, application use authority data, a time list generated by the time management module according to the time object and an application list generated by the application management module according to the application use authority data.
The working principle of the application program time-sharing and power-sharing management system is described as follows: if the current ratio is 13:00, the teacher can lock the screen of the education machine after class. The database stores a time list and an application list which are generated in advance. When a student wants to use the APP1 for the period of time, the control module first determines whether the screen state at the current time point is the screen lock state, and if not, does not perform any limitation. If so, traversing the time list to obtain the time label corresponding to the current time point. Finding an application list corresponding to the time tag in the database, traversing the application list, finding whether the application list has a package name of the APP1, if so, allowing the APP1 to run, and if not, not allowing the APP1 to run.
The application program time-sharing and authority-sharing management method comprises the following steps:
step 1, a user tries to run a certain application (hereinafter referred to as a first application).
Step 2, the control module judges whether the current screen state is the screen locking state, if not, the processing is not carried out; otherwise, go to step 3.
And 3, traversing the time list by the control module to obtain a time tag corresponding to the current time point.
The time list is composed of a plurality of data pairs, and the expression form of the data pairs is { time period, time label }.
Specifically, in a preferred embodiment of the present application, the process of generating the time list includes:
when the all-in-one machine is started up for the first time every day at 0 point every day, the time management module reads time object data in the database, judges whether the time object data is repeated every day, and if yes, acquires a data pair corresponding to a time period and a time tag and writes the data pair into a time list; if not, the data is judged to be the weekly repeat, whether the weekly repeat in the time object data is the current day is judged, if so, a data pair corresponding to the time period and the time tag in the time object is obtained and written into the time list.
The time object is set by a user and comprises a daily cycle or a weekly cycle, a time period of the cycle and a corresponding time label.
For example, the following steps are carried out: if a piece of time object data is { Tuesday, 13:00 ~ 14:00, TGA3}, and today is Wednesday, the piece of time object data is not suitable for today. If the current day is exactly Tuesday, the {13: 00-14: 00, TGA3} data pair in the time object data is extracted and written into the time list.
Further, in a preferred embodiment of the present application, the method for obtaining the time tag corresponding to the current time point includes: the control module obtains a time list stored in a database, and traverses the time list through for circulation to obtain a time label corresponding to the current time point, which is represented by a CUR _ TAG.
And 4, the control module acquires an application LIST { package name and time TAG } stored in the database, and then traverses the application LIST through for circulation to obtain an application package name CUR _ TAG _ APP _ LIST contained in a time TAG CUR _ TAG corresponding to the current time point.
Further, in a preferred embodiment of the present application, the method for generating the application list includes: the application management module classifies the application programs according to the time labels according to the use permission of the application programs set by the user and stored in the database, and generates an application list of the current day. The usage rights of an application include the time period during which a certain application can be used.
And 5, comparing the package name of the first application program with the package name of the application program obtained in the step 4, if the package name of the first application program is not in the package name of the application program obtained in the step 4, forbidding a user to operate the first application program, and otherwise, allowing the user to operate the first application program.
Preferably, the method further comprises the step of circularly monitoring the running condition of the foreground program, specifically: in the screen locking state, the control module scans each type once, compares the currently running application program with the application program under the time label corresponding to the current time point, and calls an application management service (ActivityManger service) of the Android system to stop the running of the application program if the currently running application program is not in the application program under the time label corresponding to the current time point.
An all-in-one machine comprises the application program time division authority management system.
A storage medium having a computer program installed thereon, the computer program being executable to perform the method of:
step 1, a user tries to run a first application program;
step 2, the control module judges whether the current screen state is the screen locking state, if not, the processing is not carried out; otherwise, turning to the step 3;
step 3, the control module traverses the time list to obtain a time tag corresponding to the current time point;
step 4, the control module acquires an application list stored in the database, and traverses the application list through a for cycle to obtain an application program package name contained in a time tag corresponding to the current time point;
and 5, comparing the package name of the first application program with the package name of the application program obtained in the step 4, if the package name of the first application program is not in the package name of the application program obtained in the step 4, forbidding a user to operate the first application program, and otherwise, allowing the user to operate the first application program.
Preferably, the method further comprises the step of circularly monitoring the running condition of the foreground program, specifically: in the screen locking state, the control module scans each type once, compares the currently running application program with the application program list under the time label corresponding to the current time point, and calls an application management service (ActivinyManger service) of the Android system to stop the running of the application program if the currently running application program is not in the application program list under the time label corresponding to the current time point.
In the present invention, unless otherwise expressly stated or limited, the terms "mounted," "connected," "secured," and the like are to be construed broadly and can, for example, be fixedly connected, detachably connected, or integrally formed; may be mechanically coupled, may be electrically coupled or may be in communication with each other; they may be directly connected or indirectly connected through intervening media, or they may be connected internally or in any other suitable relationship, unless expressly stated otherwise. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
The above description is for the purpose of illustrating embodiments of the invention and is not intended to limit the invention, and it will be apparent to those skilled in the art that any modification, equivalent replacement, or improvement made without departing from the spirit and principle of the invention shall fall within the protection scope of the invention.

Claims (10)

1. The application program time-sharing and power-sharing management method is characterized by comprising the following steps:
step 1, a user runs a first application program;
step 2, the control module judges whether the current screen state is the screen locking state, if not, the processing is not carried out; otherwise, turning to the step 3;
step 3, the control module traverses the time list to obtain a time tag corresponding to the current time point;
step 4, the control module acquires an application list stored in the database, and traverses the application list through a for cycle to obtain an application program package name contained in a time tag corresponding to the current time point;
and 5, comparing the package name of the first application program with the package name of the application program obtained in the step 4, if the package name of the first application program is not in the package name of the application program obtained in the step 4, forbidding a user to operate the first application program, and otherwise, allowing the user to operate the first application program.
2. The time-division right management method for the application program according to claim 1, further comprising the step of circularly monitoring the running condition of the application program: in the screen locking state, the control module scans the currently running application program once every a period of time, compares the currently running application program with the application program under the time label corresponding to the current time point, and calls the application management service of the Android system to stop the currently running application program if the currently running application program is not in the application program under the time label corresponding to the current time point.
3. The method for time-division privilege management of application program according to claim 1, wherein the time list comprises a plurality of data pairs, each data pair comprises a time slot and a time tag, and is expressed as { time slot, time tag }.
4. The time-division privilege management method for application program according to claim 3, wherein the generation process of the time list is:
when the all-in-one machine is started up for the first time every day at 0 point every day, the time management module reads all time object data in the database, judges whether each time object data is repeated every day, and if yes, acquires a data pair corresponding to a time period and a time tag and writes the data pair into a time list; if not, the data is judged to be the weekly repeat, whether the weekly repeat in the time object data is the current day is judged, if so, a data pair corresponding to the time period and the time tag in the time object is obtained and written into the time list.
5. The time-sharing rights management method of claim 4, wherein the time object data comprises a daily or weekly cycle, a time period of the cycle, and a corresponding time tag.
6. The time-division authority management method for the application program according to claim 1, wherein the method for obtaining the time tag corresponding to the current time point comprises the following steps: the control module obtains a time list stored in the database, and traverses the time list through for circulation to obtain a time tag corresponding to the current time point.
7. The time-division authority management method of the application program according to claim 1, wherein the generation method of the application list is: and the application management module classifies the application programs according to the time labels according to the use permission of the application programs set by the user and stored in the database, and generates an application list of the current day.
8. The application program time-sharing and power-sharing management system is characterized by comprising a time management module, an application management module, a control module and a database, wherein:
the time management module is used for managing a time object set by a user, generating a time list every day according to time object data set by the user during initialization, or updating the time list when the user modifies the time object data;
the application management module is responsible for managing the application list, and classifies the application programs according to the time labels according to the use permission of the application programs set by the user to form the application list; when a user unloads a certain application program, traversing all the application lists and deleting the corresponding application package name;
the control module is used for acquiring whether the current screen state is a screen locking state, calling the application list in the screen locking state and allowing application programs in the application list under the time tag corresponding to the current time point to run;
and the storage module is used for storing the time object data set by the user, the use authority data of the application program, the time list and the application list.
9. An all-in-one machine, characterized by comprising the application time-sharing and authority-sharing management system of claim 8.
10. A storage medium storing a computer program, wherein the computer program is operable to execute the application time-division right management method according to any one of claims 1 to 7.
CN202011387532.7A 2020-12-01 2020-12-01 Application time-sharing and weight-sharing management method, system, all-in-one machine and storage medium Active CN112464186B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011387532.7A CN112464186B (en) 2020-12-01 2020-12-01 Application time-sharing and weight-sharing management method, system, all-in-one machine and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011387532.7A CN112464186B (en) 2020-12-01 2020-12-01 Application time-sharing and weight-sharing management method, system, all-in-one machine and storage medium

Publications (2)

Publication Number Publication Date
CN112464186A true CN112464186A (en) 2021-03-09
CN112464186B CN112464186B (en) 2023-11-14

Family

ID=74805688

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011387532.7A Active CN112464186B (en) 2020-12-01 2020-12-01 Application time-sharing and weight-sharing management method, system, all-in-one machine and storage medium

Country Status (1)

Country Link
CN (1) CN112464186B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103079113A (en) * 2011-10-26 2013-05-01 康佳集团股份有限公司 Smart television with time-limited application program and control method thereof
CN105487635A (en) * 2015-11-25 2016-04-13 北京奇虎科技有限公司 Management method of applications running in background, and terminal
CN106201688A (en) * 2016-07-06 2016-12-07 青岛海信移动通信技术股份有限公司 The control method of a kind of application program and device
WO2018032581A1 (en) * 2016-08-15 2018-02-22 宇龙计算机通信科技(深圳)有限公司 Method and apparatus for application program control
WO2018108173A1 (en) * 2016-12-16 2018-06-21 北京奇虎科技有限公司 Server, wearable device, and corresponding permission control method and apparatus thereof
CN108549823A (en) * 2018-04-10 2018-09-18 Oppo广东移动通信有限公司 The polygonal color application method and device, electronic equipment of terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103079113A (en) * 2011-10-26 2013-05-01 康佳集团股份有限公司 Smart television with time-limited application program and control method thereof
CN105487635A (en) * 2015-11-25 2016-04-13 北京奇虎科技有限公司 Management method of applications running in background, and terminal
CN106201688A (en) * 2016-07-06 2016-12-07 青岛海信移动通信技术股份有限公司 The control method of a kind of application program and device
WO2018032581A1 (en) * 2016-08-15 2018-02-22 宇龙计算机通信科技(深圳)有限公司 Method and apparatus for application program control
WO2018108173A1 (en) * 2016-12-16 2018-06-21 北京奇虎科技有限公司 Server, wearable device, and corresponding permission control method and apparatus thereof
CN108549823A (en) * 2018-04-10 2018-09-18 Oppo广东移动通信有限公司 The polygonal color application method and device, electronic equipment of terminal

Also Published As

Publication number Publication date
CN112464186B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN109885316B (en) Hdfs-hbase deployment method and device based on kubernetes
US9792099B2 (en) System and method for supporting deployment in a multitenant application server environment
CN111800450B (en) Multidimensional tag namespaces for cloud resource management
EP2541868B1 (en) Method and device for terminal management based on right control
US7774771B2 (en) Method and system for managing and organizing software package installations
Delporte-Gallet et al. Tight failure detection bounds on atomic object implementations
US8065255B2 (en) Management of sub-problems in a dynamic constraint satisfaction problem solver
US11640730B2 (en) Method and apparatus for configuring automobile diagnostic function and automobile diagnostic device
US11630660B2 (en) Firmware management
CN104156660A (en) Android permission fine-grained access control method based on operating environment state
CN111200545A (en) Intelligent device access method and device
CN113330419A (en) Equipment application installation method and device
CN101739276A (en) System updating method and device
CN109858257B (en) Access control method and device
CN109657427A (en) The method and device of permission control
CN110737504B (en) Fault-tolerant method, system, terminal and storage medium for deep learning model training
CN112464186A (en) Application program time-sharing and authority-sharing management method, system, all-in-one machine and storage medium
CN112882765A (en) Digital twin model scheduling method and device
CN109005167A (en) A kind of processing method of authentication data, device, server and storage medium
CN103678214A (en) Method for redirecting system console and display equipment
CN109117133A (en) Configuration method, device, electronic equipment and the readable storage medium storing program for executing of menu
CN105867176A (en) Application configuration switching method and device
US11836255B1 (en) Microcontroller unit (MCU) secure boot
CN114860390B (en) Container data management method, device, program product, medium and electronic equipment
CN113259443B (en) Resource data updating system, method, device, equipment and readable storage medium

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
CB02 Change of applicant information

Address after: Room 238, room 406, No.1, Yichuang street, Huangpu District, Guangzhou, Guangdong 510000

Applicant after: Guangzhou langguo Electronic Technology Co.,Ltd.

Address before: Room 238, room 406, No.1, Yichuang street, Huangpu District, Guangzhou, Guangdong 510000

Applicant before: GUANGZHOU LANGO ELECTRONIC SCIENCE & TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant