CN113687872B - Select component control methods, equipment, storage media and devices - Google Patents

Select component control methods, equipment, storage media and devices Download PDF

Info

Publication number
CN113687872B
CN113687872B CN202110816463.5A CN202110816463A CN113687872B CN 113687872 B CN113687872 B CN 113687872B CN 202110816463 A CN202110816463 A CN 202110816463A CN 113687872 B CN113687872 B CN 113687872B
Authority
CN
China
Prior art keywords
component
selection component
selection
user
new
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110816463.5A
Other languages
Chinese (zh)
Other versions
CN113687872A (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.)
360 Digital Security Technology Group Co Ltd
Original Assignee
360 Digital Security Technology Group 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 360 Digital Security Technology Group Co Ltd filed Critical 360 Digital Security Technology Group Co Ltd
Priority to CN202110816463.5A priority Critical patent/CN113687872B/en
Publication of CN113687872A publication Critical patent/CN113687872A/en
Application granted granted Critical
Publication of CN113687872B publication Critical patent/CN113687872B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

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)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method, equipment, storage medium and device for controlling a selection component, wherein the method comprises the following steps: searching a parent selection component corresponding to the new child selection component when the new child selection component is detected, judging whether the parent selection component is in a selected state, and modifying the new child selection component into the selected state when the parent selection component is in the selected state; compared with the existing mode that the father selection component cannot be automatically selected for the newly added sub selection component in the future, the method and the device automatically select the newly added sub selection component when the father selection component is selected and the newly added sub selection component in the father selection component, so that the new sub selection component does not need to be manually selected, operation steps are reduced, and user experience is improved.

Description

选择组件控制方法、设备、存储介质及装置Select component control methods, equipment, storage media and devices

技术领域Technical field

本发明涉及互联网技术领域,尤其涉及一种选择组件控制方法、设备、存储介质及装置。The present invention relates to the field of Internet technology, and in particular to a selection component control method, equipment, storage medium and device.

背景技术Background technique

目前,在选择父选择组件后,只能自动选择父选择组件当前的子选择组件,无法自动选择父选择组件未来新增的子选择组件,从而导致用户需要手动选择未来新增的子选择组件,操作复杂,用户体验差。Currently, after selecting a parent selection component, only the current child selection component of the parent selection component can be automatically selected, and the child selection components added to the parent selection component in the future cannot be automatically selected, which results in the user having to manually select the child selection components added in the future, which is complicated to operate and has a poor user experience.

上述内容仅用于辅助理解本发明的技术方案,并不代表承认上述内容是现有技术。The above content is only used to assist in understanding the technical solution of the present invention, and does not represent an admission that the above content is prior art.

发明内容Contents of the invention

本发明的主要目的在于提供一种选择组件控制方法、设备、存储介质及装置,旨在解决现有技术中在选择父选择组件后,只能选择父选择组件当前的子选择组件,无法自动选择父选择组件未来新增的子选择组件,从而导致操作麻烦,用户体验差的技术问题。The main purpose of the present invention is to provide a selection component control method, equipment, storage medium and device, aiming to solve the problem in the prior art that after selecting a parent selection component, only the current child selection components of the parent selection component can be selected and cannot be automatically selected. The parent selection component will add child selection components in the future, which will cause technical problems such as troublesome operation and poor user experience.

为实现上述目的,本发明提供一种选择组件控制方法,所述选择组件控制方法包括以下步骤:To achieve the above object, the present invention provides a method for controlling a selection component, the method comprising the following steps:

在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件;When a new child selection component is detected, search for the parent selection component corresponding to the new child selection component;

判断所述父选择组件是否处于被选择状态;Determine whether the parent selection component is in the selected state;

在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态。When the parent selection component is in the selected state, the newly added child selection component is modified to the selected state.

可选地,所述在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态的步骤,包括:Optionally, the step of modifying the newly added child selection component to the selected state when the parent selection component is in the selected state includes:

在所述父选择组件处于被选择状态时,获取所述新增子选择组件的组件属性;When the parent selection component is in a selected state, obtaining component properties of the newly added child selection component;

根据所述组件属性判断所述新增子选择组件是否允许被自动选择;Determining whether the newly added sub-selection component is allowed to be automatically selected according to the component attribute;

在所述新增子选择组件允许被自动选择时,将所述新增子选择组件修改为被选择状态。When the newly added sub-selection component is allowed to be automatically selected, the new sub-selection component is modified to a selected state.

可选地,所述根据所述组件属性判断所述新增子选择组件是否允许被自动选择的步骤,包括:Optionally, the step of determining whether the newly added sub-selected component is allowed to be automatically selected based on the component attributes includes:

获取用户信息,并根据所述用户信息生成用户画像;Obtain user information and generate user portraits based on the user information;

根据所述用户画像和所述组件属性判断所述新增子选择组件是否允许被自动选择。Determine whether the newly added sub-selection component is allowed to be automatically selected based on the user portrait and the component attributes.

可选地,所述根据所述用户画像和所述组件属性判断所述新增子选择组件是否允许被自动选择的步骤,包括:Optionally, the step of determining whether the newly added sub-selected component is allowed to be automatically selected based on the user portrait and the component attributes includes:

根据所述用户画像和所述组件属性生成所述新增子选择组件的匹配分值;Generate a matching score for the newly added sub-selected component based on the user portrait and the component attributes;

根据所述匹配分值判断所述新增子选择组件是否允许被自动选择。Whether the newly added sub-selection component is allowed to be automatically selected is determined according to the matching score.

可选地,所述根据所述组件属性判断所述新增子选择组件是否允许被自动选择的步骤之后,所述选择组件控制方法还包括:Optionally, after the step of determining whether the newly added sub-selected component is allowed to be automatically selected based on the component attributes, the selected component control method further includes:

在所述新增子选择组件不允许被自动选择时,基于所述新增子选择组件生成手动选择提醒信息;When the newly added sub-selection component is not allowed to be automatically selected, generate manual selection reminder information based on the newly added sub-selection component;

将所述手动选择提醒信息发送至用户终端,以提醒用户手动选择所述新增子选择组件。The manual selection reminder information is sent to the user terminal to remind the user to manually select the newly added sub-selection component.

可选地,所述在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件的步骤,包括:Optionally, when a newly added sub-selection component is detected, the step of searching for a parent selection component corresponding to the newly-added sub-selection component includes:

在检测到新增子选择组件时,对所述新增子选择组件进行验证;When a new sub-selection component is detected, verify the new sub-selection component;

在验证通过时,查找所述新增子选择组件对应的父选择组件。When the verification is passed, search for the parent selection component corresponding to the newly added child selection component.

可选地,所述在检测到新增子选择组件时,对所述新增子选择组件进行验证的步骤,包括:Optionally, when a newly added sub-selection component is detected, the step of verifying the newly-added sub-selection component includes:

在检测到新增子选择组件时,获取所述新增子选择组件的组件功能;When a newly added sub-selection component is detected, obtaining a component function of the newly added sub-selection component;

基于所述组件功能对所述新增子选择组件进行验证。The newly added sub-selected component is verified based on the component function.

可选地,所述基于所述组件功能对所述新增子选择组件进行验证的步骤,包括:Optionally, the step of verifying the newly added sub-selection component based on the component function includes:

对所述新增子选择组件进行重复性检测,获得检测结果;Perform repeatability testing on the newly added sub-selection component to obtain testing results;

基于所述检测结果和所述组件功能对所述新增子选择组件进行验证。The newly added sub-selected component is verified based on the detection result and the component function.

可选地,所述在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件的步骤之前,所述选择组件控制方法还包括:Optionally, before the step of searching for a parent selection component corresponding to the newly added child selection component when a new child selection component is detected, the selection component control method further includes:

在接收到组件选择指令时,从所述组件选择指令中提取用户权限信息;When receiving the component selection instruction, extract user permission information from the component selection instruction;

基于所述用户权限信息确定用户可选组件信息,并将所述用户可选组件信息发送至用户终端;Determine user optional component information based on the user authority information, and send the user optional component information to the user terminal;

接收用户根据所述用户可选组件信息反馈的用户选择组件,并从所述用户选择组件中提取处于被选择状态的父选择组件。Receive user-selected components based on user-selectable component information feedback, and extract parent selected components in a selected state from the user-selected components.

可选地,所述基于所述用户权限信息确定用户可选组件信息,并将所述用户可选组件信息发送至用户终端的步骤,包括:Optionally, the step of determining user-selectable component information based on the user permission information and sending the user-selectable component information to the user terminal includes:

在预设组件表中查找所述用户权限信息对应的用户可选组件集,所述预设组件表中包含用户权限信息与用户可选组件集的对应关系;Search for the user-selectable component set corresponding to the user permission information in the preset component table, where the preset component table contains the corresponding relationship between the user permission information and the user-selectable component set;

从所述用户可选组件集中选取用户可选组件,并将所述用户可选组件信息发送至用户终端。Select user-selectable components from the set of user-selectable components, and send the user-selectable component information to the user terminal.

