WO2020124291A1 - 控制装置 - Google Patents

控制装置 Download PDF

Info

Publication number
WO2020124291A1
WO2020124291A1 PCT/CN2018/121372 CN2018121372W WO2020124291A1 WO 2020124291 A1 WO2020124291 A1 WO 2020124291A1 CN 2018121372 W CN2018121372 W CN 2018121372W WO 2020124291 A1 WO2020124291 A1 WO 2020124291A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
control
application
unit
control information
Prior art date
Application number
PCT/CN2018/121372
Other languages
English (en)
French (fr)
Inventor
刘学锴
Original Assignee
吉安市井冈山开发区金庐陵经济发展有限公司
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 吉安市井冈山开发区金庐陵经济发展有限公司 filed Critical 吉安市井冈山开发区金庐陵经济发展有限公司
Priority to PCT/CN2018/121372 priority Critical patent/WO2020124291A1/zh
Publication of WO2020124291A1 publication Critical patent/WO2020124291A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the invention relates to the technical field of information processing, and in particular to a control device.
  • a server also called a server, is a device that provides computing services. Since the server needs to respond to the service request and process it, in general, the server should have the ability to undertake the service and guarantee the service.
  • the composition of the server includes a processor, hard disk, memory, system bus, etc., which is similar to the general computer architecture, but due to the need to provide highly reliable services, the processing power, stability, reliability, security, scalability, and scalability There are higher requirements for management and other aspects. With the increase in the number and complexity of related applications, how to effectively use one terminal to remotely control the applications in another server has become a problem that needs to be solved for the applications in the control server.
  • the purpose of the present invention is to provide a control device for the defects of the prior art. Through the process of checking and packaging application control information, one terminal can accurately and effectively control the application in another server Program to facilitate the user to manage the application program in the server.
  • the present invention provides a control device, the control device includes:
  • a user terminal and a server the user terminal sends first application control information to the server to update the application information in the server;
  • the server includes: an access port module, a control management module and a function controller module;
  • the access port module includes: a read-in unit, a verification unit and a packaging unit;
  • the reading unit receives the first application control information, reads the control information in the first application control information, and sends the control information and the first application control information to the school Inspection unit
  • the verification unit compares the control information with the verification information, and when the control information matches the transaction information, sends the first application control information to the packaging unit;
  • the packaging unit encapsulates the first application control information, obtains the second application control information, and sends the second application control information to the control forwarding module;
  • the control management module parses the second application control information to obtain control forwarding information, and determines a function controller module according to the control forwarding information, and sends the second application control information to the function controller module;
  • the function controller module includes a control unit and multiple control units
  • the control unit receives the control forwarding information and the second application control information, and sends the second application control information to the control matching the control forwarding information according to the control forwarding information unit;
  • the control unit updates the application information according to the second application control information, generates control result information according to the update result, and sends the control result information to the user terminal.
  • the system further includes a storage module
  • the verification unit retrieves the verification information from the storage module.
  • the verification information includes: host address information, host port information, user name, password, service type information, operation source information, application program name and application program path information.
  • the verification unit comparing the control information with the verification information is specifically:
  • control information includes the parameter values of the host address information, host port information, user name, password, service type information, operation source information, application name and application path information;
  • control information includes parameter values of the host address information, host port information, user name, password, service type information, operation source information, application name and application path information, the control information and the transaction Information matching;
  • control information does not include any parameter value of the host address information, host port information, user name, password, service type information, operation source information, application name or application path information
  • the control information does not match the transaction information.
  • the verification unit when the control information does not match the transaction information, the verification unit generates verification failure information and sends the verification failure information to the user terminal for the user terminal to prompt the user of the first application control information Verification failed.
  • the packaging unit obtains information structure information of the control unit from the storage unit.
  • the packaging unit obtains the second application control information according to the packaging of the first application control information, specifically:
  • the packaging unit copies the value of each key in the control information of the first application to the value of the corresponding item corresponding to each key in the information structure information of the control unit to obtain the second application Control information.
  • the plurality of control units have the same information structure information.
  • a control device provided by an embodiment of the present invention enables a terminal to accurately and effectively control an application in another server through the process of verifying and packaging application control information, thereby facilitating the user to control the server Management of applications in progress.
  • FIG. 1 is a flowchart of a control device provided by an embodiment of the present invention.
  • FIG. 1 is a schematic diagram of a control device provided by an embodiment of the present invention.
  • the control device provided by the embodiment of the present invention includes: a user terminal 1 and a server 2.
  • the user terminal 1 can be understood as the control terminal
  • the server 2 can be understood as the controlled terminal.
  • the user terminal 1 sends the first application control information to the server 2, and updates the application information in the server 2 through the first application control information.
  • the purpose of controlling application information in the server 2 is achieved.
  • the first application control information can be understood as a text file.
  • the server 2 includes: a storage module 20, an access port module 21, a control and forwarding module 22, and a function controller module 23.
  • the access port module 21 may be understood as a calling interface exposed to the outside world in the server 2 for receiving and processing the first application control information sent by the user terminal 1.
  • the program on the user terminal 1 wants to use or control the application program in the server 2, it is necessary to first write a first application control information containing control information according to the application control specification, and then call the local interface of the user terminal 1 and put The first application control information can be transferred to the access port module 21 in the server 2.
  • the access port module 21 reads the control information in the first application control information, and then verifies it. If the control information meets the application control specification, the next step is processed. If the control information does not comply with the application control specifications, the program on the user terminal 1 is fed back with a verification failure message.
  • the access port module 21 includes: a read-in unit 211, a verification unit 212, and an encapsulation unit 213.
  • the reading unit 211 receives the first application control information sent by the user terminal 1, and reads the control information in the first application control information in the form of a key-value pair, and combines the read control information and the first An application control information is sent to the verification unit 212.
  • the verification unit 212 receives the control information and the first application control information, and verifies the first application control information according to the control information, that is, determines whether the control information conforms to the application control specification. Before the verification unit 212 verifies the first application control information, the verification information must be retrieved from the storage module 20.
  • the verification information includes: host address information, host port information, user name, password, service type Information, operation source information, application name and application path information.
  • the verification unit 212 compares the control information with the verification information to determine whether the control information includes host address information, host port information, user name, password, service type information, operation source information, application The parameter value of the program name and application path information.
  • the host address information, host port information, user name, password, service type information, operation source information, application name, and application path information can be understood as keys in the control information.
  • control information When the control information includes host address information, host port information, user name, password, service type information, operation source information, application name and application path information parameter values, it can be determined that the control information matches the transaction information, that is Control information complies with application control specifications.
  • the control information does not include any of the host address information, host port information, user name, password, service type information, operation source information, application name or application path information, you can determine the control information and transaction The information does not match, that is, the control information does not comply with the application control specifications.
  • the control information that complies with the application control specification must include the host address information, host port information, user name, password, service type information, operation source information, application name and application path information parameter values, all of which are indispensable.
  • the verification unit 121 sends the first application control information to the packaging unit 213 for the packaging unit 213 to further perform the first application control information deal with.
  • the verification unit 212 When the control information and the transaction information do not match, that is, the control information does not comply with the application control specifications, the verification unit 212 generates verification failure information and sends it to the user terminal 1 to notify the user that the first application control information is not Comply with application control specifications.
  • the packaging unit 213 receives the first application control information, encapsulates the first application control information, obtains the second application information, and sends the second application information to the control forwarding module twenty two.
  • control unit 232 of each control application in the server 2 follows a unified information structure when developed, and the parameter value represented by each key in the control information is in this unified information structure Corresponding items, so the packaging unit 213 only needs to copy the parameter values corresponding to each key in the control information to the corresponding items in the unified information structure.
  • control forwarding module 22 After receiving the second application control information, the control forwarding module 22 parses the second application control information to extract the parameter values of the application name key and the application path information key in the second application control information, according to the application The parameter values of the program name key and the application program path information key obtain control forwarding information, and send the control forwarding information and the second application control information to the function controller module 23.
  • the function controller module 23 includes a regulation unit 231 and a plurality of control units 232. Each control unit 232 controls different applications or types of applications.
  • the control unit 231 receives the control forwarding information and the second application control information sent by the control forwarding module 22, and sends the second application control information to the control unit 232 matching the control forwarding information according to the control forwarding information.
  • the control unit 232 updates the application information corresponding to the control forwarding information according to the second application control information, which has achieved the purpose of controlling the application.
  • the control unit 232 According to the success or failure of updating the application information, the control unit 232 generates a corresponding control result information.
  • the control unit 232 When the update of the application information is successful, the control unit 232 generates a successful control result information and sends it to the user terminal 1.
  • the control unit 232 When the update of the application information fails, the control unit 232 generates a failed control result information and sends the control result information to the user terminal 1. After receiving the control result information, the user terminal 1 can know whether the control of the application program in the server 2 has succeeded or failed.
  • a control device provided by an embodiment of the present invention enables a terminal to accurately and effectively control an application in another server through the process of verifying and packaging application control information, thereby facilitating the user to control the server Management of applications in progress.
  • RAM random access memory
  • ROM read-only memory
  • EEPROM electrically programmable ROM
  • EEPROM electrically erasable and programmable ROM
  • registers hard disks, removable disks, CD-ROMs, or all devices in the technical field Any other known storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种控制装置,包括:用户终端(1)和服务器(2);服务器(2)包括:接入端口模块(21)、控制管理模块(22)和功能控制器模块(23);接入端口模块(21)包括:读入单元(211),用于读取第一应用程序控制信息中的控制信息;校验单元(212),用于将控制信息与校验信息进行对照,将第一应用程序控制信息发送至封装单元(213);封装单元(213),用于封装第一应用程序控制信息,得到第二应用程序控制信息;控制管理模块(22),用于解析第二应用程序控制信息以确定功能控制器模块(23);功能控制器模块(23)包括:调控单元(231),用于根据控制转发信息将第二应用程序控制信息发送至与控制转发信息相匹配的控制单元(232);控制单元(232)根据第二应用程序控制信息更新应用程序信息,并根据更新结果生成控制结果信息发送至用户终端(1)。

