WO2020143199A1 - Application program plug-in method and system, and related apparatus - Google Patents

Application program plug-in method and system, and related apparatus Download PDF

Info

Publication number
WO2020143199A1
WO2020143199A1 PCT/CN2019/095344 CN2019095344W WO2020143199A1 WO 2020143199 A1 WO2020143199 A1 WO 2020143199A1 CN 2019095344 W CN2019095344 W CN 2019095344W WO 2020143199 A1 WO2020143199 A1 WO 2020143199A1
Authority
WO
WIPO (PCT)
Prior art keywords
plug
program
task
application
executed
Prior art date
Application number
PCT/CN2019/095344
Other languages
French (fr)
Chinese (zh)
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 深圳市网心科技有限公司
Publication of WO2020143199A1 publication Critical patent/WO2020143199A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

Disclosed are an application program plug-in method, apparatus and system, and a computer-readable storage medium. The method comprises: installing a first program plug-in in a primary application program; acquiring a task to be executed from a server by means of the first program plug-in; and if a second program plug-in capable of completing the task to be executed is installed in the primary application program, completing the task to be executed by using the second program plug-in. When idle resources are used or the surplus performances of Android products currently on the market are used, secondary permission granting is not required, such that the flexibility of deployment is improved.

Description

一种应用程序插件化的方法、系统以及相关装置Method, system and related device for plug-in application program
本申请要求于2019年01月07日提交中国专利局、申请号为201910012720.2、申请名称为“一种应用程序插件化的方法、系统以及相关装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application requires the priority of the Chinese patent application submitted to the China Patent Office on January 07, 2019, with the application number 201910012720.2 and the application name as "a method, system and related device for application plug-in", all of which are approved by The reference is incorporated in this application.
技术领域Technical field
本申请涉及通信领域,更具体地说,涉及一种应用程序插件化的方法、系统以及相关装置。The present application relates to the field of communications, and more specifically, to a method, system, and related device for plug-in application.
背景技术Background technique
智能手机因回收价格低,回收渠道混乱等原因,回收率一直不足2%,保守估计淘汰的二手手机大约有10亿部。The recovery rate of smartphones has been less than 2% due to low recycling prices and chaotic recycling channels. It is conservatively estimated that there are about 1 billion second-hand mobile phones eliminated.
闲置的二手手机数量巨大,且近几年由于手机技术的快速发展,使得被淘汰的二手手机仍然有着不错的性能,目前有厂家提供把手机的闲置资源即过剩的部分性能利用起来,即将手机过剩的性能云共享,比如将某个闲置的手机作为一个云存储器,或者云CPU,只需要在手机内下载对应的APP即可,但是由于安卓系统在使用过程中,若下载新的应用或者相关操作的话,需要用户授予相关权限,升级安装的问题,每次安装都需要用户参与,而这一点与闲置手机经常放在某一个地方而不被使用的属性是相反的,这些问题对于用户的体验,以及系统的稳定性都是一个很大的挑战。The number of idle second-hand mobile phones is huge, and in recent years, due to the rapid development of mobile phone technology, the second-hand mobile phones that have been eliminated still have good performance. Currently, some manufacturers provide the use of some of the mobile phone's idle resources, that is, the excess performance, that is, the surplus of mobile phones Cloud sharing of performance, such as using an idle mobile phone as a cloud storage or cloud CPU, only need to download the corresponding APP in the mobile phone, but because the Android system is in use, if you download new applications or related operations If you need to grant related permissions to upgrade the installation, each installation requires the user to participate, and this is contrary to the attribute that idle mobile phones are often placed in a certain place and not used. These problems are for the user experience. And the stability of the system is a big challenge.
发明内容Summary of the invention
本申请实施例提供了一种应用程序插件化的方法、系统以及相关装置,用于实现在使用闲置资源或者目前市场上安卓产品过剩的性能时,可以不需要二次赋予权限,提高部署的灵活性。Embodiments of the present application provide a method, system, and related device for plug-in application, which are used to realize the use of idle resources or the excess performance of Android products on the current market, without the need to grant permissions twice, improving the flexibility of deployment Sex.
本申请第一方面提供一种应用程序插件化的方法,包括:The first aspect of the present application provides a method for plug-in application, including:
安装第一程序插件至主应用程序;Install the first program plug-in to the main application;
通过所述第一程序插件从服务器获取待执行任务;Acquiring the task to be executed from the server through the first program plug-in;
若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插 件,控制所述第二程序插件完成所述任务。If a second program plug-in capable of completing the task to be executed is already installed in the main application program, the second program plug-in is controlled to complete the task.
可选地,所述安装第一程序插件至主应用之前,所述方法还包括:Optionally, before installing the first program plug-in to the main application, the method further includes:
在主应用内集成程序化框架,所述程序化框架用于安装所述第一程序插件和所述第二程序插件。A programmatic framework is integrated in the main application, and the programmatic framework is used to install the first program plug-in and the second program plug-in.
可选地,所述通过所述第一程序插件从服务器获取任务之后,所述方法还包括:Optionally, after acquiring the task from the server through the first program plug-in, the method further includes:
若所述主应用程序中未安装可以完成所述任务的第二程序插件,则从服务器下载所述第二程序插件;If the second program plug-in that can complete the task is not installed in the main application program, download the second program plug-in from the server;
将所述第二程序插件安装至所述插件化框架;Install the second program plug-in to the plug-in framework;
所述将所述第二程序插件安装至所述插件化框架具体包括:The installation of the second program plug-in into the plug-in framework specifically includes:
判断所述第二程序插件是否与所述插件化框架匹配;Determine whether the second program plug-in matches the plug-in framework;
若是,则将所述第二程序插件安装至所述插件化框架;If yes, install the second program plug-in to the plug-in framework;
若否,则卸载该第二程序插件。If not, uninstall the second program plug-in.
可选地,所述控制第二程序插件完成所述任务具体包括:Optionally, the controlling the second program plug-in to complete the task specifically includes:
所述第一程序插件或者所述主应用通过消息路由与所述第二应用建立通信连接,所述消息路由存在于所述程序化框架内;The first program plug-in or the main application establishes a communication connection with the second application through message routing, and the message routing exists in the programmatic framework;
所述第二程序插件完成所述任务。The second program plug-in completes the task.
可选地,所述控制所述第二程序插件完成所述任务之后,所述方法还包括:Optionally, after the controlling the second program plug-in to complete the task, the method further includes:
所述主应用按照预设方式对所述第一程序插件进行操作;The main application operates the first program plug-in in a preset manner;
所述主应用按照预设方式对所述第一程序插件进行操作具体包括:The main application operating the first program plug-in in a preset manner specifically includes:
若服务器下发对所述第一程序插件更新的任务,则主应用对所述第一程序插件进行更新;If the server issues the task of updating the first program plug-in, the main application updates the first program plug-in;
所述主应用按照预设方式对所述第二程序插件进行操作;The main application operates the second program plug-in in a preset manner;
所述主应用按照预设方式对所述第二程序插件进行操作具体包括:The main application operating the second program plug-in in a preset manner specifically includes:
若所述第二程序插件已完成服务器下发的任务,则卸载所述第二程序插件;If the second program plug-in has completed the task issued by the server, uninstall the second program plug-in;
或,or,
若服务器下发对所述第二程序插件更新的任务,则主应用对所述第二 程序插件进行更新。If the server issues the task of updating the second program plug-in, the main application updates the second program plug-in.
本申请第二方面提供一种应用程序插件化的装置,所述装置包括存储器和处理器,所述存储器上存储有可在所述处理器上运行的应用程序插件化的程序,所述应用程序插件化的程序被所述处理器执行时实现上述应用程序插件化方法。A second aspect of the present application provides an application plug-in device. The device includes a memory and a processor, and the memory stores a program that can be run on the processor and the application program is plug-in. The application program When the plug-in program is executed by the processor, the above-mentioned plug-in method of the application program is realized.
可选地,所述装置为组成CDN网络或者区块链网络的节点。Optionally, the device is a node constituting a CDN network or a blockchain network.
本申请第三方面提供一种应用程序插件化的系统,所述系统包括:A third aspect of the present application provides a system for plug-in application, the system including:
安装单元,安装第一程序插件至主应用程序;Installation unit, install the first program plug-in to the main application;
获取单元,用于通过所述第一程序插件从服务器获取任务;An obtaining unit, configured to obtain a task from the server through the first program plug-in;
控制单元,用于控制所述第二程序插件完成所述任务。The control unit is used to control the second program plug-in to complete the task.
本申请第四方面提供一种计算机可读存储介质,所述计算机可读存储介质上存储有应用程序插件化的程序,所述应用程序插件化的程序可被一个或者多个处理器执行,以实现如上述的应用程序插件化的方法。A fourth aspect of the present application provides a computer-readable storage medium on which an application-plugged program is stored, and the application-plugged program can be executed by one or more processors to A method for implementing the above-mentioned application plug-in.
从以上技术方案可以看出,本申请实施例具有以下优点:本实施例中,安装第一程序插件至主应用程序,通过所述第一程序插件从服务器获取待执行任务,若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插件,控制所述第二程序插件完成所述任务。由于在具体的实施过程中,是从属于主应用的某些具体程序完成任务,而这种程序是在主应用安装的时候就授予了权限的,就可以在日后的使用中不需要像下载一个普通的安卓应用一样重复授权,用于实现在使用闲置资源或者目前市场上安卓产品过剩的性能时,提高部署的灵活性。As can be seen from the above technical solutions, the embodiments of the present application have the following advantages: In this embodiment, the first program plug-in is installed to the main application program, and the task to be executed is obtained from the server through the first program plug-in, if the main application A second program plug-in capable of completing the task to be executed has been installed in the program, and the second program plug-in is controlled to complete the task. In the specific implementation process, some specific programs belonging to the main application complete the task, and such programs are granted permissions when the main application is installed, so you don’t need to download a program in the future. Common Android applications are re-licensed to increase deployment flexibility when using idle resources or the excess performance of Android products currently on the market.
附图说明BRIEF DESCRIPTION
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly explain the embodiments of the present application or the technical solutions in the prior art, the following will briefly introduce the drawings required in the embodiments or the description of the prior art. Obviously, the drawings in the following description are only These are some embodiments of the present application. For those of ordinary skill in the art, without paying any creative labor, other drawings can also be obtained based on these drawings.
图1为本申请实施例中一种应用程序插件化的方法实施例的一个示意 图;FIG. 1 is a schematic diagram of an embodiment of a method for plug-in application according to an embodiment of the present application;
图2为本申请实施例中一种应用程序插件化的方法实施例的另一个示意图;2 is another schematic diagram of an embodiment of a method for plugging in an application program according to an embodiment of the present application;
图3为本申请实施例中一种应用程序插件化的方法实施例的另一个示意图;FIG. 3 is another schematic diagram of an embodiment of a method for plugging in an application in an embodiment of the present application;
图4为本申请实施例中一种应用程序插件化的系统实施例的一个示意图;4 is a schematic diagram of an embodiment of a system for plug-in application according to an embodiment of the present application;
图5为本申请实施例中一种计算机装置的一个示意图。FIG. 5 is a schematic diagram of a computer device in an embodiment of the present application.
具体实施方式detailed description
本申请实施例提供了一种应用程序插件化的方法、系统以及相关装置,用于实现在使用闲置资源或者目前市场上安卓产品过剩的性能时,可以不需要二次赋予权限,提高部署的灵活性。Embodiments of the present application provide a method, system, and related device for plug-in application, which are used to realize the use of idle resources or the excess performance of Android products on the current market, without the need to grant permissions twice, improving the flexibility of deployment Sex.
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。In order to enable those skilled in the art to better understand the solutions of the present application, the technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments are only It is a part of the embodiments of this application, but not all the embodiments. Based on the embodiments in this application, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the scope of protection of this application.
本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”、“第三”、“第四”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的实施例能够以除了在这里图示或描述的内容以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。The terms "first", "second", "third", "fourth", etc. in the specification and claims of the present application and the above drawings are used to distinguish similar objects, not necessarily used to describe specific Order or sequence. It should be understood that the data so used can be interchanged under appropriate circumstances so that the embodiments described herein can be implemented in an order other than what is illustrated or described herein. In addition, the terms "including" and "having" and any variations thereof are intended to cover non-exclusive inclusions, for example, processes, methods, systems, products or devices that contain a series of steps or units need not be limited to those clearly listed Those steps or units may instead include other steps or units that are not explicitly listed or inherent to these processes, methods, products, or equipment.
智能手机因回收价格低,回收渠道混乱等原因,回收率一直不足2%,保守估计淘汰的二手手机大约有10亿部,而从多年前开始,二手手机的性能已经相当不错,鉴于此种情况,我们提供了基于闲置二手手机或者手机 过剩部分的性能的共享云计算方案。The recovery rate of smartphones has been less than 2% due to low recycling prices and chaotic recycling channels. It is conservatively estimated that there are about 1 billion second-hand mobile phones that have been eliminated, and the performance of second-hand mobile phones has been quite good since many years ago. , We provide a shared cloud computing solution based on the performance of idle second-hand phones or the excess of mobile phones.
通常的技术手段是在安卓系统的手机、平板电脑以及其它有上网功能的电子设备上安装相应可以完成任务的应用,比如可以利用数量庞大的闲置二手手机的各种资源,包括cpu,gpu,内存,闪存,网络。但是如果在设备上安装的应用是以一个普通应用的形式存在时,若下载新的应用或者相关操作的话,需要用户重新授予相关权限,升级安装的问题,每次安装都需要用户参与,而这一点与闲置手机经常放在某一个地方而不被使用的属性是相反的,这些问题对于用户的体验,以及系统的稳定性都是一个很大的挑战。所以我们提供了一个基于IaaS(Infrastructure as a Service,基础设施即服务)的方案。消费者通过网络可以从完善的计算机基础设施获得服务。这类服务称为基础设施即服务。为解决上述需要客户需要用户重新授予相关权限以及每次安装都需要用户参与的问题,我们提供了一种应用程序插件化的方法,先在安卓设备上安装一个主应用,主应用内带有第一程序插件,第一程序插件作为主插件存在于主应用内,第一程序插件可以管理第二程序插件,第二程序插件即为用以完成任务的IaaS应用,IaaS应用作为一段程序以插件的形式存在于主应用内,由于插件的更新以及相关操作在主应用安装时就确认,不需要用户重复的授予相关权限。The usual technical means is to install corresponding applications that can complete tasks on Android phones, tablets, and other electronic devices with Internet functions, such as the use of a large number of idle second-hand mobile phone resources, including CPU, GPU, and memory. , Flash, network. However, if the application installed on the device is in the form of a normal application, if you download a new application or related operations, you need to re-authorize the relevant permissions. The problem of upgrading and installing, each installation requires user participation, and this One thing is the opposite of the fact that idle mobile phones are often placed in a certain place and are not used. These problems are a great challenge to the user experience and the stability of the system. Therefore, we provide a solution based on IaaS (Infrastructure As Service). Consumers can get services from the perfect computer infrastructure through the Internet. This type of service is called infrastructure as a service. In order to solve the above-mentioned problems that require customers to re-authorize relevant permissions and require user participation for each installation, we provide a method for plug-in application, first install a main application on the Android device. A program plug-in. The first program plug-in exists as the main plug-in in the main application. The first program plug-in can manage the second program plug-in. The second program plug-in is an IaaS application used to complete a task. The form exists in the main application. Since the update of the plug-in and related operations are confirmed when the main application is installed, there is no need for the user to repeatedly grant related permissions.
为了便于理解,下面对本申请实施例中的具体流程进行描述,请参阅图1,本申请实施例中一种应用程序插件化的方法的一种实施例包括:For ease of understanding, the following describes the specific processes in the embodiments of the present application. Please refer to FIG. 1. An embodiment of a method for plugging in an application in the embodiments of the present application includes:
101、安装第一程序插件至主应用;101. Install the first program plug-in to the main application;
具体地,第一程序插件为存在于主应用内的主插件,在第一程序插件安装的过程中,第一程序插件与主应用可以同时安装,并且第一程序插件即主插件,若其本体需要更新时,可以从服务器下载相关程序用来更新主插件。Specifically, the first program plug-in is a main plug-in existing in the main application. During the installation of the first program plug-in, the first program plug-in and the main application can be installed at the same time, and the first program plug-in is the main plug-in, if its body When updating is required, related programs can be downloaded from the server to update the main plug-in.
102、通过所述第一程序插件从服务器获取任务;102. Obtain a task from the server through the first program plug-in;
具体地,主插件会定期的跟服务器通信,获取配置和任务,根据任务可以决定是否需要通知宿主安装,卸载,启动或者是关闭某个插件,示例性的,若某一部安卓手机已经下载了玩客云即主应用并安装了相关的主插件,主插件会定时的与服务器进行沟通,则可能会获取该玩客云作为云节 点,比如云盘以待其他用户从该安卓手机下载数据的任务。Specifically, the main plug-in will communicate with the server periodically to obtain configuration and tasks. According to the task, you can decide whether you need to notify the host to install, uninstall, start or close a plug-in. Exemplary, if an Android phone has been downloaded Youke Cloud is the main application and the relevant main plug-in is installed. The main plug-in will communicate with the server on a regular basis, and you may obtain the play cloud as a cloud node, such as a cloud disk to wait for other users to download data from the Android phone. task.
103、若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插件,利用所述第二程序插件完成所述待执行任务。103. If a second program plug-in capable of completing the task to be executed has been installed in the main application program, use the second program plug-in to complete the task to be executed.
具体地,第二程序插件为被主插件控制的用于完成服务器下发的某项具体任务的插件,该某项具体任务可以理解为除例如主插件或第二程序插件的更新或安装等只能由主插件完成的任务。在第二程序插件安装的过程中,可以为分批次的下载,主要是根据当前应用需要完成的任务而定。对于已经使用过的第二程序插件内的部分插件,若当前无相关任务执行,也可以对其进行删除,在不影响任务的前提下,也可以选择保留,由于任务是不断下发的,所以部分使用频率较高的比如作为云存储器,云节点的其他功能插件,也可以在满足当前任务的条件时,一直存在于主应用内,对于满足当前任务的条件可以理解为服务器当前并没对该插件作出更新的要求。Specifically, the second program plug-in is a plug-in controlled by the main plug-in to complete a specific task issued by the server, and the specific task can be understood as only the update or installation of the main plug-in or the second program plug-in. Tasks that can be completed by the main plugin. During the installation of the second program plug-in, it can be downloaded in batches, mainly according to the tasks that need to be completed by the current application. For some plug-ins in the second program plug-in that have been used, if there is no related task currently executed, you can also delete it. You can also choose to keep it without affecting the task. Since the task is continuously issued, so Some of the more frequently used, such as cloud storage, other function plug-ins of cloud nodes, can also always exist in the main application when the conditions of the current task are met. For the conditions of meeting the current task, it can be understood that the server is not currently The plugin makes an update request.
从服务器上获取任务,并已经有相关的插件处于准备好的状态时,主插件或者主应用会通过消息路由与该准备好的插件进行通信连接,并将具体的需求发送至其他功能插件即特定程序,以完成任务。When the task is obtained from the server, and the related plug-in is in the prepared state, the main plug-in or the main application will communicate with the prepared plug-in through message routing, and send specific needs to other functional plug-ins, that is, specific Program to complete the task.
本实施例中,安装第一程序插件至主应用,通过所述第一程序插件从服务器获取任务,若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插件,控制所述第二程序插件完成所述任务。由于在具体的实施过程中,是从属于主应用的某些具体程序完成任务,而这种程序是在主应用安装的时候就授予了权限的,就可以在日后的使用中不需要像下载一个普通的安卓应用一样重复授权,用于实现在使用闲置资源或者目前市场上安卓产品过剩的性能时,提高部署的灵活性。In this embodiment, a first program plug-in is installed to the main application, and tasks are obtained from the server through the first program plug-in. If a second program plug-in capable of completing the task to be executed is already installed in the main application, control The second program plug-in completes the task. In the specific implementation process, some specific programs belonging to the main application complete the task, and such programs are granted permissions when the main application is installed, so you don’t need to download a program in the future. Common Android applications are re-licensed to increase deployment flexibility when using idle resources or the excess performance of Android products currently on the market.
本申请实施例中,基于图一的实施例,为便于理解,提供完整的方案流程图,具体请参见图二,一种应用程序插件化的流程实施例包括:In the embodiments of the present application, based on the embodiment of FIG. 1, for ease of understanding, a complete solution flowchart is provided. For details, please refer to FIG. 2. An embodiment of a process of plug-in application includes:
20、方案整体流程图。20. Overall flow chart of the plan.
具体地,图内大约有3个通讯板块,第一个由宿主即主应用、主插件与服务器三者构成,第二个由宿主与主插件构成,第三个由宿主与其他功能插件构成。Specifically, there are about three communication boards in the figure. The first one is composed of the host, namely the main application, the main plug-in and the server, the second one is composed of the host and the main plug-in, and the third one is composed of the host and other functional plug-ins.
首先介绍第一个由宿主、主插件与服务器三者构成的通讯板块:First introduce the first communication board consisting of host, main plug-in and server:
具体地,宿主首先启动主插件,主插件为是我们将主应用中的部分功能剥离出来变成插件来实现的,主插件向服务器发送获取配置以及获取任务的请求,并且接受服务器发送的返回的配置以及任务,根据服务器发送的任务,再进行其它操作。示例性地,若当前安卓设备安装了某种类似图内宿主的应用,并获取了A任务,但是当前应用内的插件不足以完成A任务,则主插件会下载可以完成A任务的其他功能插件,用来完成A任务。在下载插件时,会对下载的插件与应用内的程序化框架进行匹配或者查询该插件是否在服务器的白名单内,若匹配并且在白名单内的话,则会下载插件,若不符合其中任何一项要求,则不会下载该插件,选择下载其它的也可以完成任务的插件。根据当前应用需要完成的任务,可以对其它插件进行相关操作。示例性的,若某个插件已经完成任务,并且当前应用不需要该插件再完成其它任务时,可以删除该插件,若后续有相关任务对该插件存在需求时,再对该插件进行下载,并且如果服务器下发了对于某插件的更新任务时,主插件会对该插件进行更新,具体的更新方式可以为主插件从服务器下载更新包或直接下载新版本的该插件。Specifically, the host first starts the main plug-in. The main plug-in is implemented by stripping some functions of the main application into a plug-in. The main plug-in sends a request to the server to obtain the configuration and task, and accepts the return sent by the server. Configuration and tasks, according to the tasks sent by the server, and then perform other operations. Exemplarily, if the current Android device installs an application similar to the host in the figure and obtains the A task, but the current plug-in is not enough to complete the A task, the main plug-in will download other functional plug-ins that can complete the A task , Used to complete task A. When downloading the plug-in, the downloaded plug-in will be matched with the programmatic framework in the application or whether the plug-in is in the server's white list. If it matches and is in the white list, the plug-in will be downloaded. If it does not meet any of them One requirement, the plug-in will not be downloaded, and other plug-ins that can also complete the task are selected for download. According to the tasks that need to be completed by the current application, you can perform related operations on other plug-ins. Exemplarily, if a plug-in has completed a task, and the current application does not need the plug-in to complete other tasks, the plug-in can be deleted, and if there are subsequent tasks that require the plug-in, the plug-in can be downloaded, and If the server issues an update task for a certain plug-in, the main plug-in will update the plug-in. The specific update method may be to download the update package from the server for the main plug-in or directly download a new version of the plug-in.
对于第二个宿主与主插件的通信板块进行介绍:Introduce the communication section between the second host and the main plug-in:
具体地,主插件为是我们将主应用中的部分功能剥离出来变成插件来实现的,可以将主插件理解为实行一些系统基本维持工作的插件,相对应的,其他功能插件也就是其他功能插件,是用来完成具体任务的插件。宿主会定时的与主插件进行通信,查询主插件的运行状态,根据主插件的反馈进行操作,可以理解为应用的维护与更新,或者当接收到了服务器下发了对于主插件的任务时,也可以根据该任务执行相应操作,例如服务器下发了更新主插件自身的任务,主插件可以在服务器上下载更新包进行更新。Specifically, the main plug-in is realized by stripping part of the functions in the main application into a plug-in. The main plug-in can be understood as a plug-in that performs some basic system maintenance work. Correspondingly, other functional plug-ins are other functions. Plug-ins are used to complete specific tasks. The host will communicate with the main plug-in regularly, query the running status of the main plug-in, and operate according to the feedback of the main plug-in. It can be understood as the maintenance and update of the application, or when the server has received the task for the main plug-in. The corresponding operation can be performed according to the task, for example, the server issues a task to update the main plug-in itself, and the main plug-in can download the update package on the server to update.
对于第三个宿主与其他功能插件进行介绍:For the third host and other functional plug-ins:
具体地,先下载其他功能插件,在下载插件时,会对下载的插件与应用内的程序化框架进行匹配或者查询该插件是否在服务器的白名单内,若匹配并且在白名单内的话,则会下载插件,若不符合其中任何一项要求,则不会下载该插件,选择下载其它的也可以完成任务的插件。然后其他功 能插件去完成相应的任务,并且在日常的使用过程中,定期获取插件的运行状态,根据插件的运行状态可以从而向该其他功能插件分配任务,或者删除该插件。Specifically, download other functional plug-ins first. When downloading the plug-in, the downloaded plug-in will be matched with the programmatic framework in the application or whether the plug-in is in the server's white list. If it matches and is in the white list, then Will download the plug-in, if it does not meet any of the requirements, it will not download the plug-in, choose to download other plug-ins that can also complete the task. Then other function plug-ins complete the corresponding tasks, and in the daily use process, regularly obtain the running status of the plug-in, according to the running status of the plug-in, the task can be assigned to the other function plug-in, or the plug-in can be deleted.
示例性的,一个IaaS应用插件按照需求实现相关的功能之后,打包成一个插件安装包,通过服务器下发到相应的手机上,主应用就会开始安装插件,详细的安装流程:Exemplarily, after an IaaS application plug-in implements related functions according to requirements, it is packaged into a plug-in installation package and delivered to the corresponding mobile phone through the server. The main application will start to install the plug-in. The detailed installation process:
301、主应用对接收到的插件安装包进行md5校验,以确认插件包是否完整,如果完整进入步骤302,否则向服务器上报错误信息,服务器可以重新下发插件安装包;301. The main application performs md5 verification on the received plug-in installation package to confirm whether the plug-in package is complete. If it is complete, step 302 is entered, otherwise an error message is reported to the server, and the server can reissue the plug-in installation package;
302、根据插件安装包确认待安装的插件是否是与当前插件化框架匹配的插件,如果是则安装插件安装包,否则丢弃所述插件安装包;302. Confirm whether the plug-in to be installed is a plug-in matching the current plug-in framework according to the plug-in installation package; if it is, install the plug-in installation package; otherwise, discard the plug-in installation package;
在插件被安装之后,还可包括如下方法:After the plug-in is installed, the following methods can also be included:
303、插件安装解包之后分析它的字节码,xml文件等资源文件;303. After the plugin is installed and unpacked, analyze its bytecode, xml file and other resource files;
304、通过intent-filter找到插件的主service,并启动它;304. Find the main service of the plug-in through intent-filter and start it;
305、检查插件是否在服务器配置的插件白名单中,如果不在,卸载插件;305. Check whether the plug-in is in the plug-in whitelist configured on the server, and if not, uninstall the plug-in;
306、启动插件之后在插件管理中进行注册,未注册的插件检查合法性,如何不合法上报异常或者是卸载。306. After starting the plug-in, register in the plug-in management. The unregistered plug-in checks the validity, how to illegally report an exception or uninstall.
为便于理解,下面从整体的通讯系统方面介绍本申请,具体请见图3,一种应用程序插件化的系统实施例包括:For ease of understanding, the following describes the application in terms of the overall communication system. For details, see FIG. 3, an embodiment of a system for plug-in application includes:
本申请中,主应用的插件化框架即程序化框架主要分为两个模块:插件管理模块与消息路由模块。具体地,插件管理模块主要进行安装插件、更新插件、卸载插件、启动插件、关闭插件以及插件状态管理的工作。消息路由主要进行主插件或者主应用与其它功能插件的通信连接,可以将其理解为连接两个地方的路,用于当需要完成任务时,将任务需求发送至具体的某个插件,并接收该插件返回的数据。In this application, the plug-in framework of the main application, that is, the programmatic framework, is mainly divided into two modules: a plug-in management module and a message routing module. Specifically, the plug-in management module mainly performs the tasks of installing plug-ins, updating plug-ins, uninstalling plug-ins, starting plug-ins, closing plug-ins, and plug-in state management. Message routing mainly communicates between the main plug-in or the main application and other functional plug-ins. It can be understood as a way to connect two places. When the task needs to be completed, the task request is sent to a specific plug-in and received The data returned by the plugin.
需要指出的是,之所以将IaaS应用1、IaaS应用2以及IaaS应用3放在插件管理以及消息路由的外侧,是因为IaaS应用1、IaaS应用2以及IaaS应用3是随具体任务而变化的,并非一直需要存在于主应用内。It should be pointed out that the reason why IaaS application 1, IaaS application 2 and IaaS application 3 are placed outside of plug-in management and message routing is because IaaS application 1, IaaS application 2 and IaaS application 3 change with specific tasks, It does not always need to be present in the main application.
上面对本申请实施例中的方法部分进行了介绍,下面从虚拟装置的角度对本申请实施例进行说明。The method part in the embodiment of the present application is introduced above, and the embodiment of the present application is described below from the perspective of a virtual device.
请参阅图4,本申请实施例中一种应用程序插件化的装置的一个实施例包括:Referring to FIG. 4, an embodiment of an application plug-in device according to an embodiment of the present application includes:
安装单元,用于安装第一程序插件与第二程序插件至主应用;An installation unit for installing the first program plug-in and the second program plug-in to the main application;
获取单元,用于通过所述第一程序插件从服务器获取任务;An obtaining unit, configured to obtain a task from the server through the first program plug-in;
控制单元,用于控制所述第二程序插件完成所述任务。The control unit is used to control the second program plug-in to complete the task.
本实施例中,安装单元,用于安装第一程序插件与第二程序插件至主应用;获取单元,用于通过所述第一程序插件从服务器获取任务;控制单元,用于控制所述第二程序插件完成所述任务。由于在具体的实施过程中,是从属于主应用的某些具体程序完成任务,而这种程序是在主应用安装的时候就授予了权限的,就可以在日后的使用中不需要像下载一个普通的安卓应用一样重复授权,用于实现在使用闲置资源或者目前市场上安卓产品过剩的性能时,提高部署的灵活性。In this embodiment, an installation unit is used to install the first program plug-in and a second program plug-in to the main application; an acquisition unit is used to acquire tasks from the server through the first program plug-in; a control unit is used to control the first Two program plug-ins complete the task. In the specific implementation process, some specific programs belonging to the main application complete tasks, and such programs are granted permissions when the main application is installed, so you don’t need to download a program in the future. Common Android applications are re-licensed to increase deployment flexibility when using idle resources or the excess performance of Android products currently on the market.
下面从实体装置的角度对本申请实施例中的计算机装置进行描述,请参阅图5,本申请实施例中计算机装置的一个实施例包括:The following describes the computer device in the embodiment of the present application from the perspective of a physical device. Please refer to FIG. 5. An embodiment of the computer device in the embodiment of the present application includes:
该计算机装置500可因配置或性能不同而产生比较大的差异,可以包括一个或一个以上中央处理器(central processing units,CPU)501(例如,一个或一个以上处理器)和存储器505,该存储器505中存储有一个或一个以上的应用程序或数据。The computer device 500 may have a relatively large difference due to different configurations or performances, and may include one or more central processing units (CPUs) 501 (for example, one or more processors) and a memory 505, the memory One or more applications or data are stored in the 505.
其中,存储器505可以是易失性存储或持久存储。存储在存储器505的程序可以包括一个或一个以上模块,每个模块可以包括对服务器中的一系列指令操作。更进一步地,中央处理器501可以设置为与存储器505通信,在智能终端500上执行存储器505中的一系列指令操作。Among them, the memory 505 may be volatile storage or persistent storage. The program stored in the memory 505 may include one or more modules, and each module may include a series of instruction operations on the server. Furthermore, the central processor 501 may be configured to communicate with the memory 505 and execute a series of instruction operations in the memory 505 on the smart terminal 500.
该计算机装置500还可以包括一个或一个以上电源502,一个或一个以上有线或无线网络接口503,一个或一个以上输入输出接口504,和/或,一个或一个以上操作系统,例如Windows ServerTM,Mac OS XTM,UnixTM,LinuxTM,FreeBSDTM等等。The computer device 500 may also include one or more power supplies 502, one or more wired or wireless network interfaces 503, one or more input and output interfaces 504, and/or one or more operating systems, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
可以理解的是,在本申请的各种实施例中,上述各步骤的序号的大小 并不意味着执行顺序的先后,各步骤的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It can be understood that in various embodiments of the present application, the size of the sequence numbers of the above steps does not mean the order of execution, and the execution order of each step should be determined by its function and internal logic, and should not be dealt with in this application. The implementation process of the embodiments constitutes no limitation.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that for the convenience and conciseness of the description, the specific working process of the system, device and unit described above can refer to the corresponding process in the foregoing method embodiments, which will not be repeated here.
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed system, device, and method may be implemented in other ways. For example, the device embodiments described above are only schematic. For example, the division of the unit is only a logical function division, and there may be other divisions in actual implementation, for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not implemented. In addition, the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical, or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place or may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or software function unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以记录在一个计算机可读取记录介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品记录在一个记录介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的记录介质包括:U盘、移动硬盘、只读记录器(ROM,Read-Only Memory)、随机存取记录器(RAM,Random Access Memory)、磁碟或者光盘等各种可以记录程序代码的介质。If the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it may be recorded in a computer-readable recording medium. Based on such an understanding, the technical solution of the present application may be essentially or part of the contribution to the existing technology or all or part of the technical solution may be embodied in the form of a software product, and the computer software product is recorded in a recording medium , Including several instructions to enable a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. The aforementioned recording media include: U disk, mobile hard disk, read-only recorder (ROM, Read-Only Memory), random access recorder (RAM, Random Access Memory), magnetic disk or CD-ROM, etc. can record program code Medium.
以上所述,以上实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围。As mentioned above, the above embodiments are only used to illustrate the technical solutions of the present application, not to limit them; although the present application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that they can still The technical solutions described in the embodiments are modified, or some of the technical features are equivalently replaced; and these modifications or replacements do not deviate from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (10)

  1. 一种应用程序插件化的方法,其特征在于,包括:An application plug-in method, which is characterized by including:
    安装第一程序插件至主应用程序;Install the first program plug-in to the main application;
    通过所述第一程序插件从服务器获取待执行任务;Acquiring the task to be executed from the server through the first program plug-in;
    若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插件,利用所述第二程序插件完成所述待执行任务。If a second program plug-in capable of completing the task to be executed is already installed in the main application program, the second program plug-in is used to complete the task to be executed.
  2. 根据权利要求1所述的方法,其特征在于,所述安装第一程序插件与第二程序插件至主应用之前,所述方法还包括:The method according to claim 1, wherein before installing the first program plug-in and the second program plug-in to the main application, the method further comprises:
    在主应用内集成插件化框架,所述插件化框架用于安装所述第一程序插件和所述第二程序插件。A plug-in framework is integrated in the main application, and the plug-in framework is used to install the first program plugin and the second program plugin.
  3. 根据权利要求2所述的方法,其特征在于,所述通过所述第一程序插件从服务器获取任务之后,所述方法还包括:The method according to claim 2, wherein after the task is obtained from the server through the first program plug-in, the method further comprises:
    若所述主应用程序中未安装能够完成所述待执行任务的第二程序插件,则从服务器下载所述第二程序插件;If the second program plug-in capable of completing the task to be executed is not installed in the main application program, download the second program plug-in from the server;
    将所述第二程序插件安装至所述插件化框架。Install the second program plug-in to the plug-in framework.
  4. 根据权利要求3所述的方法,其特征在于,所述将所述第二程序插件安装至所述插件化框架包括:The method according to claim 3, wherein the installing the second program plug-in to the plug-in framework includes:
    对接收到的第二程序插件的插件安装包进行完整性校验,如果完整则判断所述第二程序插件是否与所述插件化框架匹配,若匹配,则将所述第二程序插件安装至所述插件化框架。Perform an integrity check on the received plug-in installation package of the second program plug-in. If it is complete, determine whether the second program plug-in matches the plug-in framework. If it matches, install the second program plug-in to The plug-in framework.
  5. 根据权利要求2所述的方法,其特征在于,所述利用第二程序插件完成所述待执行任务具体包括:The method according to claim 2, wherein the use of the second program plug-in to complete the task to be executed specifically comprises:
    利用所述第一程序插件或者所述主应用程序通过消息路由与所述第二程序插件建立通信连接,所述消息路由安装于所述插件化框架内;Use the first program plug-in or the main application to establish a communication connection with the second program plug-in through message routing, and the message routing is installed in the plug-in framework;
    将所述待执行任务发送给所述第二程序插件,以利用所述第二程序插件完成所述待执行任务。Sending the task to be executed to the second program plug-in to use the second program plug-in to complete the task to be executed.
  6. 根据权利要求1所述的方法,其特征在于,控制所述第二程序插件完成所述任务之后,所述方法还包括:The method according to claim 1, wherein after the second program plug-in is controlled to complete the task, the method further comprises:
    所述主应用按照预设方式对所述第一程序插件进行操作;The main application operates the first program plug-in in a preset manner;
    所述主应用按照预设方式对所述第一程序插件进行操作具体包括:The main application operating the first program plug-in in a preset manner specifically includes:
    若服务器下发对所述第一程序插件更新的任务,则主应用对所述第一程序插件进行更新;If the server issues the task of updating the first program plug-in, the main application updates the first program plug-in;
    所述主应用按照预设方式对所述第二程序插件进行操作;The main application operates the second program plug-in in a preset manner;
    所述主应用按照预设方式对所述第二程序插件进行操作具体包括:The main application operating the second program plug-in in a preset manner specifically includes:
    若所述第二程序插件已完成服务器下发的任务,则卸载所述第二程序插件;If the second program plug-in has completed the task issued by the server, uninstall the second program plug-in;
    或,or,
    若服务器下发对所述第二程序插件更新的任务,则主应用对所述第二程序插件进行更新。If the server issues the task of updating the second program plug-in, the main application updates the second program plug-in.
  7. 一种应用程序插件化的装置,其特征在于,所述装置包括存储器和处理器,所述存储器上存储有可在所述处理器上运行的应用程序插件化的程序,所述应用程序插件化的程序被所述处理器执行时实现如权利要求1-6任一项所述的方法。An application plug-in device, characterized in that the device includes a memory and a processor, and the memory stores an application program that can be run on the processor, and the application program is plug-in When the program is executed by the processor, the method according to any one of claims 1-6 is implemented.
  8. 根据权利要求7所述的装置,其特征在于,所述装置为组成CDN网络或者区块链网络的节点。The device according to claim 7, wherein the device is a node constituting a CDN network or a blockchain network.
  9. 一种应用程序插件化的系统,其特征在于,所述系统包括:An application plug-in system, characterized in that the system includes:
    安装单元,用于安装第一程序插件至主应用程序;An installation unit for installing the first program plug-in to the main application program;
    获取单元,用于通过所述第一程序插件从服务器获取待执行任务;An obtaining unit, configured to obtain the task to be executed from the server through the first program plug-in;
    控制单元,用于若所述主应用程序中已安装有能够完成所述待执行任务的第二程序插件,控制所述第二程序插件完成所述任务。The control unit is configured to control the second program plug-in to complete the task if a second program plug-in capable of completing the task to be executed has been installed in the main application program.
  10. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有应用程序插件化的程序,所述应用程序插件化的程序可被一个或者多个处理器执行,以实现如权利要求1至6中任一项所述的应用程序插件化的方法。A computer-readable storage medium, characterized in that an application-plugged program is stored on the computer-readable storage medium, and the application-plugged program can be executed by one or more processors to implement, for example, The method for plugging in an application program according to any one of claims 1 to 6.