可选地,所述在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态的步骤之后,所述选择组件控制方法还包括:Optionally, after the step of modifying the newly added child selection component to the selected state when the parent selection component is in the selected state, the selection component control method further includes:

获取所述新增子选择组件的组件信息,并根据所述组件信息生成组件修改信息;Acquire component information of the newly added sub-selection component, and generate component modification information according to the component information;

将所述组件修改信息发送至用户终端,以提醒用户所述新增子选择组件被修改。The component modification information is sent to the user terminal to remind the user that the newly added sub-selected component is modified.

此外,为实现上述目的,本发明还提出一种选择组件控制设备,所述选择组件控制设备包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的选择组件控制程序,所述选择组件控制程序配置为实现如上文所述的选择组件控制方法。In addition, in order to achieve the above object, the present invention also proposes a selection component control device. The selection component control device includes a memory, a processor, and a selection component control program stored on the memory and executable on the processor. , the selection component control program is configured to implement the selection component control method as described above.

此外,为实现上述目的,本发明还提出一种存储介质,所述存储介质上存储有选择组件控制程序,所述选择组件控制程序被处理器执行时实现如上文所述的选择组件控制方法。In addition, to achieve the above object, the present invention also proposes a storage medium on which a selection component control program is stored. When the selection component control program is executed by a processor, the selection component control method as described above is implemented.

此外,为实现上述目的,本发明还提出一种选择组件控制装置,所述选择组件控制装置包括:组件查找模块、状态判断模块和状态修改模块;In addition, in order to achieve the above object, the present invention also proposes a component selection control device, which includes: a component search module, a status judgment module and a status modification module;

所述组件查找模块,用于在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件;The component search module is used to search for the parent selection component corresponding to the newly added sub-selection component when a new sub-selection component is detected;

所述状态判断模块,用于判断所述父选择组件是否处于被选择状态;The state judgment module is used to judge whether the parent selection component is in the selected state;

所述状态修改模块,用于在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态。The state modification module is used to modify the newly added child selection component to a selected state when the parent selection component is in a selected state.

可选地,所述状态修改模块,还用于在所述父选择组件处于被选择状态时,获取所述新增子选择组件的组件属性;Optionally, the state modification module is further used to obtain component properties of the newly added child selection component when the parent selection component is in a selected state;

所述状态修改模块,还用于根据所述组件属性判断所述新增子选择组件是否允许被自动选择;The status modification module is also used to determine whether the newly added sub-selection component is allowed to be automatically selected based on the component attributes;

所述状态修改模块,还用于在所述新增子选择组件允许被自动选择时,将所述新增子选择组件修改为被选择状态。The state modification module is also configured to modify the newly added sub-selection component to a selected state when the newly-added sub-selection component is allowed to be automatically selected.

可选地,所述状态修改模块,还用于获取用户信息,并根据所述用户信息生成用户画像;Optionally, the state modification module is further used to obtain user information and generate a user portrait according to the user information;

所述状态修改模块,还用于根据所述用户画像和所述组件属性判断所述新增子选择组件是否允许被自动选择。The state modification module is also used to determine whether the newly added sub-selection component is allowed to be automatically selected based on the user portrait and the component attributes.

可选地,所述状态修改模块,还用于根据所述用户画像和所述组件属性生成所述新增子选择组件的匹配分值;Optionally, the status modification module is also configured to generate a matching score of the newly added sub-selected component according to the user portrait and the component attributes;

所述状态修改模块,还用于根据所述匹配分值判断所述新增子选择组件是否允许被自动选择。The status modification module is also configured to determine whether the newly added sub-selection component is allowed to be automatically selected based on the matching score.

可选地,所述选择组件控制装置还包括:选择提醒模块;Optionally, the selection component control device further includes: a selection reminder module;

所述选择提醒模块,用于在所述新增子选择组件不允许被自动选择时,基于所述新增子选择组件生成手动选择提醒信息;The selection reminder module is configured to generate manual selection reminder information based on the newly added sub-selection component when the newly added sub-selection component is not allowed to be automatically selected;

所述选择提醒模块,还用于将所述手动选择提醒信息发送至用户终端,以提醒用户手动选择所述新增子选择组件。The selection reminder module is further used to send the manual selection reminder information to the user terminal to remind the user to manually select the newly added sub-selection component.

可选地,所述组件查找模块,还用于在检测到新增子选择组件时,对所述新增子选择组件进行验证;Optionally, the component search module is further configured to verify the newly added sub-selection component when a newly added sub-selection component is detected;

所述组件查找模块,还用于在验证通过时,查找所述新增子选择组件对应的父选择组件。The component search module is also used to search for the parent selection component corresponding to the newly added child selection component when the verification is passed.

可选地,所述组件查找模块,还用于在检测到新增子选择组件时,获取所述新增子选择组件的组件功能;Optionally, the component search module is also configured to obtain the component function of the newly added sub-selected component when a newly added sub-selected component is detected;

所述组件查找模块,还用于基于所述组件功能对所述新增子选择组件进行验证。The component search module is further used to verify the newly added sub-selection component based on the component function.

本发明中,公开了在检测到新增子选择组件时,查找新增子选择组件对应的父选择组件,判断父选择组件是否处于被选择状态,在父选择组件处于被选择状态时,将新增子选择组件修改为被选择状态;相较于现有的无法自动选择父选择组件未来新增的子选择组件的方式,由于本发明在父选择组件被选择,且父选择组件中新增子选择组件时,自动选择该新增子选择组件,从而无需手动选择新增子选择组件,减少了操作步骤,提高了用户体验。In the present invention, it is disclosed that when a newly added child selection component is detected, the parent selection component corresponding to the newly added child selection component is searched, and whether the parent selection component is in the selected state is judged. When the parent selection component is in the selected state, the new selection component is The added child selection component is modified to the selected state; compared with the existing method that cannot automatically select the child selection component added in the future by the parent selection component, because the present invention is selected when the parent selection component is selected, and the child selection component is added to the parent selection component. When selecting a component, the newly added sub-selection component is automatically selected, thereby eliminating the need to manually select the new sub-selection component, which reduces operating steps and improves user experience.

附图说明Description of drawings

图1是本发明实施例方案涉及的硬件运行环境的选择组件控制设备的结构示意图;1 is a schematic diagram of the structure of a selection component control device for a hardware operating environment according to an embodiment of the present invention;

图2为本发明选择组件控制方法第一实施例的流程示意图;Figure 2 is a schematic flow chart of the first embodiment of the component selection control method of the present invention;

图3为本发明选择组件控制方法一实施例的父选择组件被选择时示意图;Figure 3 is a schematic diagram when the parent selection component is selected according to an embodiment of the selection component control method of the present invention;

图4为本发明选择组件控制方法一实施例的子选择组件被选择时示意图;Figure 4 is a schematic diagram when a sub-selection component is selected according to an embodiment of the selection component control method of the present invention;

图5为本发明选择组件控制方法一实施例的父选择组件被选择时新增子选择组件示意图;5 is a schematic diagram of adding a child selection component when a parent selection component is selected according to an embodiment of a selection component control method of the present invention;

图6为本发明选择组件控制方法第二实施例的流程示意图;Figure 6 is a schematic flow chart of a second embodiment of a component selection control method according to the present invention;

图7为本发明选择组件控制方法第三实施例的流程示意图;Figure 7 is a schematic flowchart of the third embodiment of the component selection control method of the present invention;

图8为本发明选择组件控制装置第一实施例的结构框图。Figure 8 is a structural block diagram of the first embodiment of the selection component control device of the present invention.

本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The realization of the purpose, functional features and advantages of the present invention will be further described with reference to the embodiments and the accompanying drawings.

具体实施方式Detailed ways

应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It should be understood that the specific embodiments described here are only used to explain the present invention and are not intended to limit the present invention.

参照图1,图1为本发明实施例方案涉及的硬件运行环境的选择组件控制设备结构示意图。Refer to FIG. 1 , which is a schematic diagram of a structure of a selection component control device for a hardware operating environment according to an embodiment of the present invention.

如图1所示,该选择组件控制设备可以包括:处理器1001,例如中央处理器(Central Processing Unit,CPU),通信总线1002、用户接口1003,网络接口1004,存储器1005。其中,通信总线1002用于实现这些组件之间的连接通信。用户接口1003可以包括显示屏(Display),可选用户接口1003还可以包括标准的有线接口、无线接口,对于用户接口1003的有线接口在本发明中可为USB接口。网络接口1004可选的可以包括标准的有线接口、无线接口(如无线保真(WIreless-FIdelity,WI-FI)接口)。存储器1005可以是高速的随机存取存储器(Random Access Memory,RAM)存储器,也可以是稳定的存储器(Non-volatileMemory,NVM),例如磁盘存储器。存储器1005可选的还可以是独立于前述处理器1001的存储装置。As shown in Figure 1, the selection component control device may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Among them, the communication bus 1002 is used to realize connection communication between these components. The user interface 1003 may include a display screen (Display). The optional user interface 1003 may also include a standard wired interface and a wireless interface. The wired interface of the user interface 1003 may be a USB interface in the present invention. The network interface 1004 may optionally include a standard wired interface or a wireless interface (such as a wireless fidelity (WIreless-FIdelity, WI-FI) interface). The memory 1005 may be a high-speed random access memory (Random Access Memory, RAM) memory or a stable memory (Non-volatile Memory, NVM), such as a disk memory. The memory 1005 may optionally be a storage device independent of the aforementioned processor 1001.