Description

控制装置 技术领域
本发明涉及信息处理技术领域,尤其涉及一种控制装置。
背景技术
服务器,也称伺服器,是提供计算服务的设备。由于服务器需要响应服务请求,并进行处理,因此一般来说服务器应具备承担服务并且保障服务的能力。服务器的构成包括处理器、硬盘、内存、系统总线等,和通用的计算机架构类似,但是由于需要提供高可靠的服务,因此在处理能力、稳定性、可靠性、安全性、可扩展性、可管理性等方面要求较高。而随着相关应用程序数量和复杂度的增长,如何有效的利用一个终端远程控制另一个服务器中的应用程序,已经成为了目前控制服务器中的应用程序是需要解决的又要问题。
发明内容
本发明的目的是针对现有技术的缺陷,提供一种控制装置,通过将应用程序控制信息进行校验和封装的过程,使得一台终端可以精准的且有效的控制另一台服务器中的应用程序,从而方便用户对服务器中应用程序的进行管理。
为实现上述目的,本发明提供了一种控制装置,所述控制装置包括:
用户终端和服务器;所述用户终端向所述服务器发送第一应用程序控制信息,用以更新所述服务器中的应用程序信息;
所述服务器包括:接入端口模块、控制管理模块和功能控制器模块;
所述接入端口模块包括:读入单元、校验单元和封装单元;
所述读入单元接收所述第一应用程序控制信息,并读取所述第一应用程序控制信息中的控制信息,将所述控制信息和所述第一应用程序控制信息发送至所述校验单元;
所述校验单元将所述控制信息与校验信息进行对照,当所述控制信息与所述交易信息相匹配时,将所述第一应用程序控制信息发送至所述封装单元;
所述封装单元封装所述第一应用程序控制信息,得到第二应用程序控制信息,将所述第二应用程序控制信息发送至控制转发模块;
所述控制管理模块解析所述第二应用程序控制信息,得到控制转发信息,并根据所述控制转发信息确定功能控制器模块,并将所述第二应用程序控制信息发送至功能控制器模块;
所述功能控制器模块包括调控单元和多个控制单元;
所述调控单元接收所述控制转发信息和所述第二应用程序控制信息,并根据所述控制转发信息将所述第二应用程序控制信息发送至与所述控制转发信息相匹配的所述控制单元;
所述控制单元根据所述第二应用程序控制信息更新所述应用程序信息,并根据更新结果生成控制结果信息,并将所述控制结果信息发送至所述用户终端。
优选的,所述系统还包括存储模块;
所述校验单元从存储模块中调取所述校验信息。
优选的,所述校验信息包括:主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息。
进一步优选的,所述校验单元将所述控制信息与校验信息进行对照具体为:
确定所述控制信息中是否包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的 参数值;
当所述控制信息中包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值时,所述控制信息与所述交易信息相匹配;
当所述控制信息中不包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名或应用程序路径信息中的任一的参数值时,所述控制信息与所述交易信息不匹配。
进一步优选的,当所述控制信息与所述交易信息不匹配时,所述校验单元生成校验失败信息发送至所述用户终端,用以所述用户终端向用户提示第一应用程序控制信息校验失败。
优选的,所述封装单元从所述存储单元获取所述控制单元的信息结构信息。
进一步优选的,所述封装单元根据封装所述第一应用程序控制信息,得到第二应用程序控制信息具体为:
所述封装单元将所述第一应用程序控制信息中各个键的值复制到所述控制单元的信息结构信息中与所述各个键相对应的对应项的值中,得到所述第二应用程序控制信息。
进一步优选的,所述多个控制单元具有相同的所述信息结构信息。
本发明实施例提供的一种控制装置,通过将应用程序控制信息进行校验和封装的过程,使得一台终端可以精准的且有效的控制另一台服务器中的应用程序,从而方便用户对服务器中应用程序的进行管理。
附图说明
图1为本发明实施例提供的一种控制装置的流程图。
具体实施方式
下面通过附图和实施例,对本发明的技术方案做进一步的详细描述。
图1为本发明实施例提供的控制装置的示意图。如图1所示,本发明实施例提供的控制装置包括:用户终端1和服务器2。这里用户终端1可以理解为控制端,服务器2可以理解为被控制端,用户终端1向服务器2发送第一应用程序控制信息,通过第一应用程序控制信息更新服务器2中的应用程序信息,已达到控制服务器2中的应用程序信息的目的。第一应用程序控制信息可以理解为一个文本文件。
具体的,服务器2包括:存储模块20、接入端口模块21、控制转发模块22、功能控制器模块23。其中,接入端口模块21可以理解为服务器2中的一个暴露给外界的调用接口,用来供接收并处理用户终端1发送的第一应用程序控制信息。
当用户终端1上的程序想使用或控制服务器2中的应用程序时,需首先按照应用控制规范,首先编写一个包含控制信息的第一应用程序控制信息,然后调用用户终端1本地的接口并把第一应用程序控制信息传递给服务器2中的接入端口模块21即可。接入端口模块21会读取第一应用程序控制信息中的控制信息,然后对其进行校验。如果控制信息符合应用控制规范,则进行下一步的处理。如果控制信息不符合应用控制规范,则反馈给用户终端1上的程序一个校验失败信息。
进一步具体的,接入端口模块21包括:读入单元211、校验单元212和封装单元213。
首先,读入单元211接收用户终端1发送的第一应用程序控制信息,并以键值对集合的形式读取第一应用程序控制信息中的控制信息,并将读取出的控制信息和第一应用程序控制信息发送至校验单元212。
校验单元212接收控制信息和第一应用程序控制信息,并根据控制信息对第一应用程序控制信息进行校验,也就是确定控制信息是否符合应用控制规范。在校验单元212对第一应用程序控制信息进行校验之前,先要从存储 模块20中调取校验信息,校验信息包括:主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息。
在获取到校验信息后,校验单元212将控制信息与校验信息进行对照,确定控制信息中是否包括主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值。主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息可以理解为控制信息中的键。
当控制信息中包括主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值时,则可以判定控制信息与交易信息相匹配,即控制信息符合应用控制规范。当控制信息中不包括主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名或应用程序路径信息中的任一参数值时,则可以判定控制信息与交易信息不匹配,即控制信息不符合应用控制规范。也就是说符合应用控制规范的控制信息必须包括主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值,缺一不可。
当控制信息与交易信息相匹配时,即控制信息符合应用控制规范,校验单元121将第一应用程序控制信息发送至封装单元213,用以封装单元213对第一应用程序控制信息进行进一步的处理。
而当控制信息与交易信息不匹配时,即控制信息不符合应用控制规范,校验单元212生成校验失败信息发送至用户终端1,用以用户终端1向用户提示第一应用程序控制信息不符合应用控制规范。
当控制信息符合应用控制规范时,封装单元213接收第一应用程序控制信息,并对第一应用程序控制信息进行封装,得到第二应用程序信息,并将第二应用程序信息发送至控制转发模块22。
进一步具体的,由于服务器2中的各个控制应用程序的控制单元232在 开发的时候都是遵循一个统一的信息结构,而控制信息中每一个键代表的参数值在这个统一的信息结构中都有对应项,所以封装单元213只需把控制信息中每个键对应的参数值复制到统一信息结构的对应项上即可。
控制转发模块22接收到第二应用程序控制信息后,对第二应用程序控制信息进行解析,提取第二应用程序控制信息中的应用程序名键和应用程序路径信息键的参数值,根据的应用程序名键和应用程序路径信息键的参数值得到控制转发信息,并将控制转发信息和第二应用程序控制信息发送至功能控制器模块23。
功能控制器模块23包括调控单元231和多个控制单元232。每个控制单元232所控制的应用程序或应用程序的种类不同。
调控单元231接收控制转发模块22发送的控制转发信息和第二应用程序控制信息,并根据控制转发信息将第二应用程序控制信息发送至与控制转发信息相匹配的控制单元232。控制单元232根据第二应用程序控制信息更新与控制转发信息相对应的应用程序信息,已达到控制应用程序的目的。
根据更新应用程序信息的成功或失败,控制单元232会生成一个相应的控制结果信息。当更新应用程序信息成功时,控制单元232生成一个成功的控制结果信息发送至所述用户终端1。而当更新应用程序信息失败时,控制单元232生成一个失败的控制结果信息将控制结果信息发送至所述用户终端1。用户终端1接收到控制结果信息后可知对服务器2中应用程序的控制是成功的还是失败的。
本发明实施例提供的一种控制装置,通过将应用程序控制信息进行校验和封装的过程,使得一台终端可以精准的且有效的控制另一台服务器中的应用程序,从而方便用户对服务器中应用程序的进行管理。
专业人员应该还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能 一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。
结合本文中所公开的实施例描述的方法或算法的步骤可以用硬件、用户终端执行的软件模块,或者二者的结合来实施。软件模块可以置于随机存储器(RAM)、内存、只读存储器(ROM)、电可编程ROM、电可擦除可编程ROM、寄存器、硬盘、可移动磁盘、CD-ROM、或技术领域内所公知的任意其它形式的存储介质中。
以上所述的具体实施方式,对本发明的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本发明的具体实施方式而已,并不用于限定本发明的保护范围,凡在本发明的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。

