WO2020039239A1 - Sharing-based multi-task execution method and apparatus and device/terminal/server - Google Patents

Sharing-based multi-task execution method and apparatus and device/terminal/server Download PDF

Info

Publication number
WO2020039239A1
WO2020039239A1 PCT/IB2018/056486 IB2018056486W WO2020039239A1 WO 2020039239 A1 WO2020039239 A1 WO 2020039239A1 IB 2018056486 W IB2018056486 W IB 2018056486W WO 2020039239 A1 WO2020039239 A1 WO 2020039239A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
sharing
link
user
execution
Prior art date
Application number
PCT/IB2018/056486
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 WO2020039239A1 publication Critical patent/WO2020039239A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • a sharing-based multi-tasking execution method, device and device / terminal / server application requirements are submitted to the China Patent Office on August 21, 2018, with an application number of 201810953613.5, and the invention name is "A sharing-based multi-tasking execution method, "Apparatus and Equipment / Terminals / Servers” has the priority of Chinese patent application, the entire contents of which are incorporated herein by reference.
  • the present application relates to the field of Internet technologies, and in particular, to a sharing-based multitasking execution method, apparatus, and device / terminal / server.
  • the sharing application is implemented through the sharing link. Other users click the sharing link to download the application. The download is completed and the installation ends.
  • the installed application can enter the first login page. It cannot directly share the corresponding operation interface in the application through the sharing link, nor can it directly perform the corresponding task. Users still need to add friends, search objects, and other corresponding operations to implement the corresponding tasks.
  • the sharing of objects (for example, purchased products) in the application is to share the object link between friends or in the forum.
  • the link to share a product directly jumps to the purchase interface of the product in the shopping application
  • the link to open the live broadcast room directly jumps to the live room in the open link in the live broadcast application.
  • this method can only realize the rapid execution of specific tasks or the rapid implementation of specific functions on the premise that the application has been installed.
  • the embodiments of the present application provide a sharing-based multitasking execution method, device, and device / terminal / server, which completely or partially solve the problems in the prior art.
  • a sharing-based multi-task execution comprising: decoding an obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link; analyzing the multitasking data information to obtain at least two tasks to be executed, and Describes the tasks to be performed.
  • a sharing-based multi-tasking execution device includes: a link obtaining module configured to decode the obtained sharing link according to a user instruction to obtain the sharing. Link corresponding multi-tasking data information; a task execution module configured to parse the multi-tasking data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
  • a device / terminal / server including: one or more processors; a storage device, configured to store one or more programs, and when the one or more programs are Being executed by the one or more processors, so that the one or more processors implement operations corresponding to the sharing-based multitasking execution method as described above.
  • a computer-readable storage medium in which a computer program is stored, and when the program is executed by a processor, the operations corresponding to the sharing-based multitasking execution method described above are implemented. .
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains multitasking data information corresponding to the sharing link, and performs a task to be executed corresponding to the multitasking data information. Perform it.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • FIG. 1 is a flowchart of steps of a sharing-based multitasking execution method according to Embodiment 1 of the present application;
  • FIG. 2 is a flowchart of steps of a sharing-based multitasking execution method according to Embodiment 2 of the present application;
  • step S101 of a sharing-based multitasking execution method according to Embodiment 3 of the present application
  • FIG. 6 is a structural block diagram of a sharing-based multi-tasking execution device according to Embodiment 6 of the present application.
  • FIG. 7 is a structural block diagram of a sharing-based multi-tasking execution device according to Embodiment 7 of the present application.
  • FIG. 8 is a structural block diagram of an implementation of a link acquisition module of a sharing-based multi-tasking execution device according to Embodiment 8 of the present application;
  • FIG. 9 is a structural block diagram of an implementation of a task execution module of a sharing-based multitasking execution device according to Embodiment 9 of the present application.
  • FIG. 10 is a structural block diagram of a device / terminal / server according to Embodiment 11 of the present application. detailed description
  • FIG. 1 there is shown a flowchart of steps of a method for performing multitasking based on sharing according to the first embodiment of the present application.
  • steps S 101 to S 102 described in this application do not represent the order in which they are performed.
  • Step S101 Decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link.
  • the user instruction described in the embodiment of the present application includes an activation instruction such as a user click, and the user activates the sharing link through the user instruction.
  • Decoding the shared link by a user includes: analyzing an encoding method of the shared link, The corresponding decoding method is used for decoding, so as to obtain the multi-tasking data corresponding to the sharing link.
  • the encoded data corresponding to each task may use different encoding methods, and then use different decoding methods to decode it.
  • the encoded data corresponding to each task in the embodiments of the present application can be decoded separately in a parallel manner, and there is no limitation on the decoding manner in the embodiments of the present application.
  • Step S102 Parse the multi-task data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
  • the embodiment of the present application parses the multi-tasking data information to obtain at least two tasks to be executed, and the parsing may be performed in a parallel manner, and each task data information is parsed separately, or sequentially Analyze each task data information.
  • the embodiment of the present application executes the obtained at least two tasks to be executed, and the execution may have a sequential order, or may be performed separately in a parallel manner.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • This embodiment includes the foregoing steps S101 to S102.
  • the method further includes:
  • Step S103 acquires download start information and share information of the application, and encodes the download start information and share information.
  • the download activation information includes a download and installation package of an application program, and information that enables the application program to be started after completing the download and installation.
  • the sharing information includes at least one of sharing identity information of the link user, sharing link user's task information, sharing link user's object information, sharing link user's address information, and sharing link user's time information.
  • the identity information of the sharing link user in the embodiment of the present application is the identity of the user who shared the sharing link, such as a login account, a user name, and a nickname.
  • the task information of the shared link user described in the embodiment of the present application includes: opening a live broadcast room, and performing various praised tasks.
  • the object information of the sharing link user described in the embodiment of the present application includes: answers to concerns, corresponding video programs, books read, purchased goods, shared shooting templates, and the like.
  • the download activation information and the sharing information described in this application may be encoded by using the same encoding technology, or may be encoded by using different encoding technologies.
  • the application does not limit the encoding method.
  • Step S104 Synthesize the encoded download activation information and sharing information into a sharing link that can be shared with other users.
  • the encoded download start information and sharing information are synthesized into a sharing link for sharing.
  • the sharing link may be shared in various convenient ways, such as a QR code.
  • the sharing link may be shared through a social network.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • various device terminals or servers including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • step S101 includes:
  • Step S 101 Start decoding the sharing link according to the received user instruction, and obtain decoded data information.
  • the decoding of the sharing link is started according to a received user instruction, that is, the user starts the decoding of the sharing link by using a command such as clicking to obtain decoded data information.
  • Step S1012 Obtain download start information and share information in the data information from the decoded data information, respectively.
  • the download activation information and the sharing information in the data information are obtained by decoding. Therefore, the present application can implement the download activation of the application program according to the sharing link, and can also implement additional other based on the sharing information therein. Task execution effect.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • step S102 includes:
  • Step S1021 Parse the download startup information and the shared information to obtain a download startup task and an execution task corresponding to the shared information.
  • Step S1022 Download and install the application program, and start the application program to execute the corresponding execution task according to the execution task corresponding to the shared information. Therefore, the embodiment of the present application can directly complete the download and installation start of the application program and the execution of the corresponding task according to the download startup information and the shared information.
  • the user does not need to obtain other shared task information after performing the download and start, and then execute the corresponding task.
  • a user shares a shooting template to another user, and the other user does not have the shooting application installed, and the user sharing link includes download activation information of the shooting application and sharing information including a specific shooting template.
  • the user who obtained the sharing link can directly obtain the shooting template without searching the shooting template through the shooting application, which reduces the number of user operations and improves the user experience.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • step S102 further includes:
  • the sharing user identity information in the sharing information the corresponding identity of the user who obtained the sharing link is identified.
  • the sharing information in this application includes the identity information of the user who shared the link.
  • the application that is launched and installed can directly obtain the identity of the user who shared the link, and the user who installs and launches the application program through the shared link can use the sharing The linked user's identity information is identified from other users.
  • Step S102 in the embodiment of the present application further includes: establishing a social relationship between the user who establishes the sharing link and the user who obtains the sharing link.
  • Establishing a social relationship between the user who shared the link and the user who obtained the shared link in the installed application program includes: establishing a friend relationship between the two and linking the user's attention information, user tag, and push tag to the shared link
  • Such historical user behaviors are shared with users who have obtained the sharing link, which facilitates operations such as information push by the application.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • FIG. 6 a frame structure diagram of a sharing-based multitasking execution device according to Embodiment 6 of the present application is shown.
  • the link obtaining module 601 is configured to decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link.
  • a task execution module 602 is configured to parse the multi-task data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
  • the user instruction described in the embodiment of the present application includes an activation instruction such as a user click, and the user activates the sharing link through the user instruction.
  • the decoding of the sharing link by the user includes: analyzing the encoding method of the sharing link, and decoding using the corresponding decoding method, so as to obtain the multi-tasking data information corresponding to the sharing link.
  • the encoding data corresponding to each task may use different encoding methods, and then use different encoding methods. To decode it.
  • the encoded data corresponding to each task in the embodiments of the present application can be decoded separately in a parallel manner, and there is no limitation on the decoding manner in the embodiments of the present application.
  • the embodiment of the present application parses the multi-tasking data information to obtain at least two tasks to be executed, and the parsing may be performed in a parallel manner, and each task data information is parsed separately, or sequentially Analyze each task data information.
  • the embodiment of the present application executes the obtained at least two tasks to be executed, and the execution may have a sequential order, or may be performed separately in a parallel manner.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702. Referring to FIG. 7, the apparatus further includes:
  • the information encoding module 703 is configured to obtain download startup information and sharing information of an application, and encode the download startup information and sharing information.
  • the link generation module 704 is configured to synthesize the encoded download start information and sharing information into a sharing link that can be shared with other users.
  • the download startup information includes a download and installation package of an application program, and information that enables the application program to be started after the download and installation is completed.
  • the sharing information includes: sharing the identity information of the linked user, At least one of service information, object information of the link user, address information of the link user, and time information of the link user.
  • the identity information of the sharing link user in the embodiment of the present application is the identity of the user who shared the sharing link, such as a login account, a user name, and a nickname.
  • the task information of the shared link user described in the embodiment of the present application includes: opening a live broadcast room, and performing various praised tasks.
  • the object information of the sharing link user described in the embodiment of the present application includes: answers to concerns, corresponding video programs, books read, purchased goods, shared shooting templates, and the like.
  • the download activation information and the sharing information described in this application may be encoded by using the same encoding technology, or may be encoded by using different encoding technologies.
  • the application does not limit the encoding method.
  • the encoded download start information and sharing information are synthesized into a sharing link for sharing.
  • the sharing link may be shared in various convenient ways, such as a QR code.
  • the sharing link may be shared through a social network.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702.
  • the link obtaining module 701 includes:
  • the link decoding unit 7011 is configured to initiate sharing according to the received user instruction. Decode the link to obtain decoded data information.
  • the information obtaining unit 7012 is configured to obtain download start information and share information in the data information from the decoded data information, respectively.
  • the decoding of the sharing link is started according to a received user instruction, that is, the user starts the decoding of the sharing link by using a command such as clicking to obtain decoded data information.
  • the download activation information and the sharing information in the data information are obtained by decoding. Therefore, the present application can implement the download activation of the application program according to the sharing link, and can also implement additional other based on the sharing information therein. Task execution effect.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702.
  • the task execution module 702 includes:
  • the information analysis unit 7021 is configured to analyze the download startup information and the shared information, and obtain a download startup task and an execution task corresponding to the shared information.
  • the starting execution unit 7022 is configured to download and install the application program, and start the application program to execute a corresponding execution task according to an execution task corresponding to the shared information.
  • the embodiment of the present application can directly complete the download and installation start of the application program and the execution of the corresponding task according to the download startup information and the sharing information.
  • the user does not need to obtain other shared task information after performing the download and start, and then execute the corresponding task.
  • the user sharing link includes download activation information of the shooting application and sharing information including a specific shooting template.
  • the user who obtains the sharing link can directly obtain the shooting template without searching the shooting template through the shooting application, thereby reducing the number of user operations and improving the user experience.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702.
  • the task execution module 702 is further configured to:
  • the sharing user identity information in the sharing information the corresponding identity of the user who obtained the sharing link is identified.
  • the sharing information in this application includes the identity information of the user who shared the link.
  • the application that is launched and installed can directly obtain the identity of the user who shared the link, and the user who installs and launches the application program through the shared link can use the sharing The linked user's identity information is identified from other users.
  • the identifications distinguished from other users described in this application may be friends of users who share the link.
  • Step S102 in the embodiment of the present application further includes: establishing a social relationship between the user who establishes the sharing link and the user who obtains the sharing link.
  • Establishing a social relationship between the user who shared the link and the user who obtained the shared link in the installed application program includes: establishing a friend relationship between the two and linking the user's attention information, user tag, and push tag to the shared link Etc. historical user behavior and access to share The linked users share, which is convenient for the application to perform operations such as information push.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • the sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
  • FIG. 10 a structural block diagram of a device / terminal / server according to Embodiment 11 of the present application is shown.
  • the specific embodiment of the present application does not limit the specific implementation of the device / terminal / server.
  • the device / terminal / server may include: one or more processors
  • processor processing 1002
  • storage device memory 1004.
  • the processor 1002 is configured to execute a program 1006, and specifically may perform related steps in the foregoing embodiment of the method for performing multitasking based on sharing.
  • the program 1006 may include program code, where the program code includes a computer operation instruction.
  • the processor 1002 may be a central processing unit CPU, or an application specific integrated circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application.
  • the device / terminal / server includes one or more processors, which can be processors of the same type, such as one or more CPUs; or different types of processors, such as one or more CPUs and one or more ASICs .
  • the storage device 1004 is configured to store one or more programs 1006.
  • the storage device 1004 may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one magnetic disk memory.
  • the program 1006 may be specifically configured to cause the processor 1002 to perform the following operations to decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link; and parse the multitasking data information to obtain at least two pending Execute a task, and execute the to-be-executed task.
  • the program 1006 is further configured to obtain download start information and share information of an application, and encode the download start information and share information; and encode the downloaded download start information and share information. Information is synthesized into sharing links that can be shared with other users.
  • the program 1006 is further configured to start decoding the shared link according to the received user instruction to obtain decoded data information; and obtain the data from the decoded data information respectively. Download launch information in messages and share information.
  • the program 1006 is further configured to parse the download startup information and the share information to obtain a download startup task and an execution task corresponding to the share information; download and install the application program, and according to the The execution task corresponding to the shared information starts the application program to execute the corresponding execution task.
  • the program 1006 is further configured to, according to the sharing user identity information in the sharing information, identify the corresponding identity of the user who obtained the sharing link.
  • the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information.
  • the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user.
  • multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
  • each component / step described in the embodiment of the present application may be split into more components / steps, or two or more components / steps or partial operations of components / steps may be combined into New components / steps to achieve the purpose of the embodiments of the present application.
  • the process described above with reference to the flowchart may be implemented as a computer software program.
  • embodiments of the present disclosure include a computer program product including a computer program carried on a computer-readable medium, the computer program containing program code for performing a method shown in a flowchart.
  • the computer program may be downloaded and installed from a network through a communication section, and / or installed from a removable medium. Installed.
  • CPU central processing unit
  • the computer-readable medium described in this application may be a computer-readable signal medium or a computer-readable storage medium or any combination of the foregoing.
  • the computer-readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples of computer-readable storage media may include, but are not limited to: electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable memories Programming read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the foregoing.
  • a computer-readable storage medium may be any tangible medium containing or storing a program, and the program may be used by or in combination with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal that is included in baseband or propagated as part of a carrier wave, and which carries computer-readable program code. Such a propagated data signal may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium, and the computer-readable medium may send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device .
  • Program code embodied on a computer-readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for performing the operations of the present application may be written in one or more programming languages or a combination thereof, the programming languages including an object-oriented programming language such as Java, Smalltalk, C ++, and also conventional A procedural programming language such as "C" or a similar programming language.
  • the program code can be executed entirely on the user's computer, partly on the user's computer, as an independent software package, partly on the user's computer, partly on a remote computer, or entirely on the remote computer or server.
  • the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (such as through an Internet service provider using the Internet Connection).
  • LAN local area network
  • WAN wide area network
  • each block in the flowchart or block diagram may represent a module, a program segment, or a part of code, which contains one or more executable instructions for implementing a specified logical function.
  • the functions marked in the blocks may also occur in a different order than those marked in the drawings. For example, two successively represented boxes may actually be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending on the functions involved.
  • each block in the block diagrams and / or flowcharts, and combinations of blocks in the block diagrams and / or flowcharts may be implemented in a dedicated hardware-based system that performs the specified function or operation. Or, it can be implemented by a combination of dedicated hardware and computer instructions.
  • a processor includes a receiving unit, a parsing unit, an information selecting unit, and a generating unit. Among them, the names of these units do not in any way constitute a limitation on the unit itself.
  • the receiving unit may also be described as a "unit for receiving a user's web browsing request".
  • the present application also provides a computer-readable medium having stored thereon a computer program, which is executed by a processor to implement a method as described in any one of the foregoing embodiments.
  • the present application further provides a computer-readable medium, which may be included in the device described in the foregoing embodiments; or may exist alone without being assembled into the device.
  • the computer-readable medium carries one or more programs, and when the one or more programs are executed by the device, the device is caused to: decode the obtained sharing link according to a user instruction to obtain a multitasking corresponding to the sharing link Data information; analyzing the multi-tasking data information to obtain at least two tasks to be executed, and executing the tasks to be executed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

Provided in the embodiments of the present application are a sharing-based multi-task execution method and apparatus and a device/terminal/server. The method comprises: decoding an obtained sharing link according to a user instruction to obtain multi-task data information corresponding to the sharing link; and parsing the multi-task data information to obtain at least two tasks to be executed, and executing the tasks to be executed. In the embodiments of the present application, a user can execute shared multiple tasks without performing operations corresponding to various tasks, and the user can realize the sharing of the operations of multiple tasks by means of a sharing link, thereby reducing the number of user operations and improving the user experience.

Description

一种基于分享的多任务执行方法、 装置和设备 /终端 /服务器 申请要求在 2018 年 08 月 21 日提交中国专利局、 申请号为 201810953613.5、 发明名称为 “一种基于分享的多任务执行方法、 装置 和设备 /终端 /服务器”的中国专利申请的优先权, 其全部内容通过引用结 合在本申请中。  A sharing-based multi-tasking execution method, device and device / terminal / server application requirements are submitted to the China Patent Office on August 21, 2018, with an application number of 201810953613.5, and the invention name is "A sharing-based multi-tasking execution method, "Apparatus and Equipment / Terminals / Servers" has the priority of Chinese patent application, the entire contents of which are incorporated herein by reference.
技术领域 Technical field
本申请涉及互联网技术领域, 尤其涉及一种基于分享的多任务执行 方法、 装置和设备 /终端 /服务器。  The present application relates to the field of Internet technologies, and in particular, to a sharing-based multitasking execution method, apparatus, and device / terminal / server.
背景技术  Background technique
随着移动互联网的发展, 用户通过社交网络来实现信息分享变得越 来越普及, 很多用户选择通过社交网络实现应用程序安装, 以及应用程 序中对象信息的分享。  With the development of the mobile Internet, it is becoming more and more popular for users to share information through social networks. Many users choose to implement application installation and share object information in applications through social networks.
通常分享应用程序是通过分享链接实现的, 其他用户点击分享链接 进行应用程序的下载, 下载完成进行安装后即结束。 安装完毕的应用程 序可以进入首次登陆页面, 其无法通过分享链接实现应用程序中对应操 作界面的直接分享, 也无法实现对应任务的直接执行。 用户仍然需要进 行添加好友, 搜索对象等对应操作才能够实现对应任务的执行。  Usually, the sharing application is implemented through the sharing link. Other users click the sharing link to download the application. The download is completed and the installation ends. The installed application can enter the first login page. It cannot directly share the corresponding operation interface in the application through the sharing link, nor can it directly perform the corresponding task. Users still need to add friends, search objects, and other corresponding operations to implement the corresponding tasks.
通常应用程序中对象 (比如, 购买的商品) 的分享都是在好友之间 或者论坛中分享对象链接, 通过拷贝分享的链接跳转至已经安装的应用 程序的对应操作界面。 比如, 分享商品链接直接跳转至购物应用程序该 商品的购买界面, 分享直播间开启链接直接跳转至直播应用程序中开启 链接中的直播间等。 但是这种方式仅能够在该应用程序已经安装的前提 下, 实现具体任务的快速执行或者具体功能的快速实现。  Generally, the sharing of objects (for example, purchased products) in the application is to share the object link between friends or in the forum. By copying the shared link, you can jump to the corresponding operation interface of the installed application. For example, the link to share a product directly jumps to the purchase interface of the product in the shopping application, and the link to open the live broadcast room directly jumps to the live room in the open link in the live broadcast application. However, this method can only realize the rapid execution of specific tasks or the rapid implementation of specific functions on the premise that the application has been installed.
因此, 如何更佳的实现基于分享的多任务执行成为现有技术中亟待 解决的技术问题。  Therefore, how to better implement multi-task execution based on sharing has become an urgent technical problem in the prior art.
发明内容  Summary of the Invention
本申请实施例提供了一种基于分享的多任务执行方法、 装置和设备 / 终端 /服务器, 全部或者部分解决现有技术中存在的问题。  The embodiments of the present application provide a sharing-based multitasking execution method, device, and device / terminal / server, which completely or partially solve the problems in the prior art.
根据本申请实施例的一个方面, 提供了一种基于分享的多任务执行 方法, 所述方法包括: 根据用户指令对获得的分享链接进行解码, 得到 所述分享链接对应的多任务数据信息; 将所述多任务数据信息进行解析 获得至少两个待执行任务, 并对所述待执行任务进行执行。 According to an aspect of the embodiment of the present application, a sharing-based multi-task execution is provided. A method comprising: decoding an obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link; analyzing the multitasking data information to obtain at least two tasks to be executed, and Describes the tasks to be performed.
根据本申请实施例的另一个方面, 还提供了一种基于分享的多任务 执行装置, 所述装置包括: 链接获得模块, 配置用于根据用户指令对获 得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息; 任 务执行模块, 配置用于将所述多任务数据信息进行解析获得至少两个待 执行任务, 并对所述待执行任务进行执行。  According to another aspect of the embodiments of the present application, a sharing-based multi-tasking execution device is further provided. The device includes: a link obtaining module configured to decode the obtained sharing link according to a user instruction to obtain the sharing. Link corresponding multi-tasking data information; a task execution module configured to parse the multi-tasking data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
根据本申请实施例的又一个方面, 还提供了一种设备 /终端 /服务器, 包括: 一个或多个处理器; 存储装置, 用于存储一个或多个程序, 当所 述一个或多个程序被所述一个或多个处理器执行, 使得所述一个或多个 处理器实现如上所述的基于分享的多任务执行方法对应的操作。  According to still another aspect of the embodiments of the present application, a device / terminal / server is further provided, including: one or more processors; a storage device, configured to store one or more programs, and when the one or more programs are Being executed by the one or more processors, so that the one or more processors implement operations corresponding to the sharing-based multitasking execution method as described above.
根据本申请实施例的又一个方面, 还提供了一种计算机可读存储介 质, 其上存储有计算机程序, 该程序被处理器执行时实现如上所述的基 于分享的多任务执行方法对应的操作。  According to still another aspect of the embodiments of the present application, a computer-readable storage medium is further provided, in which a computer program is stored, and when the program is executed by a processor, the operations corresponding to the sharing-based multitasking execution method described above are implemented. .
根据本申请实施例提供的技术方案, 本申请实施例根据用户指令对 获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对应的待执行任务进行执行。 本申请实施例根 据用户指令对分享链接的操作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的 操作才能够执行分享的多任务, 用户通过分享链接即可实现多个任务操 作的分享, 减少了用户操作的次数, 改善了用户体验。  According to the technical solution provided in the embodiment of the present application, the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains multitasking data information corresponding to the sharing link, and performs a task to be executed corresponding to the multitasking data information. Perform it. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
附图说明  BRIEF DESCRIPTION OF THE DRAWINGS
图 1是根据本申请实施例一的一种基于分享的多任务执行方法的步 骤流程图;  FIG. 1 is a flowchart of steps of a sharing-based multitasking execution method according to Embodiment 1 of the present application;
图 2是根据本申请实施例二的一种基于分享的多任务执行方法的步 骤流程图;  FIG. 2 is a flowchart of steps of a sharing-based multitasking execution method according to Embodiment 2 of the present application; FIG.
图 3是根据本申请实施例三的一种基于分享的多任务执行方法的步 骤 S 101的一种实现的步骤流程图;  3 is a flowchart of steps in an implementation of step S101 of a sharing-based multitasking execution method according to Embodiment 3 of the present application;
图 4是根据本申请实施例四的一种基于分享的多任务执行方法的步 骤 S 102的一种实现的步骤流程图; 图 5是根据本申请实施例五的一种基于分享的多任务执行方法的步 骤 S 102的一种实现的步骤流程图; 4 is a flowchart of steps in an implementation of step S102 of a sharing-based multitasking execution method according to Embodiment 4 of the present application; 5 is a flowchart of steps in an implementation of step S102 of a sharing-based multitasking execution method according to Embodiment 5 of the present application;
图 6是根据本申请实施例六的一种基于分享的多任务执行装置的结 构框图;  6 is a structural block diagram of a sharing-based multi-tasking execution device according to Embodiment 6 of the present application;
图 7是根据本申请实施例七的一种基于分享的多任务执行装置的结 构框图;  7 is a structural block diagram of a sharing-based multi-tasking execution device according to Embodiment 7 of the present application;
图 8是根据本申请实施例八的一种基于分享的多任务执行装置的链 接获得模块的一种实现的结构框图;  8 is a structural block diagram of an implementation of a link acquisition module of a sharing-based multi-tasking execution device according to Embodiment 8 of the present application;
图 9是根据本申请实施例九的一种基于分享的多任务执行装置的任 务执行模块的一种实现的结构框图;  FIG. 9 is a structural block diagram of an implementation of a task execution module of a sharing-based multitasking execution device according to Embodiment 9 of the present application;
图 10是根据本申请实施例十一的一种设备 /终端 /服务器的结构框图。 具体实施方式  FIG. 10 is a structural block diagram of a device / terminal / server according to Embodiment 11 of the present application. detailed description
下面结合附图(若干附图中相同的标号表示相同的元素)和实施例, 对本申请实施例的具体实施方式作进一步详细说明。 以下实施例用于说 明本申请, 但不用来限制本申请的范围。  The specific implementation of the embodiments of the present application will be further described in detail below with reference to the accompanying drawings (the same reference numerals in several drawings represent the same elements) and embodiments. The following examples are used to illustrate this application, but are not intended to limit the scope of this application.
本领域技术人员可以理解, 本申请实施例中的“第一 “第二”等术 语仅用于区别不同步骤、 设备或模块等, 既不代表任何特定技术含义, 也不表示它们之间的必然逻辑顺序。  Those skilled in the art can understand that terms such as “first” and “second” in the embodiments of the present application are only used to distinguish different steps, devices, or modules, etc., and they do not represent any specific technical meaning, nor do they mean the inevitable between them. Logical order.
实施例一 Example one
参照图 1, 示出了根据本申请实施例一的一种基于分享的多任务执 行方法的步骤流程图。  Referring to FIG. 1, there is shown a flowchart of steps of a method for performing multitasking based on sharing according to the first embodiment of the present application.
值得说明的是, 本申请所述步骤 S 101至 S 102并不代表其执行的先 后顺序。  It is worth noting that steps S 101 to S 102 described in this application do not represent the order in which they are performed.
本实施例的基于分享的多任务执行方法包括以下步骤:  The method for performing multi-tasking based on sharing in this embodiment includes the following steps:
步骤 S 101 : 根据用户指令对获得的分享链接进行解码, 得到所述分 享链接对应的多任务数据信息。  Step S101: Decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link.
具体地, 本申请实施例所述用户指令包括用户点击等激活指令, 用 户通过用户指令激活所述分享链接。  Specifically, the user instruction described in the embodiment of the present application includes an activation instruction such as a user click, and the user activates the sharing link through the user instruction.
用户对所述分享链接的解码包括: 分析所述分享链接的编码方法, 采用对应的解码方法进行解码, 从而得到分享链接对应的多任务数据信 所述各个任务对应的编码数据可采用不同的编码方式, 则采用不同 的解码方式对其进行解码。 Decoding the shared link by a user includes: analyzing an encoding method of the shared link, The corresponding decoding method is used for decoding, so as to obtain the multi-tasking data corresponding to the sharing link. The encoded data corresponding to each task may use different encoding methods, and then use different decoding methods to decode it.
本申请实施例各个任务对应的编码数据可以通过并行方式分别进行 解码, 本申请实施例对于解码的方式并无限定。  The encoded data corresponding to each task in the embodiments of the present application can be decoded separately in a parallel manner, and there is no limitation on the decoding manner in the embodiments of the present application.
本申请实施例所述解码方法可由本领域技术人员根据需要进行选择。 步骤 S 102: 将所述多任务数据信息进行解析获得至少两个待执行任 务, 并对所述待执行任务进行执行。  The decoding methods described in the embodiments of the present application can be selected by those skilled in the art according to needs. Step S102: Parse the multi-task data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
在本申请一具体实现中, 本申请实施例将所述多任务数据信息进行 解析获得至少两个待执行任务, 所述解析可以采用并行方式, 分别对各 个任务数据信息进行解析, 也可以采用依次对各个任务数据信息进行解 析。  In a specific implementation of this application, the embodiment of the present application parses the multi-tasking data information to obtain at least two tasks to be executed, and the parsing may be performed in a parallel manner, and each task data information is parsed separately, or sequentially Analyze each task data information.
本申请实施例对获得的至少两个待执行任务进行执行, 所述执行可 以具有先后顺序, 也可以采用并行方式分别进行。  The embodiment of the present application executes the obtained at least two tasks to be executed, and the execution may have a sequential order, or may be performed separately in a parallel manner.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例二 Example two
本实施例包括上述步骤 S 101至步骤 S 102。参见图 2,所述步骤 S 101 之前还包括:  This embodiment includes the foregoing steps S101 to S102. Referring to FIG. 2, before step S101, the method further includes:
步骤 S 103获取应用程序的下载启动信息以及分享信息,并对所述下 载启动信息以及分享信息进行编码。 具体地, 所述下载启动信息包括应用程序的下载安装包, 以及令所 述应用程序完成下载安装后进行启动的信息。 Step S103 acquires download start information and share information of the application, and encodes the download start information and share information. Specifically, the download activation information includes a download and installation package of an application program, and information that enables the application program to be started after completing the download and installation.
所述分享信息包括: 分享链接用户的身份信息、 分享链接用户的任 务信息、 分享链接用户的对象信息、 分享链接用户的地址信息、 分享链 接用户的时间信息中至少其一。  The sharing information includes at least one of sharing identity information of the link user, sharing link user's task information, sharing link user's object information, sharing link user's address information, and sharing link user's time information.
本申请实施例所述分享链接用户的身份信息为将所述分享链接分享 出去的用户的身份标识, 比如登录帐号、 用户名、 昵称等。  The identity information of the sharing link user in the embodiment of the present application is the identity of the user who shared the sharing link, such as a login account, a user name, and a nickname.
本申请实施例所述分享链接用户的任务信息包括: 打开直播间、 进 行点赞各种执行的任务。  The task information of the shared link user described in the embodiment of the present application includes: opening a live broadcast room, and performing various praised tasks.
本申请实施例所述分享链接用户的对象信息包括: 关注的答案, 对 应的视频节目、 阅读的书籍、 购买的商品、 分享的拍摄模板等。  The object information of the sharing link user described in the embodiment of the present application includes: answers to concerns, corresponding video programs, books read, purchased goods, shared shooting templates, and the like.
本申请所述下载启动信息以及分享信息可以采用同一编码技术进行 编码, 也可以采用不同的编码技术进行编码, 本申请对于编码方法并无 限定。  The download activation information and the sharing information described in this application may be encoded by using the same encoding technology, or may be encoded by using different encoding technologies. The application does not limit the encoding method.
本领域技术人员根据需要对所述编码方法进行选择, 本申请所采用 编码方法为本领域公知技术, 在此不再赘述。  A person skilled in the art selects the encoding method according to requirements. The encoding method used in this application is a well-known technology in the art, and details are not described herein again.
步骤 S 104、 将编码后的所述下载启动信息以及分享信息合成为可分 享至其他用户的分享链接。  Step S104: Synthesize the encoded download activation information and sharing information into a sharing link that can be shared with other users.
本申请实施例通过将编码后的下载启动信息以及分享信息合成为分 享链接进行分享。 所述分享链接可以采用二维码等各种便于分享的方式 来实现分享。 所述分享链接可以通过社交网络来实现分享。  In the embodiment of the present application, the encoded download start information and sharing information are synthesized into a sharing link for sharing. The sharing link may be shared in various convenient ways, such as a QR code. The sharing link may be shared through a social network.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。 实施例三 The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc. Example three
本实施例包括上述步骤 S 101至步骤 S 102。参见图 3 ,所述步骤 S 101 包括:  This embodiment includes the foregoing steps S101 to S102. Referring to FIG. 3, the step S101 includes:
步骤 S 101 1、 根据接收的用户指令启动对所述分享链接的解码, 获 得解码后的数据信息。  Step S 101 1. Start decoding the sharing link according to the received user instruction, and obtain decoded data information.
所述分享链接的解码为根据接收的用户指令启动, 即用户采用点击 等指令启动所述分享链接的解码, 得到解码后的数据信息。  The decoding of the sharing link is started according to a received user instruction, that is, the user starts the decoding of the sharing link by using a command such as clicking to obtain decoded data information.
步骤 S 1012、 从所述解码后的数据信息中分别获得所述数据信息中 的下载启动信息以及分享信息。  Step S1012: Obtain download start information and share information in the data information from the decoded data information, respectively.
本申请实施例通过解码获得所述数据信息中的下载启动信息以及分 享信息, 因此本申请能够根据所述分享链接实现应用程序的下载启动之 夕卜, 还能够根据其中的分享信息实现附加的其他任务执行效果。  In the embodiment of the present application, the download activation information and the sharing information in the data information are obtained by decoding. Therefore, the present application can implement the download activation of the application program according to the sharing link, and can also implement additional other based on the sharing information therein. Task execution effect.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例四 Embodiment 4
本实施例包括上述步骤 S 101至步骤 S 102。参见图 4,所述步骤 S 102 包括:  This embodiment includes the foregoing steps S101 to S102. Referring to FIG. 4, the step S102 includes:
步骤 S 1021、 对所述下载启动信息以及分享信息进行解析, 获得下 载启动任务以及分享信息对应的执行任务。  Step S1021: Parse the download startup information and the shared information to obtain a download startup task and an execution task corresponding to the shared information.
步骤 S 1022、 下载安装所述应用程序, 并根据所述分享信息对应的 执行任务启动所述应用程序执行对应的执行任务。 因此, 本申请实施例根据所述下载启动信息以及分享信息即可直接 完成所述应用程序的下载安装启动以及对应任务的执行。 Step S1022: Download and install the application program, and start the application program to execute the corresponding execution task according to the execution task corresponding to the shared information. Therefore, the embodiment of the present application can directly complete the download and installation start of the application program and the execution of the corresponding task according to the download startup information and the shared information.
用户无需在完成所述下载启动后, 再获得分享的其他任务信息, 进 而执行对应的任务。  The user does not need to obtain other shared task information after performing the download and start, and then execute the corresponding task.
比如, 用户分享拍摄模板给另一用户, 另一用户并未安装所述拍摄 应用程序, 用户分享链接中包含了所述拍摄应用程序的下载启动信息以 及包括具体拍摄模板的分享信息。 获得分享链接的用户无需再通过所述 拍摄应用程序进行所述拍摄模板搜索即可直接获得所述拍摄模板, 减少 用户操作次数, 改善用户体验。  For example, a user shares a shooting template to another user, and the other user does not have the shooting application installed, and the user sharing link includes download activation information of the shooting application and sharing information including a specific shooting template. The user who obtained the sharing link can directly obtain the shooting template without searching the shooting template through the shooting application, which reduces the number of user operations and improves the user experience.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例五 Example 5
本实施例包括上述步骤 S 101至步骤 S 102。参见图 5 ,所述步骤 S 102 还包括:  This embodiment includes the foregoing steps S101 to S102. Referring to FIG. 5, the step S102 further includes:
根据所述分享信息中的分享用户身份信息, 对获得所述分享链接的 用户进行对应的身份标识。  According to the sharing user identity information in the sharing information, the corresponding identity of the user who obtained the sharing link is identified.
本申请所述分享信息中包括分享链接的用户身份信息, 安装启动的 应用程序可以直接获得所述分享链接的用户身份, 而通过所述分享链接 安装启动所述应用程序的用户可以通过所述分享链接的用户身份信息获 得区分于其他用户的身份标识。  The sharing information in this application includes the identity information of the user who shared the link. The application that is launched and installed can directly obtain the identity of the user who shared the link, and the user who installs and launches the application program through the shared link can use the sharing The linked user's identity information is identified from other users.
具体地, 本申请所述区分于其他用户的身份标识可以为分享链接用 户的朋友。 本申请实施例所述步骤 S 102还包括:建立所述分享链接的用户与获 得所述分享链接的用户建立社交关系。 Specifically, the identification distinguished from other users in the present application may be a friend of the user who shares the link. Step S102 in the embodiment of the present application further includes: establishing a social relationship between the user who establishes the sharing link and the user who obtains the sharing link.
在所安装的应用程序中将所述分享链接的用户与获得所述分享链接 的用户建立社交关系包括: 建立两者的好友关系以及将所述分享链接的 用户的关注信息、 用户标签、 推送标签等历史用户行为与获得所述分享 链接的用户分享, 便于所述应用程序进行信息推送等操作。  Establishing a social relationship between the user who shared the link and the user who obtained the shared link in the installed application program includes: establishing a friend relationship between the two and linking the user's attention information, user tag, and push tag to the shared link Such historical user behaviors are shared with users who have obtained the sharing link, which facilitates operations such as information push by the application.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例六 Example Six
参照图 6 , 示出了根据本申请实施例六的一种基于分享的多任务执 行装置的框架结构图。  Referring to FIG. 6, a frame structure diagram of a sharing-based multitasking execution device according to Embodiment 6 of the present application is shown.
本实施例的基于分享的多任务执行装置包括:  The sharing-based multitasking execution device of this embodiment includes:
链接获得模块 601, 配置用于根据用户指令对获得的分享链接进行 解码, 得到所述分享链接对应的多任务数据信息。  The link obtaining module 601 is configured to decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link.
任务执行模块 602, 配置用于将所述多任务数据信息进行解析获得 至少两个待执行任务, 并对所述待执行任务进行执行。  A task execution module 602 is configured to parse the multi-task data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
具体地, 本申请实施例所述用户指令包括用户点击等激活指令, 用 户通过用户指令激活所述分享链接。  Specifically, the user instruction described in the embodiment of the present application includes an activation instruction such as a user click, and the user activates the sharing link through the user instruction.
用户对所述分享链接的解码包括: 分析所述分享链接的编码方法, 采用对应的解码方法进行解码, 从而得到分享链接对应的多任务数据信 息。  The decoding of the sharing link by the user includes: analyzing the encoding method of the sharing link, and decoding using the corresponding decoding method, so as to obtain the multi-tasking data information corresponding to the sharing link.
所述各个任务对应的编码数据可采用不同的编码方式, 则采用不同 的解码方式对其进行解码。 The encoding data corresponding to each task may use different encoding methods, and then use different encoding methods. To decode it.
本申请实施例各个任务对应的编码数据可以通过并行方式分别进行 解码, 本申请实施例对于解码的方式并无限定。  The encoded data corresponding to each task in the embodiments of the present application can be decoded separately in a parallel manner, and there is no limitation on the decoding manner in the embodiments of the present application.
本申请实施例所述解码方法可由本领域技术人员根据需要进行选择。 在本申请一具体实现中, 本申请实施例将所述多任务数据信息进行 解析获得至少两个待执行任务, 所述解析可以采用并行方式, 分别对各 个任务数据信息进行解析, 也可以采用依次对各个任务数据信息进行解 析。  The decoding methods described in the embodiments of the present application can be selected by those skilled in the art according to needs. In a specific implementation of this application, the embodiment of the present application parses the multi-tasking data information to obtain at least two tasks to be executed, and the parsing may be performed in a parallel manner, and each task data information is parsed separately, or sequentially Analyze each task data information.
本申请实施例对获得的至少两个待执行任务进行执行, 所述执行可 以具有先后顺序, 也可以采用并行方式分别进行。  The embodiment of the present application executes the obtained at least two tasks to be executed, and the execution may have a sequential order, or may be performed separately in a parallel manner.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行装置可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例七 Example Seven
本实施例包括上述链接获得模块 701、任务执行模块 702。参见图 7, 所述装置还包括:  This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702. Referring to FIG. 7, the apparatus further includes:
信息编码模块 703, 配置用于获取应用程序的下载启动信息以及分 享信息, 并对所述下载启动信息以及分享信息进行编码。  The information encoding module 703 is configured to obtain download startup information and sharing information of an application, and encode the download startup information and sharing information.
链接生成模块 704, 配置用于将编码后的所述下载启动信息以及分 享信息合成为可分享至其他用户的分享链接。  The link generation module 704 is configured to synthesize the encoded download start information and sharing information into a sharing link that can be shared with other users.
具体地, 所述下载启动信息包括应用程序的下载安装包, 以及令所 述应用程序完成下载安装后进行启动的信息。  Specifically, the download startup information includes a download and installation package of an application program, and information that enables the application program to be started after the download and installation is completed.
所述分享信息包括: 分享链接用户的身份信息、 分享链接用户的任 务信息、 分享链接用户的对象信息、 分享链接用户的地址信息、 分享链 接用户的时间信息中至少其一。 The sharing information includes: sharing the identity information of the linked user, At least one of service information, object information of the link user, address information of the link user, and time information of the link user.
本申请实施例所述分享链接用户的身份信息为将所述分享链接分享 出去的用户的身份标识, 比如登录帐号、 用户名、 昵称等。  The identity information of the sharing link user in the embodiment of the present application is the identity of the user who shared the sharing link, such as a login account, a user name, and a nickname.
本申请实施例所述分享链接用户的任务信息包括: 打开直播间、 进 行点赞各种执行的任务。  The task information of the shared link user described in the embodiment of the present application includes: opening a live broadcast room, and performing various praised tasks.
本申请实施例所述分享链接用户的对象信息包括: 关注的答案, 对 应的视频节目、 阅读的书籍、 购买的商品、 分享的拍摄模板等。  The object information of the sharing link user described in the embodiment of the present application includes: answers to concerns, corresponding video programs, books read, purchased goods, shared shooting templates, and the like.
本申请所述下载启动信息以及分享信息可以采用同一编码技术进行 编码, 也可以采用不同的编码技术进行编码, 本申请对于编码方法并无 限定。  The download activation information and the sharing information described in this application may be encoded by using the same encoding technology, or may be encoded by using different encoding technologies. The application does not limit the encoding method.
本领域技术人员根据需要对所述编码方法进行选择, 本申请所采用 编码方法为本领域公知技术, 在此不再赘述。  A person skilled in the art selects the encoding method according to requirements. The encoding method used in this application is a well-known technology in the art, and details are not described herein again.
本申请实施例通过将编码后的下载启动信息以及分享信息合成为分 享链接进行分享。 所述分享链接可以采用二维码等各种便于分享的方式 来实现分享。 所述分享链接可以通过社交网络来实现分享。  In the embodiment of the present application, the encoded download start information and sharing information are synthesized into a sharing link for sharing. The sharing link may be shared in various convenient ways, such as a QR code. The sharing link may be shared through a social network.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行装置可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例八 Example eight
本实施例包括上述链接获得模块 701、任务执行模块 702。参见图 8, 所述链接获得模块 701包括:  This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702. Referring to FIG. 8, the link obtaining module 701 includes:
链接解码单元 7011, 配置用于根据接收的用户指令启动对所述分享 链接的解码, 获得解码后的数据信息。 The link decoding unit 7011 is configured to initiate sharing according to the received user instruction. Decode the link to obtain decoded data information.
信息获得单元 7012 , 配置用于从所述解码后的数据信息中分别获得 所述数据信息中的下载启动信息以及分享信息。  The information obtaining unit 7012 is configured to obtain download start information and share information in the data information from the decoded data information, respectively.
所述分享链接的解码为根据接收的用户指令启动, 即用户采用点击 等指令启动所述分享链接的解码, 得到解码后的数据信息。  The decoding of the sharing link is started according to a received user instruction, that is, the user starts the decoding of the sharing link by using a command such as clicking to obtain decoded data information.
本申请实施例通过解码获得所述数据信息中的下载启动信息以及分 享信息, 因此本申请能够根据所述分享链接实现应用程序的下载启动之 夕卜, 还能够根据其中的分享信息实现附加的其他任务执行效果。  In the embodiment of the present application, the download activation information and the sharing information in the data information are obtained by decoding. Therefore, the present application can implement the download activation of the application program according to the sharing link, and can also implement additional other based on the sharing information therein. Task execution effect.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行装置可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution device of this embodiment may be executed by any appropriate device having a sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例九 Example Nine
本实施例包括上述链接获得模块 701、任务执行模块 702。参见图 9, 所述任务执行模块 702包括:  This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702. Referring to FIG. 9, the task execution module 702 includes:
信息解析单元 7021, 配置用于对所述下载启动信息以及分享信息进 行解析, 获得下载启动任务以及分享信息对应的执行任务。  The information analysis unit 7021 is configured to analyze the download startup information and the shared information, and obtain a download startup task and an execution task corresponding to the shared information.
启动执行单元 7022 , 配置用于下载安装所述应用程序, 并根据所述 分享信息对应的执行任务启动所述应用程序执行对应的执行任务。  The starting execution unit 7022 is configured to download and install the application program, and start the application program to execute a corresponding execution task according to an execution task corresponding to the shared information.
因此, 本申请实施例根据所述下载启动信息以及分享信息即可直接 完成所述应用程序的下载安装启动以及对应任务的执行。  Therefore, the embodiment of the present application can directly complete the download and installation start of the application program and the execution of the corresponding task according to the download startup information and the sharing information.
用户无需在完成所述下载启动后, 再获得分享的其他任务信息, 进 而执行对应的任务。  The user does not need to obtain other shared task information after performing the download and start, and then execute the corresponding task.
比如, 用户分享拍摄模板给另一用户, 另一用户并未安装所述拍摄 应用程序, 用户分享链接中包含了所述拍摄应用程序的下载启动信息以 及包括具体拍摄模板的分享信息。 获得分享链接的用户无需再通过所述 拍摄应用程序进行所述拍摄模板搜索即可直接获得所述拍摄模板, 减少 用户操作次数, 改善用户体验。 For example, a user shares a shooting template with another user, and the other user does not install the shooting template. In the application, the user sharing link includes download activation information of the shooting application and sharing information including a specific shooting template. The user who obtains the sharing link can directly obtain the shooting template without searching the shooting template through the shooting application, thereby reducing the number of user operations and improving the user experience.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例十 Example 10
本实施例包括上述链接获得模块 701、 任务执行模块 702。 所述任务 执行模块 702还配置用于:  This embodiment includes the above-mentioned link obtaining module 701 and task execution module 702. The task execution module 702 is further configured to:
根据所述分享信息中的分享用户身份信息, 对获得所述分享链接的 用户进行对应的身份标识。  According to the sharing user identity information in the sharing information, the corresponding identity of the user who obtained the sharing link is identified.
本申请所述分享信息中包括分享链接的用户身份信息, 安装启动的 应用程序可以直接获得所述分享链接的用户身份, 而通过所述分享链接 安装启动所述应用程序的用户可以通过所述分享链接的用户身份信息获 得区分于其他用户的身份标识。  The sharing information in this application includes the identity information of the user who shared the link. The application that is launched and installed can directly obtain the identity of the user who shared the link, and the user who installs and launches the application program through the shared link can use the sharing The linked user's identity information is identified from other users.
具体地, 本申请所述区分于其他用户的身份标识可以为分享链接用 户的朋友。  Specifically, the identifications distinguished from other users described in this application may be friends of users who share the link.
本申请实施例所述步骤 S 102还包括:建立所述分享链接的用户与获 得所述分享链接的用户建立社交关系。  Step S102 in the embodiment of the present application further includes: establishing a social relationship between the user who establishes the sharing link and the user who obtains the sharing link.
在所安装的应用程序中将所述分享链接的用户与获得所述分享链接 的用户建立社交关系包括: 建立两者的好友关系以及将所述分享链接的 用户的关注信息、 用户标签、 推送标签等历史用户行为与获得所述分享 链接的用户分享, 便于所述应用程序进行信息推送等操作。 Establishing a social relationship between the user who shared the link and the user who obtained the shared link in the installed application program includes: establishing a friend relationship between the two and linking the user's attention information, user tag, and push tag to the shared link Etc. historical user behavior and access to share The linked users share, which is convenient for the application to perform operations such as information push.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
本实施例的基于分享的多任务执行方法可以由任意适当的具有基于 分享的多任务执行能力的设备执行, 包括但不限于: 各种设备终端或者 服务端, 包括但不限于 PC机、 平板电脑、 移动终端等。  The sharing-based multi-tasking execution method of this embodiment may be executed by any appropriate device having the sharing-based multi-tasking execution capability, including but not limited to: various device terminals or servers, including but not limited to PCs, tablet computers , Mobile terminal, etc.
实施例十一 Example 11
参照图 10, 示出了根据本申请实施例十一的一种设备 /终端 /服务器 的结构框图,本申请具体实施例并不对设备 /终端 /服务器的具体实现做限 定。  Referring to FIG. 10, a structural block diagram of a device / terminal / server according to Embodiment 11 of the present application is shown. The specific embodiment of the present application does not limit the specific implementation of the device / terminal / server.
如图 10所示, 该设备 /终端 /服务器可以包括: 一个或者多个处理器 As shown in FIG. 10, the device / terminal / server may include: one or more processors
(processor) 1002、 存储装置 (memory) 1004。 (processor) 1002, storage device (memory) 1004.
其中:  among them:
处理器 1002 , 用于执行程序 1006 , 具体可以执行上述基于分享的多 任务执行方法实施例中的相关步骤。  The processor 1002 is configured to execute a program 1006, and specifically may perform related steps in the foregoing embodiment of the method for performing multitasking based on sharing.
具体地, 程序 1006可以包括程序代码, 该程序代码包括计算机操作 指令。  Specifically, the program 1006 may include program code, where the program code includes a computer operation instruction.
处理器 1002 可能是中央处理器 CPU, 或者是特定集成电路 ASIC ( Application Specific Integrated Circuit ) , 或者是被配置成实施本申请 实施例的一个或多个集成电路。设备 /终端 /服务器包括的一个或多个处理 器, 可以是同一类型的处理器, 如一个或多个 CPU; 也可以是不同类型 的处理器, 如一个或多个 CPU以及一个或多个 ASIC。  The processor 1002 may be a central processing unit CPU, or an application specific integrated circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application. The device / terminal / server includes one or more processors, which can be processors of the same type, such as one or more CPUs; or different types of processors, such as one or more CPUs and one or more ASICs .
存储装置 1004, 用于存放一个或多个程序 1006。 存储装置 1004可 能包含高速 RAM 存储器, 也可能还包括非易失性存储器 ( non-volatile memory ) , 例如至少一个磁盘存储器。 程序 1006具体可以用于使得处理器 1002执行以下操作根据用户指 令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信 息; 将所述多任务数据信息进行解析获得至少两个待执行任务, 并对所 述待执行任务进行执行。 The storage device 1004 is configured to store one or more programs 1006. The storage device 1004 may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one magnetic disk memory. The program 1006 may be specifically configured to cause the processor 1002 to perform the following operations to decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link; and parse the multitasking data information to obtain at least two pending Execute a task, and execute the to-be-executed task.
在一种可选的实施方式中,程序 1006还用于获取应用程序的下载启 动信息以及分享信息, 并对所述下载启动信息以及分享信息进行编码; 将编码后的所述下载启动信息以及分享信息合成为可分享至其他用户的 分享链接。  In an optional implementation manner, the program 1006 is further configured to obtain download start information and share information of an application, and encode the download start information and share information; and encode the downloaded download start information and share information. Information is synthesized into sharing links that can be shared with other users.
在一种可选的实施方式中,程序 1006还用于根据接收的用户指令启 动对所述分享链接的解码, 获得解码后的数据信息; 从所述解码后的数 据信息中分别获得所述数据信息中的下载启动信息以及分享信息。  In an optional implementation manner, the program 1006 is further configured to start decoding the shared link according to the received user instruction to obtain decoded data information; and obtain the data from the decoded data information respectively. Download launch information in messages and share information.
在一种可选的实施方式中,程序 1006还用于对所述下载启动信息以 及分享信息进行解析,获得下载启动任务以及分享信息对应的执行任务; 下载安装所述应用程序, 并根据所述分享信息对应的执行任务启动所述 应用程序执行对应的执行任务。  In an optional implementation manner, the program 1006 is further configured to parse the download startup information and the share information to obtain a download startup task and an execution task corresponding to the share information; download and install the application program, and according to the The execution task corresponding to the shared information starts the application program to execute the corresponding execution task.
在一种可选的实施方式中,程序 1006还用于根据所述分享信息中的 分享用户身份信息, 对获得所述分享链接的用户进行对应的身份标识。  In an optional implementation manner, the program 1006 is further configured to, according to the sharing user identity information in the sharing information, identify the corresponding identity of the user who obtained the sharing link.
由此可知,本申请实施例根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息, 并对所述多任务数据信息对 应的待执行任务进行执行。 本申请实施例根据用户指令对分享链接的操 作, 即可直接完成对应的多个任务的执行, 避免用户进行大量的操作。 本申请实施例无需用户进行各个任务对应的操作才能够执行分享的多任 务, 用户通过分享链接即可实现多个任务操作的分享, 减少了用户操作 的次数, 改善了用户体验。  It can be known from this that the embodiment of the present application decodes the obtained sharing link according to a user instruction, obtains the multi-tasking data information corresponding to the sharing link, and executes the to-be-executed task corresponding to the multi-tasking data information. In the embodiment of the present application, the operation of sharing the link according to the user instruction can directly complete the execution of the corresponding multiple tasks, and avoid a large number of operations by the user. In the embodiment of the present application, multiple tasks can be shared without the user performing operations corresponding to each task. Users can share multiple task operations by sharing links, which reduces the number of user operations and improves the user experience.
需要指出, 根据实施的需要, 可将本申请实施例中描述的各个部件 / 步骤拆分为更多部件 /步骤, 也可将两个或多个部件 /步骤或者部件 /步骤 的部分操作组合成新的部件 /步骤, 以实现本申请实施例的目的。  It should be noted that according to the needs of implementation, each component / step described in the embodiment of the present application may be split into more components / steps, or two or more components / steps or partial operations of components / steps may be combined into New components / steps to achieve the purpose of the embodiments of the present application.
特别地, 根据本公开的实施例, 上文参考流程图描述的过程可以被 实现为计算机软件程序。 例如, 本公开的实施例包括一种计算机程序产 品, 其包括承载在计算机可读介质上的计算机程序, 该计算机程序包含 用于执行流程图所示的方法的程序代码。 在这样的实施例中, 该计算机 程序可以通过通信部分从网络上被下载和安装, 和 /或从可拆卸介质被安 装。 在该计算机程序被中央处理单元 (CPU) 执行时, 执行本申请的方 法中限定的上述功能。 需要说明的是, 本申请所述的计算机可读介质可 以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任 意组合。计算机可读存储介质例如可以是一一但不限于一一电、磁、光、 电磁、 红外线、 或半导体的系统、 装置或器件, 或者任意以上的组合。 计算机可读存储介质的更具体的例子可以包括但不限于: 具有一个或多 个导线的电连接、便携式计算机磁盘、硬盘、 随机访问存储器(RAM)、 只读存储器 (ROM) 、 可擦式可编程只读存储器 (EPROM 或闪存) 、 光纤、 便携式紧凑磁盘只读存储器 (CD-ROM) 、 光存储器件、 磁存储 器件、 或者上述的任意合适的组合。 在本申请中, 计算机可读存储介质 可以是任何包含或存储程序的有形介质, 该程序可以被指令执行系统、 装置或者器件使用或者与其结合使用。 而在本申请中, 计算机可读的信 号介质可以包括在基带中或者作为载波一部分传播的数据信号, 其中承 载了计算机可读的程序代码。 这种传播的数据信号可以采用多种形式, 包括但不限于电磁信号、 光信号或上述的任意合适的组合。 计算机可读 的信号介质还可以是计算机可读存储介质以外的任何计算机可读介质, 该计算机可读介质可以发送、 传播或者传输用于由指令执行系统、 装置 或者器件使用或者与其结合使用的程序。 计算机可读介质上包含的程序 代码可以用任何适当的介质传输, 包括但不限于: 无线、 电线、 光缆、 RF等等, 或者上述的任意合适的组合。 In particular, according to an embodiment of the present disclosure, the process described above with reference to the flowchart may be implemented as a computer software program. For example, embodiments of the present disclosure include a computer program product including a computer program carried on a computer-readable medium, the computer program containing program code for performing a method shown in a flowchart. In such an embodiment, the computer program may be downloaded and installed from a network through a communication section, and / or installed from a removable medium. Installed. When the computer program is executed by a central processing unit (CPU), the aforementioned functions defined in the method of the present application are executed. It should be noted that the computer-readable medium described in this application may be a computer-readable signal medium or a computer-readable storage medium or any combination of the foregoing. The computer-readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples of computer-readable storage media may include, but are not limited to: electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable memories Programming read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the foregoing. In this application, a computer-readable storage medium may be any tangible medium containing or storing a program, and the program may be used by or in combination with an instruction execution system, apparatus, or device. In this application, a computer-readable signal medium may include a data signal that is included in baseband or propagated as part of a carrier wave, and which carries computer-readable program code. Such a propagated data signal may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing. The computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium, and the computer-readable medium may send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device . Program code embodied on a computer-readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
可以以一种或多种程序设计语言或其组合来编写用于执行本申请的 操作的计算机程序代码, 所述程序设计语言包括面向对象的程序设计语 言一诸如 Java、 Smalltalk、 C++, 还包括常规的过程式程序设计语言一 诸如” C”语言或类似的程序设计语言。 程序代码可以完全地在用户计算 机上执行、 部分地在用户计算机上执行、 作为一个独立的软件包执行、 部分在用户计算机上部分在远程计算机上执行、 或者完全在远程计算机 或服务器上执行。 在涉及远程计算机的情形中, 远程计算机可以通过任 意种类的网络—包括局域网(LAN)或广域网(WAN)—连接到用户计算 机, 或者, 可以连接到外部计算机 (例如利用因特网服务提供商来通过 因特网连接) 。  Computer program code for performing the operations of the present application may be written in one or more programming languages or a combination thereof, the programming languages including an object-oriented programming language such as Java, Smalltalk, C ++, and also conventional A procedural programming language such as "C" or a similar programming language. The program code can be executed entirely on the user's computer, partly on the user's computer, as an independent software package, partly on the user's computer, partly on a remote computer, or entirely on the remote computer or server. In the case of a remote computer, the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (such as through an Internet service provider using the Internet Connection).
附图中的流程图和框图, 图示了按照本申请各种实施例的系统、 方 法和计算机程序产品的可能实现的体系架构、 功能和操作。 在这点上, 流程图或框图中的每个方框可以代表一个模块、 程序段、 或代码的一部 分, 该模块、 程序段、 或代码的一部分包含一个或多个用于实现规定的 逻辑功能的可执行指令。 也应当注意, 在有些作为替换的实现中, 方框 中所标注的功能也可以以不同于附图中所标注的顺序发生。 例如, 两个 接连地表示的方框实际上可以基本并行地执行, 它们有时也可以按相反 的顺序执行, 这依所涉及的功能而定。 也要注意的是, 框图和 /或流程图 中的每个方框、 以及框图和 /或流程图中的方框的组合, 可以用执行规定 的功能或操作的专用的基于硬件的系统来实现, 或者可以用专用硬件与 计算机指令的组合来实现。 The flowchart and block diagrams in the accompanying drawings illustrate the architecture, functions, and operations of possible implementations of systems, methods, and computer program products according to various embodiments of the present application. At this point, Each block in the flowchart or block diagram may represent a module, a program segment, or a part of code, which contains one or more executable instructions for implementing a specified logical function. It should also be noted that in some alternative implementations, the functions marked in the blocks may also occur in a different order than those marked in the drawings. For example, two successively represented boxes may actually be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending on the functions involved. It should also be noted that each block in the block diagrams and / or flowcharts, and combinations of blocks in the block diagrams and / or flowcharts, may be implemented in a dedicated hardware-based system that performs the specified function or operation. Or, it can be implemented by a combination of dedicated hardware and computer instructions.
描述于本申请实施例中所涉及到的单元可以通过软件的方式实现, 也可以通过硬件的方式来实现。 所描述的单元也可以设置在处理器中, 例如, 可以描述为: 一种处理器包括接收单元、 解析单元、 信息选取单 元和生成单元。 其中, 这些单元的名称在某种情况下并不构成对该单元 本身的限定, 例如, 接收单元还可以被描述为 “接收用户的网页浏览请 求的单元” 。  The units described in the embodiments of the present application may be implemented in a software manner, or may be implemented in a hardware manner. The described unit may also be provided in a processor, for example, it may be described as: A processor includes a receiving unit, a parsing unit, an information selecting unit, and a generating unit. Among them, the names of these units do not in any way constitute a limitation on the unit itself. For example, the receiving unit may also be described as a "unit for receiving a user's web browsing request".
作为另一方面, 本申请还提供了一种计算机可读介质, 其上存储有 计算机程序, 该程序被处理器执行时实现如上述任一实施例中所描述的 方法。  As another aspect, the present application also provides a computer-readable medium having stored thereon a computer program, which is executed by a processor to implement a method as described in any one of the foregoing embodiments.
作为另一方面, 本申请还提供了一种计算机可读介质, 该计算机可 读介质可以是上述实施例中描述的装置中所包含的;也可以是单独存在, 而未装配入该装置中。 上述计算机可读介质承载有一个或者多个程序, 当上述一个或者多个程序被该装置执行时, 使得该装置: 根据用户指令 对获得的分享链接进行解码,得到所述分享链接对应的多任务数据信息; 将所述多任务数据信息进行解析获得至少两个待执行任务, 并对所述待 执行任务进行执行。  As another aspect, the present application further provides a computer-readable medium, which may be included in the device described in the foregoing embodiments; or may exist alone without being assembled into the device. The computer-readable medium carries one or more programs, and when the one or more programs are executed by the device, the device is caused to: decode the obtained sharing link according to a user instruction to obtain a multitasking corresponding to the sharing link Data information; analyzing the multi-tasking data information to obtain at least two tasks to be executed, and executing the tasks to be executed.
以上描述仅为本申请的较佳实施例以及对所运用技术原理的说明。 本领域技术人员应当理解, 本申请中所涉及的发明范围, 并不限于上述 技术特征的特定组合而成的技术方案, 同时也应涵盖在不脱离上述发明 构思的情况下, 由上述技术特征或其等同特征进行任意组合而形成的其 它技术方案。 例如上述特征与本申请中公开的 (但不限于) 具有类似功 能的技术特征进行互相替换而形成的技术方案。  The above description is only a preferred embodiment of the present application and an explanation of the applied technical principles. Those skilled in the art should understand that the scope of the invention involved in this application is not limited to the technical solution of the specific combination of the above technical features, but also covers the above technical features or Other technical solutions formed by arbitrarily combining their equivalent features. For example, a technical solution formed by replacing the above features with technical features disclosed in the present application (but not limited to) with similar functions.

Claims

权 利 要 求 书 Claim
1、 一种基于分享的多任务执行方法, 其特征在于, 所述方法包括: 根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应 的多任务数据信息;  1. A sharing-based multitasking execution method, characterized in that the method comprises: decoding the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link;
将所述多任务数据信息进行解析获得至少两个待执行任务, 并对所 述待执行任务进行执行。  The multi-tasking data information is parsed to obtain at least two tasks to be executed, and the tasks to be executed are executed.
2、 根据权利要求 1所述的方法, 其特征在于, 所述根据用户指令对 获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息之 前还包括:  2. The method according to claim 1, wherein before decoding the obtained sharing link according to a user instruction to obtain the multi-tasking data information corresponding to the sharing link further comprises:
获取应用程序的下载启动信息以及分享信息, 并对所述下载启动信 息以及分享信息进行编码;  Obtaining download activation information and sharing information of an application, and encoding the download activation information and sharing information;
将编码后的所述下载启动信息以及分享信息合成为可分享至其他用 户的分享链接。  The encoded download activation information and sharing information are synthesized into a sharing link that can be shared with other users.
3、 根据权利要求 2所述的方法, 其特征在于, 所述根据用户指令对 获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息包 括:  3. The method according to claim 2, wherein the decoding of the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link includes:
根据接收的用户指令启动对所述分享链接的解码, 获得解码后的数 据信息;  Starting decoding of the sharing link according to the received user instruction to obtain decoded data information;
从所述解码后的数据信息中分别获得所述数据信息中的下载启动信 息以及分享信息。  The download start information and the share information in the data information are respectively obtained from the decoded data information.
4、 根据权利要求 2所述的方法, 其特征在于, 所述将所述多任务数 据信息进行解析获得至少两个待执行任务, 并对所述待执行任务进行执 行包括:  4. The method according to claim 2, wherein the parsing the multi-tasking data information to obtain at least two tasks to be executed, and performing the tasks to be executed comprises:
对所述下载启动信息以及分享信息进行解析, 获得下载启动任务以 及分享信息对应的执行任务;  Parse the download startup information and share information to obtain a download startup task and an execution task corresponding to the share information;
下载安装所述应用程序, 并根据所述分享信息对应的执行任务启动 所述应用程序执行对应的执行任务。  Download and install the application program, and start the application program to execute the corresponding execution task according to the execution task corresponding to the shared information.
5、 根据权利要求 4所述的方法, 其特征在于, 所述下载安装所述应 用程序, 并根据所述分享信息对应的执行任务启动所述应用程序执行对 应的执行任务还包括:  5. The method according to claim 4, wherein the downloading and installing the application program, and starting the application program to execute the corresponding execution task according to the execution task corresponding to the shared information further comprises:
根据所述分享信息中的分享用户身份信息, 对获得所述分享链接的 用户进行对应的身份标识。 According to the sharing user identity information in the sharing information, The user identifies the identity.
6、 一种基于分享的多任务执行装置, 其特征在于, 所述装置包括: 链接获得模块,配置用于根据用户指令对获得的分享链接进行解码, 得到所述分享链接对应的多任务数据信息;  6. A sharing-based multitasking execution device, characterized in that the device includes: a link obtaining module configured to decode the obtained sharing link according to a user instruction to obtain multitasking data information corresponding to the sharing link ;
任务执行模块, 配置用于将所述多任务数据信息进行解析获得至少 两个待执行任务, 并对所述待执行任务进行执行。  A task execution module is configured to parse the multi-tasking data information to obtain at least two tasks to be executed, and execute the tasks to be executed.
7、 根据权利要求 6所述的装置, 其特征在于, 所述装置还包括: 信息编码模块, 配置用于获取应用程序的下载启动信息以及分享信 息, 并对所述下载启动信息以及分享信息进行编码;  7. The device according to claim 6, further comprising: an information encoding module configured to obtain download start information and share information of an application program, and perform the download start information and share information Coding
链接生成模块, 配置用于将编码后的所述下载启动信息以及分享信 息合成为可分享至其他用户的分享链接。  The link generation module is configured to synthesize the encoded download activation information and sharing information into a sharing link that can be shared with other users.
8、 根据权利要求 7所述的装置, 其特征在于, 所述链接获得模块包 括:  8. The device according to claim 7, wherein the link obtaining module comprises:
链接解码单元, 配置用于根据接收的用户指令启动对所述分享链接 的解码, 获得解码后的数据信息;  A link decoding unit configured to start decoding the shared link according to a received user instruction to obtain decoded data information;
信息获得单元, 配置用于从所述解码后的数据信息中分别获得所述 数据信息中的下载启动信息以及分享信息。  The information obtaining unit is configured to obtain download start information and sharing information in the data information from the decoded data information, respectively.
9、 根据权利要求 7所述的装置, 其特征在于, 所述任务执行模块包 括:  9. The apparatus according to claim 7, wherein the task execution module comprises:
信息解析单元, 配置用于对所述下载启动信息以及分享信息进行解 析, 获得下载启动任务以及分享信息对应的执行任务;  An information parsing unit configured to analyze the download startup information and the shared information to obtain a download startup task and an execution task corresponding to the shared information;
启动执行单元, 配置用于下载安装所述应用程序, 并根据所述分享 信息对应的执行任务启动所述应用程序执行对应的执行任务。  The execution execution unit is configured to download and install the application program, and start the application program to execute a corresponding execution task according to an execution task corresponding to the shared information.
10、 根据权利要求 9所述的装置, 其特征在于, 所述启动执行单元 还配置用于:  10. The device according to claim 9, wherein the startup execution unit is further configured to:
根据所述分享信息中的分享用户身份信息, 对获得所述分享链接的 用户进行对应的身份标识。  According to the sharing user identity information in the sharing information, the corresponding identity of the user who obtained the sharing link is identified.
1 1、 一种设备 /终端 /服务器, 包括:  1 1. A device / terminal / server, including:
一个或多个处理器;  One or more processors;
存储装置, 用于存储一个或多个程序, 当所述一个或多个程序被所述一个或多个处理器执行, 使得所述一 个或多个处理器实现如权利要求 1-5中任一所述的方法。 A storage device for storing one or more programs, When the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the method according to any one of claims 1-5.
12、 一种计算机可读存储介质, 其上存储有计算机程序, 其特征在 于, 该程序被处理器执行时实现如权利要求 1-5中任一所述的方法。  12. A computer-readable storage medium having stored thereon a computer program, characterized in that when the program is executed by a processor, the method according to any one of claims 1-5 is implemented.
PCT/IB2018/056486 2018-08-21 2018-08-27 Sharing-based multi-task execution method and apparatus and device/terminal/server WO2020039239A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810953613.5A CN109284109A (en) 2018-08-21 2018-08-21 A kind of multitask execution method based on sharing, device and equipment/terminal/server
CN201810953613.5 2018-08-21

Publications (1)

Publication Number Publication Date
WO2020039239A1 true WO2020039239A1 (en) 2020-02-27

Family

ID=65182877

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2018/056486 WO2020039239A1 (en) 2018-08-21 2018-08-27 Sharing-based multi-task execution method and apparatus and device/terminal/server

Country Status (2)

Country Link
CN (1) CN109284109A (en)
WO (1) WO2020039239A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110662080B (en) * 2019-09-30 2021-10-01 中国科学技术大学 Machine-oriented universal coding method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104471917A (en) * 2014-04-15 2015-03-25 华为技术有限公司 Application information sharing method and device
CN105338079A (en) * 2015-10-27 2016-02-17 北京金山安全软件有限公司 Method and device for downloading theme pack
CN107544825A (en) * 2017-08-11 2018-01-05 北京安云世纪科技有限公司 The processing method of merchandise news, device and terminal in circle of friends
CN107547358A (en) * 2017-08-11 2018-01-05 北京安云世纪科技有限公司 Processing method, device and the terminal of game information
CN108197245A (en) * 2017-12-29 2018-06-22 天脉聚源(北京)科技有限公司 Share the method and device of commodity based on wechat platform

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514219A (en) * 2012-06-29 2014-01-15 深圳市快播科技有限公司 Method and system for sharing Web content between multiple terminals
CN104333599B (en) * 2014-11-06 2017-10-13 北京奇虎科技有限公司 Share the method and system and application service platform of application
US10476987B2 (en) * 2015-09-11 2019-11-12 Facebook, Inc. Retrieving information about an online system user for use by an application during retrieval and installation of the application
CN105872839B (en) * 2016-05-05 2018-05-15 北京京东尚科信息技术有限公司 Video sharing implementation method and system
CN106202308A (en) * 2016-07-01 2016-12-07 乐视控股(北京)有限公司 A kind of method of Information Sharing and electronic equipment
CN107885825A (en) * 2017-11-07 2018-04-06 维沃移动通信有限公司 A kind of five application page sharing method and mobile terminal
CN108334395B (en) * 2018-03-21 2023-11-10 光禹莱特数字科技(上海)有限公司 Information processing method, apparatus, computer device, and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104471917A (en) * 2014-04-15 2015-03-25 华为技术有限公司 Application information sharing method and device
CN105338079A (en) * 2015-10-27 2016-02-17 北京金山安全软件有限公司 Method and device for downloading theme pack
CN107544825A (en) * 2017-08-11 2018-01-05 北京安云世纪科技有限公司 The processing method of merchandise news, device and terminal in circle of friends
CN107547358A (en) * 2017-08-11 2018-01-05 北京安云世纪科技有限公司 Processing method, device and the terminal of game information
CN108197245A (en) * 2017-12-29 2018-06-22 天脉聚源(北京)科技有限公司 Share the method and device of commodity based on wechat platform

Also Published As

Publication number Publication date
CN109284109A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
US8036598B1 (en) Peer-to-peer transfer of files with back-office completion
US20220239760A1 (en) Message pushing method for a virtual gift and electronic device
CN111276123B (en) Method and device for voice broadcasting message, computer equipment and storage medium
CN109271130B (en) Audio playing method, medium, device and computing equipment
US10448073B2 (en) Popping-screen push system and method
CN107404418B (en) Internet product testing method, device, equipment and storage medium
WO2018107719A1 (en) Data sharing method, apparatus, terminal device and server
CN111954051A (en) Method, equipment and system for transmitting video and audio
CN105141567B (en) Interaction data processing method and system, the exchange method of terminal applies and server-side
CN111026982A (en) Intelligent contract processing method, computer equipment and storage medium
CN109710333A (en) Processing method, equipment and the computer readable storage medium of boarding application
US20240013811A1 (en) Video processing method and apparatus
US11196868B2 (en) Audio data processing method, server, client and server, and storage medium
CN108549586B (en) Information processing method and device
CN111773730A (en) Data processing method and device
CN110401858A (en) A kind of video broadcasting method, device, electronic equipment and storage medium
CN111356023B (en) Playing mode determining method and device
WO2015062263A1 (en) Method and apparatus for recording data of network interaction protocol
WO2020039239A1 (en) Sharing-based multi-task execution method and apparatus and device/terminal/server
CN108024140A (en) A kind of live broadcasting method and system
CN110381056B (en) Netty-based private protocol coding and decoding method and apparatus
WO2012079492A1 (en) Method and device for decoding video call data
EP3519964B1 (en) Electronic apparatus for recording debugging information and control method thereof
CN110548285B (en) Game communication control method and device, medium and electronic equipment
CN111782989B (en) Fast application association method and related device

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18930673

Country of ref document: EP

Kind code of ref document: A1