本领域技术人员可以理解,图1中示出的结构并不构成对选择组件控制设备的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Those skilled in the art can understand that the structure shown in Figure 1 does not constitute a limitation on the selection of component control devices, and may include more or less components than shown, or combine certain components, or arrange different components.

如图1所示,认定为一种计算机存储介质的存储器1005中可以包括操作系统、网络通信模块、用户接口模块以及选择组件控制程序。As shown in Figure 1, memory 1005, which is considered a computer storage medium, may include an operating system, a network communication module, a user interface module, and a selection component control program.

在图1所示的选择组件控制设备中,网络接口1004主要用于连接后台服务器,与所述后台服务器进行数据通信;用户接口1003主要用于连接用户设备;所述选择组件控制设备通过处理器1001调用存储器1005中存储的选择组件控制程序,并执行本发明实施例提供的选择组件控制方法。In the selection component control device shown in Figure 1, the network interface 1004 is mainly used to connect to the backend server and perform data communication with the backend server; the user interface 1003 is mainly used to connect to user equipment; the selection component control device passes through the processor 1001 calls the selection component control program stored in the memory 1005 and executes the selection component control method provided by the embodiment of the present invention.

基于上述硬件结构,提出本发明选择组件控制方法的实施例。Based on the above hardware structure, an embodiment of the selected component control method of the present invention is proposed.

参照图2,图2为本发明选择组件控制方法第一实施例的流程示意图,提出本发明选择组件控制方法第一实施例。Referring to FIG. 2 , FIG. 2 is a schematic flow chart of a first embodiment of a component selection control method of the present invention. The first embodiment of a selection component control method of the present invention is proposed.

在第一实施例中,所述选择组件控制方法包括以下步骤:In a first embodiment, the selection component control method comprises the following steps:

步骤S10:在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件。Step S10: When a new child selection component is detected, search for the parent selection component corresponding to the new child selection component.

应当理解的是,本实施例方法的执行主体可以是具有数据处理、网络通信以及程序运行功能的计算服务设备,例如服务器以及电脑等,或者是其他能够实现相同或相似功能的电子设备,本实施例对此不加以限制。在本实施例以及其他实施例中,以服务器为例进行说明。It should be understood that the execution subject of the method of this embodiment can be a computing service device with data processing, network communication and program running functions, such as a server and a computer, or other electronic devices that can achieve the same or similar functions, and this embodiment does not limit this. In this embodiment and other embodiments, the server is used as an example for description.

需要说明的是,新增子选择组件可以是新增加的子选择组件,新增子选择组件可以由选择组件控制设备的管理人员预先加入选择组件控制设备。It should be noted that the newly added sub-selection component can be a newly added sub-selection component, and the new sub-selection component can be added to the selection component control device in advance by the manager of the selection component control device.

可以理解的是,查找新增子选择组件对应的父选择组件可以是在预设组件关系表中查找新增子选择组件对应的父选择组件。其中,预设组件关系表中包含新增子选择组件与父选择组件的对应关系,新增子选择组件与父选择组件的对应关系可以由选择组件控制设备的管理人员在新增子选择组件时,预先设置。It is understandable that searching for the parent selection component corresponding to the newly added sub-selection component may be searching for the parent selection component corresponding to the newly added sub-selection component in a preset component relationship table. The preset component relationship table includes the correspondence between the newly added sub-selection component and the parent selection component, and the correspondence between the newly added sub-selection component and the parent selection component may be preset by the administrator of the selection component control device when adding the sub-selection component.

步骤S20:判断所述父选择组件是否处于被选择状态。Step S20: Determine whether the parent selection component is in a selected state.

需要说明的是,被选择状态可以是选择组件已被用户选取的状态。It should be noted that the selected state may be a state in which the selection component has been selected by the user.

应当理解的是,判断父选择组件是否处于被选择状态可以是获取父选择组件的组件标识,并根据组件标识判断父选择组件是否处于被选择状态。其中,组件标识用于表示组件的状态。It should be understood that determining whether the parent selection component is in the selected state may be to obtain the component identifier of the parent selection component, and determine whether the parent selection component is in the selected state based on the component identifier. Among them, the component identifier is used to represent the status of the component.

步骤S30:在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态。Step S30: When the parent selection component is in the selected state, modify the newly added child selection component to the selected state.

可以理解的是,在父选择组件处于被选择状态时,说明父选择组件已被用户选取。因此,需要将新增子选择组件修改为被选择状态,以实现新增子选择组件的自动选择。It can be understood that when the parent selection component is in the selected state, it means that the parent selection component has been selected by the user. Therefore, it is necessary to modify the newly added sub-selection component to the selected state to realize the automatic selection of the new sub-selection component.

应当理解的是,将新增子选择组件修改为被选择状态可以是对新增子选择组件的组件标识进行修改,以将新增子选择组件修改为被选择状态。It should be understood that modifying the newly added sub-selected component to the selected state may be to modify the component identifier of the newly added sub-selected component, so as to modify the newly added sub-selected component to the selected state.

为了便于理解,参考图3-5进行说明,但并不对本方案进行限定。图3为父选择组件被选择时示意图,图3中父选择组件A被选择,则父选择组件A对应的所有子选择组件A1、A2以及A3都被自动选择;图4为子选择组件被选择时示意图,图4中,即使父选择组件A的所有子选择组件A1、A2以及A3都被选择,父选择组件A也不会被自动选择;图5为父选择组件被选择时新增子选择组件示意图,图5中,在检测到新增子选择组件A4时,查找获得新增子选择组件A4对应的父选择组件A,确定父选择组件A已被选择,则自动选择新增子选择组件A4。For ease of understanding, reference is made to Figures 3-5 for illustration, but this solution is not limited. Figure 3 is a schematic diagram of when a parent selection component is selected. In Figure 3, when parent selection component A is selected, all sub-selection components A1, A2, and A3 corresponding to parent selection component A are automatically selected; Figure 4 is a schematic diagram of when a sub-selection component is selected. In Figure 4, even if all sub-selection components A1, A2, and A3 of parent selection component A are selected, parent selection component A will not be automatically selected; Figure 5 is a schematic diagram of when a new sub-selection component is added when a parent selection component is selected. In Figure 5, when a new sub-selection component A4 is detected, the parent selection component A corresponding to the new sub-selection component A4 is searched and obtained, and it is determined that the parent selection component A has been selected, and then the new sub-selection component A4 is automatically selected.

本实施例中,公开了在检测到新增子选择组件时,查找新增子选择组件对应的父选择组件,判断父选择组件是否处于被选择状态,在父选择组件处于被选择状态时,将新增子选择组件修改为被选择状态;相较于现有的无法自动选择父选择组件未来新增的子选择组件的方式,由于本实施例在父选择组件被选择,且父选择组件中新增子选择组件时,自动选择该新增子选择组件,从而无需手动选择新增子选择组件,减少了操作步骤,提高了用户体验。In this embodiment, it is disclosed that when a new child selection component is detected, the parent selection component corresponding to the newly added child selection component is searched, and whether the parent selection component is in the selected state is determined. When the parent selection component is in the selected state, the parent selection component is The newly added child selection component is modified to the selected state; compared with the existing method of automatically selecting the parent selection component to add child selection components in the future, in this embodiment, the parent selection component is selected, and the new child selection component is added to the parent selection component. When adding a sub-selection component, the newly-added sub-selection component is automatically selected, thereby eliminating the need to manually select a new sub-selection component, which reduces operating steps and improves user experience.

参照图6,图6为本发明选择组件控制方法第二实施例的流程示意图,基于上述图2所示的第一实施例,提出本发明选择组件控制方法的第二实施例。Referring to Figure 6, Figure 6 is a schematic flowchart of a second embodiment of a component selection control method of the present invention. Based on the first embodiment shown in Figure 2, a second embodiment of a selection component control method of the present invention is proposed.

在第二实施例中,所述步骤S10,包括:In the second embodiment, step S10 includes:

步骤S101:在检测到新增子选择组件时,对所述新增子选择组件进行验证。Step S101: When a newly added sub-selection component is detected, verify the newly-added sub-selection component.

应当理解的是,在实际应用中,可能存在某些新增子选择组件功能不完善,从而导致被加入选择组件后,用户体验较差的缺陷。因此,在检测到新增子选择组件时,需要先对新增子选择组件进行验证,以确保被自动选择的新增子选择组件的可靠性。It should be understood that in actual applications, there may be defects in the functions of some new sub-selection components that are not perfect, resulting in a poor user experience after being added to the selection component. Therefore, when a new sub-selection component is detected, the new sub-selection component needs to be verified first to ensure the reliability of the automatically selected new sub-selection component.

