CN107506230B - Application program trial method and device and computer readable storage medium - Google Patents

Application program trial method and device and computer readable storage medium Download PDF

Info

Publication number
CN107506230B
CN107506230B CN201710625427.4A CN201710625427A CN107506230B CN 107506230 B CN107506230 B CN 107506230B CN 201710625427 A CN201710625427 A CN 201710625427A CN 107506230 B CN107506230 B CN 107506230B
Authority
CN
China
Prior art keywords
data
cache server
application
information
trial
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
CN201710625427.4A
Other languages
Chinese (zh)
Other versions
CN107506230A (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.)
Nubia Technology Co Ltd
Original Assignee
Nubia Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201710625427.4A priority Critical patent/CN107506230B/en
Publication of CN107506230A publication Critical patent/CN107506230A/en
Application granted granted Critical
Publication of CN107506230B publication Critical patent/CN107506230B/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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/4557Distribution of virtual machine instances; Migration and load balancing

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a trial method and a trial device for an application program and a computer readable storage medium, wherein the method comprises the following steps: determining related operation and unrelated operation of the trial account of the application program, resident the unrelated operation in the cache server, simultaneously writing the related operation in the cache server, and reading the related operation in the cache server if the received target operation is the same as the related operation. The method and the device realize a more efficient application program trial scheme, on one hand, the application program trial scheme occupies less system resources, on the other hand, the number of users capable of providing services under limited conditions is more, and the realization cost cannot be obviously improved when the number of users is increased.

Description

Application program trial method and device and computer readable storage medium
Technical Field
The present invention relates to the field of mobile communications, and in particular, to a method and apparatus for application program trial, and a computer-readable storage medium.
Background
In the prior art, along with the popularization of intelligent terminal equipment and the increase of user requirements, more and more application programs appear to meet the user requirements. However, with the mass production of applications, their quality and their functionality, it is difficult to determine whether they can meet the user's needs, and some knowledge is available only after the user installs the application.
In order to solve the above-mentioned drawbacks of the prior art, the prior art proposes a solution, namely: the user tries the application which is not determined to be installed or not in the application market by connecting the virtual machine provided by the application center, so that good experience of no-installation trial application can be realized.
However, in the above scheme, each user needs to monopolize a virtual machine resource when connecting to the virtual machine.
Thus, the above solution has problems:
1. each user monopolizes one virtual machine resource, which causes that the virtual machine memory occupies too much, and the trial speed becomes slow after more users are used.
2. A virtual machine can provide a smaller number of users of a service.
3. When the number of users increases, more virtual machines need to be applied, resulting in higher cost of the solution.
Therefore, to sum up, the application program trial scheme in the prior art occupies a large amount of system resources, and the number of users that can provide services under limited conditions is small, and when the number of users increases, the implementation cost is increased.
Disclosure of Invention
In order to solve the technical defects that the trial scheme of the application program in the prior art occupies larger system resources, the number of users capable of providing services under limited conditions is small, and the implementation cost is increased when the number of users is increased, the invention provides an application program trial method, which comprises the following steps:
determining related operation and unrelated operation of the trial account of the application program;
resident irrelevant operation to the cache server, and simultaneously write relevant operation into the cache server;
and if the received target operation is the same as the related operation, reading the related operation in the cache server.
Optionally, the determining the operations related to the trial account and the operations unrelated to the trial account include:
determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
dividing the operation data according to the operation ID information;
and determining related operation data and unrelated operation data of the application program trial account.
Optionally, the residing the unrelated operation in a cache server, and the writing the related operation in the cache server includes:
writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
writing the related data into the cache server, and setting an effective period for the related data;
and deleting the written related data when the related data does not receive a calling instruction within the validity period.
Optionally, if the received target operation is the same as the related operation, reading the related operation in the cache server includes:
determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
judging the correlation of the target operation ID information by combining the target application ID information;
and determining the operation data type corresponding to the target operation data according to the correlation.
Optionally, if the received target operation is the same as the related operation, reading the related operation in the cache server further includes:
detecting the calling state of the related data in the cache server;
determining the activity corresponding to the related data according to the calling state;
and determining the deletion operation and the persistence operation of the related data according to the activity.
The invention also proposes an application trial device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing:
determining related operation and unrelated operation of the trial account of the application program;
resident the irrelevant operation in a cache server, and simultaneously write the relevant operation in the cache server;
and if the received target operation is the same as the related operation, reading the related operation in the cache server.
Optionally, the computer program further implements, when executed by the processor:
determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
dividing the operation data according to the operation ID information;
and determining related operation data and unrelated operation data of the application program trial account.
Optionally, the computer program further implements, when executed by the processor:
writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
writing the related data into the cache server, and setting an effective period for the related data;
and deleting the written related data when the related data does not receive a calling instruction within the validity period.
Optionally, the computer program further implements, when executed by the processor:
determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
judging the correlation of the target operation ID information by combining the target application ID information;
determining an operation data type corresponding to the target operation data according to the correlation;
detecting the calling state of the related data in the cache server;
determining the activity corresponding to the related data according to the calling state;
and determining the deletion operation and the persistence operation of the related data according to the activity.
The invention also proposes a computer readable storage medium having stored thereon a trial application program, the trial application program when executed by a processor implementing the steps of the trial application method as defined in any one of the above.
By determining the related operation and the unrelated operation of the trial account of the application program, the unrelated operation is resident in the cache server, meanwhile, the related operation is written into the cache server, and if the received target operation is the same as the related operation, the related operation is read in the cache server. The application program trial scheme has the advantages that the more efficient application program trial scheme is realized, the occupation of system resources is small, the number of users capable of providing services under limited conditions is large, and the realization cost cannot be obviously improved when the number of users is increased.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a schematic diagram of a hardware structure of a mobile terminal according to the present invention;
fig. 2 is a communication network system architecture diagram provided by an embodiment of the present invention;
FIG. 3 is a flow chart of a first embodiment of a method for trial application of the present invention;
FIG. 4 is a flow chart of a second embodiment of a method for trial application of the present invention;
FIG. 5 is a flowchart of a third embodiment of a method for trial application of the present invention;
FIG. 6 is a flow chart of a fourth embodiment of a method for trial application of the present invention;
fig. 7 is a flowchart of a trial application method according to a fifth embodiment of the present invention.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex-Long Term Evolution), and TDD-LTE (Time Division duplex-Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and charging functions Entity) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
Example one
A method for application trial, the method comprising:
s1, determining the relevant operation and the irrelevant operation of the trial account of the application program;
s2, resident irrelevant operation to the cache server, and simultaneously write relevant operation to the cache server;
and S3, if the received target operation is the same as the related operation, reading the related operation in the cache server.
In this embodiment, in order to implement an installation-free trial application of a user in an application market, an intelligent terminal device such as a mobile phone manufacturer provides a virtual machine service, and installs an android system in a virtual machine. When a user clicks a certain application to be tried, the application center can automatically install the application in the android system of the virtual machine, and the connection channel is provided for the user in an HTTP link mode. The address where the user connects to the virtual machine may be directly tried out of the application.
In this embodiment, first, a relevant operation and an irrelevant operation of the application trial account are determined, then the irrelevant operation is resident in the cache server, meanwhile, the relevant operation is written into the cache server, and finally, if the received target operation is the same as the relevant operation, the relevant operation is read in the cache server. Specifically, the following examples are given:
in order to improve the resource trial efficiency of a single virtual machine, the scheme improves the prior art. That is, all operation data irrelevant to the account operation in the trial function of the application program are cached in a cache server, such as a redis server or a memcache server. The operation data comprises operation actions, operation pages and the like of the application. The key of the operation data is application ID information plus operation ID information.
When a user accesses an application of a virtual machine, when a certain operation is performed, firstly, whether cache data exists in the operation ID information is read from a cache server:
if the virtual machine exists, the information is directly returned to the user, and the user does not need to carry out real operation on the android system of the virtual machine, so that the memory resource of the virtual machine is wasted;
and if not, carrying out real operation on the android system, numbering the operation and writing the operation number into the cache server.
The operation data irrelevant to the account operation can reside in the cache server, and as the memory of the cache server is large enough and the concurrency performance is strong, enough users can be accommodated at the same time.
For example, when the user tries a shopping application, the user enters the shopping application, the ID information of the application is 1, the first page is opened, and this action may be numbered as OPEN _ APP. Then the ID information for this action is 1_ OPEN _ APP and the data that needs to be written to the cache server is the page data for this first page.
Then, the user performs a relevant operation, for example, checks the details of a certain product, the action ID information is 1_ VIEW _ GOOD _1, and the data written in the cache server is the details of the certain product. Therefore, when the user tries the application, the user needs to check the home page, firstly, the cache server inquires whether cache data exists according to the ID information of 1_ OPEN _ APP, if so, the cache data is directly returned to the user for trial display and experience of the application, the action is completed without occupying the memory resource of the android system of the virtual machine, and therefore the use efficiency of the resource is greatly improved.
Furthermore, operation data related to account operation is written into the cache server by the same mechanism. However, since this part of data is not an operation that the user must perform during the trial process, the part of data is not resident in order to increase the resource utilization rate, but the data validity period is set. For example, the validity period is set to 1 hour, and if no user performs trial account operation of the application within 1 hour, the part of the cache data is deleted.
The method has the advantages that through determining the related operation and the unrelated operation of the trial account of the application program, the unrelated operation is resident in the cache server, meanwhile, the related operation is written into the cache server, and if the received target operation is the same as the related operation, the related operation is read in the cache server. The method and the device realize a more efficient application program trial scheme, on one hand, the application program trial scheme occupies less system resources, on the other hand, the number of users capable of providing services under limited conditions is more, and the realization cost cannot be obviously improved when the number of users is increased.
Example two
Based on the above embodiment, the determining the operations related to and unrelated to the trial account includes:
s11, determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
s12, dividing the operation data according to the operation ID information;
and S13, determining relevant operation data and irrelevant operation data of the trial account of the application program.
In this embodiment, first, operation data corresponding to the application program is determined, where the operation data includes application ID information and operation ID information of the application program, then the operation data is divided according to the operation ID information, and finally, related operation data and unrelated operation data of the trial account of the application program are determined.
Specifically, as described in the above example, the operation data includes an operation action, an operation page, and the like of the application. The key of the operation data is application ID information plus operation ID information.
Determining related operation and unrelated operation of the trial account of the application program, then residing the unrelated operation in a cache server, simultaneously writing the related operation in the cache server, and finally reading the related operation in the cache server if the received target operation is the same as the related operation.
For example, when a user tries a map navigation program, for the application, the operation related to the user account is to enter a specific geographic location, find a destination, plan a navigation route, and the like, and the operation unrelated to the user account is to view the fixed information such as a subway line map of the current city.
Furthermore, in order to improve the resource trial efficiency of a single virtual machine, the scheme improves the prior art. In other words, all operation data irrelevant to the account operation in the trial function of the application program is cached in the cache server.
The method and the device have the advantages that the operation data corresponding to the application program are determined, wherein the operation data comprise application ID information and operation ID information of the application program, then the operation data are divided according to the operation ID information, and finally, relevant operation data and irrelevant operation data of trial account numbers of the application program are determined, so that an environment basis is provided for realizing a more efficient application program trial scheme.
EXAMPLE III
Based on the foregoing embodiment, the residing the unrelated operation in a cache server, and the writing the related operation in the cache server includes:
s21, writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
s22, writing the related data into the cache server, and setting an expiration date for the related data;
and S23, deleting the written related data when the related data does not receive the calling instruction in the validity period.
In this embodiment, firstly, the irrelevant operation data is written into the cache server and set to be in a resident mode, then, the relevant data is written into the cache server and set with an expiration date for the relevant data, and finally, the written relevant data is deleted when the relevant data does not receive a call instruction within the expiration date.
Specifically, as described in the above example, first, the relevant operation and the irrelevant operation of the application trial account are determined, then the irrelevant operation is resident in the cache server, meanwhile, the relevant operation is written into the cache server, and finally, if the received target operation is the same as the relevant operation, the relevant operation is read in the cache server.
For example, a plurality of items of operation data are provided in the same application program, and the plurality of items of operation data are classified. The operation data which is relevant to the user account is the first operation data which is not relevant to the user account is the second operation data which is not relevant to the user account.
Further, according to the functional characteristics of the application program, adaptively determining the operation data which is relevant to the user account or the operation data which is not relevant to the user account;
further, according to the functional characteristics of the application program, according to the input demand instruction, determining the operation data which is relevant to the user account or the operation data which is not relevant to the user account;
further, if the demand instruction only includes simple operations such as opening, closing, clicking and the like, the demand instruction is determined to be operation data which does not have correlation with the user account;
furthermore, if the demand instruction includes complex operations such as text entry, voice entry, content adjustment, and the like, the demand instruction is determined to be operation data that does not have a correlation with the user account.
The method has the advantages that the irrelevant operation data are written into the cache server and are set to be in a resident mode, then the relevant data are written into the cache server, the period of validity is set for the relevant data, and finally, the written relevant data are deleted when the relevant data do not receive the calling instruction in the period of validity, so that an environment basis is provided for realizing a more efficient application program trial scheme.
Example four
Based on the foregoing embodiment, if the received target operation is the same as the related operation, the reading the related operation in the cache server includes:
s31, determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
s32, judging the relevance of the target operation ID information by combining the target application ID information;
and S33, determining the operation data type corresponding to the target operation data according to the correlation.
In this embodiment, first, target operation data corresponding to the target operation is determined, where the target operation data includes target application ID information and target operation ID information, then, in combination with the target application ID information, a correlation of the target operation ID information is determined, and finally, an operation data type corresponding to the target operation data is determined according to the correlation.
Similarly, as described in the above example, when the user tries a shopping application (target application), the user enters the shopping application by clicking (initial target operation), the application ID information is 1, first, the top page is opened, and the operation ID information may be numbered as OPEN _ APP. Then the ID information of this operation is 1_ OPEN _ APP, and the data that needs to be written to the cache server is the page data of the first page of this application.
Then, the user performs relevant operations, for example, checks the details of a certain product, the operation ID information is 1_ VIEW _ GOOD _1, and the data written in the cache server is the details of the certain product.
Therefore, when the user tries the application, the user needs to check the home page, firstly, the cache server inquires whether cache data exists according to the fact that the operation ID information is 1_ OPEN _ APP, if yes, the cache data is directly returned to the user to perform trial display and experience of the application program, the action is completed without occupying memory resources of an android system of the virtual machine, and therefore the use efficiency of the resources is greatly improved.
Furthermore, operation data related to account operation is written into the cache server by the same mechanism.
Furthermore, because the operation data related to the account operation is not the operation that the user must perform in the trial process, in order to improve the resource utilization rate, the data is not resident, but the data validity period is set.
Furthermore, in order to improve the resource utilization rate, operation data related to account operation is not resident, the validity period is set to 1 hour, and if no user performs trial account operation of the application within 1 hour, the cache data of the part is deleted.
The method and the device for the application program trial service have the advantages that target operation data corresponding to the target operation are determined, wherein the target operation data comprise target application ID information and target operation ID information, then the correlation of the target operation ID information is judged by combining the target application ID information, finally, the operation data type corresponding to the target operation data is determined according to the correlation, an environment basis is provided for achieving a more efficient application program trial scheme, on one hand, the application program trial scheme occupies less system resources, on the other hand, the number of users capable of providing service under limited conditions is larger, and the achieving cost cannot be obviously improved when the number of users increases.
EXAMPLE five
Based on the foregoing embodiment, if the received target operation is the same as the related operation, reading the related operation in the cache server further includes:
s41, detecting the calling state of the related data in the cache server;
s42, determining the activity corresponding to the related data according to the calling state;
and S43, determining the deletion operation and the persistence operation of the related data according to the activity.
In this embodiment, first, an invoking state of the related data is detected in the cache server, then, an activity corresponding to the related data is determined according to the invoking state, and finally, a deletion operation and a persistent operation of the related data are determined according to the activity.
The calling state refers to the condition that the same related data is called by all trial users;
the activity means counting the called times of the same related data of the same application program in a preset period;
furthermore, the number of times of calling the same related data of the same application program is counted, so that the activity of a plurality of related data of the same application program is obtained;
furthermore, the number of times of calling the same related data of the same application program is counted, so that the activity of all related data of all application programs is obtained;
furthermore, the number of times of calling the same relevant data of the same application program is counted, and therefore the activity of the application program is obtained.
Finally, determining the deletion operation and the persistence operation of the related data according to the activity;
further, determining deletion operation and persistence operation of a plurality of related data of the same application program;
further, determining the deletion operation and the persistence operation of all relevant data of all application programs;
further, the case where the application program is tried is determined, and whether to continue providing the trial operation of the application program is determined.
The method and the device have the advantages that the calling state of the related data is detected in the cache server, the activity corresponding to the related data is determined according to the calling state, and finally the deletion operation and the persistence operation of the related data are determined according to the activity, so that an environment basis is provided for realizing a more efficient application program trial scheme.
EXAMPLE six
Based on the foregoing embodiments, the present invention further provides an application trial device, where the device includes a memory, a processor, and a computer program stored on the memory and running on the processor, and when executed by the processor, the computer program implements:
determining related operation and unrelated operation of the trial account of the application program;
resident the irrelevant operation in a cache server, and simultaneously write the relevant operation in the cache server;
and if the received target operation is the same as the related operation, reading the related operation in the cache server.
In this embodiment, in order to implement an installation-free trial application of a user in an application market, an intelligent terminal device such as a mobile phone manufacturer provides a virtual machine service, and installs an android system in a virtual machine. When a user clicks a certain application to be tried, the application center can automatically install the application in the android system of the virtual machine, and the connection channel is provided for the user in an HTTP link mode. The address where the user connects to the virtual machine may be directly tried out of the application.
In this embodiment, first, a relevant operation and an irrelevant operation of the application trial account are determined, then the irrelevant operation is resident in the cache server, meanwhile, the relevant operation is written into the cache server, and finally, if the received target operation is the same as the relevant operation, the relevant operation is read in the cache server. Specifically, the following examples are given:
in order to improve the resource trial efficiency of a single virtual machine, the scheme improves the prior art. That is, all operation data irrelevant to the account operation in the trial function of the application program are cached in a cache server, such as a redis server or a memcache server. The operation data comprises operation actions, operation pages and the like of the application. The key of the operation data is application ID information plus operation ID information.
When a user accesses an application of a virtual machine, when a certain operation is performed, firstly, whether cache data exists in the operation ID information is read from a cache server:
if the virtual machine exists, the information is directly returned to the user, and the user does not need to carry out real operation on the android system of the virtual machine, so that the memory resource of the virtual machine is wasted;
and if not, carrying out real operation on the android system, numbering the operation and writing the operation number into the cache server.
The operation data irrelevant to the account operation can reside in the cache server, and as the memory of the cache server is large enough and the concurrency performance is strong, enough users can be accommodated at the same time.
For example, when the user tries a shopping application, the user enters the shopping application, the ID information of the application is 1, the first page is opened, and this action may be numbered as OPEN _ APP. Then the ID information for this action is 1_ OPEN _ APP and the data that needs to be written to the cache server is the page data for this first page.
Then, the user performs a relevant operation, for example, checks the details of a certain product, the action ID information is 1_ VIEW _ GOOD _1, and the data written in the cache server is the details of the certain product. Therefore, when the user tries the application, the user needs to check the home page, firstly, the cache server inquires whether cache data exists according to the ID information of 1_ OPEN _ APP, if so, the cache data is directly returned to the user for trial display and experience of the application, the action is completed without occupying the memory resource of the android system of the virtual machine, and therefore the use efficiency of the resource is greatly improved.
Furthermore, operation data related to account operation is written into the cache server by the same mechanism. However, since this part of data is not an operation that the user must perform during the trial process, the part of data is not resident in order to increase the resource utilization rate, but the data validity period is set. For example, the validity period is set to 1 hour, and if no user performs trial account operation of the application within 1 hour, the part of the cache data is deleted.
The method has the advantages that through determining the related operation and the unrelated operation of the trial account of the application program, the unrelated operation is resident in the cache server, meanwhile, the related operation is written into the cache server, and if the received target operation is the same as the related operation, the related operation is read in the cache server. The method and the device realize a more efficient application program trial scheme, on one hand, the application program trial scheme occupies less system resources, on the other hand, the number of users capable of providing services under limited conditions is more, and the realization cost cannot be obviously improved when the number of users is increased.
EXAMPLE seven
Based on the above embodiments, the computer program further realizes when executed by the processor:
determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
dividing the operation data according to the operation ID information;
and determining related operation data and unrelated operation data of the application program trial account.
In this embodiment, first, operation data corresponding to the application program is determined, where the operation data includes application ID information and operation ID information of the application program, then the operation data is divided according to the operation ID information, and finally, related operation data and unrelated operation data of the trial account of the application program are determined.
Specifically, as described in the above example, the operation data includes an operation action, an operation page, and the like of the application. The key of the operation data is application ID information plus operation ID information.
Determining related operation and unrelated operation of the trial account of the application program, then residing the unrelated operation in a cache server, simultaneously writing the related operation in the cache server, and finally reading the related operation in the cache server if the received target operation is the same as the related operation.
For example, when a user tries a map navigation program, for the application, the operation related to the user account is to enter a specific geographic location, find a destination, plan a navigation route, and the like, and the operation unrelated to the user account is to view the fixed information such as a subway line map of the current city.
Furthermore, in order to improve the resource trial efficiency of a single virtual machine, the scheme improves the prior art. In other words, all operation data irrelevant to the account operation in the trial function of the application program is cached in the cache server.
The method and the device have the advantages that the operation data corresponding to the application program are determined, wherein the operation data comprise application ID information and operation ID information of the application program, then the operation data are divided according to the operation ID information, and finally, relevant operation data and irrelevant operation data of trial account numbers of the application program are determined, so that an environment basis is provided for realizing a more efficient application program trial scheme.
Example eight
Based on the above embodiments, the computer program further realizes when executed by the processor:
writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
writing the related data into the cache server, and setting an effective period for the related data;
and deleting the written related data when the related data does not receive a calling instruction within the validity period.
In this embodiment, firstly, the irrelevant operation data is written into the cache server and set to be in a resident mode, then, the relevant data is written into the cache server and set with an expiration date for the relevant data, and finally, the written relevant data is deleted when the relevant data does not receive a call instruction within the expiration date.
Specifically, as described in the above example, first, the relevant operation and the irrelevant operation of the application trial account are determined, then the irrelevant operation is resident in the cache server, meanwhile, the relevant operation is written into the cache server, and finally, if the received target operation is the same as the relevant operation, the relevant operation is read in the cache server.
For example, a plurality of items of operation data are provided in the same application program, and the plurality of items of operation data are classified. The operation data which is relevant to the user account is the first operation data which is not relevant to the user account is the second operation data which is not relevant to the user account.
Further, according to the functional characteristics of the application program, adaptively determining the operation data which is relevant to the user account or the operation data which is not relevant to the user account;
further, according to the functional characteristics of the application program, according to the input demand instruction, determining the operation data which is relevant to the user account or the operation data which is not relevant to the user account;
further, if the demand instruction only includes simple operations such as opening, closing, clicking and the like, the demand instruction is determined to be operation data which does not have correlation with the user account;
furthermore, if the demand instruction includes complex operations such as text entry, voice entry, content adjustment, and the like, the demand instruction is determined to be operation data that does not have a correlation with the user account.
The method has the advantages that the irrelevant operation data are written into the cache server and are set to be in a resident mode, then the relevant data are written into the cache server, the period of validity is set for the relevant data, and finally, the written relevant data are deleted when the relevant data do not receive the calling instruction in the period of validity, so that an environment basis is provided for realizing a more efficient application program trial scheme.
Example nine
Based on the above embodiments, the computer program further realizes when executed by the processor:
determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
judging the correlation of the target operation ID information by combining the target application ID information;
determining an operation data type corresponding to the target operation data according to the correlation;
detecting the calling state of the related data in the cache server;
determining the activity corresponding to the related data according to the calling state;
and determining the deletion operation and the persistence operation of the related data according to the activity.
The target operation data comprises target application ID information and target operation ID information, then, the correlation of the target operation ID information is judged by combining the target application ID information, and finally, the operation data type corresponding to the target operation data is determined according to the correlation.
Similarly, as described in the above example, when the user tries a shopping application (target application), the user enters the shopping application by clicking (initial target operation), the application ID information is 1, first, the top page is opened, and the operation ID information may be numbered as OPEN _ APP. Then the ID information of this operation is 1_ OPEN _ APP, and the data that needs to be written to the cache server is the page data of the first page of this application.
Then, the user performs relevant operations, for example, checks the details of a certain product, the operation ID information is 1_ VIEW _ GOOD _1, and the data written in the cache server is the details of the certain product.
Therefore, when the user tries the application, the user needs to check the home page, firstly, the cache server inquires whether cache data exists according to the fact that the operation ID information is 1_ OPEN _ APP, if yes, the cache data is directly returned to the user to perform trial display and experience of the application program, the action is completed without occupying memory resources of an android system of the virtual machine, and therefore the use efficiency of the resources is greatly improved.
Furthermore, operation data related to account operation is written into the cache server by the same mechanism.
Furthermore, because the operation data related to the account operation is not the operation that the user must perform in the trial process, in order to improve the resource utilization rate, the data is not resident, but the data validity period is set.
Furthermore, in order to improve the resource utilization rate, operation data related to account operation is not resident, the validity period is set to 1 hour, and if no user performs trial account operation of the application within 1 hour, the cache data of the part is deleted.
In this embodiment, first, an invoking state of the related data is detected in the cache server, then, an activity corresponding to the related data is determined according to the invoking state, and finally, a deletion operation and a persistent operation of the related data are determined according to the activity.
The calling state refers to the condition that the same related data is called by all trial users;
the activity means counting the called times of the same related data of the same application program in a preset period;
furthermore, the number of times of calling the same related data of the same application program is counted, so that the activity of a plurality of related data of the same application program is obtained;
furthermore, the number of times of calling the same related data of the same application program is counted, so that the activity of all related data of all application programs is obtained;
furthermore, the number of times of calling the same relevant data of the same application program is counted, and therefore the activity of the application program is obtained.
Finally, determining the deletion operation and the persistence operation of the related data according to the activity;
further, determining deletion operation and persistence operation of a plurality of related data of the same application program;
further, determining the deletion operation and the persistence operation of all relevant data of all application programs;
further, the case where the application program is tried is determined, and whether to continue providing the trial operation of the application program is determined.
The method and the device have the advantages that the calling state of the related data is detected in the cache server, the activity corresponding to the related data is determined according to the calling state, and finally the deletion operation and the persistence operation of the related data are determined according to the activity, so that an environment basis is provided for realizing a more efficient application program trial scheme.
Example ten
Based on the above embodiment, the present invention further provides a computer readable storage medium, on which an application program trial program is stored, and when being executed by a processor, the application program trial program realizes the steps of the application program trial method according to any one of the above items.
By determining the related operation and the unrelated operation of the trial account of the application program, the unrelated operation is resident in the cache server, meanwhile, the related operation is written into the cache server, and if the received target operation is the same as the related operation, the related operation is read in the cache server. The application program trial scheme has the advantages that the more efficient application program trial scheme is realized, the occupation of system resources is small, the number of users capable of providing services under limited conditions is large, and the realization cost cannot be obviously improved when the number of users is increased.
It should be noted that, in this document, 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, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (6)

1. A method for application trial, the method comprising:
determining related operation and unrelated operation of the trial account of the application program;
resident the irrelevant operation in a cache server, and simultaneously write the relevant operation in the cache server;
if the received target operation is the same as the related operation, reading the related operation in the cache server;
the operation of determining the relevant operation and the irrelevant operation with the trial account number comprises the following steps:
determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
dividing the operation data according to the operation ID information;
determining related operation data and unrelated operation data of the application program trial account;
the step of resident the unrelated operation in a cache server, and the step of writing the related operation in the cache server comprises:
writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
writing the related data into the cache server, and setting an effective period for the related data;
and deleting the written related data when the related data does not receive a calling instruction within the validity period.
2. The application trial method of claim 1, wherein the reading the correlation operation in the cache server if the received target operation is the same as the correlation operation comprises:
determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
judging the correlation of the target operation ID information by combining the target application ID information;
and determining the operation data type corresponding to the target operation data according to the correlation.
3. The application trial method of claim 2, wherein reading the correlation operation in the cache server if the received target operation is the same as the correlation operation further comprises:
detecting the calling state of the related data in the cache server;
determining the activity corresponding to the related data according to the calling state;
and determining the deletion operation and the persistence operation of the related data according to the activity.
4. An application trial device, the device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor effecting:
determining related operation and unrelated operation of the trial account of the application program;
resident the irrelevant operation in a cache server, and simultaneously write the relevant operation in the cache server;
if the received target operation is the same as the related operation, reading the related operation in the cache server;
the computer program further enables, when executed by the processor:
determining operation data corresponding to the application program, wherein the operation data comprises application ID information and operation ID information of the application program;
dividing the operation data according to the operation ID information;
determining related operation data and unrelated operation data of the application program trial account;
the computer program further enables, when executed by the processor:
writing the irrelevant operation data into the cache server, and setting the irrelevant operation data as a resident mode;
writing the related data into the cache server, and setting an effective period for the related data;
and deleting the written related data when the related data does not receive a calling instruction within the validity period.
5. The application trial device of claim 4, wherein the computer program when executed by the processor further effects:
determining target operation data corresponding to the target operation, wherein the target operation data comprises target application ID information and target operation ID information;
judging the correlation of the target operation ID information by combining the target application ID information;
determining an operation data type corresponding to the target operation data according to the correlation;
detecting the calling state of the related data in the cache server;
determining the activity corresponding to the related data according to the calling state;
and determining the deletion operation and the persistence operation of the related data according to the activity.
6. A computer readable storage medium having stored thereon an application trial program, the application trial program when executed by a processor implementing the steps of the application trial method of any of claims 1 to 3.
CN201710625427.4A 2017-07-27 2017-07-27 Application program trial method and device and computer readable storage medium Active CN107506230B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710625427.4A CN107506230B (en) 2017-07-27 2017-07-27 Application program trial method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710625427.4A CN107506230B (en) 2017-07-27 2017-07-27 Application program trial method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN107506230A CN107506230A (en) 2017-12-22
CN107506230B true CN107506230B (en) 2020-10-27

Family

ID=60689466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710625427.4A Active CN107506230B (en) 2017-07-27 2017-07-27 Application program trial method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN107506230B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102841809A (en) * 2011-06-22 2012-12-26 联想(北京)有限公司 Information processing method and device, mode switching method and terminal equipment
CN103176845A (en) * 2011-12-22 2013-06-26 中国移动通信集团公司 Method, system and device for virtual machine arrangement
CN103309720A (en) * 2012-03-07 2013-09-18 上海聚耘信息科技有限公司 Virtual machine management system for maintaining virtual data center
CN103729250A (en) * 2012-10-11 2014-04-16 国际商业机器公司 Method and system to select data nodes configured to satisfy a set of requirements
CN104517067A (en) * 2014-12-30 2015-04-15 华为技术有限公司 Method, device and system for data access
CN105487882A (en) * 2014-10-06 2016-04-13 第五代虚拟科技股份有限公司 Application software trial system, method, server and user device
CN106775840A (en) * 2016-11-25 2017-05-31 珠海市魅族科技有限公司 The processing method and mobile terminal of a kind of application on probation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102841809A (en) * 2011-06-22 2012-12-26 联想(北京)有限公司 Information processing method and device, mode switching method and terminal equipment
CN103176845A (en) * 2011-12-22 2013-06-26 中国移动通信集团公司 Method, system and device for virtual machine arrangement
CN103309720A (en) * 2012-03-07 2013-09-18 上海聚耘信息科技有限公司 Virtual machine management system for maintaining virtual data center
CN103729250A (en) * 2012-10-11 2014-04-16 国际商业机器公司 Method and system to select data nodes configured to satisfy a set of requirements
CN105487882A (en) * 2014-10-06 2016-04-13 第五代虚拟科技股份有限公司 Application software trial system, method, server and user device
CN104517067A (en) * 2014-12-30 2015-04-15 华为技术有限公司 Method, device and system for data access
CN106775840A (en) * 2016-11-25 2017-05-31 珠海市魅族科技有限公司 The processing method and mobile terminal of a kind of application on probation

Also Published As

Publication number Publication date
CN107506230A (en) 2017-12-22

Similar Documents

Publication Publication Date Title
CN108572764B (en) Character input control method and device and computer readable storage medium
CN107967322B (en) File classification display method, mobile terminal and computer readable storage medium
CN107027114A (en) A kind of SIM card switching method, equipment and computer-readable recording medium
CN108553896B (en) State information display control method, terminal and computer readable storage medium
CN108093439A (en) User behavior data method for controlling reporting, terminal and computer readable storage medium
CN108449513B (en) Interactive regulation and control method, equipment and computer readable storage medium
CN108958936B (en) Application program switching method, mobile terminal and computer readable storage medium
CN109766119B (en) Recovery partition upgrade method, terminal and computer readable storage medium
CN110020386B (en) Application page sharing method, mobile terminal and computer readable storage medium
CN109389394B (en) Multi-screen payment control method, equipment and computer readable storage medium
CN109445945B (en) Memory allocation method of application program, mobile terminal, server and storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN111381762A (en) Double-screen switching method and device and computer readable storage medium
CN112423211A (en) Multi-audio transmission control method, equipment and computer readable storage medium
CN110083294B (en) Screen capturing method, terminal and computer readable storage medium
CN109710168B (en) Screen touch method and device and computer readable storage medium
CN109710149B (en) Interactive display method, equipment and computer readable storage medium
CN109948368B (en) Privacy authority control method, device and computer readable storage medium
CN109683796B (en) Interaction control method, equipment and computer readable storage medium
CN109669616B (en) Side screen interaction control method and device and computer readable storage medium
CN109684020B (en) Theme switching method, device and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN107404568B (en) Control switch management method and mobile terminal
CN107766544B (en) Information management method, terminal and computer readable storage medium
CN109725808B (en) Interaction control method, equipment and computer readable storage medium

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