CN117992132A - User system creation method and device and electronic equipment - Google Patents

User system creation method and device and electronic equipment Download PDF

Info

Publication number
CN117992132A
CN117992132A CN202211324837.2A CN202211324837A CN117992132A CN 117992132 A CN117992132 A CN 117992132A CN 202211324837 A CN202211324837 A CN 202211324837A CN 117992132 A CN117992132 A CN 117992132A
Authority
CN
China
Prior art keywords
user system
configuration
configuration information
user
information
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
CN202211324837.2A
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.)
Guangzhou Shiyuan Innovation Technology Co ltd
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Original Assignee
Guangzhou Shiyuan Innovation Technology Co ltd
Guangzhou Shiyuan Electronics Thecnology 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 Shiyuan Innovation Technology Co ltd, Guangzhou Shiyuan Electronics Thecnology Co Ltd filed Critical Guangzhou Shiyuan Innovation Technology Co ltd
Priority to CN202211324837.2A priority Critical patent/CN117992132A/en
Publication of CN117992132A publication Critical patent/CN117992132A/en
Pending legal-status Critical Current

Links

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/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for creating a user system and electronic equipment, wherein the method comprises the following steps: acquiring a user system creation request, wherein the user system creation request comprises at least one target configuration item synchronized from a first user system; responding to the user system creation request, creating a second user system, and generating a synchronous configuration file of the second user system, wherein configuration information of the target configuration item or related information of the configuration information obtained from the first user system is recorded in the synchronous configuration file; and initializing the target configuration item in the second user system according to the configuration information recorded in the synchronous configuration file when switching to the second user system. According to the technical scheme provided by the invention, when a new user system is created, the configuration can be synchronously carried out from the existing user system, and brand new configuration is not required for the newly created user system, so that the configuration efficiency is improved.

Description