可以理解的是,对新增子选择组件进行验证可以是获取所述新增子选择组件的组件功能,基于所述组件功能对所述新增子选择组件进行验证。It can be understood that verifying the newly added sub-selection component may be obtaining a component function of the newly added sub-selection component, and verifying the newly added sub-selection component based on the component function.

进一步地,考虑到实际应用中,还存在组件重复造成的组件冲突。为了克服上述缺陷,所述基于所述组件功能对所述新增子选择组件进行验证,包括:Furthermore, considering that in actual applications, there are component conflicts caused by component duplication. In order to overcome the above defects, the verification of the newly added sub-selection component based on the component function includes:

对所述新增子选择组件进行重复性检测,获得检测结果;Perform repeatability testing on the newly added sub-selection component to obtain testing results;

基于所述检测结果和所述组件功能对所述新增子选择组件进行验证。The newly added sub-selected component is verified based on the detection result and the component function.

应当理解的是,重复性检测可以是检测新增子选择组件与其他选择组件是否重复。It should be understood that the duplication detection may be to detect whether the newly added sub-selection component is repeated with other selection components.

可以理解的是,基于检测结果和组件功能对新增子选择组件进行验证可以是在新增子选择组件通过重复性检测,且组件功能完善时,判定新增子选择组件通过验证;在新增子选择组件未通过重复性检测,或组件功能不完善时,判定新增子选择组件未通过验证。It can be understood that the verification of the newly added sub-selected component based on the test results and component functions can be that when the newly added sub-selected component passes the repeatability test and the component function is perfect, it is determined that the newly added sub-selected component has passed the verification; when the newly added sub-selected component is When the sub-selection component fails the repeatability test, or the component function is incomplete, it is determined that the newly added sub-selection component fails the verification.

步骤S102:在验证通过时,查找所述新增子选择组件对应的父选择组件。Step S102: When the verification is passed, search for the parent selection component corresponding to the newly added child selection component.

应当理解的是,在验证通过时,说明新增子选择组件功能完善,可以被直接加入。It should be understood that when the verification is passed, it means that the newly added sub-selection component is fully functional and can be added directly.

第二实施例通过在检测到新增子选择组件时,对所述新增子选择组件进行验证,在验证通过时,查找所述新增子选择组件对应的父选择组件,从而能够预先对新增子选择组件进行验证,以确定新增子选择组件的可靠性。The second embodiment verifies the newly added sub-selection component when the new sub-selection component is detected, and when the verification passes, searches for the parent selection component corresponding to the new sub-selection component, so that the new sub-selection component can be verified in advance. The newly added sub-selected components are verified to determine the reliability of the newly added sub-selected components.

在第二实施例中,所述步骤S30,包括:In the second embodiment, the step S30 includes:

步骤S301:在所述父选择组件处于被选择状态时,获取所述新增子选择组件的组件属性。Step S301: When the parent selection component is in a selected state, obtain the component attributes of the newly added child selection component.

应当理解的是,在实际应用中,可能存在某些新增子选择组件不适合被自动选择。例如,新增子选择组件被自动选择时,可能会更改用户设置,造成用户体验较差。因此,需要先验证新增子选择组件是否允许被自动选择。It should be understood that in actual applications, there may be some newly added sub-selection components that are not suitable for automatic selection. For example, when a new sub-selection component is automatically selected, user settings may be changed, resulting in a poor user experience. Therefore, you need to first verify whether the newly added sub-selection component is allowed to be automatically selected.

需要说明的是,组件属性可以是组件种类和组件权限等信息。It should be noted that component attributes can be information such as component type and component permissions.

可以理解的是,获取新增子选择组件的组件属性可以是对新增子选择组件进行信息提取,获得新增子选择组件的组件属性。It can be understood that obtaining the component attributes of the newly added sub-selection component may be to extract information from the newly added sub-selection component and obtain the component attributes of the newly added sub-selection component.

步骤S302:根据所述组件属性判断所述新增子选择组件是否允许被自动选择。Step S302: Determine whether the newly added sub-selected component is allowed to be automatically selected according to the component attribute.

应当理解的是,根据组件属性判断新增子选择组件是否允许被自动选择可以是将组件属性与预设禁止自动选择组件的组件属性进行匹配,在匹配成功时,判定新增子选择组件不允许被自动选择;在匹配成功时,判定新增子选择组件允许被自动选择。It should be understood that judging whether the newly added sub-selected component is allowed to be automatically selected based on the component attributes may be to match the component attributes with the component attributes of the preset components that prohibit automatic selection. When the matching is successful, it is judged that the newly added sub-selected component is not allowed. is automatically selected; when the match is successful, it is determined that the newly added sub-selection component is allowed to be automatically selected.

进一步地,考虑到实际应用中,用户可能不想某些新增子选择组件被自动选择。因此,所述步骤S302,包括:Furthermore, considering actual applications, users may not want some newly added sub-selection components to be automatically selected. Therefore, step S302 includes:

获取用户信息,并根据所述用户信息生成用户画像;Obtain user information and generate user portraits based on the user information;

根据所述用户画像和所述组件属性判断所述新增子选择组件是否允许被自动选择。Whether the newly added sub-selection component is allowed to be automatically selected is determined according to the user portrait and the component attributes.

需要说明的是,用户信息可以是用户选择组件记录、用户喜好以及用户年龄等信息。用户画像用于表示用户的实际需求。It should be noted that user information may include user selection component records, user preferences, user age and other information. User personas are used to represent the actual needs of users.

可以理解的是,根据用户信息生成用户画像可以是根据用户信息通过预设画像构建模型生成用户画像。其中,预设画像构建模型用于从用户信息中提取用户画像。It is understandable that generating a user portrait according to user information may be generating a user portrait according to the user information through a preset portrait construction model, wherein the preset portrait construction model is used to extract the user portrait from the user information.

应当理解的是,根据用户画像和组件属性判断新增子选择组件是否允许被自动选择可以是将用户画像与组件属性进行匹配,在匹配成功时,说明用户能够接收新增子选择组件被自动选择,此时,可以判定新增子选择组件允许被自动选择;在匹配失败时,说明用户不能接收新增子选择组件被自动选择,此时,可以判定新增子选择组件不允许被自动选择。It should be understood that judging whether the newly added sub-selected component is allowed to be automatically selected based on the user portrait and component attributes may be to match the user portrait with the component attributes. When the matching is successful, it means that the user can accept the newly added sub-selected component to be automatically selected. , at this time, it can be determined that the new sub-selection component is allowed to be automatically selected; when the matching fails, it means that the user cannot accept the new sub-selection component to be automatically selected. At this time, it can be determined that the new sub-selection component is not allowed to be automatically selected.

进一步地,为了使匹配结果更加准确,所述根据所述用户画像和所述组件属性判断所述新增子选择组件是否允许被自动选择,包括:Further, in order to make the matching results more accurate, determining whether the newly added sub-selection component is allowed to be automatically selected based on the user portrait and the component attributes includes:

根据所述用户画像和所述组件属性生成所述新增子选择组件的匹配分值;Generate a matching score for the newly added sub-selected component based on the user portrait and the component attributes;

根据所述匹配分值判断所述新增子选择组件是否允许被自动选择。Determine whether the newly added sub-selection component is allowed to be automatically selected according to the matching score.

需要说明的是,匹配分值用于表示用户画像与组件属性的匹配程度,匹配分值越大,代表用户越能接收新增子选择组件被自动选择。It should be noted that the matching score is used to indicate the degree of matching between the user portrait and the component attributes. The larger the matching score, the more the user can accept the automatic selection of the new sub-selection component.

应当理解的是,根据匹配分值判断新增子选择组件是否允许被自动选择可以是判断匹配分值是否大于或等于预设阈值,在匹配分值大于或等于预设阈值时,判定新增子选择组件允许被自动选择;在匹配分值小于预设阈值时,判定新增子选择组件不允许被自动选择。It should be understood that determining whether the newly added sub-selection component is allowed to be automatically selected based on the matching score may be to determine whether the matching score is greater than or equal to a preset threshold. When the matching score is greater than or equal to the preset threshold, determine whether the newly added sub-selection component is allowed to be automatically selected. The selection component is allowed to be automatically selected; when the matching score is less than the preset threshold, it is determined that the newly added sub-selection component is not allowed to be automatically selected.

进一步地,为了能够在新增子选择组件不允许被选择时,提醒用户手动选择新增子选择组件。所述步骤S302之后,还包括:Further, in order to be able to remind the user to manually select a new sub-selection component when the new sub-selection component is not allowed to be selected. After step S302, it also includes:

在所述新增子选择组件不允许被自动选择时,基于所述新增子选择组件生成手动选择提醒信息;When the newly added sub-selection component is not allowed to be automatically selected, generate manual selection reminder information based on the newly added sub-selection component;

将所述手动选择提醒信息发送至用户终端,以提醒用户手动选择所述新增子选择组件。The manual selection reminder information is sent to the user terminal to remind the user to manually select the newly added sub-selection component.

