CN106484500A - A kind of application operation method and device - Google Patents

A kind of application operation method and device Download PDF

Info

Publication number
CN106484500A
CN106484500A CN201510532004.9A CN201510532004A CN106484500A CN 106484500 A CN106484500 A CN 106484500A CN 201510532004 A CN201510532004 A CN 201510532004A CN 106484500 A CN106484500 A CN 106484500A
Authority
CN
China
Prior art keywords
instance
slave
instance process
master
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510532004.9A
Other languages
Chinese (zh)
Inventor
程力行
周鸿祎
祝芳浩
马怡伟
朱翼鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Anyun Century Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201510532004.9A priority Critical patent/CN106484500A/en
Publication of CN106484500A publication Critical patent/CN106484500A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

A kind of application operation method and device is embodiments provided, described method includes:The case process of configuration application program, wherein, the case process includes that master instance process and at least one, from case process, uniquely represents a case process using instance identification;Distinguish according to the instance identification and call master instance process or from the corresponding application program of case process;Process message is processed by the master instance process called or from case process.Multiple case process can be configured for an application program, so as in a mobile device for same application while running multiple, so as to accurately determine the case process for processing message, user can log in multiple accounts simultaneously in a mobile device, time-consuming.

Description

一种应用运行方法和装置An application running method and device

技术领域technical field

本发明涉及移动终端技术领域,特别是涉及一种应用运行方法和一种应用运行装置。The present invention relates to the technical field of mobile terminals, in particular to an application running method and an application running device.

背景技术Background technique

Android(安卓)是一种基于Linux的自由及开放源代码的操作系统,主要应用于移动设备,如智能手机和平板电脑等。Android (Android) is a free and open-source operating system based on Linux, which is mainly used in mobile devices, such as smart phones and tablet computers.

在采用Android系统的设备中,用户可以在Android系统中安装各种不同的应用程序,但是,用户在Android系统的设备中使用应用程序时,应用程序只能启动一个。例如QQ、微信、微博等社交、即时通讯应用只能启动一个应用程序,若用户有多个微信账号,则由于不能同时启动多个微信,因此只能登录一个微信账号,若要登录其他账号就需要在微信中退出当前账号,再登录其他账号,操作繁琐,影响效率。In the device using the Android system, the user can install various application programs in the Android system, but when the user uses the application program in the device using the Android system, only one application program can be started. For example, social and instant messaging applications such as QQ, WeChat, and Weibo can only start one application program. If the user has multiple WeChat accounts, since multiple WeChat accounts cannot be activated at the same time, only one WeChat account can be logged in. If you want to log in to other accounts It is necessary to log out of the current account in WeChat, and then log in to other accounts, which is cumbersome and affects efficiency.

发明内容Contents of the invention

鉴于上述问题,提出了本发明以便提供一种克服上述问题或者至少部分地解决上述问题的应用运行方法和相应的应用运行装置。In view of the above problems, the present invention is proposed to provide an application running method and a corresponding application running device that overcome the above problems or at least partially solve the above problems.

依据本发明的一个方面,提供了一种应用运行方法,包括:配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。According to one aspect of the present invention, an application running method is provided, including: configuring an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and an instance process is uniquely represented by an instance identifier; According to the instance identifier, the application program corresponding to the calling master instance process or the slave instance process is distinguished; the process message is processed through the called master instance process or the slave instance process.

可选的,所述配置应用程序的实例进程,包括:为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。Optionally, the configuration of the instance process of the application program includes: registering a master instance process for the application process, configuring the instance identifier of the master instance process; registering at least one slave instance process for the master instance process, configuring each The instance ID of the slave instance process.

可选的,还包括:为所述主实例进程配置数据存储地址的主存储目录;在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。Optionally, it also includes: configuring a main storage directory for the master instance process with a data storage address; configuring a sub-storage directory for each slave instance process's data storage address under the main storage directory.

可选的,依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:从进程消息中获取实例标识;确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。Optionally, distinguishing the application corresponding to calling the master instance process or the slave instance process according to the instance identifier includes: obtaining the instance identifier from the process message; determining the master instance process or the slave instance process corresponding to the instance identifier, calling the The application program corresponding to the master instance process or the slave instance process.

可选的,所述操作系统为Android系统;则依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;加载主实例进程或从实例进程所需的类函数,运行所述应用程序。Optionally, the operating system is an Android system; then, according to the instance identifier, the application program corresponding to the calling master instance process or the slave instance process is distinguished, including: the Zygote process calls a local function to create a process, and the instance identifier is configured for the process to determine Create a master instance process or a slave instance process; load the class functions required by the master instance process or the slave instance process, and run the application program.

可选的,通过调用的主实例进程或从实例进程对进程消息进行处理,包括:将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。Optionally, processing the process message through the invoked master instance process or the slave instance process includes: sending the process message to the invoked master instance process or the slave instance process, using the invoked master instance process or the slave instance process A process processes the process message.

可选的,还包括:将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。Optionally, it also includes: storing the application information of the application program corresponding to the master instance process in the main storage directory; or storing the application information of the application program corresponding to the slave instance process in a sub-storage directory to Enforce storage isolation.

可选的,还包括:为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;在用户界面中显示各应用描述信息。Optionally, the method further includes: separately configuring application description information for the master instance process and each slave instance process, wherein the application description information includes an application icon and an application name; and displaying each application description information in a user interface.

可选的,还包括:为主实例进程和从实例进程对应应用程序分别配置账号信息。Optionally, it also includes: respectively configuring account information for the corresponding applications of the master instance process and the slave instance process.

可选的,还包括:将至少一个从实例进程对应应用程序的账号信息配置为私密账号。Optionally, it also includes: configuring the account information of at least one slave instance process corresponding to the application program as a private account.

可选的,还包括:同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。Optionally, the method further includes: running at least two instance processes of the same application at the same time, wherein the instance processes include at least one slave instance process.

可选的,还包括:在同一应用程序同时运行的两个实例进程之间传输进程消息。Optionally, it also includes: transferring process messages between two instance processes of the same application program running simultaneously.

可选的,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。Optionally, the type of the application program includes at least one of the following: an instant messaging application and a social networking application.

根据本发明实施例的另一个方面,提供了一种应用运行装置,包括:实例控制模块,用于配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;协同控制模块,用于依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。According to another aspect of the embodiments of the present invention, there is provided an application running device, including: an instance control module configured to configure an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, The instance identifier is used to uniquely represent an instance process; the cooperative control module is used to distinguish the application program corresponding to the calling master instance process or the slave instance process according to the instance identifier; process the process message through the calling master instance process or the slave instance process.

可选的,所述实例控制模块,包括:第一配置子模块,用于为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;第二配置子模块,用于为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。Optionally, the instance control module includes: a first configuration submodule, configured to register a master instance process for the application process, and configure an instance identifier of the master instance process; a second configuration submodule, configured to register a master instance process for the application process; The master instance process registers at least one slave instance process, and configures the instance ID of each slave instance process.

可选的,还包括:存储控制模块,用于为所述主实例进程配置数据存储地址的主存储目录;在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。Optionally, it also includes: a storage control module, configured to configure the main storage directory of the data storage address for the master instance process; configure the sub-storage directory of the data storage address of each slave instance process under the main storage directory .

可选的,所述协同控制模块,包括:获取子模块,用于从进程消息中获取实例标识;调用子模块,用于确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。Optionally, the cooperative control module includes: an obtaining submodule, configured to obtain an instance ID from a process message; a calling submodule, configured to determine a master instance process or a slave instance process corresponding to the instance ID, and call the The application corresponding to the master instance process or the slave instance process.

可选的,所述操作系统为Android系统;所述协同控制模块,包括:创建子模块,用于Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;运行子模块,用于加载主实例进程或从实例进程所需的类函数,运行所述应用程序。Optionally, the operating system is an Android system; the cooperative control module includes: creating a submodule for the Zygote process to call a local function to create a process, configuring an instance identifier for the process to determine the creation of a master instance process or a slave instance process ; Run the submodule, which is used to load the class functions required by the master instance process or the slave instance process, and run the application program.

可选的,所述协同控制模块,包括:消息处理子模块,用于将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。Optionally, the cooperative control module includes: a message processing submodule, configured to send the process message to the called master instance process or the slave instance process, and use the called master instance process or the slave instance process to process the process messages.

可选的,所述存储控制模块,还用于将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。Optionally, the storage control module is further configured to store the application information of the application program corresponding to the master instance process in the main storage directory; or store the application information of the application program corresponding to the slave instance process in the sub-storage directory to perform storage isolation.

可选的,实例控制模块,还用于为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;在用户界面中显示各应用描述信息。Optionally, the instance control module is further configured to separately configure application description information for the master instance process and each slave instance process, wherein the application description information includes an application icon and an application name; each application is displayed in the user interface Description.

可选的,所述协同控制模块,还用于为主实例进程和从实例进程对应应用程序分别配置账号信息。Optionally, the cooperative control module is further configured to respectively configure account information for the corresponding applications of the master instance process and the slave instance process.

可选的,所述协同控制模块,还用于将至少一个从实例进程对应应用程序的账号信息配置为私密账号。Optionally, the cooperative control module is further configured to configure account information corresponding to at least one slave instance process as a private account.

可选的,所述协同控制模块,还用于同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。Optionally, the cooperative control module is further configured to simultaneously run at least two instance processes of the same application program, wherein the instance processes include at least one slave instance process.

可选的,所述协同控制模块,还用于在同一应用程序同时运行的两个实例进程之间传输进程消息。Optionally, the cooperative control module is further configured to transmit process messages between two instance processes of the same application running concurrently.

可选的,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。Optionally, the type of the application program includes at least one of the following: an instant messaging application and a social networking application.

配置应用程序的主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程,从而能够为一个应用程序配置多个实例进程,从而在移动设备中对于同一应用程序同时运行多个,可以采用实例标识区分调用主实例进程或从实例进程对应的应用程序,通过调用的主实例进程或从实例进程对进程消息进行处理,从而能够准确的确定处理消息的实例进程,用户可以同时在移动设备中登录多个账户,节省时间。Configure the master instance process and at least one slave instance process of the application, and use the instance ID to uniquely represent an instance process, so that multiple instance processes can be configured for an application, so that multiple instances of the same application can be run simultaneously on the mobile device. The instance ID is used to distinguish the application program corresponding to the calling master instance process or the slave instance process, and the process message is processed through the calling master instance process or the slave instance process, so that the instance process that processes the message can be accurately determined, and the user can simultaneously view the message on the mobile device Log in to multiple accounts in , saving time.

上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。The above description is only an overview of the technical solution of the present invention. In order to better understand the technical means of the present invention, it can be implemented according to the contents of the description, and in order to make the above and other purposes, features and advantages of the present invention more obvious and understandable , the specific embodiments of the present invention are enumerated below.

附图说明Description of drawings

通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiment. The drawings are only for the purpose of illustrating a preferred embodiment and are not to be considered as limiting the invention. Also throughout the drawings, the same reference numerals are used to designate the same components. In the attached picture:

图1示出了根据本发明一个实施例的一种应用运行方法实施例的步骤流程图;Fig. 1 shows a flow chart of the steps of an embodiment of an application running method according to an embodiment of the present invention;

图2示出了根据本发明另一个实施例的一种应用运行方法实施例的步骤流程图;Fig. 2 shows a flow chart of steps of an embodiment of an application running method embodiment according to another embodiment of the present invention;

图3示出了根据本发明实施例的应用显示示意图;Fig. 3 shows a schematic diagram of application display according to an embodiment of the present invention;

图4示出了根据本发明一个实施例的一种应用运行装置实施例的结构框图;Fig. 4 shows a structural block diagram of an embodiment of an application running device according to an embodiment of the present invention;

图5示出了根据本发明另一个实施例的一种应用运行装置实施例的结构框图。Fig. 5 shows a structural block diagram of an embodiment of an application running device according to another embodiment of the present invention.

具体实施方式detailed description

下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. Although exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited by the embodiments set forth herein. Rather, these embodiments are provided for more thorough understanding of the present disclosure and to fully convey the scope of the present disclosure to those skilled in the art.

实施例一Embodiment one

参照图1,示出了根据本发明一个实施例的一种应用运行方法实施例的步骤流程图,具体可以包括如下步骤:Referring to FIG. 1 , it shows a flow chart of the steps of an embodiment of an application running method according to an embodiment of the present invention, which may specifically include the following steps:

步骤102,配置应用程序的实例进程。Step 102, configure the instance process of the application program.

本发明实施例应用于移动设备,本实施例所适用的移动设备的操作系统包括ios、Android以及Windows Phone等。在移动设备的操作系统中,同一个应用程序(Application,APP)通常仅允许运行一个。而QQ、微信、微博等社交、即时通讯应用,一个用户通常可以注册多个账号,在系统中仅能启动一个应用程序就会导致用户在移动设备中无法同时使用对个账号,使用非常的不方便。The embodiments of the present invention are applied to mobile devices, and the operating systems of the mobile devices to which this embodiment is applicable include ios, Android, and Windows Phone. In an operating system of a mobile device, usually only one application program (Application, APP) is allowed to run. For social and instant messaging applications such as QQ, WeChat, and Weibo, a user can usually register multiple accounts, and only one application can be started in the system, which will cause the user to be unable to use the same account on the mobile device at the same time, which is very difficult to use. inconvenient.

本发明实施例中在操作系统内为应用程序配置实例进程时,可以为每个应用程序配置多个实例进程,其中,实例进程包括主实例进程和至少一个从实例进程,即不但可以在为应用程序配置主实例进程,还可以配置至少一个从实例进程。从通过运行主实例进程和从实例进程在系统中对同一应用程序同时运行多个进程。其中,通过实例标识唯一表示一个实例进程,因此主实例进程和每个从实例进程均具有唯一的实例标识(identity,ID)。In the embodiment of the present invention, when configuring instance processes for application programs in the operating system, multiple instance processes can be configured for each application program, wherein the instance processes include a master instance process and at least one slave instance process, that is, not only The program configures the master instance process, and can also configure at least one slave instance process. Slave runs multiple processes for the same application in the system simultaneously by running the master instance process and the slave instance process. Wherein, an instance process is uniquely represented by an instance identifier, so the master instance process and each slave instance process have a unique instance identifier (identity, ID).

步骤104,依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序。Step 104, according to the instance identifier, distinguish the application corresponding to the calling master instance process or the slave instance process.

在操作系统中启动或传送消息给运行的实例进程时,可以通过实例标识对实例进程进行区分,确定调用主实例进程对应的应用程序,或调用从实例进程对应的应用程序。实现不同实例进程间的协同处理,即基于实例ID区分不同的进程实例。When starting or sending a message to a running instance process in the operating system, the instance process can be distinguished by the instance identifier to determine the application program corresponding to the master instance process or the application program corresponding to the slave instance process. Realize the collaborative processing between different instance processes, that is, distinguish different process instances based on the instance ID.

步骤106,通过调用的主实例进程或从实例进程对进程消息进行处理。Step 106, process the process message through the calling master instance process or the slave instance process.

在接收到进程消息之后,可以获取进程消息的实例标识,从而将进程消息传输给相应的主实例进程或从实例进程,采用该主实例进程或从实例进程对进程消息进程处理。其中,实例进程对进程消息的处理操作可以依据实际的消息确定,本发明实施例对此不作限定。After receiving the process message, the instance identifier of the process message can be obtained, so as to transmit the process message to the corresponding master instance process or slave instance process, and use the master instance process or slave instance process to process the process message process. Wherein, the processing operation of the process message by the instance process may be determined according to the actual message, which is not limited in this embodiment of the present invention.

综上所述,配置应用程序的主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程,从而能够为一个应用程序配置多个实例进程,从而在移动设备中对于同一应用程序同时运行多个,可以采用实例标识区分调用主实例进程或从实例进程对应的应用程序,通过调用的主实例进程或从实例进程对进程消息进行处理,从而能够准确的确定处理消息的实例进程,用户可以同时在移动设备中登录多个账户,节省时间。To sum up, configure the master instance process and at least one slave instance process of the application, and use the instance ID to uniquely represent an instance process, so that multiple instance processes can be configured for an application, so that the same application can be used simultaneously on the mobile device To run multiple instances, the instance ID can be used to distinguish the application program corresponding to the calling master instance process or the slave instance process, and the process message can be processed by calling the master instance process or the slave instance process, so that the instance process that processes the message can be accurately determined, and the user You can log in to multiple accounts on your mobile device at the same time, saving time.

实施例二Embodiment two

在上述实施例的基础上,本实施例详细论述在移动设备上对同一应用程序同时运行多个的实现步骤,其中,本实施例以Android系统为例进行论述。On the basis of the above embodiments, this embodiment discusses in detail the implementation steps of simultaneously running multiple applications on a mobile device, where the Android system is used as an example for discussion in this embodiment.

参照图2,示出了根据本发明另一个实施例的一种应用运行方法实施例的步骤流程图,具体可以包括如下步骤:Referring to FIG. 2 , it shows a flow chart of the steps of an embodiment of an application running method according to another embodiment of the present invention, which may specifically include the following steps:

步骤202,为应用进程注册一个主实例进程,配置所述主实例进程的实例标识。Step 202, register a master instance process for the application process, and configure an instance identifier of the master instance process.

步骤204,为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。Step 204, register at least one slave instance process for the master instance process, and configure an instance identifier of each slave instance process.

本发明实施例中,为了能够在移动设备中对一个应用程序同时运行多个进程,以实现多账户同时登录使用,可以为一个应用程序注册一个主实例进程,并且为该主实例进程注册至少一个从实例进程,从一个应用程序可以对应一个主实例进程和至少一个从实例进程,在注册的过程中为主实例进程和每个从实例进程分别配置实例ID,以后续对不同的实例进程进行区分。In the embodiment of the present invention, in order to be able to simultaneously run multiple processes for an application in a mobile device to realize simultaneous login and use of multiple accounts, one main instance process can be registered for an application program, and at least one From the instance process, an application can correspond to a master instance process and at least one slave instance process. During the registration process, the master instance process and each slave instance process are configured with instance IDs to distinguish different instance processes later. .

例如,为实例进程注册euid,作为进程的扩展标识即实例ID来支持多实例进程。同时还可以为实例进程配置其运行的软件包的列表,确定其能够运行的应用程序。For example, register the euid for the instance process, and use it as the extended identifier of the process, that is, the instance ID to support multi-instance processes. At the same time, it is also possible to configure the list of software packages it runs for the instance process to determine the applications it can run.

本发明实施例中,实例进程的进程注册进行中包括进程身份、进程名、软件包名等信息。本实施例采用ID标记法实现进程多实例即每个应用程序的多进程实例,因此通过实例ID来区分不同的实例进程。例如,主实例进程为id=0,一个从实例进程id=1,另一个从实例进程id=2等。In the embodiment of the present invention, the process registration of the instance process includes information such as process identity, process name, and software package name. In this embodiment, the ID notation method is used to realize process multi-instance, that is, multiple process instances of each application program, so different instance processes are distinguished by instance IDs. For example, the master instance process has id=0, one slave instance process id=1, another slave instance process id=2, and so on.

步骤206,为所述主实例进程配置数据存储地址的主存储目录。Step 206, configure the main storage directory of the data storage address for the main instance process.

步骤208,在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。Step 208, configuring sub-storage directories for data storage addresses of each slave instance process under the main storage directory.

为主实例进程和从实例进程分配存储空间,其中,为所述主实例进程配置数据存储地址,确定该数据存储地址所在的主存储目录,然后可以在该数据存储地址内为从用户实例分配数据存储地址,即在该主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录,从而主实例进程的数据和从实例进程的数据是隔离的。Allocate storage space for the master instance process and the slave instance process, wherein, configure the data storage address for the master instance process, determine the master storage directory where the data storage address is located, and then allocate data for the slave user instance in the data storage address The storage address is to configure a sub-storage directory for the data storage address of each slave instance process under the main storage directory, so that the data of the master instance process and the data of the slave instance processes are isolated.

其中,移动设备的存储空间包括设备空间和外置空间,外置空间由移动设备的外置存储卡提供,外置存储卡如SD(Secure Digital,安全数字)卡、miniSD、microSD或T-Flash(TransFLash)卡等,因此数据存储地址包括设备空间的数据存储地址和外置空间的数据存储地址。Wherein, the storage space of the mobile device includes device space and external space, and the external space is provided by the external storage card of the mobile device, such as SD (Secure Digital, secure digital) card, miniSD, microSD or T-Flash (TransFLash) card, etc., so the data storage address includes the data storage address of the device space and the data storage address of the external space.

例如,主实例进程在设备空间的主存储目录为:/data/data/XXXX/,外置空间的主存储目录为:/sdcard/Android/data/XXX/;相应的,从实例进程在设备空间的主存储目录下的子存储目录为:/data/data/XXXX/.1/,外置空间的主存储目录下的子存储目录为:/sdcard/Android/data/XXX/.1/。For example, the main storage directory of the master instance process in the device space is: /data/data/XXXX/, and the main storage directory of the external space is: /sdcard/Android/data/XXX/; correspondingly, the slave instance process is in the device space The sub-storage directory under the main storage directory is: /data/data/XXXX/.1/, and the sub-storage directory under the main storage directory of the external space is: /sdcard/Android/data/XXX/.1/.

步骤210,为所述主实例进程和每个从实例进程分别配置应用描述信息。Step 210, configuring application description information for the master instance process and each slave instance process respectively.

步骤212,在用户界面中显示各应用描述信息。Step 212, display the description information of each application in the user interface.

本发明实施例中,在移动设备中为应用程序配置多个实例进程,每个实例进程均可以运行该应用程序,从而支持社交、即时通讯类应用程序的多账户同时登录、使用,因此可以为主实例进程和每个从实例进程分别配置应用描述信息,所述应用描述信息包括应用图标和应用名称,然后在移动设备的用户界面,如应用程序界面、主界面等显示一个应用程序的多个应用图标。In the embodiment of the present invention, multiple instance processes are configured for the application program in the mobile device, and each instance process can run the application program, thereby supporting simultaneous login and use of multiple accounts of social networking and instant messaging applications, so it can be used for The master instance process and each slave instance process configure application description information respectively, and the application description information includes application icons and application names, and then multiple user interfaces of an application program are displayed on the user interface of the mobile device, such as the application program interface, the main interface, etc. App icon.

其中,为了便于用户区分应用所登录的账号信息,可以为一个应用程序的不同实例进程配置不同的应用描述信息,即在体现应用程序本身名称的基础上又能有所区别。例如可以将应用图标按照颜色进行区分,如微信的应用图标以绿色为主色,则主实例进程配置原始的应用图标,而从实例进程配置扩展的应用图标如对图标颜色进程扩展不同,如从实例进程1的应用图标以蓝色为主色,从实例进程2的应用图标以粉色为主色等。也可以从应用名称上进行区分,如主实例进程配置原始的应用名称,从实例进程配置扩展的应用名称,如主实例进程对应应用名称为微信,从实例进程对应应用名称为微信分身如图3所示,又如多个从实例进程时,对应应用名称为微信1、微信2、……微信n等。从而用户通过应用图标和应用名称就能够快速的区分该应用程序所登录的不同账号信息。Among them, in order to facilitate the user to distinguish the account information logged in by the application, different application description information can be configured for different instance processes of an application program, that is, the difference can be made on the basis of reflecting the name of the application program itself. For example, application icons can be distinguished by color. For example, the application icon of WeChat is mainly green, the main instance process configures the original application icon, and the application icon expanded from the instance process configuration is different from the icon color process. For example, from The application icon of instance process 1 uses blue as the main color, and the application icon of secondary instance process 2 uses pink as the main color, etc. It can also be distinguished from the application name. For example, the original application name is configured for the master instance process, and the extended application name is configured for the slave instance process. As shown, when there are multiple slave instance processes, the corresponding application names are Wechat 1, Wechat 2, ... Wechat n, etc. Therefore, the user can quickly distinguish the different account information registered by the application program through the application icon and the application name.

本发明实施例中,为主实例进程和从实例进程对应应用程序分别配置账号信息,即用户在采用主实例进程使用应用程序时可以登录一个账号信息,采用从实例进程使用应用程序时可以登录另一个账号信息,而在使用时依据应用图标和应用名称就可以直观的区分出各账号对应的应用程序。In the embodiment of the present invention, the corresponding application programs of the master instance process and the slave instance process are respectively configured with account information, that is, the user can log in one account information when using the master instance process to use the application program, and can log in to another account information when using the slave instance process to use the application program. One account information, and the application program corresponding to each account can be intuitively distinguished according to the application icon and application name during use.

本发明实施例中,能够同时运行同一应用程序至少两个实例进程,从而实现对多账号登录的支持,其中,所述实例进程至少包括一个从实例进程,即同时运行的两个实例进程可以都是从实例进程,也可以是一个主实例进程和一个从实例进程。In the embodiment of the present invention, at least two instance processes of the same application can be run at the same time, so as to realize the support for multi-account login, wherein, the instance process includes at least one slave instance process, that is, the two instance processes running simultaneously can be both It is a slave instance process, or a master instance process and a slave instance process.

实例进程在操作系统中包括创建和运行两种状态,通过不同的实例标识进行区分,则在创建实例进程时,依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;加载主实例进程或从实例进程所需的类函数,运行所述应用程序。在调用运行的实例进程时依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:从进程消息中获取实例标识;确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。The instance process includes two states of creation and running in the operating system, which are distinguished by different instance IDs. When the instance process is created, the application corresponding to the master instance process or the slave instance process is distinguished according to the instance ID, including: The Zygote process calls a local function to create a process, configures an instance identifier for the process to determine the creation of a master instance process or a slave instance process; loads the class functions required by the master instance process or the slave instance process, and runs the application program. When invoking a running instance process, distinguish the application program corresponding to the calling master instance process or the slave instance process according to the instance identifier, including: obtaining the instance identifier from the process message; determining the master instance process or the slave instance process corresponding to the instance identifier , calling the application program corresponding to the master instance process or the slave instance process.

步骤214,Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程。In step 214, the Zygote process calls a local function to create a process, and configures an instance identifier for the process to determine whether to create a master instance process or a slave instance process.

步骤216,加载主实例进程或从实例进程所需的类函数,运行所述应用程序。Step 216, load the class functions required by the master instance process or the slave instance process, and run the application program.

Zygote进程也可称为种子进程,是Android系统应用中一个相当重要的进程,他的主要功能就是执行Android应用程序,即大部分的应用程序进程都是由zygote进程来创建的,其中,Zygote进程能够建立运行的环境并启动虚拟机。Android系统中每一个应用程序每个都用一个自属的Dalvik虚拟机来运行,实际处理中,由Zygote进程启动虚拟机来运行应用程序的实例进程,即读取请求信息,该请求信息中包含创建新进程的参数选项,分析请求信息中的是字符串数据,包括应用程序的gid、uid等,如通过Zygote.forkAndSpecialize()方法接收分析的参数,调用Zygote类的本地方法forkAndSpecialize()。然后调用本地函数创建进程。如调用本地函数fork(),创建新进程,病根据新进程的传递选项设置gid、uid等。再加载主实例进程或从实例进程所需的类函数,即加载进程所需的类并调用类的main()方法,启动运行主实例进程或从实例进程的所述应用程序。The Zygote process can also be called a seed process. It is a very important process in Android system applications. Its main function is to execute Android applications, that is, most application processes are created by the zygote process. Among them, the Zygote process Ability to create a running environment and start a virtual machine. Each application in the Android system runs with its own Dalvik virtual machine. In actual processing, the virtual machine is started by the Zygote process to run the instance process of the application, that is, to read the request information, which includes Create parameter options for a new process, and analyze the request information as string data, including gid, uid, etc. of the application, such as receiving the analyzed parameters through the Zygote.forkAndSpecialize() method, and calling the local method forkAndSpecialize() of the Zygote class. Then call the native function to create the process. Such as calling the local function fork (), creating a new process, and setting gid, uid, etc. according to the delivery options of the new process. Then load the class function required by the master instance process or the slave instance process, that is, load the class required by the process and call the main () method of the class, start the described application program running the master instance process or the slave instance process.

步骤218,从进程消息中获取实例标识。Step 218, obtain the instance identifier from the process message.

步骤220,确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。Step 220, determine the master instance process or the slave instance process corresponding to the instance identifier, and call the application program corresponding to the master instance process or the slave instance process.

在实例进程启动前可以接收到进程消息,依据该进程消息确定实例标识后可以启动相应的主实例进程或从实例进程,然后对进程消息进程处理。在运行中也可以从进程消息中获取实例标识,确定所述实例标识对应的主实例进程或从实例进程,然后调用所述主实例进程或从实例进程对应的应用程序,通过实例ID确定一个进程消息所需传递的主实例进程或从实例进程。The process message can be received before the instance process is started, and the corresponding master instance process or slave instance process can be started after the instance ID is determined according to the process message, and then the process message process is processed. It is also possible to obtain the instance ID from the process message during operation, determine the master instance process or the slave instance process corresponding to the instance ID, and then call the application program corresponding to the master instance process or the slave instance process, and determine a process through the instance ID The master instance process or the slave instance process that the message needs to be delivered to.

步骤222,将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。Step 222: Send the progress message to the called master instance process or slave instance process, and use the called master instance process or slave instance process to process the progress message.

本实施例可以在系统中运行多的实例进程对应的应用程序,如对于一个应用程序采用主实例进程和从实例进程分别运行,因此也会接收到进程消息,如网络传输的微信消息,因此在启动运行相应的进程实例后,可以将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息,如解析进程消息获取消息内容然后提示用户,或者显示的移动设备中等。This embodiment can run many application programs corresponding to instance processes in the system. For example, for an application program, the master instance process and the slave instance process are used to run separately, so process messages will also be received, such as WeChat messages transmitted by the network, so in After starting and running the corresponding process instance, the process message can be sent to the called master instance process or the slave instance process, and the called master instance process or the slave instance process is used to process the process message, such as parsing the process message to obtain the message The content is then prompted to the user, or displayed to the mobile device, etc.

步骤224,将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;将所述从实例进程对应应用程序的应用信息存储到子存储目录下。Step 224, storing the application information of the application program corresponding to the master instance process in the main storage directory; storing the application information of the application program corresponding to the slave instance process in a sub storage directory.

主实例进程处理应用程序的相关消息后,会生成相应的应用信息,可以将应用信息存储到主存储目录下。从实例进程处理应用程序的相关消息后,也会生成相应的应用信息,可以将应用信息存储到该从实例进程对应的子存储目录下,从而不同实例进程的消息存储在不同的存储目录下,在实例进程需要调用应用信息可以从自身的存储目录对应数据存储地址中获取信息,使用非常方便。After the main instance process processes the relevant messages of the application program, it will generate corresponding application information, which can be stored in the main storage directory. After the slave instance process processes application-related messages, it will also generate corresponding application information, which can be stored in the sub-storage directory corresponding to the slave instance process, so that messages of different instance processes are stored in different storage directories. When the instance process needs to call the application information, the information can be obtained from the corresponding data storage address of its own storage directory, which is very convenient to use.

本发明实施例中,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。用户在使用即时通讯类应用、社交类应用时通常会注册多个账号,为了使多个账号能够同时登录,例如,对于很多人都有同时使用两个微信的需求,一个微信用于工作,在职场进行日常交流;另一个用于个人生活,属于比较私密的范畴。本实施例能够在移动设备中运行同一应用程序的多个实例进程,即同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。从而实现在一个移动设备如手机中同时运行两个微信的功能,这是在移动设备的操作系统内置的一项功能,两个微信可以同时接受发送消息,刷朋友圈,互不干扰。In the embodiment of the present invention, the types of the application programs include at least one of the following: instant messaging applications and social networking applications. Users usually register multiple accounts when using instant messaging applications and social applications. In order to enable multiple accounts to log in at the same time, for example, many people have the need to use two WeChats at the same time. One WeChat is used for work. One is used for daily communication in the workplace; the other is used for personal life, which belongs to the more private category. This embodiment can run multiple instance processes of the same application program in the mobile device, that is, run at least two instance processes of the same application program at the same time, wherein the instance process includes at least one slave instance process. In this way, the function of running two WeChats on a mobile device such as a mobile phone at the same time is realized. This is a function built into the operating system of the mobile device. The two WeChats can receive and send messages at the same time, and browse Moments without interfering with each other.

因此可以为主实例进程对应应用程序和每个从实例进程对应应用程序分别配置账号信息,即主实例进程对应应用程序登录一个账号,而各从实例进程对应应用程序分别登录相应的账号,实现多账号的同时登录和使用。Therefore, account information can be configured for the application program corresponding to the master instance process and the application program corresponding to each slave instance process. Simultaneous login and use of the account.

本发明一个优选实施例中,将至少一个从实例进程对应应用程序的账号信息配置为私密账号。即通过该账号登录用户个人账户,保存相应的私密信息,如将该私密账号对应实例进程的数据存储空间配置为加密空间,需要解密才能访问。In a preferred embodiment of the present invention, the account information of at least one slave instance process corresponding to the application program is configured as a private account. That is, log in to the user's personal account through this account and save the corresponding private information. If the data storage space of the instance process corresponding to the private account is configured as an encrypted space, it needs to be decrypted to access.

在移动设备中一个应用程序的多个实例进程同时运行,即不同账号的同时登录和使用,因此在同一应用程序同时运行的两个实例进程之间传输进程消息,所述实例进程至少包括一个从实例进程,即同时运行的两个实例进程可以都是从实例进程,也可以是一个主实例进程和一个从实例进程,从而用户可以在自己的多个账号之间互相发送消息。可见,本发明实施例中两个进程实例是在一个文件系统中,不同进程实例之间能够互访。Multiple instance processes of an application program run simultaneously in a mobile device, that is, different accounts are logged in and used at the same time, so process messages are transmitted between two instance processes of the same application program running at the same time, and the instance process includes at least one slave Instance process, that is, the two instance processes running at the same time can be both slave instance processes, or a master instance process and a slave instance process, so that users can send messages to each other between their multiple accounts. It can be seen that in the embodiment of the present invention, two process instances are in one file system, and different process instances can access each other.

对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明实施例并不受所描述的动作顺序的限制,因为依据本发明实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本发明实施例所必须的。For the method embodiment, for the sake of simple description, it is expressed as a series of action combinations, but those skilled in the art should know that the embodiment of the present invention is not limited by the described action order, because according to the embodiment of the present invention , certain steps may be performed in other order or simultaneously. Secondly, those skilled in the art should also know that the embodiments described in the specification belong to preferred embodiments, and the actions involved are not necessarily required by the embodiments of the present invention.

实施例三Embodiment three

在上述实施例的基础上,本实施例还公开了一种应用运行装置。On the basis of the above embodiments, this embodiment also discloses an application running device.

参照图4,示出了根据本发明一个实施例的一种应用运行装置实施例的结构框图,具体可以包括如下模块:Referring to FIG. 4 , it shows a structural block diagram of an embodiment of an application running device according to an embodiment of the present invention, which may specifically include the following modules:

实例控制模块402,用于配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程。The instance control module 402 is configured to configure an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and an instance identifier is used to uniquely represent an instance process.

协同控制模块404,用于依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。The cooperative control module 404 is configured to distinguish the application corresponding to the calling master instance process or the slave instance process according to the instance identifier; process the process message through the called master instance process or the slave instance process.

综上,配置应用程序的主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程,从而能够为一个应用程序配置多个实例进程,从而在移动设备中对于同一应用程序同时运行多个,可以采用实例标识区分调用主实例进程或从实例进程对应的应用程序,通过调用的主实例进程或从实例进程对进程消息进行处理,从而能够准确的确定处理消息的实例进程,用户可以同时在移动设备中登录多个账户,节省时间。To sum up, configure the master instance process and at least one slave instance process of the application, and use the instance ID to uniquely represent an instance process, so that multiple instance processes can be configured for an application, so that multiple instances of the same application can be run simultaneously on the mobile device. One, the instance ID can be used to distinguish the application program corresponding to the calling master instance process or the slave instance process, and the process message can be processed through the called master instance process or the slave instance process, so that the instance process that processes the message can be accurately determined, and the user can simultaneously Save time by logging into multiple accounts on your mobile device.

参照图5,示出了根据本发明另一个实施例的一种应用运行装置实施例的结构框图,具体可以包括如下模块:Referring to FIG. 5 , it shows a structural block diagram of an embodiment of an application running device according to another embodiment of the present invention, which may specifically include the following modules:

实例控制模块502,用于配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程。The instance control module 502 is configured to configure an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and an instance identifier is used to uniquely represent an instance process.

存储控制模块506,用于为所述主实例进程配置数据存储地址的主存储目录;在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。The storage control module 506 is configured to configure a main storage directory of the data storage address for the master instance process; and configure a sub-storage directory of the data storage address of each slave instance process under the main storage directory.

协同控制模块504,用于依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。The cooperative control module 504 is configured to distinguish the application corresponding to the calling master instance process or the slave instance process according to the instance identifier; process the process message through the calling master instance process or the slave instance process.

所述实例控制模块502,包括:第一配置子模块50202,用于为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;第二配置子模块50204,用于为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。The instance control module 502 includes: a first configuration submodule 50202, configured to register a master instance process for an application process, and configure an instance identifier of the master instance process; a second configuration submodule 50204, used to register a master instance process for the application process; The instance process registers at least one slave instance process, and configures the instance ID of each slave instance process.

本发明一个可选实施例中,所述协同控制模块504,包括:获取子模块50402,用于从进程消息中获取实例标识;调用子模块50404,用于确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。In an optional embodiment of the present invention, the cooperative control module 504 includes: an acquisition submodule 50402, configured to obtain an instance identifier from a process message; and a call submodule 50404, configured to determine the main instance process corresponding to the instance identifier Or the slave instance process, calling the application program corresponding to the master instance process or the slave instance process.

本发明另一个可选实施例中,所述操作系统为Android系统;所述协同控制模块504,包括:创建子模块50406,用于Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;运行子模块50408,用于加载主实例进程或从实例进程所需的类函数,运行所述应用程序。In another optional embodiment of the present invention, the operating system is an Android system; the cooperative control module 504 includes: creating a submodule 50406, which is used for the Zygote process to call a local function to create a process, and to configure an instance identifier for the process to determine Create the master instance process or the slave instance process; run the submodule 50408, which is used to load the class functions required by the master instance process or the slave instance process, and run the application program.

所述协同控制模块504,还包括:消息处理子模块50410,用于将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。The cooperative control module 504 also includes: a message processing sub-module 50410, configured to send the process message to the calling master instance process or the slave instance process, and use the called master instance process or the slave instance process to process the Process messages.

所述存储控制模块506,还用于将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。The storage control module 506 is further configured to store the application information of the application program corresponding to the master instance process in the main storage directory; or store the application information of the application program corresponding to the slave instance process in a sub storage directory Next, to perform storage isolation.

实例控制模块502,还用于为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;在用户界面中显示各应用描述信息。The instance control module 502 is further configured to respectively configure application description information for the master instance process and each slave instance process, wherein the application description information includes an application icon and an application name; and display each application description information in a user interface.

所述协同控制模块,还用于为主实例进程和从实例进程对应应用程序分别配置账号信息。The cooperative control module is further configured to respectively configure account information for the corresponding application programs of the master instance process and the slave instance process.

所述协同控制模块,还用于将至少一个从实例进程对应应用程序的账号信息配置为私密账号。The cooperative control module is further configured to configure the account information corresponding to the application program of at least one slave instance process as a private account.

所述协同控制模块,还用于同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。The cooperative control module is further configured to simultaneously run at least two instance processes of the same application program, wherein the instance processes include at least one slave instance process.

所述协同控制模块,还用于在同一应用程序同时运行的两个实例进程之间传输进程消息。The cooperative control module is also used for transmitting process messages between two instance processes of the same application running simultaneously.

本发明实施例中,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。In the embodiment of the present invention, the types of the application programs include at least one of the following: instant messaging applications and social networking applications.

在移动设备中一个应用程序的多个实例进程同时运行,即不同账号的同时登录和使用,因此在同一应用程序同时运行的两个实例进程之间传输进程消息,所述实例进程至少包括一个从实例进程,即同时运行的两个实例进程可以都是从实例进程,也可以是一个主实例进程和一个从实例进程,从而用户可以在自己的多个账号之间互相发送消息。可见,本发明实施例中两个进程实例是在一个文件系统中,不同进程实例之间能够互访。Multiple instance processes of an application program run simultaneously in a mobile device, that is, different accounts are logged in and used at the same time, so process messages are transmitted between two instance processes of the same application program running at the same time, and the instance process includes at least one slave Instance process, that is, the two instance processes running at the same time can be both slave instance processes, or a master instance process and a slave instance process, so that users can send messages to each other between their multiple accounts. It can be seen that in the embodiment of the present invention, two process instances are in one file system, and different process instances can access each other.

对于装置实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。As for the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and for related parts, please refer to the part of the description of the method embodiment.

在此提供的算法和显示不与任何特定计算机、虚拟系统或者其它设备固有相关。各种通用系统也可以与基于在此的示教一起使用。根据上面的描述,构造这类系统所要求的结构是显而易见的。此外,本发明也不针对任何特定编程语言。应当明白,可以利用各种编程语言实现在此描述的本发明的内容,并且上面对特定语言所做的描述是为了披露本发明的最佳实施方式。The algorithms and displays presented herein are not inherently related to any particular computer, virtual system, or other device. Various generic systems can also be used with the teachings based on this. The structure required to construct such a system is apparent from the above description. Furthermore, the present invention is not specific to any particular programming language. It should be understood that various programming languages can be used to implement the content of the present invention described herein, and the above description of specific languages is for disclosing the best mode of the present invention.

在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure the understanding of this description.

类似地,应当理解,为了精简本公开并帮助理解各个发明方面中的一个或多个,在上面对本发明的示例性实施例的描述中,本发明的各个特征有时被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该公开的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如下面的权利要求书所反映的那样,发明方面在于少于前面公开的单个实施例的所有特征。因此,遵循具体实施方式的权利要求书由此明确地并入该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, in order to streamline this disclosure and to facilitate an understanding of one or more of the various inventive aspects, various features of the invention are sometimes grouped together in a single embodiment, figure, or its description. This method of disclosure, however, is not to be interpreted as reflecting an intention that the claimed invention requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the Detailed Description are hereby expressly incorporated into this Detailed Description, with each claim standing on its own as a separate embodiment of this invention.

