CN114363307B - Information processing method and system - Google Patents

Information processing method and system Download PDF

Info

Publication number
CN114363307B
CN114363307B CN202210270964.2A CN202210270964A CN114363307B CN 114363307 B CN114363307 B CN 114363307B CN 202210270964 A CN202210270964 A CN 202210270964A CN 114363307 B CN114363307 B CN 114363307B
Authority
CN
China
Prior art keywords
identification information
target
application
information
task
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210270964.2A
Other languages
Chinese (zh)
Other versions
CN114363307A (en
Inventor
余盛褚
甘文鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang eCommerce Bank Co Ltd
Original Assignee
Zhejiang eCommerce Bank Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang eCommerce Bank Co Ltd filed Critical Zhejiang eCommerce Bank Co Ltd
Priority to CN202210270964.2A priority Critical patent/CN114363307B/en
Priority to CN202210977093.8A priority patent/CN115334061A/en
Publication of CN114363307A publication Critical patent/CN114363307A/en
Application granted granted Critical
Publication of CN114363307B publication Critical patent/CN114363307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24578Query processing with adaptation to user needs using ranking
    • 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 

Abstract

An embodiment of the present specification provides an information processing method and a system, wherein the information processing method includes: acquiring operation requests corresponding to the service application and the target application; reading identification information and operation information corresponding to the service application according to the operation request, and uploading an operation task to a server according to the identification information and the operation information; under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server; and receiving the operation task fed back by the server aiming at the identification information and the target identification information, and displaying an interface corresponding to the operation information in the operation task through the target application.

Description

Information processing method and system
Technical Field
The embodiment of the specification relates to the technical field of computers, in particular to an information processing method and system.
Background
With the development of internet technology, more and more services are converted into an online mode, and business services are completed through the online mode, so that users can participate in business more conveniently. Most of the online services need to be completed by depending on application programs, and as the complexity of the online services becomes high, a plurality of application programs are often required to be matched with each other to complete the service support. However, in the prior art, when a user operation jumps from one application program to another application program, due to the existence of a jump interruption, the user cannot continue to provide operation for the other application program, and the user needs to perform the operation again to reach the current service demand node, which greatly affects the user experience and cannot improve the use efficiency.
Disclosure of Invention
In view of this, the embodiments of the present specification provide two information processing methods. One or more embodiments of the present specification also relate to an information processing system, a computing device, a computer-readable storage medium, and a computer program to solve technical problems of the related art.
According to a first aspect of embodiments of the present specification, there is provided an information processing method, applied to a client, including:
acquiring operation requests corresponding to the service application and the target application;
reading identification information and operation information corresponding to the service application according to the operation request, and uploading an operation task to a server according to the identification information and the operation information;
under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server;
and receiving the operation task fed back by the server aiming at the identification information and the target identification information, and displaying an interface corresponding to the operation information in the operation task through the target application.
According to a second aspect of the embodiments of the present specification, there is provided another information processing method, applied to a server, including:
receiving an operation task uploaded by a client;
determining identification information according to the operation task, and writing the operation task into a task queue according to the identification information;
under the condition that target identification information uploaded by the client is received, querying the task queue based on the target identification information;
and reading the operation task corresponding to the identification information having the incidence relation with the target identification information according to the query result, and sending the operation task to the client.
According to a third aspect of embodiments herein, there is provided an information processing system including:
a client and a server;
the client is configured to obtain operation requests corresponding to the service application and the target application; reading identification information and operation information corresponding to the service application according to the operation request, and uploading an operation task to the server according to the identification information and the operation information;
the server is configured to receive the operation task; writing the operation task into a task queue according to the identification information in the operation task;
the client is further configured to read target identification information corresponding to the target application and send the target identification information to the server under the condition that the target application is started in response to the operation request; and receiving the operation task fed back by the server side according to the target identification information and inquiring the task queue, and displaying an interface corresponding to the operation information in the operation task through the target application.
According to a fourth aspect of embodiments herein, there is provided a computing device comprising:
a memory and a processor;
the memory is used for storing computer-executable instructions, and the processor is used for realizing any step of the information processing method when executing the computer-executable instructions.
According to a fifth aspect of embodiments herein, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of any one of the information processing methods.
According to a sixth aspect of embodiments herein, there is provided a computer program, wherein when the computer program is executed in a computer, the computer is caused to execute the steps of the above-described information processing method.
In order to ensure the operation continuity of a user when an application skips, the information processing method provided by the present specification may first obtain an operation request corresponding to a service application and a target application, then read identification information and operation information of the corresponding service application according to the operation request, create an operation task based on the two and send the operation task to a server, and the server temporarily stores the operation task; under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server; at the moment, the server side can determine the operation task needing to be fed back to the client side according to the target identification information and the identification information, so that the client side can display an interface corresponding to the operation information in the operation task through the target application after receiving the operation task; when the application jump occurs at the client, the corresponding operation interface can be continuously provided for the user in another application by combining the identification information, so that the problem of operation interruption caused by the application jump is avoided, the user can conveniently perform subsequent execution operation, and the operation continuity is effectively ensured.
Drawings
Fig. 1 is a flowchart of an information processing method provided in an embodiment of the present specification;
FIG. 2 is a flow diagram of another information processing method provided by one embodiment of the present description;
FIG. 3 is a block diagram of an information handling system, according to an embodiment of the present disclosure;
FIG. 4 is a flowchart illustrating a processing procedure of an information processing method according to an embodiment of the present disclosure;
fig. 5 is a block diagram of a computing device according to an embodiment of the present disclosure.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present description. This description may be implemented in many ways other than those specifically set forth herein, and those skilled in the art will appreciate that the present description is susceptible to similar generalizations without departing from the scope of the description, and thus is not limited to the specific implementations disclosed below.
The terminology used in the description of the one or more embodiments is for the purpose of describing the particular embodiments only and is not intended to be limiting of the description of the one or more embodiments. As used in one or more embodiments of the present specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first can also be referred to as a second and, similarly, a second can also be referred to as a first without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
First, the noun terms to which one or more embodiments of the present specification relate are explained.
App: application software mainly refers to software installed on a smart phone, and overcomes the defects and individuation of an original system. The mobile phone is improved in functions, and a main means of richer use experience is provided for users.
Breakpoint continuity: the interrupted flow is reconnected.
In the present specification, two information processing methods are provided, and the present specification simultaneously relates to an information processing system, a computing device, a computer-readable storage medium, and a computer program, which are described in detail one by one in the following embodiments.
In practical application, when application program jumping is performed, a traditional boot scheme can only open another application program from one application program, and an operation flow of a user is interrupted, so that operation which is not completed in the previous application program cannot be continued. Most of the jump schemes in the prior art adopt scheme mode, that is, an application program presets a scheme link, and another application program can be called by triggering the link. Although the skip can be realized by the method, the method has insecurity, namely, the parameters carried by the scheme link can be directly acquired; meanwhile, another application program needs to be pre-installed to be capable of using the link; when the user jumps, the other application program cannot link the operation in the sequence with the previous application program, and the operation link of the user is seriously broken, which greatly influences the use experience of the user. There is therefore a need for an effective solution to the above problems.
In view of this, in order to ensure the operation continuity of the user when the application jumps, the operation requests corresponding to the service application and the target application may be obtained first, then the identification information and the operation information of the corresponding service application are read according to the operation requests, an operation task is created based on the identification information and the operation information and sent to the server, and the server performs temporary storage; when the target application is started in response to the operation request, the target identification information of the corresponding target application can be read and sent to the server; at the moment, the server side can determine the operation task needing to be fed back to the client side according to the target identification information and the identification information, so that the client side can display an interface corresponding to the operation information in the operation task through the target application after receiving the operation task; when the application jump occurs at the client, the corresponding operation interface can be continuously provided for the user in another application by combining the identification information, so that the problem of operation interruption caused by the application jump is avoided, the user can conveniently perform subsequent execution operation, and the operation continuity is effectively ensured.
Fig. 1 shows a flowchart of an information processing method provided in an embodiment of the present specification, which is applied to a client and specifically includes the following steps.
Step S102, obtaining operation requests corresponding to the business application and the target application.
Specifically, the client specifically refers to a terminal held and used by a user, including but not limited to a mobile phone, a notebook computer, a desktop computer, an intelligent wearable device, and the like, and the client held by the user may be installed with an application program; correspondingly, the business application specifically refers to an application program or an applet providing business service to a user at the current moment, including but not limited to a payment application program, a video application program, a communication application program, a browser application program, a shopping application program, and the like; correspondingly, the target application specifically refers to an application program or an applet providing a business service to the user after the current time is jumped, and includes, but is not limited to, a payment application program, a video application program, a communication application program, a browser application program, a shopping application program, and the like.
It should be noted that, when the service application and the target application are application programs installed on the client, the service application and the target application belong to different application programs; or when the business application and the target application are small programs in a certain application program, the business application and the target application belong to different small programs; that is, the business application and the target application are two application programs providing different business services to the user, which are different from each other, but have a jump relationship with each other, that is, the business application can jump to the target application, and the target application continues to provide the service to the user. For example, the business application is a shopping application program, the target application is a payment application program, and when a user finishes shopping in the shopping application program, the user can jump to the payment application program to pay money; or the service application program is a communication application program, the target application program is a video application program, and when the user receives the video link in the communication application program, the user can jump to the video application program to play the video corresponding to the video link.
Correspondingly, the operation request specifically refers to that the client detects a jump request for jumping from the service application to the target application, and based on the request, the jump operation of the subsequent service application to the target application is realized.
In this embodiment, the service application and the target application are both apps installed on the client, and the same or corresponding description contents may be referred to for the jump operation in other scenarios.
Based on this, when the client detects an operation request between the service application and the target application, it is described that in order to continue providing the corresponding service to the user at this time, the operation can be performed only by skipping from the service application to the target application, and in order to maintain the operation continuity, the operation request can be acquired and then used for subsequent identifier reading and service-side uploading, so that the operation continuity is maintained in an interactive manner between the client and the service-side.
And step S104, reading identification information and operation information corresponding to the service application according to the operation request, and uploading an operation task to a server according to the identification information and the operation information.
Specifically, after the operation request is obtained, further, in order to subsequently connect an operation node of the service application on the target application and ensure security, the identification information and the operation information of the corresponding service application may be read according to the operation request to ensure that the identification information and the operation information of the corresponding service application are carried in the operation task sent to the server, so that at the start stage of the target application, data security may be ensured through the identification information, and operation continuity may be ensured through the operation information; after the identification information and the operation information of the corresponding business application are read, the operation task can be created according to the identification information and the operation information and sent to the server, and the operation task is temporarily stored by the server, so that the follow-up operation can be continuously executed in response to the starting state of the target application, and the operation continuity is ensured.
The identification information corresponding to the service application specifically refers to unique identification information corresponding to a user logged in by the service application, and is used for ensuring that the user continuing to operate in the target application is the user logged in by the service application, so that the data security is ensured; correspondingly, the operation information is specifically information related to an application running node corresponding to the moment when the service application jumps to the target application, and information related to a node needing to run in the target application after the jump, and is used for subsequently supporting the continuity of the operation. Correspondingly, the server specifically refers to one end for managing operation tasks, and business services for business applications and target applications can be controlled and provided by the server. Correspondingly, the operation task specifically refers to a jump task for the business application to jump to the target application, and is used for implementing that the target application can be executed after being started.
Furthermore, when reading the identification information and the operation information of the corresponding service application, in order to further ensure the data security and continue the operation in the target application, the creation of the identification information can be completed by combining the user identification information and the device identification information, and the creation of the operation information can be completed by combining the application jump information; in this embodiment, the specific implementation manner is as follows:
reading equipment identification information and service user identification information associated with the service application according to the operation request, and determining application skip information corresponding to the operation request; creating the identification information according to the equipment identification information and the service user identification information, and creating the operation information according to the application skip information; and creating the operation task based on the identification information and the operation information, and uploading the operation task to the server.
Specifically, the device identification information specifically refers to unique identification information of the corresponding client, and is used for representing the uniqueness of the client; correspondingly, the service user identification information specifically refers to unique identification information corresponding to a user in a service application, and the service user identification information includes, but is not limited to, a user account, a mobile phone number, a user code, and the like in the service application, and this embodiment is not limited herein; correspondingly, the application jump information specifically refers to information related to a node that the target application needs to run after jumping to the target application, and includes, but is not limited to, jump link information, jump node information, and the like, and is used for linking a running node before the business application jumps in the target application.
Based on this, after receiving an operation request corresponding to the business application jumping to the target application, in order to ensure the security and the jumping linkage degree, the unique corresponding device identification information of the client and the corresponding business user identification information of the user operating the client in the business application can be read according to the operation request, and the application jumping information corresponding to the operation request is determined at the same time; and then, creating identification information corresponding to the service application according to the equipment identification information and the service user identification information, and creating operation information corresponding to the service application according to the application skip information, wherein at this time, an operation task can be created by combining the identification information and the operation information and is sent to the server for storage, so that the follow-up operation of connecting operation nodes of the service application by requesting the server when the target application is started is realized, thereby ensuring the operation continuity and improving the user experience.
For example, the user performs resource management through the App1, and the App1 only provides resource viewing services for the user; when the user needs to perform resource migration, the user needs to jump to the App2 to complete the resource migration; based on this, after the client held by the user collects an operation request that App1 jumps to App2, at this time, device identification information phone _ ID1 corresponding to the client may be read according to the operation request, an account (service user identification information) App1_ ID1 logged in App1 by the user is read at the same time, identification information is constructed in combination with the device identification information phone _ ID1 and the service user identification information App1_ ID1, and it is determined that application jump information corresponding to the operation request is http: and/or the user can jump to the interface corresponding to the link in the App2 to continue providing the resource migration service for the user. The operation information can be created according to the application jump information, at this time, the operation task can be created by combining the identification information and the operation information to be sent to the server, and the server stores the operation task, so that the operation continuity can be supported when the client starts the App 2.
In summary, the identification information corresponding to the service user is constructed by combining the equipment identification information and the service user identification information, so that the consistency of the operation user can be further ensured when the target application is started subsequently, and therefore, the operation information is combined for linking on the basis, the continuous operation is realized, and the user use experience is improved.
In addition, considering that when the client jumps to the target application from the service application, the client may not install the target application, which may cause direct interruption of operation, and the operation connection cannot be performed even if the target application is installed immediately, in order to avoid the influence of the operation interruption caused by this problem, the client may resume starting the target application in response to the operation request again after requesting installation of the target application; in this embodiment, the specific implementation manner is as follows:
determining an application installation strategy corresponding to the target application under the condition that the target application is not detected in response to the operation request; sending an application installation request to the server according to the application installation strategy, and receiving an application installation package fed back by the server aiming at the application installation request; and installing the target application based on the application installation package, and executing the step of reading target identification information corresponding to the target application and sending the target identification information to the server side under the condition that the target application is started in response to the operation request.
Specifically, the application installation policy specifically refers to a relevant policy for guiding a user to install the target application, and the application installation policy includes a download link corresponding to the target application, so as to download an application installation package corresponding to the target application in an application store or a browser of the client, that is, the application installation package is a program package corresponding to the target application and is used for being installed on the client.
Based on this, under the condition that the target application is not detected in response to the operation request, it is indicated that the client does not install the target application at the current stage, and in order to provide the service to the user continuously through the target application, an application installation policy corresponding to the target application may be determined at this time, and then the application installation request is sent to the server in combination with the application installation policy; the server can determine an application installation package corresponding to the target application according to the download link carried in the application installation request, and send the application installation package to the client, so that the client can complete installation of the target application based on the application installation package, and then step S106 is executed, so that subsequent operation of linking up service application in the target application is realized.
In practical application, in order to ensure that a user successfully installs a target application through a client, a diagram for downloading the target application can be added in an application installation strategy, so that the user can conveniently operate according to the diagram; that is, the content of the prompt for assisting the downloading of the target application included in the application installation policy may be set according to the actual application scenario, and this embodiment is not limited in any way here.
In summary, when the client does not have the target application installed, the target application may be installed through the application installation policy, so that the target application may continue to be started in response to the operation request in the following process, and the operation that cannot be linked with the service application because the application is not installed is avoided.
Furthermore, in order to successfully provide subsequent services to the user through the target application, it is further required to ensure that account information logged in by the target application and account information logged in by the service application both belong to the same user, so that data consistency and security can be ensured; in this embodiment, the specific implementation manner is as follows:
logging in the target application in response to the identity information submitted by the target application, and detecting whether an unexecuted operation request exists in a request queue; if yes, reading the operation request in the request queue, and executing the steps of reading the target identification information corresponding to the target application and sending the target identification information to the server; if not, interrupting the operation and displaying the reminding information of the target application for logging again to the user.
Specifically, the identity information specifically refers to account and password information used by the user when logging in the target application; correspondingly, the request queue specifically refers to a queue for storing the operation request in the client, and is used for avoiding that the operation request is lost and the subsequent jump operation cannot be realized.
Based on this, after the client finishes the installation of the target application, if the target application is started in direct response to the operation request, the jump failure is caused because the account of the user is not logged in after the target application is just installed; therefore, in order to avoid the problem, the target application may be logged in response to the identity information submitted by the user for the target application, and after the logging is completed, whether an operation request exists in the request queue of the client is detected, and if so, step S106 may be executed; if not, the target application and the account number logged in by the service application do not belong to the same user, the skip operation is interrupted, and the reminding information of logging in the target application again is displayed for the user. The user can conveniently unify the account numbers of the business application and the target application into the same user and then carry out subsequent operation.
Along the above example, when it is detected that the client does not have the App2 installed, the application installation policy corresponding to the App2 may be determined, then an application installation request corresponding to the App2 is sent to the server based on the policy, and the client performs the installation of the App2 based on the application installation package fed back by the server. After installation, in order to directly perform resource migration in the App2, login may be performed in response to identity information submitted by a user in the App2, and after the login is completed, whether an operation request exists in a request queue of a client is detected, and if so, the App2 may be started based on the operation request, so as to implement subsequent jump and resource migration operations. If the account number does not exist, it is further described that the account number logged by App2 and the account number logged by App1 do not belong to the same user, and the subsequent processing operation can be continued only after the two are consistent, and then a prompt for logging back can be sent to the user.
In conclusion, the following processing operation is controlled by detecting the request queue, so that the connection of application jump is more smooth while the safety is ensured, and the use experience of a user is improved.
And step S106, under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server.
Specifically, after the operation task is sent to the server, the service end completes the jump request record of the service application to the target application; furthermore, when the target application installed on the client is started in response to the operation request, it indicates that the service needs to be continuously provided to the user in the target application at this time, and in order to ensure the operation continuity, the user does not need to operate again in the target application, and the running node before the service application jumps is directly connected, so that the target identification information of the corresponding target application can be read at this time; and then, the target identification information is sent to the server to request the operation task, so that a subsequent identification information comparison mode can be carried out at the server, the operation task which needs to be fed back to the client and is executed through the target application is determined, seamless connection based on the operation information in the operation task is realized, and the operation continuity of a user is ensured.
The target identification information corresponding to the target application specifically refers to unique identification information corresponding to a user logged in by the target application, and is used for ensuring that the user continuing to operate in the target application is the user logged in by the service application, so that data security is ensured.
Furthermore, when the target identification information is read and sent to the server, in order to ensure that the server can feed back a corresponding operation task in response to the target identification information and achieve the operation progress of linking up the service application in the target application, the target identification information can be determined and sent in combination with the device identification information of the client and the target user identification information; in this embodiment, the specific implementation manner is as follows:
reading equipment identification information and target user identification information associated with the target application according to the operation request; and creating the target identification information according to the equipment identification information and the target user identification information, creating a task reading request carrying the target identification information and sending the task reading request to the server.
Specifically, the device identification information specifically refers to unique identification information of the corresponding client, and is used for representing the uniqueness of the client; correspondingly, the target user identification information specifically refers to unique identification information corresponding to the user in the target application, and the target user identification information includes, but is not limited to, a user account, a mobile phone number, a user code, and the like in the target application, and this embodiment is not limited in any way.
Based on this, when the target application is started based on the operation request, the target application can be started at this time, and because the target application is started based on the jump request of the service application, in order to enable the service application and the target application to be smoothly connected and maintain the operation continuity of the user, the device identification information corresponding to the client and the target user identification information corresponding to the account number logged by the target application can be read at this time, then the target identification information corresponding to the target application is created according to the device identification information and the target user identification information, so that a task reading request carrying the target identification information is created and sent to the server, and the server can determine the operation task to feed back by comparing the identification information, so that the operation task is executed in the target application subsequently to complete the operation connection.
Along the above example, in the case that the App2 is started in response to an operation request, at this time, based on the operation request, the device identification information phone _ ID1 of the client and the account number (target user identification information) App2_ ID2 logged in by the user in App2 may be read, and in combination with the device identification information phone _ ID1 and the target user identification information App2_ ID2, a task read request is created and sent to the server, so that the server may send an operation task from App1 to App2 by comparing the identification information, and the App2 may continue the operation of the user in App1 to perform resource migration.
In summary, the target user identification information and the device identification information are integrated to create the target identification information corresponding to the target application, and the target identification information is sent to the server, so that the server can accurately determine the operation task between the business application and the target application, and the operation task belongs to the user with the client, thereby facilitating the subsequent operation and connection and ensuring the operation continuity.
In addition, considering that the target application is not successfully started, for example, the client runs in insufficient memory, or the target application is shielded, or the target application version is not updated, the user may not continue to operate in the target application at this time, and in order to avoid operation interruption, the operation continuity may be maintained in a browser connection mode; in this embodiment, the specific implementation manner is as follows:
determining operation link information corresponding to the target application according to the operation information under the condition that the target application is not started in response to the operation request; and starting a browsing application in response to the operation request, and creating an operation page in the browsing application for displaying based on the operation link information.
Specifically, the operation link information specifically refers to link information corresponding to content to be displayed after the skip, and is used for skipping in the browsing application; correspondingly, the operation page specifically refers to a page displayed to the user through the browser, and the page corresponds to a page to be displayed after the business application skips, and supports the user to continue subsequent operations in the page.
Based on this, under the condition that the target application is not started in response to the operation request, which indicates that the target application cannot continue to provide the service to the user at this time, the operation link information corresponding to the target application may be determined according to the operation information, then, the browsing application with the priority lower than that of the target application is started in response to the operation request, and an operation page is created in the browsing application for displaying through the operation link information, so that the user may continue to perform subsequent processing operations in the page.
In practical applications, when an operation page is displayed through a browsing application installed on a client, in order to cause data loss and improve security, a user needs to log in an account in a webpage version to support subsequent processing operations.
In summary, by starting the standby browsing application to display the operation page in response to the operation request, it is possible to continue to provide the corresponding operation service to the user when the target application cannot be started, thereby maintaining the operation continuity and avoiding the influence on the continuity of the service provided to the user due to the operation interruption.
Step S108, receiving the operation task fed back by the server aiming at the identification information and the target identification information, and displaying an interface corresponding to the operation information in the operation task through the target application.
Specifically, after the target identification information corresponding to the target application is sent to the server, further, if the server determines that the identity information of the target application to be skipped is the same as the identity information of the business application before the skip based on the target identification information, it indicates that the same user is operating, and at this time, an operation task is fed back to the client to implement subsequent operation connection; in this embodiment, the specific implementation manner is as follows:
receiving the operation task fed back by the server aiming at the task reading request; the server side determines the target identification information based on the task reading request, and determines and feeds back the operation task by comparing the target identification information with the identification information; analyzing the operation task to obtain the operation information, and reading interface information corresponding to the operation information in the target application; and creating an interface responding to the operation request according to the interface information, and displaying through the target application.
Specifically, the interface information specifically refers to interface information of a running node of the connected service application, and the interface of the connected service application can be directly displayed on the basis of the interface information in the target application, so that the problem of operation interruption is avoided.
Based on this, when the server side feeds back the operation task according to the task reading request, the server side determines target identification information based on the task reading request, and determines that the user identity information of the business application jumping to the target application is the same by comparing the target identification information with the identification information, and then the uploaded operation task can be fed back to the client side according to the identification information comparison result; after receiving the operation task, the client can analyze the operation task to obtain operation information, reads interface information corresponding to the operation information in the target application, creates an interface responding to the operation request according to the interface information, and displays the interface to the user through the target application, so that the user can conveniently perform subsequent processing operation.
In practical application, in the process of sending a task reading request to a server and receiving an operation task fed back by the server, in order to ensure data security, the operation task can be requested to the server through an encryption token, and under the condition that the operation task exists in the server, the feedback and subsequent operation of the operation task are performed, so that the data security is improved. The token is used as an identity authentication mechanism, initially, a user submits account data to a server, the server generates a character string (token) by adopting a certain strategy, and the token character string contains a small amount of user information and has a certain time limit. The server side transmits the token character string to the client side, the client side stores the token character string and carries the token character string in the next request, and therefore the safety line of the skip operation is guaranteed.
Along the above example, after receiving the operation task fed back by the server, the App2 can create the resource migration interface according to the operation information in the operation task and directly display the resource migration interface to the user, and the user does not need to perform a re-operation from the first interface of the App2, and can jump to the resource migration interface to perform subsequent processing operations.
In summary, in order to ensure the operation continuity of the user when the application jumps, the operation requests corresponding to the service application and the target application may be obtained first, then the identification information and the operation information of the corresponding service application are read according to the operation requests, an operation task is created based on the identification information and the operation information and sent to the server, and the operation task is temporarily stored by the server; under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server; at the moment, the server side can determine the operation task needing to be fed back to the client side according to the target identification information and the identification information, so that the client side can display an interface corresponding to the operation information in the operation task through the target application after receiving the operation task; when the application jump occurs at the client, the corresponding operation interface can be continuously provided for the user in another application by combining the identification information, so that the problem of operation interruption caused by the application jump is avoided, the user can conveniently perform subsequent execution operation, and the operation continuity is effectively ensured.
Fig. 2 is a flowchart illustrating another information processing method according to an embodiment of the present specification, which is applied to a server and specifically includes the following steps.
Step S202, receiving an operation task uploaded by a client;
step S204, determining identification information according to the operation task, and writing the operation task into a task queue according to the identification information;
step S206, under the condition that the target identification information uploaded by the client is received, inquiring the task queue based on the target identification information;
step S208, reading the operation task corresponding to the identification information having the association relation with the target identification information according to the query result, and sending the operation task to the client.
For convenience of description, the related feature descriptions in this embodiment can refer to the same or corresponding description contents in the above embodiments, and are not described herein again.
Based on the method, after the server receives the operation task uploaded by the client, the client needs to execute the jump operation of the service application to the target application; in order to facilitate that a subsequent target application can be successfully jumped and a running node of a business application is linked, the server side can determine identification information according to the operation task at the moment, the operation task is written into the task queue based on the identification information, when the target identification information uploaded by the client side is received, the client side is proved to have finished starting the target application, the task queue can be inquired based on the target identification information at the moment, so that the identification information belonging to the same user is determined, the operation task corresponding to the identification information is read and fed back to the client side, and continuous operation of the client side is supported.
In summary, the client is responded to in a mode of comparing the target identification information with the identification information, the feedback of the operation task is carried out, the skipping safety can be guaranteed, the continuity of the operation nodes after skipping can be maintained, the client can directly display the skipped demand interface to the user, the subsequent operation demand of the user is met, and the user use experience is improved.
Corresponding to the above method embodiment, the present specification further provides an information processing system embodiment, and fig. 3 shows a schematic structural diagram of an information processing system provided in an embodiment of the present specification. As shown in fig. 3, the system 300 includes:
a client 310 and a server 320;
the client 310 is configured to obtain operation requests corresponding to the business application and the target application; reading identification information and operation information corresponding to the service application according to the operation request, and uploading an operation task to the server according to the identification information and the operation information;
the server 320 is configured to receive the operation task; writing the operation task into a task queue according to the identification information in the operation task;
the client 310 is further configured to, in a case where the target application is started in response to the operation request, read target identification information corresponding to the target application and send the target identification information to the server; and receiving the operation task fed back by the server side according to the target identification information and inquiring the task queue, and displaying an interface corresponding to the operation information in the operation task through the target application.
In an optional embodiment, the client 310 is further configured to:
reading equipment identification information and service user identification information associated with the service application according to the operation request, and determining application skip information corresponding to the operation request; creating the identification information according to the equipment identification information and the service user identification information, and creating the operation information according to the application skip information; and creating the operation task based on the identification information and the operation information, and uploading the operation task to the server.
In an optional embodiment, the client 310 is further configured to:
determining an application installation strategy corresponding to the target application under the condition that the target application is not detected in response to the operation request; sending an application installation request to the server according to the application installation strategy, and receiving an application installation package fed back by the server aiming at the application installation request; and installing the target application based on the application installation package, and executing the step of reading target identification information corresponding to the target application and sending the target identification information to the server side under the condition that the target application is started in response to the operation request.
In an optional embodiment, the client 310 is further configured to:
logging in the target application in response to the identity information submitted by the target application, and detecting whether an unexecuted operation request exists in a request queue; and if so, reading the operation request in the request queue, and executing the steps of reading the target identification information corresponding to the target application and sending the target identification information to the server.
In an optional embodiment, the client 310 is further configured to:
reading equipment identification information and target user identification information associated with the target application according to the operation request; and creating the target identification information according to the equipment identification information and the target user identification information, creating a task reading request carrying the target identification information and sending the task reading request to the server.
In an optional embodiment, the client 310 is further configured to:
receiving the operation task fed back by the server aiming at the task reading request; the server side determines the target identification information based on the task reading request, and determines and feeds back the operation task by comparing the target identification information with the identification information; analyzing the operation task to obtain the operation information, and reading interface information corresponding to the operation information in the target application; and creating an interface responding to the operation request according to the interface information, and displaying the interface through the target application.
In an optional embodiment, the client 310 is further configured to:
determining operation link information corresponding to the target application according to the operation information under the condition that the target application is not started in response to the operation request; and starting a browsing application in response to the operation request, and creating an operation page in the browsing application for displaying based on the operation link information.
In order to ensure the operation continuity of a user when an application skips, the information processing system provided by the present specification may first obtain an operation request corresponding to a service application and a target application, then read identification information and operation information of the corresponding service application according to the operation request, create an operation task based on the two and send the operation task to a server, and the server temporarily stores the operation task; under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server; at the moment, the server side can determine the operation task needing to be fed back to the client side according to the target identification information and the identification information, so that the client side can display an interface corresponding to the operation information in the operation task through the target application after receiving the operation task; when the application jump occurs at the client, the corresponding operation interface can be continuously provided for the user in another application by combining the identification information, so that the problem of operation interruption caused by the application jump is avoided, the user can conveniently perform subsequent execution operation, and the operation continuity is effectively ensured.
The above is a schematic configuration of an information processing system of the present embodiment. It should be noted that the technical solution of the information processing system and the technical solution of the information processing method belong to the same concept, and for details that are not described in detail in the technical solution of the information processing system, reference may be made to the description of the technical solution of the information processing method.
The following will further describe the information processing method by taking an application of the information processing method provided in this specification in an application program jump scenario as an example with reference to fig. 4. Fig. 4 shows a processing procedure flowchart of an information processing method provided in an embodiment of the present specification, which specifically includes the following steps.
Step S402, the client side obtains operation requests corresponding to the business application and the target application.
Step S404, the client reads the device identification information and the service user identification information associated with the service application according to the operation request, and determines the application jump information corresponding to the operation request.
In step S406, the client creates identification information according to the device identification information and the service user identification information, and creates operation information according to the application skip information.
Step S408, the client creates an operation task based on the identification information and the operation information, and uploads the operation task to the server.
And step S410, the server receives the operation task and determines the identification information according to the operation task.
Step S412, the server writes the operation task into the task queue according to the identification information.
In step S414, the client determines an application installation policy corresponding to the target application when the target application is not detected in response to the operation request.
In step S416, the client sends an application installation request to the server according to the application installation policy.
Step S418, the server sends an application installation package to the client according to the application installation request.
In step S420, the client installs the target application based on the application installation package, and starts the target application in response to the operation request.
In step S422, the client reads the device identification information and the target user identification information associated with the target application according to the operation request.
Step S424, the client creates target identification information according to the device identification information and the target user identification information, creates a task reading request carrying the target identification information, and sends the task reading request to the server.
Step S426, the server side inquires the task queue based on the target identification information carried in the task reading request.
In step S428, the server reads the operation task corresponding to the identification information having an association relationship with the target identification information according to the query result, and sends the operation task to the client.
And step S430, the client analyzes the operation task to obtain operation information, and reads interface information corresponding to the operation information in the target application.
And step S432, the client creates an interface responding to the operation request according to the interface information and displays the interface through the target application.
In summary, in order to ensure the operation continuity of the user when the application skips, the operation request corresponding to the service application and the target application may be obtained first, then the identification information and the operation information corresponding to the service application are read according to the operation request, an operation task is created based on the identification information and the operation information, and is sent to the server, and the server temporarily stores the operation task; under the condition that the target application is started in response to the operation request, reading target identification information corresponding to the target application and sending the target identification information to the server; at the moment, the server can determine the operation task needing to be fed back to the client according to the target identification information and the identification information, so that the client can display an interface corresponding to the operation information in the operation task through the target application after receiving the operation task; when the application jump occurs at the client, the corresponding operation interface can be continuously provided for the user in another application by combining the identification information, so that the problem of operation interruption caused by the application jump is avoided, the user can conveniently perform subsequent execution operation, and the operation continuity is effectively ensured.
FIG. 5 illustrates a block diagram of a computing device 500, provided in accordance with one embodiment of the present specification. The components of the computing device 500 include, but are not limited to, a memory 510 and a processor 520. Processor 520 is coupled to memory 510 via bus 530, and database 550 is used to store data.
Computing device 500 also includes access device 540, access device 540 enabling computing device 500 to communicate via one or more networks 560. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 540 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a global microwave interconnect access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 500, as well as other components not shown in FIG. 5, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device structure shown in FIG. 5 is for illustration purposes only and is not intended to limit the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 500 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smartphone), wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 500 may also be a mobile or stationary server.
The processor 520 is configured to execute computer-executable instructions, and when executed by the processor, the computer-executable instructions implement the steps of the information processing method.
The foregoing is a schematic diagram of a computing device of the present embodiment. It should be noted that the technical solution of the computing device and the technical solution of the information processing method belong to the same concept, and details that are not described in detail in the technical solution of the computing device can be referred to the description of the technical solution of the information processing method.
An embodiment of the present specification also provides a computer-readable storage medium storing computer-executable instructions, which when executed by a processor implement the steps of the information processing method described above.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the information processing method, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the information processing method.
An embodiment of the present specification also provides a computer program, wherein when the computer program is executed in a computer, the computer is caused to execute the steps of the information processing method.
The above is an illustrative scheme of a computer program of the present embodiment. It should be noted that the technical solution of the computer program is the same concept as the technical solution of the information processing method, and details that are not described in detail in the technical solution of the computer program can be referred to the description of the technical solution of the information processing method.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The computer instructions comprise computer program code which may be in the form of source code, object code, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U.S. disk, removable hard disk, magnetic diskette, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signal, telecommunications signal, and software distribution medium, etc. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the foregoing method embodiments are described as a series of acts, but those skilled in the art should understand that the present embodiment is not limited by the described acts, because some steps may be performed in other sequences or simultaneously according to the present embodiment. Furthermore, those skilled in the art will appreciate that the embodiments described in this specification are presently preferred and that no acts or modules are required in the implementations of the disclosure.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the embodiments and the practical application, and to thereby enable others skilled in the art to best understand the specification and utilize the specification. The specification is limited only by the claims and their full scope and equivalents.