可以理解的是,在新增子选择组件不不允许被自动选择时,如果不通知用户存在新增子选择组件,可能导致用户忘记选择该新增子选择组件。因此,在新增子选择组件不允许被自动选择时,还需要基于新增子选择组件生成手动选择提醒信息。例如,在新增子选择组件为A4时,可以生成手动选择提醒信息“新增子选择组件A4已被禁止自动选择,是否进行手动选择”。It is understandable that when the newly added sub-selection component is not allowed to be automatically selected, if the user is not notified of the existence of the newly added sub-selection component, the user may forget to select the newly added sub-selection component. Therefore, when the newly added sub-selection component is not allowed to be automatically selected, it is also necessary to generate manual selection reminder information based on the newly added sub-selection component. For example, when the newly added sub-selection component is A4, a manual selection reminder message "The newly added sub-selection component A4 has been prohibited from being automatically selected, do you want to select it manually" can be generated.

需要说明的是,用户终端可以是预先与选择组件控制设备建立通信连接的终端。用户可以通过用户终端接收选择组件控制设备发送的信息,也可以是通过用户终端选取选择组件。It should be noted that the user terminal may be a terminal that has established a communication connection with the selection component control device in advance. The user can receive the information sent by the selection component control device through the user terminal, or select the selection component through the user terminal.

应当理解的是,用户终端在接收到手动选择提醒信息后,可以展示手动选择提醒信息,用户可以通过点击手动选择提醒信息进行组件选择结果,以手动选择新增子选择组件。It should be understood that after receiving the manual selection reminder information, the user terminal can display the manual selection reminder information, and the user can click the manual selection reminder information to perform component selection results to manually select a new sub-selection component.

步骤S303:在所述新增子选择组件允许被自动选择时,将所述新增子选择组件修改为被选择状态。Step S303: When the newly added sub-selection component is allowed to be automatically selected, modify the newly-added sub-selection component to a selected state.

可以理解的是,在新增子选择组件允许被自动选择时,说明新增子选择组件可以被自动选择。因此,需要将新增子选择组件修改为被选择状态,以实现新增子选择组件的自动选择。It is understandable that when the newly added sub-selection component is allowed to be automatically selected, it means that the newly added sub-selection component can be automatically selected. Therefore, it is necessary to modify the newly added sub-selection component to be selected to achieve automatic selection of the newly added sub-selection component.

第二实施例通过在父选择组件处于被选择状态时,获取新增子选择组件的组件属性,根据组件属性判断新增子选择组件是否允许被自动选择,在新增子选择组件允许被自动选择时,将新增子选择组件修改为被选择状态,从而能够避免自动选择不允许被自动选择的新增子选择组件,提高新增子选择组件自动选择的可靠性。The second embodiment obtains the component attributes of the newly added child selection component when the parent selection component is in the selected state, determines whether the newly added child selection component is allowed to be automatically selected based on the component attributes, and determines whether the newly added child selection component is allowed to be automatically selected. When the new sub-selection component is modified to be in the selected state, the automatic selection of the new sub-selection component that is not allowed to be automatically selected can be avoided, and the reliability of the automatic selection of the new sub-selection component can be improved.

参照图7,图7为本发明选择组件控制方法第三实施例的流程示意图,基于上述图2所示的第一实施例,提出本发明选择组件控制方法的第三实施例。Referring to FIG. 7 , FIG. 7 is a schematic flowchart of a third embodiment of a component selection control method of the present invention. Based on the first embodiment shown in FIG. 2 , a third embodiment of a selection component control method of the present invention is proposed.

在第三实施例中,所述步骤S10之前,还包括:In the third embodiment, before step S10, the method further includes:

步骤S01:在接收到组件选择指令时,从所述组件选择指令中提取用户权限信息。Step S01: When receiving a component selection instruction, extract user permission information from the component selection instruction.

需要说明的是,组件选择指令可以由用户通过用户终端发出。其中,用户终端可以是手机端和/或电脑端,本实施例对此不加以限制。It should be noted that the component selection instruction can be issued by the user through the user terminal. The user terminal may be a mobile phone and/or a computer, which is not limited in this embodiment.

步骤S02:基于所述用户权限信息确定用户可选组件信息,并将所述用户可选组件信息发送至用户终端。Step S02: Determine user-selectable component information based on the user permission information, and send the user-selectable component information to the user terminal.

应当理解的是,基于用户权限信息确定用户可选组件信息可以是在预设组件表中查找所述用户权限信息对应的用户可选组件集,所述预设组件表中包含用户权限信息与用户可选组件集的对应关系,从所述用户可选组件集中选取用户可选组件,并将所述用户可选组件信息发送至用户终端。其中,用户权限信息与用户可选组件集的对应关系可以预先录入。It should be understood that determining the user selectable component information based on the user permission information may be to search for the user selectable component set corresponding to the user permission information in a preset component table. The preset component table includes the user permission information and the user selectable component information. The corresponding relationship between the optional component sets, selecting the user-optional components from the user-optional component set, and sending the user-optional component information to the user terminal. Among them, the corresponding relationship between the user permission information and the user's optional component set can be entered in advance.

步骤S03:接收用户根据所述用户可选组件信息反馈的用户选择组件,并从所述用户选择组件中提取处于被选择状态的父选择组件。Step S03: Receive user-selected components fed back by the user based on the user-selectable component information, and extract the parent selected component in the selected state from the user-selected components.

可以理解的是,用户终端在接收到用户可选组件信息后,可以展示用户可选组件信息,用户可以通过点击用户可选组件信息进入组件选择界面进行组件选择。It can be understood that after receiving the user-optional component information, the user terminal can display the user-optional component information, and the user can click on the user-optional component information to enter the component selection interface for component selection.

应当理解的是,用户选择组件中包含子选择组件和父选择组件。本实施例中,需要从用户选择组件中提取处于被选择状态的父选择组件。It should be understood that the user selection component includes a child selection component and a parent selection component. In this embodiment, it is necessary to extract the parent selection component in the selected state from the user selection component.

第三实施例通过在接收到组件选择指令时,从组件选择指令中提取用户权限信息,基于用户权限信息确定用户可选组件信息,并将用户可选组件信息发送至用户终端,接收用户根据用户可选组件信息反馈的用户选择组件,并从用户选择组件中提取处于被选择状态的父选择组件,从而能够便于用户进行组件选择。The third embodiment extracts the user permission information from the component selection instruction when receiving the component selection instruction, determines the user selectable component information based on the user permission information, and sends the user selectable component information to the user terminal to receive the user's information according to the user's request. The optional component information feeds back the user-selected component, and extracts the parent selected component in the selected state from the user-selected component, thereby facilitating the user's component selection.

在第三实施例中,所述步骤S30之后,还包括:In the third embodiment, after step S30, the method further includes:

步骤S40:获取所述新增子选择组件的组件信息,并根据所述组件信息生成组件修改信息。Step S40: Obtain the component information of the newly added sub-selected component, and generate component modification information based on the component information.

需要说明的是,组件信息可以是组件名称等信息。It should be noted that the component information may be component name and other information.

在具体实现中,例如,新增子选择组件的组件名称为A4,则生成组件修改信息“A4已被自动选择”。In a specific implementation, for example, if the component name of the newly added sub-selection component is A4, the component modification information "A4 has been automatically selected" is generated.

步骤S50:将所述组件修改信息发送至用户终端,以提醒用户所述新增子选择组件被修改。Step S50: Send the component modification information to the user terminal to remind the user that the newly added sub-selection component has been modified.

需要说明的是,用户终端可以是预先与选择组件控制设备建立通信连接的终端。例如,手机端和/或电脑端,本实施例对此不加以限制。It should be noted that the user terminal may be a terminal that has established a communication connection with the selection component control device in advance. For example, mobile phone terminal and/or computer terminal, this embodiment is not limited to this.

第三实施例通过获取新增子选择组件的组件信息,并根据组件信息生成组件修改信息,将组件修改信息发送至用户终端,以提醒用户新增子选择组件被修改,从而能够便于用户了解新增子选择组件的状态。The third embodiment obtains the component information of the newly added sub-selected component, generates component modification information based on the component information, and sends the component modification information to the user terminal to remind the user that the newly added sub-selected component has been modified, thereby facilitating the user to understand the new sub-selected component. Adds the state of the selected component.

此外,本发明实施例还提出一种存储介质,所述存储介质上存储有选择组件控制程序,所述选择组件控制程序被处理器执行时实现如上文所述的选择组件控制方法。In addition, an embodiment of the present invention also proposes a storage medium on which a selection component control program is stored. When the selection component control program is executed by a processor, the selection component control method as described above is implemented.

此外,参照图8,本发明实施例还提出一种选择组件控制装置,所述选择组件控制装置包括:组件查找模块10、状态判断模块20和状态修改模块30;In addition, referring to Figure 8, the embodiment of the present invention also proposes a component selection control device, which includes: a component search module 10, a status judgment module 20 and a status modification module 30;

所述组件查找模块10,用于在检测到新增子选择组件时,查找所述新增子选择组件对应的父选择组件。The component search module 10 is configured to search for a parent selection component corresponding to the newly added child selection component when a newly added child selection component is detected.