Claims (8)

  1. 一种控制装置,其特征在于,所述控制装置包括:
    用户终端和服务器;所述用户终端向所述服务器发送第一应用程序控制信息,用以更新所述服务器中的应用程序信息;
    所述服务器包括:接入端口模块、控制管理模块和功能控制器模块;
    所述接入端口模块包括:读入单元、校验单元和封装单元;
    所述读入单元接收所述第一应用程序控制信息,并读取所述第一应用程序控制信息中的控制信息,将所述控制信息和所述第一应用程序控制信息发送至所述校验单元;
    所述校验单元将所述控制信息与校验信息进行对照,当所述控制信息与所述交易信息相匹配时,将所述第一应用程序控制信息发送至所述封装单元;
    所述封装单元封装所述第一应用程序控制信息,得到第二应用程序控制信息,将所述第二应用程序控制信息发送至控制转发模块;
    所述控制管理模块解析所述第二应用程序控制信息,得到控制转发信息,并根据所述控制转发信息确定功能控制器模块,并将所述第二应用程序控制信息发送至功能控制器模块;
    所述功能控制器模块包括调控单元和多个控制单元;
    所述调控单元接收所述控制转发信息和所述第二应用程序控制信息,并根据所述控制转发信息将所述第二应用程序控制信息发送至与所述控制转发信息相匹配的所述控制单元;
    所述控制单元根据所述第二应用程序控制信息更新所述应用程序信息,并根据更新结果生成控制结果信息,并将所述控制结果信息发送至所述用户终端。
  2. 根据权利要求1所述的控制装置,其特征在于,所述系统还包括存储模块;
    所述校验单元从存储模块中调取所述校验信息。
  3. 根据权利要求1所述的控制装置,其特征在于,所述校验信息包括:主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息。
  4. 根据权利要求3所述的控制装置,其特征在于,所述校验单元将所述控制信息与校验信息进行对照具体为:
    确定所述控制信息中是否包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值;
    当所述控制信息中包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名和应用程序路径信息的参数值时,所述控制信息与所述交易信息相匹配;
    当所述控制信息中不包括所述主机地址信息、主机端口信息、用户名、密码、服务类型信息、操作源信息、应用程序名或应用程序路径信息中的任一的参数值时,所述控制信息与所述交易信息不匹配。
  5. 根据权利要求4所述的控制装置,其特征在于,当所述控制信息与所述交易信息不匹配时,所述校验单元生成校验失败信息发送至所述用户终端,用以所述用户终端向用户提示第一应用程序控制信息校验失败。
  6. 根据权利要求1所述的控制装置,其特征在于,所述封装单元从所述存储单元获取所述控制单元的信息结构信息。
  7. 根据权利要求6所述的控制装置,其特征在于,所述封装单元根据封装所述第一应用程序控制信息,得到第二应用程序控制信息具体为:
    所述封装单元将所述第一应用程序控制信息中各个键的值复制到所述控制单元的信息结构信息中与所述各个键相对应的对应项的值中,得到所述第二应用程序控制信息。
  8. 根据权利要求7所述的控制装置,其特征在于,所述多个控制单元具 有相同的所述信息结构信息。