PCT/CN2019/095344 2019-01-07 2019-07-10 Application program plug-in method and system, and related apparatus WO2020143199A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910012720.2 2019-01-07
CN201910012720.2A CN109725952B (en) 2019-01-07 2019-01-07 Method, system and related device for application program plug-in

Publications (1)

Publication Number Publication Date
WO2020143199A1 true WO2020143199A1 (en) 2020-07-16

Family

ID=66298139

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/095344 WO2020143199A1 (en) 2019-01-07 2019-07-10 Application program plug-in method and system, and related apparatus

Country Status (2)

Country Link
CN (1) CN109725952B (en)
WO (1) WO2020143199A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023274388A1 (en) * 2021-06-30 2023-01-05 展讯通信(天津)有限公司 Dynamic plugging method and system for application functional module

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109725952B (en) * 2019-01-07 2021-09-24 深圳市网心科技有限公司 Method, system and related device for application program plug-in
CN110221908B (en) * 2019-06-12 2021-11-23 中国科学院计算技术研究所 Process management method for embedded device and embedded device
CN110515673B (en) * 2019-07-24 2022-10-11 百度在线网络技术(北京)有限公司 Plug-in system and method thereof
CN111552524B (en) * 2020-05-06 2023-10-13 Oppo(重庆)智能科技有限公司 Plug-in loading method and device and computer readable storage medium
CN113448645A (en) * 2021-06-24 2021-09-28 树根互联股份有限公司 Service providing method and device, readable storage medium and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436148A (en) * 2007-11-14 2009-05-20 华为技术有限公司 Integrated client end and method for performing interaction of desktop application and network WEB application
US20140075431A1 (en) * 2012-09-07 2014-03-13 Oracle International Corporation System and method for service definition packages for use with a cloud computing environment
CN103927163A (en) * 2014-03-06 2014-07-16 中国人民解放军装甲兵工程学院 Plugin frame processing device and plugin system
CN108958842A (en) * 2018-07-12 2018-12-07 北京猫眼文化传媒有限公司 The business plug-in unit application method of application program and application program
CN109725952A (en) * 2019-01-07 2019-05-07 深圳市网心科技有限公司 A kind of method of application plug, system and relevant apparatus

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546722A (en) * 2010-12-27 2012-07-04 北京爱国者信息技术有限公司 Cloud service sharing and trading platform and system
CN102801812B (en) * 2012-08-24 2016-09-07 上海和辰信息技术有限公司 The System and method for of Novel cloud service assembly management under loose network environment
CN102915247B (en) * 2012-08-31 2015-08-19 杭州斯凯网络科技有限公司 APK plug-in unit management method
US9753714B1 (en) * 2013-03-12 2017-09-05 Ca, Inc. Software package management systems including multiple modules for supporting multiple software package types
CN103246533B (en) * 2013-04-11 2017-03-29 小米科技有限责任公司 A kind of method for adding plug-in unit in address list, device and equipment
CN103197950B (en) * 2013-04-19 2016-08-03 中国海洋大学 Plug-in virtual machine implementation method
CN104424423B (en) * 2013-08-28 2018-06-19 华为终端(东莞)有限公司 The permission of application program determines method and apparatus
CN104516750B (en) * 2013-09-29 2018-08-14 中国石油天然气股份有限公司 A kind of method and device for realizing plug-in unit and management in SCADA system
CN104536776B (en) * 2014-11-28 2018-11-23 百度在线网络技术(北京)有限公司 A kind of method and apparatus running plug-in application in the plug-in component operation environment of host end
CN106648559A (en) * 2015-10-28 2017-05-10 广东电网有限责任公司佛山供电局 Android application pluggable development system and method
CN107870787B (en) * 2016-09-26 2021-04-27 平安科技(深圳)有限公司 Application program plug-in loading method and system
CN106445601A (en) * 2016-09-29 2017-02-22 乐视控股(北京)有限公司 Device and method for plugin upgrading
CN107479867B (en) * 2017-06-12 2020-12-18 百度在线网络技术(北京)有限公司 Application software plug-in operation method and device
CN109144533B (en) * 2017-06-28 2021-05-04 北京嘀嘀无限科技发展有限公司 Method, system and computer device for updating and loading application program
CN107992308B (en) * 2017-11-22 2020-10-20 竞技世界(北京)网络技术有限公司 Plug-in management method for android terminal application program
CN108595221B (en) * 2018-04-26 2021-04-06 Oppo广东移动通信有限公司 Plug-in loading method, device, server and storage medium of PaaS platform
CN108984224A (en) * 2018-06-13 2018-12-11 中国平安人寿保险股份有限公司 A kind of plug-in management method, computer readable storage medium and terminal device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436148A (en) * 2007-11-14 2009-05-20 华为技术有限公司 Integrated client end and method for performing interaction of desktop application and network WEB application
US20140075431A1 (en) * 2012-09-07 2014-03-13 Oracle International Corporation System and method for service definition packages for use with a cloud computing environment
CN103927163A (en) * 2014-03-06 2014-07-16 中国人民解放军装甲兵工程学院 Plugin frame processing device and plugin system
CN108958842A (en) * 2018-07-12 2018-12-07 北京猫眼文化传媒有限公司 The business plug-in unit application method of application program and application program
CN109725952A (en) * 2019-01-07 2019-05-07 深圳市网心科技有限公司 A kind of method of application plug, system and relevant apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023274388A1 (en) * 2021-06-30 2023-01-05 展讯通信(天津)有限公司 Dynamic plugging method and system for application functional module

Also Published As

Publication number Publication date
CN109725952A (en) 2019-05-07
CN109725952B (en) 2021-09-24

Similar Documents

Publication Publication Date Title
WO2020143199A1 (en) Application program plug-in method and system, and related apparatus
WO2017088388A1 (en) Method and system for upgrading sdk of application
CN106537338B (en) Self-expanding clouds
CN102232304B (en) Method, system and terminal for system update between mobile communication terminals
CN108572833B (en) Automatic application updates
JP4286798B2 (en) Method for installing driver file on hard drive, computer and computer-readable storage medium
TW201828220A (en) Service processing method and apparatus
US20150220326A1 (en) Mobile Terminal and Software Upgrade Method Thereof
WO2016015558A1 (en) Method and apparatus for applying for license
US20160261693A1 (en) Cloud-based data backup and operation method and system
JP2011175662A (en) System for automatically processing component on device
CN106911729A (en) A kind of operating system remote installation method suitable for domestic processor
CN110543327B (en) Service component multiplexing method, device, computer equipment and storage medium
CN105302563A (en) Plug-in method and system for mobile application service
CN104113430A (en) Cloud computing data center automatic deployment software framework design
WO2024077885A1 (en) Management method, apparatus and device for container cluster, and non-volatile readable storage medium
CN116848528A (en) Techniques for automatically configuring minimum cloud service access rights for container applications
WO2023093197A1 (en) Application management method and related system
CN108737499A (en) server configuration method and device
CN111752577B (en) Upgrading method and equipment for system version
JP7257554B2 (en) Model file distribution method, platform, system, terminal and readable storage medium
CN113821220A (en) Installation method and device of linux operating system
US8683460B2 (en) Grandfathering configurations in a distributed environment
US10631177B1 (en) Mobile phone chipset parameter adaptation framework
CN113923130B (en) Multi-tenant open interface resource configuration method, device and terminal

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: 19908235

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 03.11.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19908235

Country of ref document: EP

Kind code of ref document: A1