Claims (11)

1. An information processing method is applied to a client and comprises the following steps:
acquiring operation requests corresponding to the service application and the target application;
reading equipment identification information and service user identification information associated with the service application according to the operation request, determining application skip information corresponding to the operation request, creating identification information according to the equipment identification information and the service user identification information, creating operation information according to the application skip information, and uploading an operation task to a server according to the identification information and the operation information;
under the condition that the target application is started in response to the operation request and an unexecuted operation request exists in a request queue, reading target user identification information associated with the target application, creating target identification information according to the equipment identification information and the target user identification information, and sending the target identification information to the server;
and receiving the operation task fed back by the server aiming at the identification information and the target identification information, and displaying an interface corresponding to the operation information in the operation task through the target application.
2. The method of claim 1, wherein uploading the operation task to the server according to the identification information and the operation information comprises:
and creating the operation task based on the identification information and the operation information, and uploading the operation task to the server.
3. The method according to claim 1, wherein when the target application is started in response to the operation request and there is an unexecuted operation request in a request queue, reading target user identification information associated with the target application, creating target identification information according to the device identification information and the target user identification information, and sending the target identification information to the server, before the step of executing, further comprising:
determining an application installation strategy corresponding to the target application under the condition that the target application is not detected in response to the operation request;
sending an application installation request to the server according to the application installation strategy, and receiving an application installation package fed back by the server aiming at the application installation request;
and installing the target application based on the application installation package, reading target user identification information associated with the target application under the condition that the target application is started in response to the operation request and an unexecuted operation request exists in a request queue, creating target identification information according to the equipment identification information and the target user identification information, and sending the target identification information to the server.
4. The method of claim 3, further comprising:
and logging in the target application in response to identity information submitted by the target application, and under the condition that an unexecuted operation request exists in the request queue, reading the operation request in the request queue, executing target user identification information associated with the read target application, creating target identification information according to the equipment identification information and the target user identification information, and sending the target identification information to the server.
5. The method of claim 1, wherein the reading of the target user identification information associated with the target application, the creation of the target identification information according to the device identification information and the target user identification information, and the sending to the server comprises:
reading equipment identification information and target user identification information associated with the target application according to the operation request;
and creating the target identification information according to the equipment identification information and the target user identification information, creating a task reading request carrying the target identification information and sending the task reading request to the server.
6. The method according to claim 5, wherein the receiving the operation task fed back by the server with respect to the identification information and the target identification information, and displaying an interface corresponding to the operation information in the operation task through the target application comprises:
receiving the operation task fed back by the server aiming at the task reading request; the server side determines the target identification information based on the task reading request, and determines and feeds back the operation task by comparing the target identification information with the identification information;
analyzing the operation task to obtain the operation information, and reading interface information corresponding to the operation information in the target application;
and creating an interface responding to the operation request according to the interface information, and displaying the interface through the target application.
7. The method of claim 1, after the step of uploading the operation task to the server according to the identification information and the operation information is executed, further comprising:
determining operation link information corresponding to the target application according to the operation information under the condition that the target application is not started in response to the operation request;
and responding to the operation request, starting a browsing application, and creating an operation page in the browsing application based on the operation link information for displaying.
8. An information processing method is applied to a server and comprises the following steps:
receiving an operation task uploaded by a client, wherein the operation task is created according to identification information and operation information, the operation task is a skip task for skipping a business application to a target application, and the operation information comprises information of an application running node corresponding to the time when the business application skips to the target application and information of a running node in the target application after skipping;
determining identification information according to the operation task, and writing the operation task into a task queue according to the identification information, wherein the identification information is created by equipment identification information and service user identification information associated with the service application;
under the condition that target identification information uploaded by the client is received, inquiring the task queue based on the target identification information, wherein the target identification information is created by equipment identification information and target user identification information associated with the target application;
and reading the operation task corresponding to the identification information which has an association relation with the target identification information according to the query result, and sending the operation task to the client.
9. An information processing system comprising:
a client and a server;
the client is configured to obtain operation requests corresponding to the service application and the target application; reading equipment identification information and service user identification information associated with the service application according to the operation request, determining application skip information corresponding to the operation request, creating identification information according to the equipment identification information and the service user identification information, creating operation information according to the application skip information, and uploading an operation task to the server according to the identification information and the operation information;
the server is configured to receive the operation task; writing the operation task into a task queue according to the identification information in the operation task;
the client is further configured to read target user identification information associated with the target application, create target identification information according to the device identification information and the target user identification information, and send the target identification information to the server under the condition that the target application is started in response to the operation request and an unexecuted operation request exists in a request queue; and receiving the operation task fed back by the server side according to the target identification information and inquiring the task queue, and displaying an interface corresponding to the operation information in the operation task through the target application.
10. A computing device, comprising:
a memory and a processor;
the memory is for storing computer-executable instructions, and the processor is for executing the computer-executable instructions, which when executed by the processor, implement the steps of the method of any one of claims 1 to 8.
11. A computer-readable storage medium storing computer-executable instructions which, when executed by a processor, implement the steps of the method of any one of claims 1 to 8.
CN202210270964.2A 2022-03-18 2022-03-18 Information processing method and system Active CN114363307B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202210270964.2A CN114363307B (en) 2022-03-18 2022-03-18 Information processing method and system
CN202210977093.8A CN115334061A (en) 2022-03-18 2022-03-18 Information processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210270964.2A CN114363307B (en) 2022-03-18 2022-03-18 Information processing method and system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202210977093.8A Division CN115334061A (en) 2022-03-18 2022-03-18 Information processing method and system

Publications (2)

Publication Number Publication Date
CN114363307A CN114363307A (en) 2022-04-15
CN114363307B true CN114363307B (en) 2022-08-26

Family

ID=81094333

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202210977093.8A Pending CN115334061A (en) 2022-03-18 2022-03-18 Information processing method and system
CN202210270964.2A Active CN114363307B (en) 2022-03-18 2022-03-18 Information processing method and system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202210977093.8A Pending CN115334061A (en) 2022-03-18 2022-03-18 Information processing method and system

Country Status (1)

Country Link
CN (2) CN115334061A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109302461A (en) * 2018-09-13 2019-02-01 网易(杭州)网络有限公司 Information displaying, processing method, medium, system and calculating equipment

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223354B (en) * 2010-04-14 2015-05-13 阿里巴巴集团控股有限公司 Network payment authentication method, server and system
US20130298215A1 (en) * 2012-05-04 2013-11-07 Rawllin International Inc. Single sign-on user registration for online or client account services
CN102710866B (en) * 2012-06-20 2014-05-07 宇龙计算机通信科技(深圳)有限公司 Terminal and collaborative control method
CN106844019A (en) * 2015-12-04 2017-06-13 阿里巴巴集团控股有限公司 Application control method, application program redirect associated configuration method and device
CN113452719B (en) * 2018-03-30 2022-12-30 平安科技(深圳)有限公司 Application login method and device, terminal equipment and storage medium
CN110708346B (en) * 2018-07-09 2023-03-21 北京高绎信息技术有限公司 Information processing system and method
CN111242104A (en) * 2020-04-10 2020-06-05 支付宝(杭州)信息技术有限公司 Service calling method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109302461A (en) * 2018-09-13 2019-02-01 网易(杭州)网络有限公司 Information displaying, processing method, medium, system and calculating equipment

Also Published As

Publication number Publication date
CN114363307A (en) 2022-04-15
CN115334061A (en) 2022-11-11

Similar Documents

Publication Publication Date Title
CN103841134B (en) Based on API transmission, the method for receive information, apparatus and system
US10803495B2 (en) Advertising creative processing method, advertising creative processing apparatus, and storage medium
US9529603B2 (en) Method and apparatus for dynamic network device start up
WO2018107719A1 (en) Data sharing method, apparatus, terminal device and server
CN111143207B (en) Method for checking model training notice and training log at mobile terminal
JP6595625B2 (en) Automatic recharge system, method and server
CN103729425A (en) Operation response method, client, browser and operation response system
CN109597643A (en) Using gray scale dissemination method, device, electronic equipment and storage medium
CN104811485A (en) Resource sharing method
AU2016259289A1 (en) Method and apparatus for managing content in a processing device
CN113821307A (en) Method, device and equipment for quickly importing virtual machine mirror image
KR20130038734A (en) Method and apparatus for managing application programs of terminals, method and apparatus for managing application programs in a terminal
US10805427B1 (en) Backup and restore of customer devices
CN114363307B (en) Information processing method and system
CN112491940A (en) Request forwarding method and device of proxy server, storage medium and electronic equipment
US8774599B2 (en) Method for transcoding and playing back video files based on grid technology in devices having limited computing power
CN102137058B (en) A kind of page access method and apparatus based on tab page
US20140279990A1 (en) Managing identifiers
CN115080265A (en) Application relay method, device, system, electronic equipment, computer readable storage medium and computer program product
CN114675872A (en) Data processing method, device and equipment for application program and storage medium
CN113296750A (en) Function creating method and system, and function calling method and system
CN112988170B (en) Application display method and device
US20230244519A1 (en) Cloud Platform and Cloud Platform-Based Program Code Processing Method
KR101189854B1 (en) Server, Method, and Recording Medium for downloading Application corresponding to Operating System
US20140279989A1 (en) Managing identifiers

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant