CN111026458A - Method and device for setting exit time of application program - Google Patents

Method and device for setting exit time of application program Download PDF

Info

Publication number
CN111026458A
CN111026458A CN201911225004.9A CN201911225004A CN111026458A CN 111026458 A CN111026458 A CN 111026458A CN 201911225004 A CN201911225004 A CN 201911225004A CN 111026458 A CN111026458 A CN 111026458A
Authority
CN
China
Prior art keywords
target
time
application program
waiting time
target application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911225004.9A
Other languages
Chinese (zh)
Other versions
CN111026458B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911225004.9A priority Critical patent/CN111026458B/en
Publication of CN111026458A publication Critical patent/CN111026458A/en
Application granted granted Critical
Publication of CN111026458B publication Critical patent/CN111026458B/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44589Program code verification, e.g. Java bytecode verification, proof-carrying code
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The specification provides an application program exit time setting method and device, wherein the method comprises the following steps: the method comprises the steps of obtaining the waiting time between two adjacent operations in the historical operation process of a user on the target application program by obtaining the operation data of the target application program in a specified time range, and counting the maximum value or the average value of the waiting time to be used as the target waiting time of the target application program. And setting the exit time of the target application program by taking the acquired target waiting time as a reference of the exit time of the target application program. The newly set exit time of the target application program is set based on the historical operating habits of the user, the use requirements of the user are better met, the flexible setting of the exit time of the application program is realized, the exit time of the application program is set based on the historical operating habits of the user, the application program with higher safety requirements can be ensured to exit in time after the user stops operating the application program, and the use safety of the application program is improved.

Description

Method and device for setting exit time of application program
Technical Field
The present specification belongs to the field of computer technologies, and in particular, to a method and an apparatus for setting exit time of an application.
Background
An application may be represented as a computer program that performs one or more specific tasks, typically running in a user mode, interacting with a user, and having a visual user interface. Typically, applications may run in the client such as: in the intelligent terminal, a user can open an application program in the intelligent terminal to perform certain operation.
Generally, after a user starts an application program in an intelligent terminal, if the application program is not operated for a long time, the application program exits from an account number of the user to ensure the security of the user account. However, the exit time of an application is typically fixed and not flexible enough, and the exit time may be relatively long with a relatively large risk.
Disclosure of Invention
An object of the embodiments of the present specification is to provide a method and an apparatus for setting exit time of an application program, so as to implement flexible setting of the exit time of the application program and improve the use security of the application program.
In one aspect, an embodiment of the present specification provides an application exit time setting method, including:
acquiring operation data of a target application program within a specified time range;
according to the operation data, the waiting time between every two adjacent operations of the target application program during the starting period is obtained;
acquiring the maximum value of the waiting time or the average value of the waiting time as target waiting time;
and setting the exit time of the target application program according to the target waiting time.
Further, in some embodiments of the present specification, the setting an exit time of the target application according to the target waiting time includes:
taking the target waiting time as the exit time of the target application program;
or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program.
Further, in some embodiments of the present specification, the setting an exit time of the target application according to the target waiting time includes:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
Further, in some embodiments of the present specification, the setting an exit time of the target application according to the target waiting time includes:
acquiring the starting times of the target application program in the specified time range;
calculating a difference between the target wait time and the current exit time;
and if the starting times are more than preset times, the target waiting time is less than the current exit time, and the difference value between the current exit time and the target waiting time is more than a preset time threshold, taking the target waiting time as the exit time of the target application program.
Further, in some embodiments of the present specification, the obtaining a maximum value of the waiting times or an average value of the waiting times as a target waiting time includes:
acquiring the waiting time of two adjacent operations of the target application program in each starting period after the target application program is started for the continuous designated times;
acquiring the maximum value or the average value of the waiting time of the two adjacent operations of the target application program in each starting period according to the waiting time corresponding to each starting period, and taking the maximum value or the average value as the starting target waiting time corresponding to each starting period;
the setting of the exit time of the target application program according to the target waiting time includes:
and if the starting target waiting time corresponding to each starting period is less than the current exit time of the target application program, sending reminding information for updating the exit time to the client side where the target application program is located, so that a user can set the exit time of the target program according to the reminding information.
Further, in some embodiments of the present specification, the obtaining a maximum value of the waiting times or an average value of the waiting times as a target waiting time includes:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the setting of the exit time of the target application program according to the target waiting time includes:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
Further, in some embodiments of the present specification, the obtaining a maximum value or an average value of waiting times of different services in the target application as the target waiting time of each service respectively includes:
classifying the operation data according to the service type;
respectively acquiring the waiting time between every two adjacent operations of different services of the target application program during the starting period according to the operation data of each type of service;
and acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service according to the waiting time of the two adjacent operations corresponding to each service.
Further, in some embodiments of the present description, the method further comprises:
and if the target service has no corresponding operation data, acquiring the target waiting time of the target service according to the operation data of the associated service of the target service.
Further, in some embodiments of the present specification, if a maximum value of the waiting times is taken as the target waiting time, the method for determining the target waiting time includes:
acquiring a maximum value and a secondary maximum value in the waiting time;
and calculating a difference value between the maximum value and the secondary maximum value, taking the secondary maximum value as the target waiting time if the difference value is greater than a preset threshold value, and taking the maximum value as the target waiting time if the difference value is less than the preset threshold value.
In another aspect, the present specification provides an application exit time setting apparatus, including:
the operation data acquisition module is used for acquiring operation data of the target application program within a specified time range;
the waiting time counting module is used for acquiring the waiting time between every two adjacent operations of the target application program during the starting period according to the operation data;
the target waiting time determining module is used for acquiring the maximum value in the waiting time as the target waiting time;
and the exit time setting module is used for setting the exit time of the target application program according to the target waiting time.
Further, in some embodiments of the present description, the exit time setting module is specifically configured to:
taking the target waiting time as the exit time of the target application program;
or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program.
Further, in some embodiments of the present description, the exit time setting module is specifically configured to:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
Further, in some embodiments of the present description, the target wait time determination module is specifically configured to:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the exit time setting module is specifically configured to:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
In still another aspect, the present specification provides an application exit time setting data processing apparatus comprising: at least one processor and a memory for storing processor-executable instructions, the processor implementing the application exit time setting method described above when executing the instructions.
In yet another aspect, the present specification provides a computer-readable storage medium, on which computer instructions are stored, and when executed, the instructions implement the application exit time setting method described above.
According to the application program exit time setting method, device, processing equipment and storage medium provided by the specification, the waiting time between two adjacent operations in the historical operation process of the target application program by a user is acquired by acquiring the operation data of the target application program in a specified time range, and the maximum value or the average value of the waiting time is counted to be used as the target waiting time of the target application program. And setting the exit time of the target application program by taking the acquired target waiting time as a reference of the exit time of the target application program. The newly set exit time of the target application program is set based on the historical operating habits of the user, the use requirements of the user are better met, the flexible setting of the exit time of the application program is realized, the exit time set by different users is different, and the diversification of the setting of the exit time of the application program is realized. Meanwhile, the exit time of the application program is set based on the historical operation habit of the user, the application program with higher safety requirement can be ensured to exit in time after the user stops operating the application program, and the use safety of the application program is improved.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present specification, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
FIG. 1 is a flow chart illustrating a method for setting an exit time of an application in one embodiment of the present disclosure;
FIG. 2 is a flow chart illustrating a method for setting an exit time of an application in accordance with another embodiment of the present disclosure;
FIG. 3 is a block diagram of an embodiment of an application exit time setting apparatus provided in the present specification;
fig. 4 is a block diagram showing a hardware configuration of the application exit time setting data processing server in one embodiment of the present specification.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present specification, the technical solutions in the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is obvious that the described embodiments are only a part of the embodiments of the present specification, and not all of the embodiments. All other embodiments obtained by a person skilled in the art based on the embodiments in the present specification without any inventive step should fall within the scope of protection of the present specification.
With the development of computer technology, the categories of applications on the intelligent terminal are more and more, such as: the application program comprises a game type application program, a shopping type application program, a social contact type application program and a financial type application program, and different types of application programs meet different requirements of users. Some application programs are started, the user needs to click to quit the application program, and some application programs are started by the user and automatically quit if the user does not operate for a long time, for example: mobile banking and other application programs.
The embodiment of the specification provides an application program exit time setting method which can be applied to an application program of an intelligent terminal, can set the exit time of a target application program based on operation data of a user on the target application program within a specified time range, accords with the use habit of the user, improves the flexibility of setting the exit time of the application program, and can ensure that the user can exit in time when the user does not operate the application program based on the exit time set by the user habit so as to ensure the safety of a user account.
The application program exit time setting method in the specification can be applied to a client or a server, and the client can be an electronic device such as a smart phone, a tablet computer, a smart wearable device (smart watch and the like), a smart vehicle-mounted device and the like.
Fig. 1 is a schematic flowchart of a method for setting an exit time of an application program in an embodiment of the present specification, and as shown in fig. 1, the method for setting an exit time of an application program provided in an embodiment of the present specification may include:
and 102, acquiring operation data of the target application program in a specified time range.
In a specific implementation, the specified time range may refer to a preset time range before the current time, such as: 1 month, half month, 1 week, etc. before the current time. The target application may be understood as an application that sets the exit time by using the method provided by the embodiment of the present specification, and is particularly suitable for applications that have a relatively high security requirement, such as: mobile banking or some payment type and transaction type application programs. The operation data may represent data capable of characterizing an operation process of the target application program, and may be log data of the target application program, and the operation or use condition of the target application program by the user may be obtained based on the operation data. The operation data of the target application program in the specified time range before the current time can be acquired in real time based on the current time.
And 104, acquiring the waiting time between every two adjacent operations of the target application program during the starting period according to the operation data.
In a specific implementation process, the operation of the user on the target application program may include operations of clicking the target application program by the user, touching, long-pressing, sliding a screen and the like on an interface of the target application program when browsing a page of the target application program, and the operation behavior of the user on the target application program may be monitored by using device monitoring software or plug-in and the like of a client where the target application program is located, and the operation of the user on the target application program every time is recorded in log data or operation data, and time corresponding to the operation is recorded. The operation or use condition of the target application program during the starting period from the starting to the quitting of the target application program can be obtained based on the operation data, and the waiting time between the adjacent operations of the target application program by the user during each starting period can be further obtained. For example: after the user starts the mobile phone bank, the user clicks the my account and then clicks the transaction detail, and the time between the two operations can be called as one waiting time.
The waiting time in the embodiment of the present specification is a time difference between two adjacent operations of the user on the target application program during one startup period, and the operations during different startup periods do not fall within the scope described in the embodiment of the present specification. Such as: starting the target application program for the first time, counting the waiting time of the user for operating the target application program before exiting the target application program, and after exiting the target application program, not counting the waiting time until the target application program is started again.
And 106, acquiring the maximum value of the waiting time or the average value of the waiting time as the target waiting time.
In a specific implementation process, after the waiting time between two adjacent operations of the target application program during the starting period in the specified time range is acquired, statistical analysis may be performed on the acquired waiting time, and a maximum value of the waiting time or an average value of the waiting time may be acquired as the target waiting time. Such as: and acquiring the maximum value or the average value of the waiting time of the target application program between two adjacent operations during the starting period within 1 month before the current time. The maximum value or the average value of the waiting time can be selected as the target waiting time according to the practical application, such as: if the difference between the maximum value of the waiting time and the average value is large, the average value can be selected as the target waiting time, and if the difference is not large, the maximum value can be selected as the target waiting time; alternatively, only the maximum value of the waiting time may be acquired and the maximum value may be directly set as the target waiting time, or only the average value of the waiting times may be calculated and the average value may be directly set as the target waiting time.
In some embodiments of the present specification, after the waiting time between every two adjacent operations of the target application program during the starting period is obtained, the obtained waiting time may be preprocessed to remove data that may be faulty. Such as: in one embodiment of the present disclosure, if a maximum value of the waiting times is the target waiting time, the method for determining the target waiting time may include:
acquiring a maximum value and a secondary maximum value in the waiting time;
and calculating a difference value between the maximum value and the secondary maximum value, taking the secondary maximum value as the target waiting time if the difference value is greater than a preset threshold value, and taking the maximum value as the target waiting time if the difference value is less than the preset threshold value.
In a specific implementation process, when the maximum value of the waiting time is used as the target waiting time, after the waiting time between every two adjacent operations of the target application program during the starting process in the specified time range is acquired, the maximum value and the second maximum value in the waiting time may be counted. The second maximum value is understood to mean a waiting time which is only smaller than the maximum value, i.e. in order of the waiting times from large to small, which is ranked next to the second waiting time. And calculating the difference between the maximum value of the waiting time and the secondary maximum value, wherein if the difference is greater than a preset threshold value, the maximum value is more than the secondary maximum value, the waiting time corresponding to the maximum value is possibly greater and is the misoperation of the user, the maximum value can be ignored, and the secondary maximum value is taken as the target waiting time. If the difference between the maximum value and the secondary maximum value is less than or equal to the preset threshold, the maximum value of the waiting time can be considered to belong to normal data, and the maximum value can be directly used as the target waiting time. By comparing the maximum value of the waiting time with the secondary maximum value, whether the maximum value of the waiting time is wrong data or not can be determined to a certain extent, simple data screening is realized, and the accuracy of the data is improved.
In actual use, the maximum value and the minimum value may be deleted as they are, and the maximum value or the average value of the remaining waiting time may be counted as the target waiting time.
And step 108, setting the exit time of the target application program according to the target waiting time.
In a specific implementation process, after the target waiting time of the target application program is determined, the exit time of the target application program can be set according to the target waiting time. The target waiting time is determined based on historical operation data of the target application program by the user, accords with the use habit of the user, and can be used as a reference value of the exit time of the target application program to set or update the exit time of the target application program.
In some embodiments of the present description, the target wait time may be used as an exit time of the target application; or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program. The exit time reference parameter may be understood as a reference value slightly larger than 1, and the size of the reference value may be set according to actual use requirements, and the embodiment of the present specification is not particularly limited. The target waiting time can be directly used as the exit time of the target application program, and the target waiting time can be multiplied by a preset exit time parameter to be used as the exit time of the target application program.
In the embodiment of the present specification, as time changes, time corresponding to the specified time range also changes continuously, and operation data of the user using the target application program can be obtained in real time, so as to update the exit time of the target application program in time.
In the application exit time setting method provided in the embodiment of the present specification, the waiting time between two adjacent operations in the historical operation process of the target application performed by the user is obtained by obtaining the operation data of the target application within the specified time range, and the maximum value or the average value of the waiting time is counted as the target waiting time of the target application. And setting the exit time of the target application program by taking the acquired target waiting time as a reference of the exit time of the target application program. The newly set exit time of the target application program is set based on the historical operating habits of the user, the use requirements of the user are better met, the flexible setting of the exit time of the application program is realized, the exit time set by different users is different, and the diversification of the setting of the exit time of the application program is realized. Meanwhile, the exit time of the application program is set based on the historical operation habit of the user, the application program with higher safety requirement can be ensured to exit in time after the user stops operating the application program, and the use safety of the application program is improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the setting an exit time of the target application according to the target waiting time may include:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
In a specific implementation process, after the target waiting time of the target application program is determined, the current exit time currently set by the target application program can be obtained, the target waiting time can be compared with the current exit time currently set by the target application program, if the target waiting time is less than the current exit time, the current exit time currently set can be considered to be large, the use habit of a user is not met, the safety of a user account is affected if the exit time is long, and the exit time of the target application program can be updated by taking the target waiting time obtained through statistics as the exit time of the target application program. Of course, when the target waiting time is less than the current exit time, the target waiting time may be multiplied by a certain coefficient to be used as the exit time of the target application program, and may be specifically set according to actual needs. In addition, when the target waiting time is greater than or equal to the current exit time, the exit time of the target application program may not be updated, and the originally set current exit time may still be maintained.
In this embodiment, whether the currently set exit time is appropriate may be determined by comparing the obtained target waiting time with the current exit time of the target application program. Under the improper condition, the exit time of the target application program is updated and set, and the target waiting time is directly used as the exit time of the target application program, so that the updated exit time is more consistent with the use habit of the user, the use safety of the target application program is ensured, and the use experience of the user is improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the setting an exit time of the target application according to the target waiting time includes:
acquiring the starting times of the target application program in the specified time range;
calculating a difference between the target wait time and the current exit time;
and if the starting times are more than preset times, the target waiting time is less than the current exit time, and the difference value between the current exit time and the target waiting time is more than a preset time threshold, taking the target waiting time as the exit time of the target application program.
In a specific implementation process, after the target waiting time of the target application program is determined, the current exit time currently set by the target application program and the starting times of the target application program within a specified time range can be obtained. The starting times of the target application program can be obtained according to the acquired operation data, that is, the times of starting the target application program by the user within the specified time range can be determined according to log data and the like of the target application program. The starting frequency of the obtained target application program in the specified time range can be judged whether to be greater than the preset frequency, if so, the frequency of using the target application program by the user can be considered to be more frequent, the obtained operation data is more reliable, and the use condition of the target application program by the user can be accurately reflected. At this time, whether to update the exit time of the target application may be determined according to the target wait time and the size of the current exit time of the target application. In addition, in this embodiment of the present description, whether a difference between the current exit time and the target waiting time is greater than a preset time threshold (e.g., 30 seconds, 60 seconds, etc.) is also considered, and if the target waiting time is less than the current exit time and the difference between the current exit time and the target waiting time is greater than the preset time threshold, it may be considered that the currently set exit time does not conform to the usage habit of the user, and the difference between the target waiting time that the user is accustomed to and the current exit time is relatively large, and the target waiting time may be used as a new exit time of the target application program to update the exit time of the target application program.
Of course, if the number of times of starting is less than or equal to the preset number of times, it may be considered that the currently acquired data is insufficient, the usage frequency of the target application program is relatively low, the acquired target waiting data cannot accurately reflect the usage habit of the target application program by the user, and the exit time of the target application program may not be selected to be updated. If the starting times are greater than the preset times, the target waiting time is less than the current exit time, but the difference between the current exit time and the target waiting time is less than the preset time threshold, it can be considered that although the target waiting time is less than the current exit time, the difference between the target waiting time and the target waiting time is relatively small, the current exit time of the target application program is relatively close to the use habit of the user, and the exit time of the target application program does not need to be updated.
In the embodiment of the present specification, the usage frequency of the target application program by the user, the size and the difference between the acquired target waiting time and the current exit time are taken into comprehensive consideration, and how to set the exit time of the target application program is determined. The use habits of the user can be accurately reflected by the acquired data, and the setting accuracy of the exit time of the application program and the safety of the application program are improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the acquiring a maximum value of the waiting times or an average value of the waiting times as a target waiting time includes:
acquiring the waiting time of two adjacent operations of the target application program in each starting period after the target application program is started for the continuous designated times;
acquiring the maximum value or the average value of the waiting time of the two adjacent operations of the target application program in each starting period according to the waiting time corresponding to each starting period, and taking the maximum value or the average value as the starting target waiting time corresponding to each starting period;
the setting of the exit time of the target application program according to the target waiting time includes:
and if the starting target waiting time corresponding to each starting period is less than the current exit time of the target application program, sending reminding information for updating the exit time to the client side where the target application program is located, so that a user can set the exit time of the target program according to the reminding information.
In a specific implementation process, the operation data of the target application program in the specified time range can be acquired, and after the target application program is started for a specified number of times, the waiting time of two adjacent operations is acquired. And acquiring the maximum value or the average value of the waiting time between two adjacent operations corresponding to each starting period according to the waiting time of each starting period, and taking the maximum value or the average value as the starting target waiting time corresponding to the starting period. And determining whether the current exit time set by the target application program needs to be updated or not according to the starting target waiting time and the current exit time currently set by the target application program, and if so, sending reminding information for updating the exit time to a client side where the target application program is located, so that a user sets the exit time of the target program according to the reminding information.
For example: the operation data after the target application program is started for 5 times continuously can be acquired, the waiting time of two adjacent operations when the user operates the target application program in the 5 starting periods is acquired respectively, the maximum value or the average value of the waiting time in the 5 starting periods is acquired respectively according to the acquired waiting time, and the starting target waiting time corresponding to the 5 starting periods is acquired respectively. Namely, a starting target waiting time is correspondingly set in each starting period, and 5 starting target waiting times are obtained in total. And then obtaining the current exit time currently set by the target application program, comparing the 5 starting target waiting times with the current exit time, and if the 5 starting target waiting times are all smaller than the current exit time, determining that the currently set exit time does not accord with the use habit of the user and needs to be updated, and sending reminding information for updating the exit time to the client side where the target application program is located. The prompt may be a short message prompt or a prompt in the form of an application notification message on an interface of the client, and the embodiment of the present specification is not particularly limited. After receiving the reminding information, the user can open the target application program and set the exit time of the target application program. The reminding information may include indication information that the current exit time is larger and the current exit time is required to be smaller, and may also give suggested exit time for the user to select.
In the embodiment of the present specification, the maximum value or the average value of the waiting time of two adjacent operations during N consecutive startup periods of the target application is obtained as the startup target waiting time of each startup period. By starting the operation data of the target application program for N times continuously, the operation habit of a user when the user uses the target application program recently can be reflected more accurately, the exit time of the target application program can be further set more accurately, the use safety of the application program is ensured, and the experience of the user is improved.
Fig. 2 is a schematic flowchart of a method for setting an exit time of an application program in another embodiment of this specification, and as shown in fig. 2, based on the foregoing embodiments, in some embodiments of this specification, the obtaining a maximum value of the wait times or an average value of the wait times as a target wait time may further include:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the setting of the exit time of the target application program according to the target waiting time includes:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
In a specific implementation process, different services may correspond to the application program, for example: the mobile banking system comprises account management services, various financial management services, transfer services and the like, the habits and the operation times of users for different services are different, the operation time of some services is relatively long, and the operation time of some services is relatively short. The maximum value or the average value of the waiting time of different services of the target application in the starting period of the specified time range can be respectively obtained according to the operation data of the target application program and used as the target waiting time corresponding to each service. Based on the target waiting time of each service, the exit time of each service of the target application program can be set respectively.
For example: the maximum value or the average value of the waiting time corresponding to the account management service, various financing services and transfer services in the mobile phone bank can be respectively obtained and used as the target waiting time corresponding to the account management service, various financing services and transfer services. And taking the target waiting time corresponding to the account management service as the exit time of the service, taking the target waiting time corresponding to the financing service as the exit time of the service, and taking the target waiting time corresponding to the transfer service as the exit time of the service.
It should be noted that, in the method for setting the exit time corresponding to each service according to the target waiting time of each service, reference may be made to the record of setting the exit time of the target application in the foregoing embodiment, and details are not described here again.
In the embodiment of the description, the target waiting time of different services in the application program is respectively obtained, and the exit time of each service is further respectively set, so that the flexible setting of the exit time of different services in the target application program is realized, the use requirements of different services are met, and the use safety of the application program is improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the obtaining a maximum value or an average value of waiting times of different services in the target application, as a target waiting time of each service, includes:
classifying the operation data according to the service type;
respectively acquiring the waiting time between every two adjacent operations of different services of the target application program during the starting period according to the operation data of each type of service;
and acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service according to the waiting time of the two adjacent operations corresponding to each service.
In a specific implementation process, the log data of the application program may represent operation and running data of which service, and when determining the target waiting time of each service, the operation data of the target application program may be classified according to the service type. According to the operation data of each type of service, the waiting time between every two adjacent operations of different services of the target application program in the starting period is respectively obtained, then the maximum value or the average value of the waiting time of the different services is respectively counted, and the target waiting time corresponding to the different services is obtained.
In the embodiment of the present description, the operation data is classified and processed according to the service type in the target application program, and the waiting time corresponding to each service and the target waiting time are respectively obtained, so that flexible setting of exit time of different services in the target application program is realized.
On the basis of the above embodiment, when the target waiting time of different services of the target application program is obtained, if the target service has no corresponding operation data and the waiting time of the service used by the user cannot be obtained, the target waiting time of the target service may be obtained according to the operation data of the service associated with the target service. The associated services may be understood as services related to or similar to the services, or services related to or similar to the risk conditions, such as: the transfer business of the mobile phone bank can be considered to be related to the account management business, different types of financial management businesses can be considered to be related businesses, and the financial management businesses can also be considered to be related businesses with the security transaction business.
For example: if the user does not have the operation data of the certificate transaction service when the target waiting time of different services of the mobile phone bank is obtained, the operation data of the financial management service in the mobile phone bank can be obtained. And setting the quit time of the security trading service by taking the target waiting time determined in the operation data of the financial services as the target waiting time of the security trading service.
In addition, when the exit time of different services is set, the set exit time can be adaptively adjusted by considering the risk degree corresponding to the service or the related transaction amount. For example: if the operation data of the transfer service is not acquired when the exit time of the transfer service in the mobile phone bank is set, and the exit time of the transfer service is set based on the target waiting time determined by the operation data of the account management service, the target waiting time determined by the operation data of the account management service can be adaptively reduced and then used as the exit time of the transfer service. For another example: if the operation data of the security transaction service is not acquired when the quit time of the security transaction service is set, the quit time of the security transaction service is set based on the target waiting time determined by the operation data of the financial management service. If the amount of money of the user for stock exchange in the mobile phone bank is smaller than the amount of money of the financial transaction service, the adaptively increased target waiting time determined based on the operation data of the financial transaction service can be used as the quitting time of the stock exchange service.
In the embodiment of the description, when the target service has no operation data, the exit time of the target service is set by using the operation data of the associated service, so that the operation is more flexible, and the associated service can reflect the use requirement of the target service to a certain extent. The specification can set the corresponding application program and the exit time of different services in the application program for each client, so that the account number and fund risk of the application program of the client can be reduced, and particularly for the client who uses the application program less frequently.
In the present specification, each embodiment of the method is described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. The relevant points can be obtained by referring to the partial description of the method embodiment.
Based on the application exit time setting method, one or more embodiments of the present specification further provide an application exit time setting apparatus. The apparatus may include systems (including distributed systems), software (applications), modules, components, servers, clients, etc. that use the methods described in the embodiments of the present specification in conjunction with any necessary apparatus to implement the hardware. Based on the same innovative conception, embodiments of the present specification provide an apparatus as described in the following embodiments. Since the implementation scheme of the apparatus for solving the problem is similar to that of the method, the specific apparatus implementation in the embodiment of the present specification may refer to the implementation of the foregoing method, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Specifically, fig. 3 is a schematic block diagram of an embodiment of an application exit time setting apparatus provided in this specification, and as shown in fig. 3, the application exit time setting apparatus provided in this specification may include: an operation data obtaining module 31, a waiting time counting module 32, a target waiting time determining module 33, and an exit time setting module 34, wherein:
an operation data obtaining module 31, configured to obtain operation data of a target application within a specified time range;
the waiting time counting module 32 is configured to obtain, according to the operation data, a waiting time between every two adjacent operations of the target application program during the starting period;
a target waiting time determining module 33, configured to obtain a maximum value of the waiting times as a target waiting time;
and the exit time setting module 34 is configured to set an exit time of the target application according to the target waiting time.
The application exit time setting device provided in the embodiment of the present specification obtains, by obtaining operation data of a target application within a specified time range, a waiting time between two adjacent operations in a historical operation process of a user on the target application, and counts a maximum value or an average value of the waiting time as a target waiting time of the target application. And setting the exit time of the target application program by taking the acquired target waiting time as a reference of the exit time of the target application program. The newly set exit time of the target application program is set based on the historical operating habits of the user, the use requirements of the user are better met, the flexible setting of the exit time of the application program is realized, the exit time set by different users is different, and the diversification of the setting of the exit time of the application program is realized. Meanwhile, the exit time of the application program is set based on the historical operation habit of the user, the application program with higher safety requirement can be ensured to exit in time after the user stops operating the application program, and the use safety of the application program is improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the exit time setting module is specifically configured to:
taking the target waiting time as the exit time of the target application program;
or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program.
The embodiment of the specification can directly use the target waiting time as the exit time of the target application program, and can also use the target waiting time multiplied by the preset exit time parameter as the exit time of the target application program.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the exit time setting module is specifically configured to:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
In this embodiment, whether the currently set exit time is appropriate may be determined by comparing the obtained target waiting time with the current exit time of the target application program. Under the improper condition, the exit time of the target application program is updated and set, and the target waiting time is directly used as the exit time of the target application program, so that the updated exit time is more consistent with the use habit of the user, the use safety of the target application program is ensured, and the use experience of the user is improved.
On the basis of the foregoing embodiments, in some embodiments of the present specification, the target wait time determination module is specifically configured to:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the exit time setting module is specifically configured to:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
The embodiment of the specification respectively acquires the target waiting time of different services in the application program, and further respectively sets the exit time of each service, so that the flexible setting of the exit time of different services in the target application program is realized, the use requirements of different services are met, and the use safety of the application program is improved.
It should be noted that the above-described apparatus may also include other embodiments according to the description of the method embodiment. The specific implementation manner may refer to the description of the above corresponding method embodiment, and is not described in detail herein.
An embodiment of the present specification further provides an application exit time setting data processing apparatus, including: at least one processor and a memory for storing processor-executable instructions, the processor implementing the method for setting exit time of an application program in the above embodiments when executing the instructions, such as:
acquiring operation data of a target application program within a specified time range;
according to the operation data, the waiting time between every two adjacent operations of the target application program during the starting period is obtained;
acquiring the maximum value of the waiting time or the average value of the waiting time as target waiting time;
and setting the exit time of the target application program according to the target waiting time.
It should be noted that the above-mentioned processing device may also include other implementations according to the description of the method embodiment. The specific implementation manner may refer to the description of the above corresponding method embodiment, and is not described in detail herein.
The application exit time setting device or processing device provided by the present specification can also be applied to various data analysis processing systems. The system or apparatus or processing device may comprise any of the application exit time setting means in the above embodiments. The system or apparatus or processing device may be a single server, or may include a server cluster, a system (including a distributed system), software (applications), an actual operation device, a logic gate device, a quantum computer, etc. using one or more of the methods or one or more of the embodiments of the present disclosure, and a terminal device incorporating necessary hardware for implementation. The system for checking for discrepancies may comprise at least one processor and a memory storing computer-executable instructions that, when executed by the processor, implement the steps of the method of any one or more of the embodiments described above.
The method embodiments provided by the embodiments of the present specification can be executed in a mobile terminal, a computer terminal, a server or a similar computing device. Taking an example of the application program exiting time setting data processing server running on a server, fig. 4 is a block diagram of a hardware structure of the application program exiting time setting data processing server in an embodiment of the present specification, where the server may be an application program exiting time setting device or system in the above-described embodiment. As shown in fig. 4, the server 10 may include one or more (only one shown) processors 100 (the processors 100 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA, etc.), a memory 200 for storing data, and a transmission module 300 for communication functions. It will be understood by those skilled in the art that the structure shown in fig. 4 is merely an illustration and is not intended to limit the structure of the electronic device. For example, the server 10 may also include more or fewer components than shown in FIG. 4, and may also include other processing hardware, such as a database or multi-level cache, a GPU, or have a different configuration than shown in FIG. 4, for example.
The memory 200 may be used to store software programs and modules of application software, such as program instructions/modules corresponding to the application program exit time setting method in the embodiment of the present specification, and the processor 100 executes various functional applications and resource data updates by executing the software programs and modules stored in the memory 200. Memory 200 may include high speed random access memory and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, memory 200 may further include memory located remotely from processor 100, which may be connected to a computer terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission module 300 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal. In one example, the transmission module 300 includes a Network adapter (NIC) that can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission module 300 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
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 method or apparatus provided by the present specification and described in the foregoing embodiments may implement service logic through a computer program and record the service logic on a storage medium, where the storage medium may be read and executed by a computer, so as to implement the effect of the solution described in the embodiments of the present specification.
The embodiment of the present application further provides a computer storage medium based on an application exit time setting method, where the computer storage medium stores computer program instructions, and when the computer program instructions are executed, the computer storage medium may implement:
acquiring operation data of a target application program within a specified time range;
according to the operation data, the waiting time between every two adjacent operations of the target application program during the starting period is obtained;
acquiring the maximum value of the waiting time or the average value of the waiting time as target waiting time;
and setting the exit time of the target application program according to the target waiting time.
The storage medium may include a physical device for storing information, and typically, the information is digitized and then stored using an electrical, magnetic, or optical media. The storage medium may include: devices that store information using electrical energy, such as various types of memory, e.g., RAM, ROM, etc.; devices that store information using magnetic energy, such as hard disks, floppy disks, tapes, core memories, bubble memories, and usb disks; devices that store information optically, such as CDs or DVDs. Of course, there are other ways of storing media that can be read, such as quantum memory, graphene memory, and so forth.
The method or apparatus for setting exit time of an application provided in the embodiments of the present specification may be implemented in a computer by a processor executing corresponding program instructions, for example, implemented in a PC end using a c + + language of a windows operating system, implemented in a linux system, or implemented in an intelligent terminal using android and iOS system programming languages, implemented in processing logic based on a quantum computer, or the like.
It should be noted that descriptions of the apparatus, the computer storage medium, and the system described above according to the related method embodiments may also include other embodiments, and specific implementations may refer to descriptions of corresponding method embodiments, which are not described in detail herein.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the hardware + program class embodiment, since it is substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to only the partial description of the method embodiment.
The embodiments of the present description are not limited to what must be consistent with industry communications standards, standard computer resource data updating and data storage rules, or what is described in one or more embodiments of the present description. Certain industry standards, or implementations modified slightly from those described using custom modes or examples, may also achieve the same, equivalent, or similar, or other, contemplated implementations of the above-described examples. The embodiments using the modified or transformed data acquisition, storage, judgment, processing and the like can still fall within the scope of the alternative embodiments of the embodiments in this specification.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardsradware (Hardware Description Language), vhjhd (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a vehicle-mounted human-computer interaction device, a cellular telephone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
Although one or more embodiments of the present description provide method operational steps as described in the embodiments or flowcharts, more or fewer operational steps may be included based on conventional or non-inventive approaches. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When the device or the end product in practice executes, it can execute sequentially or in parallel according to the method shown in the embodiment or the figures (for example, in the environment of parallel processors or multi-thread processing, even in the environment of distributed resource data update). The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the presence of additional identical or equivalent elements in a process, method, article, or apparatus that comprises the recited elements is not excluded. The terms first, second, etc. are used to denote names, but not any particular order.
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, when implementing one or more of the present description, the functions of each module may be implemented in one or more software and/or hardware, or a module implementing the same function may be implemented by a combination of multiple sub-modules or sub-units, etc. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable resource data updating apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable resource data updating apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable resource data update apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable resource data update apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage, graphene storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
As will be appreciated by one skilled in the art, one or more embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, one or more embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, one or more embodiments of the present description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
One or more embodiments of the present description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. One or more embodiments of the present specification can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, and the relevant points can be referred to only part of the description of the method embodiments. In the description of the specification, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the specification. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
The above description is merely exemplary of one or more embodiments of the present disclosure and is not intended to limit the scope of one or more embodiments of the present disclosure. Various modifications and alterations to one or more embodiments described herein will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of the present specification should be included in the scope of the claims.

Claims (15)

1. An application exit time setting method, the method comprising:
acquiring operation data of a target application program within a specified time range;
according to the operation data, the waiting time between every two adjacent operations of the target application program during the starting period is obtained;
acquiring the maximum value of the waiting time or the average value of the waiting time as target waiting time;
and setting the exit time of the target application program according to the target waiting time.
2. The method of claim 1, wherein said setting an exit time for said target application based on said target latency comprises:
taking the target waiting time as the exit time of the target application program;
or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program.
3. The method of claim 1, wherein said setting an exit time for said target application based on said target latency comprises:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
4. The method of claim 3, wherein said setting an exit time for said target application based on said target latency comprises:
acquiring the starting times of the target application program in the specified time range;
calculating a difference between the target wait time and the current exit time;
and if the starting times are more than preset times, the target waiting time is less than the current exit time, and the difference value between the current exit time and the target waiting time is more than a preset time threshold, taking the target waiting time as the exit time of the target application program.
5. The method of claim 1, wherein the obtaining a maximum value of the wait times or an average value of the wait times as a target wait time comprises:
acquiring the waiting time of two adjacent operations of the target application program in each starting period after the target application program is started for the continuous designated times;
acquiring the maximum value or the average value of the waiting time of the two adjacent operations of the target application program in each starting period according to the waiting time corresponding to each starting period, and taking the maximum value or the average value as the starting target waiting time corresponding to each starting period;
the setting of the exit time of the target application program according to the target waiting time includes:
and if the starting target waiting time corresponding to each starting period is less than the current exit time of the target application program, sending reminding information for updating the exit time to the client side where the target application program is located, so that a user can set the exit time of the target program according to the reminding information.
6. The method of claim 1, wherein the obtaining a maximum value of the wait times or an average value of the wait times as a target wait time comprises:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the setting of the exit time of the target application program according to the target waiting time includes:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
7. The method of claim 6, wherein the obtaining a maximum value or an average value of the waiting time of different services in the target application as the target waiting time of each service respectively comprises:
classifying the operation data according to the service type;
respectively acquiring the waiting time between every two adjacent operations of different services of the target application program during the starting period according to the operation data of each type of service;
and acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service according to the waiting time of the two adjacent operations corresponding to each service.
8. The method of claim 6, wherein the method further comprises:
and if the target service has no corresponding operation data, acquiring the target waiting time of the target service according to the operation data of the associated service of the target service.
9. The method according to any one of claims 1 to 8, wherein if the maximum value of the waiting times is taken as the target waiting time, the method for determining the target waiting time comprises:
acquiring a maximum value and a secondary maximum value in the waiting time;
and calculating a difference value between the maximum value and the secondary maximum value, taking the secondary maximum value as the target waiting time if the difference value is greater than a preset threshold value, and taking the maximum value as the target waiting time if the difference value is less than the preset threshold value.
10. An apparatus for setting exit time of an application, the apparatus comprising:
the operation data acquisition module is used for acquiring operation data of the target application program within a specified time range;
the waiting time counting module is used for acquiring the waiting time between every two adjacent operations of the target application program during the starting period according to the operation data;
the target waiting time determining module is used for acquiring the maximum value in the waiting time as the target waiting time;
and the exit time setting module is used for setting the exit time of the target application program according to the target waiting time.
11. The apparatus of claim 10, wherein the exit time setting module is specifically configured to:
taking the target waiting time as the exit time of the target application program;
or, taking the product of the target waiting time and a preset exit time parameter as the exit time of the target application program.
12. The apparatus of claim 10, wherein the exit time setting module is specifically configured to:
acquiring current exit time currently set by the target application program;
and if the target waiting time is less than the current exit time, taking the target waiting time as the exit time of the target application program.
13. The apparatus of claim 10, wherein the target latency determination module is specifically configured to:
respectively acquiring the maximum value or the average value of the waiting time of different services in the target application program as the target waiting time of each service;
the exit time setting module is specifically configured to:
and respectively setting the exit time of each service of the target application program according to the target waiting time of each service.
14. An application exit time setting data processing apparatus, comprising: at least one processor and a memory for storing processor-executable instructions, the processor implementing the method of any one of claims 1-9 when executing the instructions.
15. A computer-readable storage medium having stored thereon computer instructions which, when executed, implement the steps of the method of any one of claims 1 to 9.
CN201911225004.9A 2019-12-04 2019-12-04 Application program exit time setting method and device Active CN111026458B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911225004.9A CN111026458B (en) 2019-12-04 2019-12-04 Application program exit time setting method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911225004.9A CN111026458B (en) 2019-12-04 2019-12-04 Application program exit time setting method and device

Publications (2)

Publication Number Publication Date
CN111026458A true CN111026458A (en) 2020-04-17
CN111026458B CN111026458B (en) 2023-08-22

Family

ID=70204184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911225004.9A Active CN111026458B (en) 2019-12-04 2019-12-04 Application program exit time setting method and device

Country Status (1)

Country Link
CN (1) CN111026458B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113627932A (en) * 2021-08-11 2021-11-09 中国银行股份有限公司 Method and device for controlling waiting time of terminal application account in network-free state

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130290758A1 (en) * 2010-01-11 2013-10-31 Qualcomm Incorporated Sleep mode latency scaling and dynamic run time adjustment
CN104850321A (en) * 2015-04-29 2015-08-19 深圳市金立通信设备有限公司 Terminal
CN108959052A (en) * 2018-06-29 2018-12-07 河南工业大学 Judge the method and system of intelligent mobile terminal difference APP use state
CN108958605A (en) * 2018-06-29 2018-12-07 河南工业大学 Adaptability judges the method and system of intelligent mobile terminal use state
CN109002387A (en) * 2018-07-13 2018-12-14 北京微播视界科技有限公司 User reminding method, apparatus, terminal device and the storage medium of application program
CN109002324A (en) * 2018-07-12 2018-12-14 北京金山安全软件有限公司 Method and device for processing instruction

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130290758A1 (en) * 2010-01-11 2013-10-31 Qualcomm Incorporated Sleep mode latency scaling and dynamic run time adjustment
CN104850321A (en) * 2015-04-29 2015-08-19 深圳市金立通信设备有限公司 Terminal
CN108959052A (en) * 2018-06-29 2018-12-07 河南工业大学 Judge the method and system of intelligent mobile terminal difference APP use state
CN108958605A (en) * 2018-06-29 2018-12-07 河南工业大学 Adaptability judges the method and system of intelligent mobile terminal use state
CN109002324A (en) * 2018-07-12 2018-12-14 北京金山安全软件有限公司 Method and device for processing instruction
CN109002387A (en) * 2018-07-13 2018-12-14 北京微播视界科技有限公司 User reminding method, apparatus, terminal device and the storage medium of application program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113627932A (en) * 2021-08-11 2021-11-09 中国银行股份有限公司 Method and device for controlling waiting time of terminal application account in network-free state
CN113627932B (en) * 2021-08-11 2024-02-27 中国银行股份有限公司 Method and device for controlling waiting time of terminal application account in network-free state

Also Published As

Publication number Publication date
CN111026458B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN109634561B (en) Online visual programming method and device
US9836346B2 (en) Error troubleshooting using a correlated knowledge base
CN108270842B (en) Method, system and server for pushing rights and interests task
CN111309614B (en) A/B test method and device and electronic equipment
CN110163417B (en) Traffic prediction method, device and equipment
CN109391680B (en) Timed task data processing method, device and system
CN111324533B (en) A/B test method and device and electronic equipment
CN110287229B (en) Data statistical processing method and device
CN108243032B (en) Method, device and equipment for acquiring service level information
CN108234293B (en) Expression management method, expression management device and intelligent terminal
CN111160793A (en) Method, device and equipment for configuring number of self-service equipment of service network point
CN110674188A (en) Feature extraction method, device and equipment
CN110634030A (en) Application service index mining method, device and equipment
CN111179090A (en) Transaction data processing method, device and equipment
CN111311267B (en) Multi-account risk prevention and control method, system and equipment
CN111026458B (en) Application program exit time setting method and device
CN111177562B (en) Recommendation ordering processing method and device for target object and server
CN109597706B (en) Detection method, device and system for checking difference data
CN115618748A (en) Model optimization method, device, equipment and storage medium
CN113703993A (en) Service message processing method, device and equipment
CN113434063B (en) Information display method, device and equipment
CN115129809A (en) Method and device for determining user activity, electronic equipment and storage medium
CN110738562B (en) Method, device and equipment for generating risk reminding information
CN111192063A (en) Online customer service queuing processing method and device and electronic equipment
CN111723202A (en) Public opinion data processing device, method and system

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