User system creation method and device and electronic equipment
Technical Field
The present invention relates to the field of multi-user management technologies, and in particular, to a method and an apparatus for creating a user system, and an electronic device.
Background
Android (Android) multi-user is a function provided by Android for separating user accounts and application data, and is a data isolation scheme based on an operating system level. And the Android system supports the creation of a plurality of users on one Android device. For example, parents may allow their children to use a home tablet, or a teaching public device may be assigned different user accounts for different teachers. The existing Android multi-user scheme is a brand new user data system every time a new user is created, brand new initialization configuration is needed, and operation is complex.
Disclosure of Invention
In view of the above, the embodiment of the invention provides a method and a device for creating a user system and an electronic device, which can improve the configuration efficiency of a newly created user system.
In one aspect, the present invention provides a method for creating a user system, where the method includes:
acquiring a user system creation request, wherein the user system creation request comprises at least one target configuration item synchronized from a first user system;
Responding to the user system creation request, creating a second user system, and generating a synchronous configuration file of the second user system, wherein configuration information of the target configuration item or related information of the configuration information obtained from the first user system is recorded in the synchronous configuration file;
And initializing the target configuration item in the second user system according to the configuration information or the related information of the configuration information recorded in the synchronous configuration file when switching to the second user system.
In one embodiment, the generating the synchronization profile of the second user system includes:
And recording a resource acquisition path pointing to the configuration information in the synchronous configuration file, wherein the resource acquisition path is a path of a storage position of the configuration information, and the storage position belongs to a storage space special for storing the configuration information to be synchronized.
In one embodiment, said initializing said target configuration item in said second user system comprises:
and reading the configuration information from the corresponding storage position according to the resource acquisition path recorded in the synchronous configuration file, and configuring the configuration information into the target configuration item of the second user system.
In one embodiment, the generating the synchronization profile of the second user system includes:
writing the configuration information into the synchronous configuration file;
accordingly, initializing the target configuration item in the second user system includes:
And reading the written configuration information from the synchronous configuration file, and configuring the read configuration information into the target configuration item of the second user system.
In one embodiment, the user system creation request further includes authority configuration information;
after the obtaining the user system creation request, the method further includes:
Generating a permission configuration file of the second user system according to the permission configuration information;
Acquiring a configuration change request aiming at the second user system, wherein the configuration change request comprises a configuration item to be changed;
and if the authority configuration file represents that the second user system has the changing authority of the configuration item to be changed, executing the configuration change request.
In one embodiment, the method further comprises:
And if the authority configuration file represents that the second user system does not have the changing authority of the configuration item to be changed, rejecting the configuration change request and outputting feedback prompt information.
In one embodiment, after generating the rights configuration file for the second user system, the method further comprises:
and acquiring a permission change request aiming at the second user system, and modifying the permission configuration file based on the permission change request.
In one embodiment, the method is applied to a user service program of the electronic device, and the user service program is realized based on a single-instance component.
The invention also provides a creation device of the user system, which comprises:
A request acquisition unit, configured to acquire a user system creation request, where the user system creation request includes at least one target configuration item synchronized from a first user system;
The creation unit is used for responding to the user system creation request, creating a second user system and generating a synchronous configuration file of the second user system, wherein the synchronous configuration file is recorded with configuration information of the target configuration item or related information of the configuration information acquired from the first user system;
And the initialization unit is used for initializing the target configuration item in the second user system according to the configuration information or the related information of the configuration information recorded in the synchronous configuration file when switching to the second user system.
The invention also provides an electronic device, which comprises a processor and a memory, wherein the memory is used for storing a computer program, and the creation method of the user system is realized when the computer program is executed by the processor.
The invention also provides a computer readable storage medium for storing a computer program which, when executed by a processor, implements the method of creating a user system described above.
The embodiment of the invention can realize configuration synchronization among all user systems, specifically, can realize synchronization of the configuration of a main user system to a sub-user system, and can also synchronize the configuration of one sub-user system to another sub-user system, thereby avoiding the problem that brand-new initialization configuration is required for a newly created user system, reducing configuration operation for the newly created user system and improving configuration efficiency. And the embodiment of the invention supports configuration initialization while creating a new user system.
Drawings
The features and advantages of the present invention will be more clearly understood by reference to the accompanying drawings, which are illustrative and should not be construed as limiting the invention in any way, in which:
FIG. 1 illustrates a flow chart of a method of creation of a user system in one embodiment of the invention;
FIG. 2 illustrates a schematic diagram of a user system creation interface in one embodiment of the invention;
FIG. 3 is a schematic diagram of a rights editing interface in one embodiment of the invention;
FIG. 4 is a functional block diagram of a creation means of a user system according to an embodiment of the present invention;
Fig. 5 shows a schematic structural diagram of an electronic device in an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, based on the embodiments of the invention, which a person skilled in the art would obtain without making any inventive effort, are within the scope of the invention.
The multi-user system has wide application, realizes multi-user time sharing of the same equipment, but needs to be configured for each user respectively because of different authorities of each user, different purposes of using the same equipment and the like, but has more configuration items such as user names, user head images, wallpaper, sound and voices and various rights and interests, so that the configuration operation is complicated, and the more users need to execute the configuration operation.
The method for creating the user system provided by the embodiment of the invention can be applied to a user service program (also called as a background service (service) program) of the electronic equipment, wherein the user service program is realized based on a single-instance component. In other words, the embodiment of the invention uses one user service program to realize the configuration synchronization and the authority control functions among the user systems, and the user service program registers android: singleUser configuration single instance starting provided by Android, so that the sharing of configuration information among the user systems can be realized.
In the embodiment of the invention, each user is considered to be an independent system, namely each user is a new system, and the applications in the system are independently operated and do not interfere with each other. The user service program registers android: singleUser configuration single instance start provided by Android, so that the application can be kept to be the same application instance under the main user system and the sub user system instead of starting two identical applications.
The method for creating the user system provided by the embodiment of the invention is described in detail below.
Referring to fig. 1, an embodiment of the present invention provides a method for creating a user system, where the method includes:
S101: acquiring a user system creation request, wherein the user system creation request comprises at least one target configuration item synchronized from a first user system or at least one target configuration item to be synchronized from the first user system; the first user system can be a main user system or a sub-user system;
S102: responding to the user system creation request, creating a second user system, and generating a synchronous configuration file of the second user system, wherein configuration information of the target configuration item or related information of the configuration information obtained from the first user system is recorded in the synchronous configuration file; the synchronization profile may be, for example, sync_config. The related information of the configuration information refers to some information which is not the configuration information per se but can be used for acquiring the configuration information per se, because some configuration information is inconvenient to record in a synchronous configuration file, or in consideration of the problem of the size of the configuration information per se, only some related information which can be used for acquiring the configuration information per se, such as a resource acquisition path of the configuration information, can be recorded in the synchronous configuration file;
S103: and initializing the target configuration item in the second user system according to the configuration information or the related information of the configuration information recorded in the synchronous configuration file when switching to the second user system. Specifically, the target configuration item may be initialized in the second user system according to the configuration information recorded in the synchronization configuration file only when the first switch to the newly created second user system is performed, that is, if the first switch to the second user system is not performed, the target configuration item may not be initialized in the second user system according to the configuration information recorded in the synchronization configuration file. This is because the configuration initialization is already completed when the first switch to the second user system is made, and there is no need to perform the configuration initialization again. Therefore, when the user service program receives the instruction to switch to the second user system, it needs to determine whether to switch to the second user system before.
Specifically, when the method for creating the user system provided in the embodiment of the present invention is applied to the client or the intelligent interaction tablet of the audio-video conference, after receiving an operation for creating a new user system, the client or the intelligent interaction tablet jumps to a user system creation interface (please refer to fig. 2) in response to the operation, where the user system creation interface includes a configuration item of a user name, and may further include a configuration item of a user avatar (not shown in fig. 2), and both the configuration item of the user name and the configuration item of the user avatar may manually input configuration information. The user system creation interface also includes a configuration item list capable of synchronizing configuration information from a currently existing user system (a main user system or a sub-user system), and the user system creation request is generated according to a selected configuration item (i.e., a target configuration item) in the configuration item list. The user system creation interface may also include an option for selecting the first user system so that it may be selected whether to have the primary user system as the first user system or one of the already existing sub-user systems as the first user system.
The embodiment of the invention can realize configuration synchronization among all user systems, specifically, can realize synchronization of the configuration of a main user system to a sub-user system, and can also synchronize the configuration of one sub-user system to another sub-user system, thereby avoiding the problem that brand-new initialization configuration is required for a newly created user system, reducing configuration operation for the newly created user system and improving configuration efficiency. And the embodiment of the invention supports configuration initialization while creating a new user system.
In some embodiments, the generating the synchronization profile of the second user system includes:
And recording a resource acquisition path pointing to the configuration information in the synchronous configuration file, wherein the resource acquisition path is a path of a storage position of the configuration information.
In the embodiment of the invention, according to different configuration items, the mode of recording the configuration information in the synchronous configuration file is different, and some configuration items can record the path of the storage position of the configuration information instead of the configuration information. Therefore, the storage space occupation of the synchronous configuration file can be reduced when synchronous configuration is realized.
Wherein the storage location belongs to a storage space dedicated for storing configuration information to be synchronized. Further optionally, the storage location belongs to a portion of the storage space corresponding to the first user system.
Specifically, an electronic device, such as an audio-video client or an intelligent interactive tablet, applying the method for creating the user system may store configuration information of one or more configuration items of the first user system in advance (by the user service program) into a dedicated storage space. For example, the user service program may copy wallpaper of the primary user system into a storage space corresponding to the user service program in advance. Further, the configuration information of the target configuration item of the first user system in the user system creation request may be stored into the dedicated storage space only after the user system creation request is received, and of course, if the configuration information of the target configuration item of the first user system in the user system creation request is found to have been stored into the dedicated storage space after the user system creation request is received, it is not necessary to store again.
In some embodiments, initializing the target configuration item in the second user system includes:
and reading the configuration information from the corresponding storage position according to the resource acquisition path recorded in the synchronous configuration file, and configuring the configuration information into the target configuration item of the second user system.
In other embodiments, the generating the synchronization profile of the second user system includes:
writing the configuration information into the synchronous configuration file;
accordingly, initializing the target configuration item in the second user system includes:
And reading the written configuration information from the synchronous configuration file, and configuring the read configuration information into the target configuration item of the second user system.
In the embodiment of the invention, the mode of recording the configuration information in the synchronous configuration file is different according to different configuration items, and the configuration information per se can be directly recorded for some configuration items. For example, for a language configuration item, the user service program may directly read the language configuration of the first user system and save it in the synchronization profile.
In other optional embodiments, after generating the synchronization configuration file of the second user system, the method further includes:
Acquiring a synchronous configuration modification request aiming at the second user system;
modifying the synchronization profile based on the synchronization profile modification request.
The synchronous configuration modification request comprises configuration information corresponding to a configuration item to be modified or related information of the configuration information.
Specifically, when the method for creating a user system provided in the embodiment of the present invention is applied to a client or an intelligent interaction tablet of an audio-video conference, the client or the intelligent interaction tablet may receive a user operation for modifying a configuration of synchronization, and in response to the user operation, display a synchronization configuration modification interface, on which a list of configuration items identical or similar to the user system creation interface shown in fig. 2 and/or options for selecting a source user system for configuring synchronization are displayed, change the configuration synchronized from other user systems by selecting or deselecting the list of configuration items in the synchronization configuration modification interface, and change the configuration synchronized from other user systems by selecting other user systems than the first user system from among the options for selecting the source user system for configuring synchronization.
After the synchronization configuration file of the second user system is modified, when the second user system is switched to the first time, the second user system needs to be reconfigured according to the configuration information recorded in the modified synchronization configuration file.
In some specific embodiments, the user system creation request further includes rights configuration information;
after the obtaining the user system creation request, the method further includes:
Generating a permission configuration file of the second user system according to the permission configuration information; the rights profile may be, for example, permission_config.
Acquiring a configuration change request aiming at the second user system, wherein the configuration change request comprises a configuration item to be changed;
and if the authority configuration file represents that the second user system has the changing authority of the configuration item to be changed, executing the configuration change request.
Specifically, referring to fig. 2, the user system creation interface further includes a rights item list, and when the user system creation request is generated, the rights item list needs to be generated according to not only the selected configuration item (i.e., the target configuration item) in the configuration item list, but also the rights item selected in the rights item list, so that the rights configuration information is further included in the user system creation request.
In the embodiment of the invention, the rights and rights belong to dynamic function control, and the rights and rights are controlled according to the rights configuration file only when the related rights and rights are related in the use process (such as program call, user operation and the like) of the second user system.
For example, when the user operates to trigger the wallpaper setting function of the audio-video conference client (or the intelligent interaction tablet), or when the program invokes the wallpaper setting function of the audio-video conference client (or the intelligent interaction tablet), it is required to determine whether the permission configuration file characterizes that the second user system has the permission to set the wallpaper, and only if the permission configuration file characterizes that the second user system has the permission to set the wallpaper, the wallpaper can be changed according to the instruction sent by the user operation or the program. For another example, when the user operation triggers the language setting function, or when the program invokes the language setting function, it needs to determine whether the authority configuration file indicates that the second user system has the authority to set the language, and only if the authority configuration file indicates that the second user system has the authority to set the language, the language can be changed according to the instruction issued by the user operation or the program.
Of course, the rights configuration information may include not only rights configuration information related to the configuration change, but also other rights configuration information, for example, whether to allow adjustment of screen brightness, etc. These configuration-independent rights are also rights that need to be related to the second user system during use (e.g., procedure call, user operation, etc.) to be rights controlled according to the rights configuration file. For example, after the second user system receives the operation of adjusting the screen brightness, it is determined whether the permission configuration file characterizes that the second user system has the permission of adjusting the screen brightness, if so, the screen brightness is adjusted in response to the operation of adjusting the screen brightness, otherwise, the operation of adjusting the screen brightness is not responded.
In the prior art, all sub-user systems of the android system have the same authority and cannot be controlled in a differentiated mode, and in the embodiment of the invention, the authority item configuration can be carried out when a new user system is created, so that the authority items of different user systems can be different.
In some specific embodiments, the method further comprises:
And if the authority configuration file represents that the second user system does not have the changing authority of the configuration item to be changed, rejecting the configuration change request and outputting feedback prompt information.
When the method for creating the user system provided by the embodiment of the invention is applied to the client (or the intelligent interaction panel) of the audio-video conference, after the client (or the intelligent interaction panel) outputs the feedback prompt information, a configurator of the client (or the intelligent interaction panel) can know that the second user system does not have the changing authority of the configuration item to be changed.
In some specific embodiments, after generating the rights configuration file for the second user system, the method further comprises:
and acquiring a permission change request aiming at the second user system, and modifying the permission configuration file based on the permission change request.
Specifically, the rights of the second user system may be adjusted by selecting and deselecting the rights in the rights list in response to a user operation entering a rights editing interface (see fig. 3) of the second user system, which also has a rights list that is the same as or similar to the user system creation interface.
Referring to fig. 4, an embodiment of the present invention further provides a device for creating a user system, where the device includes:
a request obtaining unit 401, configured to obtain a user system creation request, where the user system creation request includes at least one target configuration item synchronized from the first user system;
a creating unit 402, configured to create a second user system in response to the user system creation request, and generate a synchronization profile of the second user system, where configuration information of the target configuration item or information related to the configuration information acquired from the first user system is recorded in the synchronization profile;
an initializing unit 403, configured to initialize the target configuration item in the second user system according to the configuration information or information related to the configuration information recorded in the synchronization configuration file when switching to the second user system.
The embodiment of the invention can realize configuration synchronization among all user systems, specifically, can realize synchronization of the configuration of a main user system to a sub-user system, and can also synchronize the configuration of one sub-user system to another sub-user system, thereby avoiding the problem that brand-new initialization configuration is required for a newly created user system, reducing configuration operation for the newly created user system and improving configuration efficiency. And the embodiment of the invention supports configuration initialization while creating a new user system.
In some specific embodiments, the creating unit 402 is configured to record, in the synchronization configuration file, a resource acquisition path pointing to the configuration information, where the resource acquisition path is a path of a storage location of the configuration information, and the storage location belongs to a storage space dedicated to storing the configuration information to be synchronized.
In some specific embodiments, the initializing unit 403 is configured to read the configuration information from a corresponding storage location according to the resource acquisition path recorded in the synchronization configuration file, and configure the configuration information into the target configuration item of the second user system.
In some specific embodiments, the creating unit 402 is configured to write the configuration information into the synchronization configuration file;
accordingly, the initializing unit 403 is configured to read the written configuration information from the synchronization configuration file, and configure the read configuration information into the target configuration item of the second user system.
In some specific embodiments, the user system creation request further includes rights configuration information;
the apparatus further comprises:
the authority configuration file generation unit is used for generating an authority configuration file of the second user system according to the authority configuration information;
A configuration change request obtaining unit, configured to obtain a configuration change request for the second user system, where the configuration change request includes a configuration item to be changed;
And the execution unit is used for executing the configuration change request under the condition that the permission configuration file characterizes the change permission of the configuration item to be changed in the second user system.
In some embodiments, the apparatus further comprises:
And the refusing unit is used for refusing the configuration change request and outputting feedback prompt information under the condition that the permission configuration file characterizes that the second user system does not have the change permission of the configuration item to be changed.
In some embodiments, the apparatus further comprises:
And the permission change request acquisition unit is used for acquiring a permission change request aiming at the second user system and modifying the permission configuration file based on the permission change request.
In some specific embodiments, the device is applied to a user service program of the electronic equipment, and the user service program is realized based on a single-instance component. In other words, the user service program of the electronic device comprises the apparatus.
Referring to fig. 5, an embodiment of the present application further provides an electronic device, where the electronic device includes a processor and a memory, and the memory is configured to store a computer program, and when the computer program is executed by the processor, implement the method for creating a user system described above.
The processor may be a central processing unit (Central Processing Unit, CPU). The Processor may also be other general purpose processors, digital Signal Processors (DSP), application SPECIFIC INTEGRATED Circuits (ASIC), field-Programmable gate arrays (Field-Programmable GATE ARRAY, FPGA) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or a combination of the above.
The memory, as a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer-executable programs, and modules, such as program instructions/modules, corresponding to the methods in embodiments of the present invention. The processor executes various functional applications of the processor and data processing by running non-transitory software programs, instructions, and modules stored in the memory, that is, implements the method of creating a user system in the above-described method embodiments.
The memory may include a memory program area and a memory data area, wherein the memory program area may store an operating system, at least one application program required for a function; the storage data area may store data created by the processor, etc. In addition, the memory may include high-speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some implementations, the memory optionally includes memory remotely located relative to the processor, the remote memory being connectable to the processor through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
In some specific embodiments, the electronic device may be an intelligent interactive tablet (a touch-control tablet used in a common conference room, with touch-control and display functions, that is, INTERACTIVE FLAT board, or INTERACTIVE FLAT PANEL, abbreviated as IFP), or may be an audio/video conference Client (UC), such as a video bar, a video collector (camera), or the like.
An embodiment of the present application also provides a computer readable storage medium storing a computer program, which when executed by a processor, implements the method for creating a user system described above.
The embodiment of the invention can realize configuration synchronization among all user systems, specifically, can realize synchronization of the configuration of a main user system to a sub-user system, and can also synchronize the configuration of one sub-user system to another sub-user system, thereby avoiding the problem that brand-new initialization configuration is required for a newly created user system, reducing configuration operation for the newly created user system and improving configuration efficiency. And the embodiment of the invention supports configuration initialization while creating a new user system.
It will be appreciated by those skilled in the art that implementing all or part of the above-described methods in the embodiments may be implemented by a computer program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and where the program may include the steps of the embodiments of the methods described above when executed. Wherein the storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a Flash Memory (Flash Memory), a hard disk (HARD DISK DRIVE, abbreviated as HDD), a Solid state disk (Solid-state-STATE DRIVE, SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although embodiments of the present invention have been described in connection with the accompanying drawings, various modifications and variations may be made by those skilled in the art without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope of the invention as defined by the appended claims.

Claims (10)

1. A method of creating a user system, the method comprising:
acquiring a user system creation request, wherein the user system creation request comprises at least one target configuration item synchronized from a first user system;
Responding to the user system creation request, creating a second user system, and generating a synchronous configuration file of the second user system, wherein configuration information of the target configuration item or related information of the configuration information obtained from the first user system is recorded in the synchronous configuration file;
And initializing the target configuration item in the second user system according to the configuration information or the related information of the configuration information recorded in the synchronous configuration file when switching to the second user system.
2. The method of claim 1, wherein the generating the synchronization profile for the second user system comprises:
And recording a resource acquisition path pointing to the configuration information in the synchronous configuration file, wherein the resource acquisition path is a path of a storage position of the configuration information, and the storage position belongs to a storage space special for storing the configuration information to be synchronized.
3. The method of claim 2, wherein initializing the target configuration item in the second user system comprises:
and reading the configuration information from the corresponding storage position according to the resource acquisition path recorded in the synchronous configuration file, and configuring the configuration information into the target configuration item of the second user system.
4. The method of claim 1, wherein the generating the synchronization profile for the second user system comprises:
writing the configuration information into the synchronous configuration file;
accordingly, initializing the target configuration item in the second user system includes:
And reading the written configuration information from the synchronous configuration file, and configuring the read configuration information into the target configuration item of the second user system.
5. The method of claim 1, wherein the user system creation request further includes rights configuration information;
after the obtaining the user system creation request, the method further includes:
Generating a permission configuration file of the second user system according to the permission configuration information;
Acquiring a configuration change request aiming at the second user system, wherein the configuration change request comprises a configuration item to be changed;
and if the authority configuration file represents that the second user system has the changing authority of the configuration item to be changed, executing the configuration change request.
6. The method of claim 5, wherein the method further comprises:
And if the authority configuration file represents that the second user system does not have the changing authority of the configuration item to be changed, rejecting the configuration change request and outputting feedback prompt information.
7. The method of claim 5, wherein after generating the rights configuration file for the second user system, the method further comprises:
and acquiring a permission change request aiming at the second user system, and modifying the permission configuration file based on the permission change request.
8. The method according to claim 1, wherein the method is applied in a user service program of an electronic device, the user service program being implemented based on a singleton component.
9. A creation apparatus for a user system, the apparatus comprising:
A request acquisition unit, configured to acquire a user system creation request, where the user system creation request includes at least one target configuration item synchronized from a first user system;
The creation unit is used for responding to the user system creation request, creating a second user system and generating a synchronous configuration file of the second user system, wherein the synchronous configuration file is recorded with configuration information of the target configuration item or related information of the configuration information acquired from the first user system;
And the initialization unit is used for initializing the target configuration item in the second user system according to the configuration information or the related information of the configuration information recorded in the synchronous configuration file when switching to the second user system.
10. An electronic device comprising a memory and a processor, wherein the memory is configured to store a computer program, and wherein the computer program, when executed by the processor, implements the method of creating a user system according to any one of claims 1 to 7.
CN202211324837.2A 2022-10-27 2022-10-27 User system creation method and device and electronic equipment Pending CN117992132A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211324837.2A CN117992132A (en) 2022-10-27 2022-10-27 User system creation method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211324837.2A CN117992132A (en) 2022-10-27 2022-10-27 User system creation method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN117992132A true CN117992132A (en) 2024-05-07

Family

ID=90889735

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211324837.2A Pending CN117992132A (en) 2022-10-27 2022-10-27 User system creation method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN117992132A (en)

Similar Documents

Publication Publication Date Title
US10949158B2 (en) Screenshot method and apparatus
CN109168021B (en) Plug flow method and device
CN107659416B (en) Conference record sharing method and device, conference terminal and storage medium
US7669206B2 (en) Dynamic redirection of streaming media between computing devices
US10431187B2 (en) Terminal apparatus, screen recording method, program, and information processing system
CN102474671B (en) Information processing system and information processor
WO2017193612A1 (en) Apparatus employing mobile terminal to operate electronic apparatus, system, and method
JP6578717B2 (en) Terminal device, program, role determination method, and information processing system
JP6492227B2 (en) Method for content projection and mobile terminal
CN112749022B (en) Camera resource access method, operating system, terminal and virtual camera
JP2007102793A (en) Data processing system, method, and computer program product (user interface widget unit sharing for application user interface distribution)
CN1981524A (en) Information processing device and method, recording medium, and program
US11363088B1 (en) Methods and apparatus for receiving virtual relocation during a network conference
CN114422460B (en) Method and system for establishing same-screen communication sharing in instant communication application
US12058183B2 (en) Virtual relocation during network conferences
CN112309187A (en) Virtual reality teaching method, device and system
CN117992132A (en) User system creation method and device and electronic equipment
JP2016099773A (en) Terminal device, reproduction method, program, and image sharing system
CN115767191A (en) Method, device, equipment and storage medium for live broadcast
CN111913776B (en) Content display method, device and equipment
EP4184924A1 (en) Network live broadcast interaction method and device
JP2022171740A (en) Terminal device, program, content sharing method, and information processing system
CN116980391A (en) File transmission method, device, electronic equipment and storage medium
CN108769565B (en) Automatic switching method of picture layout, server and local recording and broadcasting system
CN115243064B (en) Live broadcast control method, device, equipment and 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