PCT/CN2018/121372 2018-12-16 2018-12-16 控制装置 WO2020124291A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/121372 WO2020124291A1 (zh) 2018-12-16 2018-12-16 控制装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/121372 WO2020124291A1 (zh) 2018-12-16 2018-12-16 控制装置

Publications (1)

Publication Number Publication Date
WO2020124291A1 true WO2020124291A1 (zh) 2020-06-25

Family

ID=71100182

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/121372 WO2020124291A1 (zh) 2018-12-16 2018-12-16 控制装置

Country Status (1)

Country Link
WO (1) WO2020124291A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102426531A (zh) * 2011-11-03 2012-04-25 中国电力科学研究院 一种智能终端、应用程序更新系统及其更新方法
CN102799825A (zh) * 2012-07-18 2012-11-28 腾讯科技(深圳)有限公司 推送安全应用程序的方法、装置、终端及服务器
CN103873440A (zh) * 2012-12-11 2014-06-18 北京旋极信息技术股份有限公司 一种应用程序的升级方法和系统
CN105653262A (zh) * 2015-12-21 2016-06-08 Tcl集团股份有限公司 应用程序升级方法、装置及系统
US20170365183A1 (en) * 2016-06-16 2017-12-21 Georgetown University Intelligent medical hypertext information translator
CN107515757A (zh) * 2017-09-04 2017-12-26 珠海格力电器股份有限公司 软件程序升级方法和系统、终端

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102426531A (zh) * 2011-11-03 2012-04-25 中国电力科学研究院 一种智能终端、应用程序更新系统及其更新方法
CN102799825A (zh) * 2012-07-18 2012-11-28 腾讯科技(深圳)有限公司 推送安全应用程序的方法、装置、终端及服务器
CN103873440A (zh) * 2012-12-11 2014-06-18 北京旋极信息技术股份有限公司 一种应用程序的升级方法和系统
CN105653262A (zh) * 2015-12-21 2016-06-08 Tcl集团股份有限公司 应用程序升级方法、装置及系统
US20170365183A1 (en) * 2016-06-16 2017-12-21 Georgetown University Intelligent medical hypertext information translator
CN107515757A (zh) * 2017-09-04 2017-12-26 珠海格力电器股份有限公司 软件程序升级方法和系统、终端