需要说明的是,新增子选择组件可以是新增加的子选择组件,新增子选择组件可以由选择组件控制设备的管理人员预先加入选择组件控制设备。It should be noted that the newly added sub-selection component can be a newly added sub-selection component, and the new sub-selection component can be added to the selection component control device in advance by the manager of the selection component control device.

可以理解的是,查找新增子选择组件对应的父选择组件可以是在预设组件关系表中查找新增子选择组件对应的父选择组件。其中,预设组件关系表中包含新增子选择组件与父选择组件的对应关系,新增子选择组件与父选择组件的对应关系可以由选择组件控制设备的管理人员在新增子选择组件时,预先设置。It can be understood that searching for the parent selection component corresponding to the newly added child selection component may be to search for the parent selection component corresponding to the newly added child selection component in the default component relationship table. Among them, the default component relationship table includes the corresponding relationship between the newly added child selection component and the parent selection component. The corresponding relationship between the new child selection component and the parent selection component can be determined by the administrator of the device controlled by the selection component when adding a new child selection component. , preset.

所述状态判断模块20,用于判断所述父选择组件是否处于被选择状态。The state determination module 20 is used to determine whether the parent selection component is in a selected state.

需要说明的是,被选择状态可以是选择组件已被用户选取的状态。It should be noted that the selected state may be a state in which the selection component has been selected by the user.

应当理解的是,判断父选择组件是否处于被选择状态可以是获取父选择组件的组件标识,并根据组件标识判断父选择组件是否处于被选择状态。其中,组件标识用于表示组件的状态。It should be understood that determining whether the parent selection component is in the selected state may be to obtain the component identifier of the parent selection component, and determine whether the parent selection component is in the selected state based on the component identifier. Among them, the component identifier is used to represent the status of the component.

所述状态修改模块30,用于在所述父选择组件处于被选择状态时,将所述新增子选择组件修改为被选择状态。The state modification module 30 is configured to modify the newly added child selection component to the selected state when the parent selection component is in the selected state.

可以理解的是,在父选择组件处于被选择状态时,说明父选择组件已被用户选取。因此,需要将新增子选择组件修改为被选择状态,以实现新增子选择组件的自动选择。It can be understood that when the parent selection component is in the selected state, it means that the parent selection component has been selected by the user. Therefore, it is necessary to modify the newly added sub-selection component to the selected state to realize the automatic selection of the new sub-selection component.

应当理解的是,将新增子选择组件修改为被选择状态可以是对新增子选择组件的组件标识进行修改,以将新增子选择组件修改为被选择状态。It should be understood that modifying the newly added sub-selected component to the selected state may be to modify the component identifier of the newly added sub-selected component, so as to modify the newly added sub-selected component to the selected state.

为了便于理解,参考图3-5进行说明,但并不对本方案进行限定。图3为父选择组件被选择时示意图,图3中父选择组件A被选择,则父选择组件A对应的所有子选择组件A1、A2以及A3都被自动选择;图4为子选择组件被选择时示意图,图4中,即使父选择组件A的所有子选择组件A1、A2以及A3都被选择,父选择组件A也不会被自动选择;图5为父选择组件被选择时新增子选择组件示意图,图5中,在检测到新增子选择组件A4时,查找获得新增子选择组件A4对应的父选择组件A,确定父选择组件A已被选择,则自动选择新增子选择组件A4。For ease of understanding, description is given with reference to Figures 3-5, but this solution is not limited. Figure 3 is a schematic diagram when the parent selection component is selected. In Figure 3, the parent selection component A is selected, then all the child selection components A1, A2 and A3 corresponding to the parent selection component A are automatically selected; Figure 4 shows the child selection component being selected. In the schematic diagram, in Figure 4, even if all the child selection components A1, A2 and A3 of the parent selection component A are selected, the parent selection component A will not be automatically selected; Figure 5 shows the new child selection when the parent selection component is selected. Component diagram, in Figure 5, when a new sub-selection component A4 is detected, the parent selection component A corresponding to the new sub-selection component A4 is found. It is determined that the parent selection component A has been selected, and the new sub-selection component A4 is automatically selected. A4.

本实施例中,公开了在检测到新增子选择组件时,查找新增子选择组件对应的父选择组件,判断父选择组件是否处于被选择状态,在父选择组件处于被选择状态时,将新增子选择组件修改为被选择状态;相较于现有的无法自动选择父选择组件未来新增的子选择组件的方式,由于本实施例在父选择组件被选择,且父选择组件中新增子选择组件时,自动选择该新增子选择组件,从而无需手动选择新增子选择组件,减少了操作步骤,提高了用户体验。In this embodiment, it is disclosed that when a new child selection component is detected, the parent selection component corresponding to the newly added child selection component is searched, and whether the parent selection component is in the selected state is determined. When the parent selection component is in the selected state, the parent selection component is The newly added child selection component is modified to the selected state; compared with the existing method of automatically selecting the parent selection component to add child selection components in the future, in this embodiment, the parent selection component is selected, and the new child selection component is added to the parent selection component. When adding a sub-selection component, the newly-added sub-selection component is automatically selected, thereby eliminating the need to manually select a new sub-selection component, which reduces operating steps and improves user experience.

本发明所述选择组件控制装置的其他实施例或具体实现方式可参照上述各方法实施例,此处不再赘述。Other embodiments or specific implementations of the selection component control device of the present invention can refer to the above-mentioned method embodiments, which will not be described in detail here.

需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者系统不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者系统所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者系统中还存在另外的相同要素。It should be noted that, as used herein, the terms "include", "comprising" or any other variation thereof are intended to cover a non-exclusive inclusion, such that a process, method, article or system that includes a list of elements not only includes those elements, but It also includes other elements not expressly listed or that are inherent to the process, method, article or system. Without further limitation, an element defined by the statement "comprises a..." does not exclude the presence of other identical elements in the process, method, article, or system that includes that element.

上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。词语第一、第二、以及第三等的使用不表示任何顺序,可将这些词语解释为名称。The serial numbers of the embodiments of the present invention are for descriptive purposes only and do not represent the superiority or inferiority of the embodiments. In a unit claim that lists several means, several of these means may be embodied by the same hardware item. The use of the words first, second, and third, etc. does not indicate any order and these words may be interpreted as names.

通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如只读存储器镜像(Read Only Memory image,ROM)/随机存取存储器(Random AccessMemory,RAM)、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本发明各个实施例所述的方法。Through the above description of the embodiments, those skilled in the art can clearly understand that the methods of the above embodiments can be implemented by means of software plus the necessary general hardware platform. Of course, it can also be implemented by hardware, but in many cases the former is better. implementation. Based on this understanding, the technical solution of the present invention can be embodied in the form of a software product that is essentially or contributes to the existing technology. The computer software product is stored in a storage medium (such as a read-only memory image). Memory image (ROM)/Random Access Memory (Random Access Memory (RAM), magnetic disk, optical disk), including a number of instructions to make a terminal device (can be a mobile phone, computer, server, air conditioner, or network equipment, etc. ) performs the methods described in various embodiments of the present invention.

以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above are only preferred embodiments of the present invention, and do not limit the patent scope of the present invention. Any equivalent structure or equivalent process transformation made using the description and drawings of the present invention may be directly or indirectly used in other related technical fields. , are all similarly included in the scope of patent protection of the present invention.

Claims (18)

1. A selection component control method, characterized in that the selection component control method comprises the steps of:
searching a father selection component corresponding to a new child selection component when the new child selection component is detected;
judging whether the father selection component is in a selected state or not;
modifying the new child selection component to a selected state when the parent selection component is in the selected state;
wherein the step of modifying the new child selection component to a selected state when the parent selection component is in the selected state comprises:
acquiring component attributes of the new child selection component when the parent selection component is in a selected state;
judging whether the newly added sub-selection component is allowed to be automatically selected according to the component attribute;
when the new-addition selecting component is allowed to be automatically selected, the new-addition selecting component is modified to be in a selected state.
2. The method of controlling a selection component according to claim 1, wherein the step of judging whether the new sub-selection component is allowed to be automatically selected based on the component attribute comprises:
acquiring user information and generating a user portrait according to the user information;
and judging whether the newly added sub-selection component is allowed to be automatically selected according to the user portrait and the component attribute.
3. The selection component control method according to claim 2, wherein the step of judging whether the new sub-selection component is allowed to be automatically selected based on the user representation and the component attribute comprises:
generating a matching score for the new sub-selection component based on the user representation and the component attribute;
and judging whether the new-increment selecting component is allowed to be automatically selected according to the matching score.
4. The selection component control method according to claim 1, wherein after the step of judging whether the new sub-selection component is allowed to be automatically selected based on the component attribute, the selection component control method further comprises:
generating manual selection reminding information based on the new sub-selection component when the new sub-selection component is not allowed to be automatically selected;
and sending the manual selection reminding information to a user terminal so as to remind the user to manually select the new sub-selection component.
5. The method for controlling a selection component according to claim 1, wherein the step of searching for a parent selection component corresponding to a new child selection component when the new child selection component is detected, comprises:
when detecting a new sub-selection component, verifying the new sub-selection component;
and searching a parent selection component corresponding to the new child selection component when verification passes.
6. The method of claim 5, wherein the step of verifying the new sub-selection component upon detection of the new sub-selection component comprises:
when detecting a new sub-selection component, acquiring the component function of the new sub-selection component;
and verifying the new-increment selecting component based on the component function.
7. The method of controlling a selection component according to claim 6, wherein the step of verifying the new-component selection component based on the component function comprises:
repeatedly detecting the new amplicon selection component to obtain a detection result;
and verifying the new-increment selecting component based on the detection result and the component function.
8. The selection component control method according to any one of claims 1 to 7, wherein, before the step of searching for a parent selection component corresponding to a new child selection component when the new child selection component is detected, the selection component control method further comprises:
when receiving a component selection instruction, extracting user permission information from the component selection instruction;
determining user selectable component information based on the user authority information, and sending the user selectable component information to a user terminal;
and receiving a user selection component fed back by a user according to the user selectable component information, and extracting a father selection component in a selected state from the user selection components.
9. The selection component control method according to claim 8, wherein the step of determining user selectable component information based on the user authority information and transmitting the user selectable component information to a user terminal includes:
searching a user selectable component set corresponding to the user permission information in a preset component table, wherein the preset component table comprises the corresponding relation between the user permission information and the user selectable component set;
and selecting the user selectable components from the user selectable component set, and sending the user selectable component information to a user terminal.
10. The selection component control method according to any one of claims 1 to 7, wherein after the step of modifying the new child selection component to the selected state while the parent selection component is in the selected state, the selection component control method further comprises:
acquiring component information of the new-addition sub-selection component, and generating component modification information according to the component information;
and sending the component modification information to a user terminal so as to remind the user that the newly added sub-selection component is modified.
11. A selection component control device, characterized in that the selection component control device comprises: memory, a processor, and a selection component control program stored on the memory and executable on the processor, which when executed by the processor, implements the selection component control method according to any one of claims 1 to 10.
12. A storage medium having stored thereon a selection component control program which, when executed by a processor, implements the selection component control method according to any one of claims 1 to 10.
13. A selection component control device, characterized in that the selection component control device comprises: the system comprises a component searching module, a state judging module and a state modifying module;
the component searching module is used for searching a father selection component corresponding to the new child selection component when the new child selection component is detected;
the state judging module is used for judging whether the father selecting component is in a selected state or not;
the state modifying module is used for modifying the new child selecting component into a selected state when the parent selecting component is in the selected state;
the state modification module is further configured to obtain a component attribute of the new child selection component when the parent selection component is in a selected state;
the state modification module is further used for judging whether the new sub-selection component is allowed to be automatically selected according to the component attribute;
the state modifying module is further configured to modify the new sub-selection component into a selected state when the new sub-selection component is allowed to be automatically selected.
14. The selection component control device of claim 13, wherein the state modification module is further configured to obtain user information and generate a user representation based on the user information;
the state modification module is further used for judging whether the new sub-selection component is allowed to be automatically selected according to the user portrait and the component attribute.
15. The selection component control device of claim 14, wherein the state modification module is further configured to generate a matching score for the new sub-selection component based on the user representation and the component attribute;
the state modification module is further configured to determine whether the new-increment selection component is allowed to be automatically selected according to the matching score.
16. The selection component control device as recited in claim 13, wherein the selection component control device further comprises: selecting a reminding module;
the selection reminding module is used for generating manual selection reminding information based on the new sub-selection component when the new sub-selection component is not allowed to be automatically selected;
the selection reminding module is further used for sending the manual selection reminding information to a user terminal so as to remind a user of manually selecting the new sub-selection component.
17. The selection component control device of claim 13, wherein the component lookup module is further configured to verify a new sub-selection component upon detection of the new sub-selection component;
and the component searching module is also used for searching the father selection component corresponding to the new child selection component when the verification passes.
18. The selection component control device according to claim 17, wherein the component search module is further configured to obtain a component function of a new sub-selection component when the new sub-selection component is detected;
the component searching module is further used for verifying the new-addition sub-selection component based on the component function.
CN202110816463.5A 2021-07-19 2021-07-19 Select component control methods, equipment, storage media and devices Active CN113687872B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110816463.5A CN113687872B (en) 2021-07-19 2021-07-19 Select component control methods, equipment, storage media and devices

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110816463.5A CN113687872B (en) 2021-07-19 2021-07-19 Select component control methods, equipment, storage media and devices

Publications (2)

Publication Number Publication Date
CN113687872A CN113687872A (en) 2021-11-23
CN113687872B true CN113687872B (en) 2024-03-29

Family

ID=78577454

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110816463.5A Active CN113687872B (en) 2021-07-19 2021-07-19 Select component control methods, equipment, storage media and devices

Country Status (1)