本领域那些技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。Those skilled in the art can understand that the modules in the device in the embodiment can be adaptively changed and arranged in one or more devices different from the embodiment. Modules or units or components in the embodiments may be combined into one module or unit or component, and furthermore may be divided into a plurality of sub-modules or sub-units or sub-assemblies. All features disclosed in this specification (including accompanying claims, abstract and drawings) and any method or method so disclosed may be used in any combination, except that at least some of such features and/or processes or units are mutually exclusive. All processes or units of equipment are combined. Each feature disclosed in this specification (including accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.

此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在下面的权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。Furthermore, those skilled in the art will understand that although some embodiments described herein include some features included in other embodiments but not others, combinations of features from different embodiments are meant to be within the scope of the invention. and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.

本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的应用运行方法和装置设备中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art should understand that a microprocessor or a digital signal processor (DSP) may be used in practice to implement some or all functions of some or all components in the application running method and device according to the embodiments of the present invention. The present invention can also be implemented as an apparatus or an apparatus program (for example, a computer program and a computer program product) for performing a part or all of the methods described herein. Such a program for realizing the present invention may be stored on a computer-readable medium, or may be in the form of one or more signals. Such a signal may be downloaded from an Internet site, or provided on a carrier signal, or provided in any other form.

应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention can be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In a unit claim enumerating several means, several of these means can be embodied by one and the same item of hardware. The use of the words first, second, and third, etc. does not indicate any order. These words can be interpreted as names.

本发明公开了A1、一种应用运行方法,包括:配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。The present invention discloses A1. A method for running an application, including: configuring an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and uses an instance identifier to uniquely represent an instance process; according to the The instance identifier distinguishes the application corresponding to the calling master instance process or the slave instance process; the process message is processed through the called master instance process or the slave instance process.

A2、如A1所述的方法,所述配置应用程序的实例进程,包括:为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。A2. The method as described in A1, the configuration of the instance process of the application program includes: registering a master instance process for the application process, configuring the instance identifier of the master instance process; registering at least one slave instance for the master instance process Process, configure the instance ID of each slave instance process.

A3、如A2所述的方法,其特征在于,还包括:为所述主实例进程配置数据存储地址的主存储目录;在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。A3, the method as described in A2, is characterized in that, also comprises: the master storage directory of the data storage address configuration for the master instance process; Configure the data storage address of each from the instance process respectively under the master storage directory Substorage directory.

A4、如A1所述的方法,依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:从进程消息中获取实例标识;确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。A4. The method as described in A1, distinguishing the application corresponding to calling the master instance process or the slave instance process according to the instance identifier, including: obtaining the instance identifier from the process message; determining the master instance process or the slave instance process corresponding to the instance identifier The instance process calls the application program corresponding to the master instance process or the slave instance process.

A5、如A1所述的方法,所述操作系统为Android系统;则依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;加载主实例进程或从实例进程所需的类函数,运行所述应用程序。A5, the method as described in A1, the operating system is an Android system; then according to the instance identification to distinguish calling the main instance process or the corresponding application program from the instance process, including: the Zygote process calls the local function to create a process for the described The process configuration instance identification determines the creation of the master instance process or the slave instance process; loads the class functions required by the master instance process or the slave instance process, and runs the application program.

A6、如A3所述的方法,通过调用的主实例进程或从实例进程对进程消息进行处理,包括:将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。A6, the method as described in A3, process the process message through the called master instance process or the slave instance process, including: sending the process message to the called master instance process or the slave instance process, using the called master instance process The process message is processed by or from an instance process.

A7、如A3所述的方法,还包括:将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。A7. The method as described in A3, further comprising: storing the application information of the application program corresponding to the master instance process in the main storage directory; or storing the application information of the application program corresponding to the slave instance process in the sub Storage directory to perform storage isolation.

A8、如A1所述的方法,还包括:为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;在用户界面中显示各应用描述信息。A8. The method as described in A1, further comprising: respectively configuring application description information for the master instance process and each slave instance process, wherein the application description information includes application icons and application names; App description information.

A9、如A1所述的方法,还包括:为主实例进程和从实例进程对应应用程序分别配置账号信息。A9. The method described in A1 further includes: respectively configuring account information for the application programs corresponding to the master instance process and the slave instance process.

A10、如A9所述的方法,还包括:将至少一个从实例进程对应应用程序的账号信息配置为私密账号。A10. The method according to A9, further comprising: configuring at least one account information corresponding to the slave instance process as a private account.

A11、如A1至A10任一所述的方法,还包括:同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。A11. The method described in any one of A1 to A10, further comprising: simultaneously running at least two instance processes of the same application program, wherein the instance processes include at least one slave instance process.

A12、如A11所述的方法,还包括:在同一应用程序同时运行的两个实例进程之间传输进程消息。A12. The method described in A11, further comprising: transmitting process messages between two instance processes of the same application running simultaneously.

A13、如A12所述的方法,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。A13. The method described in A12, the type of the application program includes at least one of the following: an instant messaging application and a social networking application.

本发明实施例还公开了B14、一种应用运行装置,包括:实例控制模块,用于配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;协同控制模块,用于依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。The embodiment of the present invention also discloses B14, an application running device, including: an instance control module, configured to configure an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, using an instance ID It uniquely represents an instance process; the collaborative control module is used to distinguish the application corresponding to calling the master instance process or the slave instance process according to the instance identifier; process the process message through the called master instance process or the slave instance process.

B15、如B14所述的装置,所述实例控制模块,包括:第一配置子模块,用于为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;第二配置子模块,用于为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。B15. The device as described in B14, the instance control module includes: a first configuration submodule, configured to register a master instance process for an application process, and configure an instance identifier of the master instance process; a second configuration submodule, It is used for registering at least one slave instance process for the master instance process, and configuring an instance identifier of each slave instance process.

B16、如B15所述的装置,还包括:存储控制模块,用于为所述主实例进程配置数据存储地址的主存储目录;在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。B16. The device as described in B15, further comprising: a storage control module, configured to configure the main storage directory of the data storage address for the main instance process; configure the data storage of each from the instance process respectively under the main storage directory The substorage directory for the address.

B17、如B14所述的装置,所述协同控制模块,包括:获取子模块,用于从进程消息中获取实例标识;调用子模块,用于确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。B17. The device as described in B14, the cooperative control module includes: an acquisition submodule, used to obtain an instance identifier from a process message; calling a submodule, used to determine the master instance process or slave instance corresponding to the instance identifier process, calling the application program corresponding to the master instance process or the slave instance process.

B18、如B14所述的装置,所述操作系统为Android系统;所述协同控制模块,包括:创建子模块,用于Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;运行子模块,用于加载主实例进程或从实例进程所需的类函数,运行所述应用程序。B18, the device as described in B14, described operating system is Android system; Described collaborative control module, comprises: Create submodule, is used for Zygote process to call local function creation process, determines to create main instance for described process configuration instance identification process or a secondary instance process; the running submodule is used to load the class functions required by the primary instance process or the secondary instance process, and run the application program.

B19、如B16所述的装置,所述协同控制模块,包括:消息处理子模块,用于将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。B19. The device as described in B16, the cooperative control module includes: a message processing submodule, used to send the process message to the called master instance process or the slave instance process, and adopt the called master instance process or The process message is processed from the instance process.

B20、如B16所述的装置,所述存储控制模块,还用于将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。B20. The device as described in B16, the storage control module is also used to store the application information of the application program corresponding to the master instance process in the main storage directory; or, store the application program corresponding to the slave instance process The application information of the application is stored in the sub-storage directory to perform storage isolation.

B21、如B14所述的装置,实例控制模块,还用于为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;在用户界面中显示各应用描述信息。B21, the device as described in B14, the instance control module is further configured to configure application description information for the master instance process and each slave instance process, wherein the application description information includes application icons and application names; The interface displays the description information of each application.

B22、如B14所述的装置,所述协同控制模块,还用于为主实例进程和从实例进程对应应用程序分别配置账号信息。B22. In the device described in B14, the cooperative control module is further configured to respectively configure account information for the master instance process and the corresponding application programs of the slave instance process.

B23、如B22所述的装置,所述协同控制模块,还用于将至少一个从实例进程对应应用程序的账号信息配置为私密账号。B23. The device according to B22, wherein the cooperative control module is further configured to configure the account information of at least one slave instance process corresponding to the application program as a private account.

B24、如B14至B22任一所述的装置,所述协同控制模块,还用于同时运行同一应用程序至少两个实例进程,其中,所述实例进程至少包括一个从实例进程。B24. The device described in any one of B14 to B22, the cooperative control module is further configured to simultaneously run at least two instance processes of the same application program, wherein the instance processes include at least one slave instance process.

B25、如B24所述的装置,所述协同控制模块,还用于在同一应用程序同时运行的两个实例进程之间传输进程消息。B25. The device described in B24, wherein the cooperative control module is further configured to transmit process messages between two instance processes of the same application running simultaneously.

B26、如B25所述的装置,其特征在于,所述应用程序的类型包括以下至少一种:即时通讯类应用、社交类应用。B26. The device according to B25, wherein the type of the application program includes at least one of the following: instant messaging applications and social networking applications.

Claims (10)

1.一种应用运行方法,包括:1. An application running method, comprising: 配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;Configuring an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and an instance process is uniquely represented by an instance identifier; 依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;Distinguishing the application corresponding to the calling master instance process or the slave instance process according to the instance identifier; 通过调用的主实例进程或从实例进程对进程消息进行处理。Process messages are processed by the called master instance process or slave instance process. 2.如权利要求1所述的方法,其特征在于,所述配置应用程序的实例进程,包括:2. The method according to claim 1, wherein the configuring the instance process of the application program comprises: 为应用进程注册一个主实例进程,配置所述主实例进程的实例标识;Register a master instance process for the application process, and configure an instance identifier of the master instance process; 为所述主实例进程注册至少一个从实例进程,配置每个从实例进程的实例标识。Register at least one slave instance process for the master instance process, and configure an instance identifier of each slave instance process. 3.如权利要求2所述的方法,其特征在于,还包括:3. The method of claim 2, further comprising: 为所述主实例进程配置数据存储地址的主存储目录;Configure the main storage directory of the data storage address for the main instance process; 在所述主存储目录下配置分别每个从实例进程的数据存储地址的子存储目录。A sub-storage directory for the data storage address of each slave instance process is configured under the main storage directory. 4.如权利要求1所述的方法,其特征在于,依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:4. The method according to claim 1, characterized in that, according to the instance identifier, distinguishing the application corresponding to calling the master instance process or the slave instance process comprises: 从进程消息中获取实例标识;Obtain the instance ID from the process message; 确定所述实例标识对应的主实例进程或从实例进程,调用所述主实例进程或从实例进程对应的应用程序。Determine the master instance process or the slave instance process corresponding to the instance identifier, and call the application program corresponding to the master instance process or the slave instance process. 5.根据权利要求1所述的方法,其特征在于,所述操作系统为Android系统;则依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序,包括:5. The method according to claim 1, wherein the operating system is an Android system; then, according to the instance identifier, the application program corresponding to the calling master instance process or the slave instance process is distinguished, including: Zygote进程调用本地函数创建进程,为所述进程配置实例标识确定创建主实例进程或从实例进程;The Zygote process calls a local function to create a process, and configures an instance identifier for the process to determine whether to create a master instance process or a slave instance process; 加载主实例进程或从实例进程所需的类函数,运行所述应用程序。Load the class functions required by the master instance process or the slave instance process, and run the application program. 6.如权利要求3所述的方法,其特征在于,通过调用的主实例进程或从实例进程对进程消息进行处理,包括:6. The method according to claim 3, wherein the process message is processed by calling the main instance process or the slave instance process, comprising: 将所述进程消息发送给调用的主实例进程或从实例进程,采用所述调用的主实例进程或从实例进程处理所述进程消息。The process message is sent to the called master instance process or the slave instance process, and the called master instance process or the slave instance process is used to process the process message. 7.如权利要求3所述的方法,其特征在于,还包括:7. The method of claim 3, further comprising: 将所述主实例进程对应应用程序的应用信息存储到所述主存储目录下;storing the application information of the application program corresponding to the main instance process in the main storage directory; 或,将所述从实例进程对应应用程序的应用信息存储到子存储目录下,以执行存储隔离。Or, store the application information of the application program corresponding to the slave instance process in a sub-storage directory, so as to perform storage isolation. 8.如权利要求1所述的方法,其特征在于,还包括:8. The method of claim 1, further comprising: 为所述主实例进程和每个从实例进程分别配置应用描述信息,其中,所述应用描述信息包括应用图标和应用名称;Configuring application description information for the master instance process and each slave instance process, wherein the application description information includes an application icon and an application name; 在用户界面中显示各应用描述信息。Each application description information is displayed in the user interface. 9.如权利要求1所述的方法,其特征在于,还包括:9. The method of claim 1, further comprising: 为主实例进程和从实例进程对应应用程序分别配置账号信息。Configure account information for the master instance process and the corresponding applications of the slave instance process. 10.一种应用运行装置,包括:10. An application running device, comprising: 实例控制模块,用于配置应用程序的实例进程,其中,所述实例进程包括主实例进程和至少一个从实例进程,采用实例标识唯一表示一个实例进程;An instance control module, configured to configure an instance process of an application program, wherein the instance process includes a master instance process and at least one slave instance process, and uses an instance identifier to uniquely represent an instance process; 协同控制模块,用于依据所述实例标识区分调用主实例进程或从实例进程对应的应用程序;通过调用的主实例进程或从实例进程对进程消息进行处理。The cooperative control module is used to distinguish the application program corresponding to the calling master instance process or the slave instance process according to the instance identifier; process the process message through the calling master instance process or the slave instance process.
CN201510532004.9A 2015-08-26 2015-08-26 A kind of application operation method and device Pending CN106484500A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510532004.9A CN106484500A (en) 2015-08-26 2015-08-26 A kind of application operation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510532004.9A CN106484500A (en) 2015-08-26 2015-08-26 A kind of application operation method and device

Publications (1)

Publication Number Publication Date
CN106484500A true CN106484500A (en) 2017-03-08

Family

ID=58233788

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510532004.9A Pending CN106484500A (en) 2015-08-26 2015-08-26 A kind of application operation method and device

Country Status (1)

Country Link
CN (1) CN106484500A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106940761A (en) * 2017-03-27 2017-07-11 联想(北京)有限公司 The control method and controller of a kind of application program
CN109299608A (en) * 2018-10-24 2019-02-01 武汉斗鱼网络科技有限公司 It is a kind of based on hide window with the method and relevant apparatus of detection procedure example number
CN109542714A (en) * 2018-09-29 2019-03-29 中国平安人寿保险股份有限公司 Method for monitoring application program and device, computer installation and computer storage medium
CN111541604A (en) * 2020-04-21 2020-08-14 招商局金融科技有限公司 Session message processing method, electronic device and computer-readable storage medium
CN111858041A (en) * 2020-07-10 2020-10-30 中国联合网络通信集团有限公司 Data processing method and server
CN113190282A (en) * 2021-04-07 2021-07-30 北京鲸鲮信息系统技术有限公司 Android operating environment construction method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2746940A1 (en) * 2012-12-20 2014-06-25 Software AG Heterogeneous cloud-store provider access systems, and/or associated methods
CN104077180A (en) * 2012-03-15 2014-10-01 北京奇虎科技有限公司 Multi-process management method and device
CN104199734A (en) * 2014-09-12 2014-12-10 上海斐讯数据通信技术有限公司 Android smart terminal based application multi-run management method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104077180A (en) * 2012-03-15 2014-10-01 北京奇虎科技有限公司 Multi-process management method and device
EP2746940A1 (en) * 2012-12-20 2014-06-25 Software AG Heterogeneous cloud-store provider access systems, and/or associated methods
CN104199734A (en) * 2014-09-12 2014-12-10 上海斐讯数据通信技术有限公司 Android smart terminal based application multi-run management method and system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106940761A (en) * 2017-03-27 2017-07-11 联想(北京)有限公司 The control method and controller of a kind of application program
CN109542714A (en) * 2018-09-29 2019-03-29 中国平安人寿保险股份有限公司 Method for monitoring application program and device, computer installation and computer storage medium
CN109299608A (en) * 2018-10-24 2019-02-01 武汉斗鱼网络科技有限公司 It is a kind of based on hide window with the method and relevant apparatus of detection procedure example number
CN109299608B (en) * 2018-10-24 2020-10-16 武汉斗鱼网络科技有限公司 Method and related device for detecting number of process instances based on hidden window
CN111541604A (en) * 2020-04-21 2020-08-14 招商局金融科技有限公司 Session message processing method, electronic device and computer-readable storage medium
CN111858041A (en) * 2020-07-10 2020-10-30 中国联合网络通信集团有限公司 Data processing method and server
CN111858041B (en) * 2020-07-10 2023-06-30 中国联合网络通信集团有限公司 Data processing method and server
CN113190282A (en) * 2021-04-07 2021-07-30 北京鲸鲮信息系统技术有限公司 Android operating environment construction method and device
CN113190282B (en) * 2021-04-07 2024-04-09 北京字节跳动网络技术有限公司 Android running environment construction method and device

Similar Documents

Publication Publication Date Title
CN105306676B (en) Access the method, apparatus and system of smart machine
CN106484500A (en) A kind of application operation method and device
TWI703497B (en) Application program processing method and device
US20150127755A1 (en) Method and apparatus for checking status of messages in electronic device
EP3409073B1 (en) Method and electronic device for providing tethering service
CN104410680A (en) Method, client terminal, server and system of sharing file/file folder
CN106713004B (en) Router adaptation method and system
US10908889B2 (en) Method, user equipment, and application server for downloading application
US20160241535A1 (en) Terminal authentication and registration system, method for authenticating and registering terminal, and storage medium
CN110795343B (en) Test systems, test methods and computing equipment
CN103298147A (en) Method, device and system for realizing wireless management of mobile terminals on computing device side
CN105306677A (en) Method, apparatus and system for controlling intelligent device
CN106484501A (en) A kind of application operation method and device
CN104717131B (en) Information interacting method and server
CN111934977A (en) Information processing method, terminal, server and storage medium
CN106605231A (en) Accounts control
CN105100454B (en) The providing method and offer device of conversation object evaluation information
CN105279452A (en) Method, device and system for managing intelligent equipment
CN104461583B (en) A kind of method, apparatus and mobile terminal for calling resources-type application
CN104410679B (en) Share extracting method, client, server and the system of file/folder
CN104375831A (en) Method, device and system realizing communication between webpage and applications on terminal equipment
CN106856497A (en) The binding method and device of a kind of mobile device and accessory
CN108196747A (en) A kind of method and mobile terminal that application program is added in notifications column
CN106775249A (en) A kind of method and electronic equipment that communication shortcut is set
CN104158893B (en) The method and system of Contents of clipboard are transmitted based on WiFi equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20170802

Address after: 100102, 18 floor, building 2, Wangjing street, Beijing, Chaoyang District, 1801

Applicant after: BEIJING ANYUN SHIJI SCIENCE AND TECHNOLOGY CO., LTD.

Address before: 100088 Beijing city Xicheng District xinjiekouwai Street 28, block D room 112 (Desheng Park)

Applicant before: Beijing Qihu Technology Co., Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170308