Similar Documents

Publication Publication Date Title
TWI667586B (zh) 用以核對uefi認證變量變化之系統及方法
US20190312851A1 (en) Provisioning network keys to devices to allow them to provide their identity
US10372914B2 (en) Validating firmware on a computing device
US9270467B1 (en) Systems and methods for trust propagation of signed files across devices
US9594619B2 (en) Robust hardware fault management system, method and framework for enterprise devices
US11036863B2 (en) Validating an image using an embedded hash in an information handling system
US20200250344A1 (en) Method and system for secure boot and image verification
EP3588354B1 (en) Automatic verification method and system
US10621055B2 (en) Adaptive data recovery for clustered data devices
WO2018000843A1 (zh) 移动支付方法、片上系统及终端
US20180288049A1 (en) Data access interface for clustered devices
US11604880B2 (en) Systems and methods to cryptographically verify information handling system configuration
US11909882B2 (en) Systems and methods to cryptographically verify an identity of an information handling system
US10942750B2 (en) System and method to securely load non-UEFI based file format as OEM based UEFI custom capsule format in UEFI loader
WO2020211233A1 (zh) 批量数据编辑方法、装置、计算机设备及存储介质
US11354107B2 (en) Communicating a data image for installing an operating system
WO2020124291A1 (zh) 控制装置
WO2020124295A1 (zh) 控制系统
WO2021139261A1 (zh) 应用部署方法、装置及介质
CN108768916B (zh) 一种获取安全配置信息的方法及装置
CN106656865B (zh) 一种管理链表资源的方法及装置
US20230359741A1 (en) Trusted boot method and apparatus, electronic device, and readable storage medium
CN112751782B (zh) 基于多活数据中心的流量切换方法、装置、设备及介质
WO2021139443A1 (zh) 数据访问控制方法及装置、数据访问设备及系统
US11216552B2 (en) System and method for verifying first time use of an information handling system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18943866

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18943866

Country of ref document: EP

Kind code of ref document: A1