Country Link
CN (1) CN113687872B (en)

Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559030A (en) * 2013-10-28 2014-02-05 中国电子科技集团公司第四十一研究所 Instrument self-testing display component construction method based on three-state selection tree
EP2815649A1 (en) * 2013-06-18 2014-12-24 Basf Se Fungicidal mixtures II comprising strobilurin-type fungicides
CN104425852A (en) * 2013-09-06 2015-03-18 苏州宝时得电动工具有限公司 Control method, control assembly, battery system and electric tool
CN105334948A (en) * 2014-06-11 2016-02-17 联想(北京)有限公司 Information feedback method and electronic device
CN106919410A (en) * 2015-12-25 2017-07-04 阿里巴巴集团控股有限公司 The extended method and device of the layout templates of component
CN107508718A (en) * 2016-06-14 2017-12-22 阿里巴巴集团控股有限公司 Log Collect System, log collection unit and log collection method
CN107608686A (en) * 2016-07-11 2018-01-19 北京京东尚科信息技术有限公司 A kind of method and system for updating the component list data
CN108228188A (en) * 2018-01-08 2018-06-29 武汉斗鱼网络科技有限公司 A kind of view component processing method, electronic equipment and readable storage medium storing program for executing
CN108287849A (en) * 2017-01-10 2018-07-17 北京奇虎科技有限公司 The cross-platform page jump control method in operation side and its corresponding device
CN108614689A (en) * 2017-01-09 2018-10-02 阿里巴巴集团控股有限公司 Generation method, device and the terminal device of scene service
CN108628598A (en) * 2018-05-03 2018-10-09 山东浪潮通软信息科技有限公司 A kind of the web development approaches and device of modularization
CN109101304A (en) * 2018-07-05 2018-12-28 北京微播视界科技有限公司 Automatic generation method, device, electronic equipment and the computer-readable medium at interface
CN109165049A (en) * 2018-07-03 2019-01-08 北京辰森世纪科技股份有限公司 Module data processing method and processing device
CN109241122A (en) * 2017-07-04 2019-01-18 武汉默联股份有限公司 Information acquisition method and device
CN109343915A (en) * 2018-08-01 2019-02-15 平安科技(深圳)有限公司 Picture list shows method, apparatus, terminal device and storage medium
CN109657177A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 The generation method of the page, device, storage medium and computer equipment after upgrading
CN109710152A (en) * 2018-12-28 2019-05-03 北京小米移动软件有限公司 An event processing method, device and storage medium
CN109739492A (en) * 2019-01-09 2019-05-10 武汉瓯越网视有限公司 A kind of method, terminal, equipment and medium generating scripted code
CN109871206A (en) * 2019-03-14 2019-06-11 杭州安恒信息技术股份有限公司 View method, apparatus, equipment and the readable storage medium storing program for executing of JSON tree
CN110197038A (en) * 2019-06-05 2019-09-03 北京华如科技股份有限公司 A kind of generation method of analogue system entity-component
CN110321503A (en) * 2019-06-13 2019-10-11 北京奇艺世纪科技有限公司 A kind of web component caching method, device and electronic equipment
CN110597501A (en) * 2019-08-09 2019-12-20 苏宁金融科技(南京)有限公司 Natural language programming method and device based on strong static scripting language
CN110595471A (en) * 2018-06-13 2019-12-20 高德信息技术有限公司 A navigation path planning method and device
CN110688531A (en) * 2019-08-26 2020-01-14 北京旷视科技有限公司 Tree component rendering method and device, data processing equipment and medium
CN110708202A (en) * 2019-10-15 2020-01-17 深圳前海微众银行股份有限公司 Configuration method, device and equipment of plug-in node and storage medium
CN110781010A (en) * 2019-09-24 2020-02-11 贝壳技术有限公司 Method, device, equipment and medium for transmitting data between page components
CN110795095A (en) * 2019-09-20 2020-02-14 贝壳技术有限公司 Method and system for establishing business logic component and business component and generating page
CN110908582A (en) * 2019-11-26 2020-03-24 维沃移动通信有限公司 A control method, touch pen and electronic component
CN110971309A (en) * 2019-11-13 2020-04-07 合肥景鉴量子教育科技有限公司 Random selection demonstration device for single-photon secure communication
CN111078220A (en) * 2019-12-19 2020-04-28 浪潮云信息技术有限公司 Method and system for implementing front-end state change management
CN111079045A (en) * 2019-11-07 2020-04-28 广东伊莱特电器有限公司 A full-screen display method, storage medium, and system for a customized page
CN111080170A (en) * 2019-12-30 2020-04-28 北京云享智胜科技有限公司 Workflow modeling method and device, electronic equipment and storage medium
CN111465987A (en) * 2017-12-14 2020-07-28 美光科技公司 Multi-level self-selecting memory device
CN111552702A (en) * 2020-05-08 2020-08-18 北京思特奇信息技术股份有限公司 Method and device for automatically configuring business rules, electronic equipment and storage medium
CN111565321A (en) * 2020-04-28 2020-08-21 聚好看科技股份有限公司 A terminal device, server and method for screen recording
CN112214146A (en) * 2020-09-08 2021-01-12 贝壳技术有限公司 Data processing method and device, electronic equipment and storage medium
CN112602151A (en) * 2018-08-22 2021-04-02 美光科技公司 Techniques for programming memory cells

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10200399B2 (en) * 2017-05-17 2019-02-05 Threatmodeler Software Inc. Threat model chaining and attack simulation systems and methods
US10255439B2 (en) * 2017-05-17 2019-04-09 Threatmodeler Software Inc. Threat modeling systems and related methods including compensating controls
US10907729B2 (en) * 2018-02-20 2021-02-02 Ghsp, Inc. Wire-based transmission shifter with integrated electrical switch control
US20200034929A1 (en) * 2018-07-26 2020-01-30 Nasdaq, Inc. In-Order Processing of Transactions

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2815649A1 (en) * 2013-06-18 2014-12-24 Basf Se Fungicidal mixtures II comprising strobilurin-type fungicides
CN104425852A (en) * 2013-09-06 2015-03-18 苏州宝时得电动工具有限公司 Control method, control assembly, battery system and electric tool
CN103559030A (en) * 2013-10-28 2014-02-05 中国电子科技集团公司第四十一研究所 Instrument self-testing display component construction method based on three-state selection tree
CN105334948A (en) * 2014-06-11 2016-02-17 联想(北京)有限公司 Information feedback method and electronic device
CN106919410A (en) * 2015-12-25 2017-07-04 阿里巴巴集团控股有限公司 The extended method and device of the layout templates of component
CN107508718A (en) * 2016-06-14 2017-12-22 阿里巴巴集团控股有限公司 Log Collect System, log collection unit and log collection method
CN107608686A (en) * 2016-07-11 2018-01-19 北京京东尚科信息技术有限公司 A kind of method and system for updating the component list data
CN108614689A (en) * 2017-01-09 2018-10-02 阿里巴巴集团控股有限公司 Generation method, device and the terminal device of scene service
CN108287849A (en) * 2017-01-10 2018-07-17 北京奇虎科技有限公司 The cross-platform page jump control method in operation side and its corresponding device
CN109241122A (en) * 2017-07-04 2019-01-18 武汉默联股份有限公司 Information acquisition method and device
CN111465987A (en) * 2017-12-14 2020-07-28 美光科技公司 Multi-level self-selecting memory device
CN108228188A (en) * 2018-01-08 2018-06-29 武汉斗鱼网络科技有限公司 A kind of view component processing method, electronic equipment and readable storage medium storing program for executing
CN108628598A (en) * 2018-05-03 2018-10-09 山东浪潮通软信息科技有限公司 A kind of the web development approaches and device of modularization
CN110595471A (en) * 2018-06-13 2019-12-20 高德信息技术有限公司 A navigation path planning method and device
CN109165049A (en) * 2018-07-03 2019-01-08 北京辰森世纪科技股份有限公司 Module data processing method and processing device
CN109101304A (en) * 2018-07-05 2018-12-28 北京微播视界科技有限公司 Automatic generation method, device, electronic equipment and the computer-readable medium at interface
CN109343915A (en) * 2018-08-01 2019-02-15 平安科技(深圳)有限公司 Picture list shows method, apparatus, terminal device and storage medium
CN112602151A (en) * 2018-08-22 2021-04-02 美光科技公司 Techniques for programming memory cells
CN109657177A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 The generation method of the page, device, storage medium and computer equipment after upgrading
CN109710152A (en) * 2018-12-28 2019-05-03 北京小米移动软件有限公司 An event processing method, device and storage medium
CN109739492A (en) * 2019-01-09 2019-05-10 武汉瓯越网视有限公司 A kind of method, terminal, equipment and medium generating scripted code
CN109871206A (en) * 2019-03-14 2019-06-11 杭州安恒信息技术股份有限公司 View method, apparatus, equipment and the readable storage medium storing program for executing of JSON tree
CN110197038A (en) * 2019-06-05 2019-09-03 北京华如科技股份有限公司 A kind of generation method of analogue system entity-component
CN110321503A (en) * 2019-06-13 2019-10-11 北京奇艺世纪科技有限公司 A kind of web component caching method, device and electronic equipment
CN110597501A (en) * 2019-08-09 2019-12-20 苏宁金融科技(南京)有限公司 Natural language programming method and device based on strong static scripting language
CN110688531A (en) * 2019-08-26 2020-01-14 北京旷视科技有限公司 Tree component rendering method and device, data processing equipment and medium
CN110795095A (en) * 2019-09-20 2020-02-14 贝壳技术有限公司 Method and system for establishing business logic component and business component and generating page
CN110781010A (en) * 2019-09-24 2020-02-11 贝壳技术有限公司 Method, device, equipment and medium for transmitting data between page components
CN110708202A (en) * 2019-10-15 2020-01-17 深圳前海微众银行股份有限公司 Configuration method, device and equipment of plug-in node and storage medium
CN111079045A (en) * 2019-11-07 2020-04-28 广东伊莱特电器有限公司 A full-screen display method, storage medium, and system for a customized page
CN110971309A (en) * 2019-11-13 2020-04-07 合肥景鉴量子教育科技有限公司 Random selection demonstration device for single-photon secure communication
CN110908582A (en) * 2019-11-26 2020-03-24 维沃移动通信有限公司 A control method, touch pen and electronic component
CN111078220A (en) * 2019-12-19 2020-04-28 浪潮云信息技术有限公司 Method and system for implementing front-end state change management
CN111080170A (en) * 2019-12-30 2020-04-28 北京云享智胜科技有限公司 Workflow modeling method and device, electronic equipment and storage medium
CN111565321A (en) * 2020-04-28 2020-08-21 聚好看科技股份有限公司 A terminal device, server and method for screen recording
CN111552702A (en) * 2020-05-08 2020-08-18 北京思特奇信息技术股份有限公司 Method and device for automatically configuring business rules, electronic equipment and storage medium
CN112214146A (en) * 2020-09-08 2021-01-12 贝壳技术有限公司 Data processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113687872A (en) 2021-11-23

Similar Documents

Publication Publication Date Title
US8621574B2 (en) Opaque quarantine and device discovery
US8819796B2 (en) Authentication system and method
EP2966584B1 (en) Information processing system, information processing apparatus, method of administrating license, and program
US20160196280A1 (en) System and method for detecting and integrating with native applications enabled for web-based storage
CN103036597B (en) Method and device of sharing resources among devices in close range
EP2897075B1 (en) Password management apparatus, password management method, and program
US9408074B2 (en) Authentication system, electronic device, and authentication method
CN104123108A (en) Communication apparatus and communication apparatus control method
CN103152722A (en) Control method and system for application operation
US10162958B2 (en) Information processing system, information processing method, and non-transitory computer program product
US20220261527A1 (en) Information processing apparatus and non-transitory computer readable medium
US20140280795A1 (en) Network system, information processing apparatus, and computer program product
CN113687872B (en) Select component control methods, equipment, storage media and devices
US20170272477A1 (en) Conference system, connection control device and connection control method
CN104834612A (en) Method for enabling USB debugging mode in Android mobile phone
CN102685178A (en) Remote operation system and remote operation method for terminal
JP2014089680A (en) Information processing unit, system, and information registration method
CN106339332B (en) Information processing method and device and terminal
CN115935307A (en) Website access control method, device, equipment and storage medium
CN110659526A (en) Document processing method and device and electronic equipment
CN114968456B (en) Method and device for controlling terminal
JP2007109230A (en) Database schema entry input support system, method and program
CN114237678B (en) Component update methods, apparatus, storage media and computer equipment
JP2017105146A (en) Information processing unit, information processing system, information processing method, program and apparatus
CN112040314A (en) User setting method based on face recognition, television 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
CB02 Change of applicant information

Address after: 100020 1773, 15 / F, 17 / F, building 3, No.10, Jiuxianqiao Road, Chaoyang District, Beijing

Applicant after: Sanliu0 Digital Security Technology Group Co.,Ltd.

Address before: 100020 1773, 15 / F, 17 / F, building 3, No.10, Jiuxianqiao Road, Chaoyang District, Beijing

Applicant before: Beijing Hongteng Intelligent Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant