CN108681471B - Application program control method and device, electronic equipment and readable storage medium - Google Patents

Application program control method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN108681471B
CN108681471B CN201810463392.3A CN201810463392A CN108681471B CN 108681471 B CN108681471 B CN 108681471B CN 201810463392 A CN201810463392 A CN 201810463392A CN 108681471 B CN108681471 B CN 108681471B
Authority
CN
China
Prior art keywords
target object
server
target
indication information
client
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
CN201810463392.3A
Other languages
Chinese (zh)
Other versions
CN108681471A (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.)
Beijing 58 Information Technology Co Ltd
Original Assignee
Beijing 58 Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing 58 Information Technology Co Ltd filed Critical Beijing 58 Information Technology Co Ltd
Priority to CN201810463392.3A priority Critical patent/CN108681471B/en
Publication of CN108681471A publication Critical patent/CN108681471A/en
Application granted granted Critical
Publication of CN108681471B publication Critical patent/CN108681471B/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides an application program control method, an application program control device, electronic equipment and a readable storage medium, wherein the method comprises the following steps: receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of a target object; sending a request message to a server, wherein the request message comprises an identifier of the operation instruction; receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation indication and preset configuration information; and determining whether to start the target object according to the indication information. The method realizes that the specific function can be displayed without releasing the new version, and avoids the problem of poor user experience caused by long-time display of the specific function.

Description

Application program control method and device, electronic equipment and readable storage medium
Technical Field
The present invention relates to computer technologies, and in particular, to an application control method and apparatus, an electronic device, and a readable storage medium.
Background
Some functions of an Application (APP) need to be judged whether to display the functions on the APP according to the use condition of a user after the APP is online.
In the prior art, when some functions of an APP are judged to be displayed on the APP according to the use condition of a user, a new version needs to be reissued to display the functions.
However, the period for reissuing a new version is long, and the corresponding function cannot be displayed on the APP in time, so that the user experience is influenced.
Disclosure of Invention
The embodiment of the invention provides an application program control method, an application program control device, electronic equipment and a readable storage medium, which are used for solving the problem that user experience is influenced because an APP (application) cannot display functions in time in the prior art.
A first aspect of an embodiment of the present invention provides an application program control method, where the method includes:
receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of a target object;
sending a request message to a server, wherein the request message comprises an identifier of the operation instruction;
receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation indication and preset configuration information;
and determining whether to start the target object according to the indication information.
Further, the request message and the indication information are sent through a preset interface between the server and the client.
Further, the determining whether to start the target object according to the indication information of the server includes:
if the indication information is a preset configuration value, determining to start the target object, otherwise, determining not to start the target object;
and the preset configuration value is sent to the client in advance by the server.
Further, the target object is a target bullet box, and the method further includes:
and if the target object is determined to be started, popping up the target pop frame on the current page.
Further, the target object is a target page, and the method further includes:
and if the target object is determined to be started, jumping to the target page from the current page.
A second aspect of an embodiment of the present invention provides an application control apparatus, including:
the first receiving module is used for receiving an operation instruction input by a user, and the operation instruction is used for instructing starting of a target object;
a sending module, configured to send a request message to a server, where the request message includes an identifier of the operation instruction;
the second receiving module is used for receiving indication information sent by the server, and the indication information is determined by the server according to the identifier of the operation indication and preset configuration information;
and the determining module is used for determining whether to start the target object according to the indication information.
Further, the request message and the indication information are sent through a preset interface between the server and the client.
Further, the determining module comprises:
the first determining unit is used for determining to start the target object when the indication information is a preset configuration value;
and the second determining unit is used for determining not to start the target object when the indication information is not a preset configuration value.
Further, the target object is a target bullet frame, and the apparatus further includes:
and the popping module is used for popping up the target pop frame on the current page when the target object is determined to be started.
Further, the target object is a target page, and the apparatus further includes:
and the jumping module is used for jumping from the current page to the target page when the target object is determined to be started.
A third aspect of embodiments of the present invention provides an electronic device, including:
a memory for storing program instructions;
a processor for calling and executing the program instructions in the memory to perform the method steps of the first aspect.
A fourth aspect of the embodiments of the present invention provides a readable storage medium, in which a computer program is stored, and when at least one processor of an application control apparatus executes the computer program, the application control apparatus executes the application control method according to the first aspect.
According to the application program control method, the application program control device, the electronic equipment and the readable storage medium, after a user executes operation, the client is triggered to send a request message to the server, the server determines whether to open a target object according to the identification of the operation indication in the request message and preset configuration information, and sends the indication information to the client, and the client determines whether to open the target object according to the indication information. The preset configuration information can be flexibly set at the server side according to needs, so that the specific functions can be turned on or turned off by modifying the configuration information, the specific functions can be displayed without releasing a new version, and the problem of poor user experience caused by the fact that the specific functions can be displayed for a long time is solved.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the following briefly introduces the drawings needed to be used in the description of the embodiments or the prior art, and obviously, the drawings in the following description are some embodiments of the present invention, and those skilled in the art can obtain other drawings according to the drawings without inventive labor.
Fig. 1 is a system architecture diagram corresponding to an application control method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of an application control method according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating an application control method according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating an application control method according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating an application control method according to an embodiment of the present invention;
fig. 6 is a block diagram of an application control apparatus according to an embodiment of the present invention;
fig. 7 is a block diagram of an application control apparatus according to an embodiment of the present invention;
fig. 8 is a block diagram of an application control apparatus according to an embodiment of the present invention;
fig. 9 is a block diagram of an application control apparatus according to an embodiment of the present invention;
fig. 10 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a system architecture diagram corresponding to an application control method according to an embodiment of the present invention, and as shown in fig. 1, the method relates to a server and a client of an application. When a user executes certain operation to trigger and start a specific function, a client sends a request message to a server, the server determines whether to start the specific function or not according to preset configuration information and indicates the specific function to the client, and the client determines to start or not according to the indication of the server.
Fig. 2 is a schematic flowchart of an application control method according to an embodiment of the present invention, where an execution main body of the method is an electronic device running an APP, specifically, a client of the APP. As shown in fig. 2, the method includes:
s201, receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of the target object.
For example, assuming that a user clicks a button a on the home page of the client, after the user performs a click operation, the client receives an operation instruction of "click button a". The client can determine the function to be started according to the operation instruction. For example, when the user clicks a "second-hand house" button, the client can determine that a second-hand house transaction page is to be started according to the operation instruction of the user.
Optionally, the target object may be a pop frame, a page, and the like, which is not limited in this embodiment of the present invention. The corresponding function is started after the target object is started.
S202, sending a request message to a server, wherein the request message comprises the identifier of the operation instruction.
In the prior art, the operation instruction of the user directly triggers the client to start the corresponding function, for example, in the above example, after the user clicks the "second-hand house" button, the client directly jumps to the second-hand house transaction page.
In this step, the client does not immediately start the function indicated by the operation instruction, but sends a request message to the server, and then determines to start or not start the corresponding function according to the instruction of the server.
The identifier of the operation instruction can uniquely identify the operation instruction of the user.
For example, the operation instruction may be represented by an operation object and an action. For example, in the operation instruction of "click button a", the operation object is "button a" and the action is "click". The client sends the identifier consisting of the button A and the click to the server, and the server can acquire the operation of the user according to the two parameters and acquire the function to be triggered according to the corresponding relation between the operation and the triggered function.
And S203, receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation instruction and preset configuration information.
The preset configuration information specifically refers to configuration information of the target object triggered by the operation instruction, and is used for configuring whether the target object is normally started. After the APP is released, the opening or closing of the corresponding function of the target object can be flexibly configured by modifying the configuration information.
Specifically, after receiving a request message sent by a client, a server first determines a function to be triggered, i.e., a target object, according to an identifier of an operation instruction. And then, the server inquires the current configuration information of the target object and determines whether the client is allowed to normally start the target object according to the configuration information. Further, the server sends indication information to the client to indicate whether the client is started or not
The indication information may be directly represented by using configuration information, for example, if the configuration information is "1" to indicate that the target object is normally started, and if the configuration information is "0" to indicate that the target object is not started, the indication information may be "1" or "0". Alternatively, the server may additionally agree with the client on the form of the indication information. The embodiment of the present invention is not limited thereto.
And S204, determining whether to start the target object or not according to the indication information.
For example, assuming that the indication information is represented by the form of "1" and "0" described above, if the client receives the indication information with the value of "1", which indicates that the server allows the client to start the target object, the client may determine to start the target object.
In the specific implementation process, for those functions that need to be determined whether to be displayed according to the use situation of the user, the functions may be deployed in the APP when the APP is released, and at the same time, the processing procedures of the above steps S201 to S204 are added to the positions that may trigger the functions. Through the processing, whether a certain function is displayed on the client side can be flexibly configured on the server side. For example, when the APP is just released, the configuration information corresponding to a certain function a may be set to be not opened, and when a user triggers to start the function a after performing a certain operation, the client sends a request message to the server, the server determines that the function a is not currently opened according to the identifier indicated by the operation and the configuration information, sends instruction information for not opening to the client, and the client does not open the function a according to the instruction information. After the APP is issued for a period of time, if the function A can be started, the configuration information corresponding to the function A is set to be started, and then, after the user executes a certain operation to trigger the starting of the function A, the steps S201-S204 are executed again, so that the function A can be normally started. Through the processing of the embodiment, the specific function can be started or closed by modifying the configuration information on the server without re-releasing the new version of the APP.
In this embodiment, after the user performs an operation, the client is triggered to send a request message to the server, the server determines whether to open the target object according to the identifier of the operation instruction in the request message and preset configuration information, and sends instruction information to the client, and the client determines whether to open the target object according to the instruction information. The preset configuration information can be flexibly set at the server side according to needs, so that the specific functions can be turned on or turned off by modifying the configuration information, the specific functions can be displayed without releasing a new version, and the problem of poor user experience caused by the fact that the specific functions can be displayed for a long time is solved.
In an alternative embodiment, the information transmission between the client and the server may be performed through a preset interface. Specifically, the request message and the indication information are sent through a preset interface between the server and the client.
Optionally, the preset interface may be provided by the server and notified to the client, and the client may further send the request message to the server by using the preset interface.
In this embodiment, the request message and the indication message are both sent through a preset interface, which can ensure that the client and the server receive and send information on a dedicated interface, thereby improving the efficiency and the security of information sending.
On the basis of the above embodiments, the present embodiment relates to a specific method in which the client determines whether to start the target object according to the indication information of the server.
Fig. 3 is a schematic flowchart of an application control method according to an embodiment of the present invention, and as shown in fig. 3, the method includes:
s301, receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of the target object.
The execution process of this step is the same as that of step S201, and reference may be made to step S201, which is not described herein again.
S302, sending a request message to a server, wherein the request message comprises the identifier of the operation instruction.
The execution process of this step is the same as the step S202, and reference may be made to the step S202, which is not described herein again.
And S303, receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation instruction and preset configuration information.
The process of executing this step is the same as that of step S203, and reference may be made to step S203, which is not described herein again.
S304, if the indication information is a preset configuration value, determining to start the target object, otherwise, determining not to start the target object.
Specifically, after the client receives the indication information sent by the server, the value of the indication information is analyzed. And further, judging whether the value of the indication information is a preset configuration value or not, if so, indicating that the server allows the client to start the target object, and the client can determine to start the target object. Otherwise (that is, the indication information is any value other than the preset configuration value), it indicates that the server does not allow the client to start the target object, and the client may determine not to start the target object.
Optionally, the preset configuration value may be a value agreed in advance by the server and the client. Alternatively, the preset configuration value may be generated by the server and notified to the client. Specifically, the APP maintainer can flexibly set the preset configuration value at the server according to the needs of the actual service. And when the service needs to be changed, the server can update the preset configuration value in time according to the indication of the APP maintainer, and sends the updated configuration value to the client for corresponding updating.
Optionally, after the client determines not to start the target object, prompt information may be displayed to the user to prompt the user that the function corresponding to the target object is not opened in the current year, so as to improve the user experience of the user on the APP.
In this embodiment, the indication information is compared with a preset configuration value to determine whether to start the target object. The preset configuration value can be flexibly set at the server side and is timely sent to the client side when the setting is carried out, so that the client side can start or not start the target object timely according to the business needs after the business needs are changed, and the flexible control of starting the specific function is ensured.
On the basis of the above embodiments, the present embodiment relates to a specific process of the client after determining the starting target object. Respectively relating to the processing procedures of the target object being the popup type and the page type.
Fig. 4 is a schematic flowchart of an application control method according to an embodiment of the present invention, and as shown in fig. 4, the method includes:
s401, receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of the target object.
The execution process of this step is the same as that of step S201, and reference may be made to step S201, which is not described herein again.
S402, sending a request message to a server, wherein the request message comprises the identifier of the operation instruction.
The execution process of this step is the same as the step S202, and reference may be made to the step S202, which is not described herein again.
And S403, receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation instruction and preset configuration information.
The process of executing this step is the same as that of step S203, and reference may be made to step S203, which is not described herein again.
And S404, determining whether to start the target object according to the indication information.
The execution process of this step is the same as that of step S204, and reference may be made to step S204, which is not described herein again.
S405, if the target object is determined to be started, popping up a target pop-up frame on the current page.
When the target object is of a bullet frame type, after a user executes operations such as clicking a button and the like, the client is triggered to send a request message to the server, and after the server sends indication information allowing starting of the target object to the client, the client needs to normally start the target bullet frame according to the indication of the server. Specifically, the client directly pops up a target pop-up box, page elements corresponding to specific functions, such as buttons, texts, input boxes and the like, are displayed in the target pop-up box, and a user interacts with the client by viewing and operating the specific elements in the target pop-up box.
Illustratively, the target bullet box is used for the user to input second-hand room information, and after the client pops up the target bullet box, the position, the area and the options of the hall room are displayed in the target bullet box, and the user selects the target bullet box according to the requirement, so that the interaction process with the client is completed.
Optionally, for a scene in which the target object is a pop-up box type, if the server sends, to the client, indication information that the target object is not allowed to be started, the client may pop-up prompt information using the pop-up box to prompt the user that the currently triggered service is not started yet.
In this embodiment, when the target object is of a pop-up box type, if the client determines that the target object can be started, the client directly pops up the target pop-up box on the current page, so that the client can start a service function carried by using the pop-up box according to an instruction of the server. In addition, if the client determines that the target object is not allowed to be started, the client can also use a pop-up box form to pop-up prompt information to prompt that the currently triggered service of the user is not started, so that the use experience of the user is also improved.
Fig. 5 is a schematic flowchart of an application control method according to an embodiment of the present invention, and as shown in fig. 5, the method includes:
s501, receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of the target object.
The execution process of this step is the same as that of step S201, and reference may be made to step S201, which is not described herein again.
S502, sending a request message to the server, wherein the request message comprises the identifier of the operation instruction.
The execution process of this step is the same as the step S202, and reference may be made to the step S202, which is not described herein again.
And S503, receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation instruction and preset configuration information.
The process of executing this step is the same as that of step S203, and reference may be made to step S203, which is not described herein again.
And S504, determining whether to start the target object according to the indication information.
The execution process of this step is the same as that of step S204, and reference may be made to step S204, which is not described herein again.
And S505, if the target object is determined to be started, jumping from the current page to the target page.
When the target object is of a page type, after a user executes operations such as clicking a button and the like, the client is triggered to send a request message to the server, and after the server sends indication information allowing the target object to be started to the client, the client needs to normally start the target page according to the indication of the server. Specifically, the client loads the target page according to the path of the target page to realize page jump. Furthermore, after jumping to the target page, page elements corresponding to specific functions, such as buttons, texts, input boxes and the like, are displayed on the target page, and the user interacts with the client by viewing and operating the specific elements in the target page.
Illustratively, the target page is used for the user to operate the financial function, after the client jumps to the target page, various types of financial income information are displayed in the target page, and the client continuously jumps to the financial type page selected by the user for the user to perform further operation if the user selects the target page.
Optionally, for a scenario in which the target object is a page type, if the server sends, to the client, indication information that the target object is not allowed to be started, the client may display the prompt information by using a pop-up box or a page to prompt the user that the currently triggered service is not started yet.
In this embodiment, when the target object is a page type, if the client determines that the target object can be started, the client jumps to the target page from the current page, so that the client can start a service function carried by using the page according to an indication of the server. In addition, if the client determines that the target object is not allowed to be started, the client can also pop up prompt information in a form of a pop-up box or a page to prompt that the currently triggered service is not started, so that the use experience of the user is also improved.
Fig. 6 is a block diagram of an application control apparatus according to an embodiment of the present invention, and as shown in fig. 6, the apparatus includes:
the first receiving module 601 is configured to receive an operation instruction input by a user, where the operation instruction is used to instruct to start a target object.
A sending module 602, configured to send a request message to a server, where the request message includes an identifier of the operation instruction.
A second receiving module 603, configured to receive indication information sent by the server, where the indication information is determined by the server according to the identifier of the operation indication and preset configuration information.
A determining module 604, configured to determine whether to start the target object according to the indication information.
In the device, after a user executes operation, a client is triggered to send a request message to a server, the server determines whether to open a target object according to an identification of an operation instruction in the request message and preset configuration information, and sends instruction information to the client, and the client determines whether to open the target object according to the instruction information. The preset configuration information can be flexibly set at the server side according to needs, so that the specific functions can be turned on or turned off by modifying the configuration information, the specific functions can be displayed without releasing a new version, and the problem of poor user experience caused by the fact that the specific functions can be displayed for a long time is solved. .
In another embodiment, the request message and the indication information are sent through a preset interface between the server and the client.
In the device, the request message and the indication information are sent through the preset interface, and the client and the server can be ensured to receive and send the information on the special interface, so that the information sending efficiency and safety are improved.
Fig. 7 is a block diagram of an application control apparatus according to an embodiment of the present invention, and as shown in fig. 7, the apparatus includes:
the first receiving module 601 is configured to receive an operation instruction input by a user, where the operation instruction is used to instruct to start a target object.
A sending module 602, configured to send a request message to a server, where the request message includes an identifier of the operation instruction.
A second receiving module 603, configured to receive indication information sent by the server, where the indication information is determined by the server according to the identifier of the operation indication and preset configuration information.
A determining module 604, configured to determine whether to start the target object according to the indication information.
The determination module 604 includes:
a first determining unit 6041, configured to determine to start the target object when the indication information is a preset configuration value.
A second determining unit 6042 configured to determine not to start the target object when the indication information is not a preset configuration value.
And the preset configuration value is sent to the client in advance by the server.
In the device, the indication information is compared with a preset configuration value to determine whether to start the target object. The preset configuration value can be flexibly set at the server side and is timely sent to the client side when the setting is carried out, so that the client side can start or not start the target object timely according to the business needs after the business needs are changed, and the flexible control of starting the specific function is ensured.
Fig. 8 is a block diagram of an application control apparatus according to an embodiment of the present invention, and as shown in fig. 8, the apparatus includes:
the first receiving module 601 is configured to receive an operation instruction input by a user, where the operation instruction is used to instruct to start a target object.
A sending module 602, configured to send a request message to a server, where the request message includes an identifier of the operation instruction.
A second receiving module 603, configured to receive indication information sent by the server, where the indication information is determined by the server according to the identifier of the operation indication and preset configuration information.
A determining module 604, configured to determine whether to start the target object according to the indication information.
The determination module 604 includes:
a first determining unit 6041, configured to determine to start the target object when the indication information is a preset configuration value.
A second determining unit 6042 configured to determine not to start the target object when the indication information is not a preset configuration value.
Wherein the preset configuration value is sent to the client by the server in advance
Further comprising:
and the pop-up module 605 is configured to pop up the target pop-up box on the current page when the target object is determined to be started.
In the device, when the target object is of a bullet frame type, if the client determines that the target object can be started, the client directly pops up the target bullet frame on the current page, so that the client can start a service function carried by using the bullet frame according to the indication of the server. In addition, if the client determines that the target object is not allowed to be started, the client can also use a pop-up box form to pop-up prompt information to prompt that the currently triggered service of the user is not started, so that the use experience of the user is also improved.
Fig. 9 is a block diagram of an application control apparatus according to an embodiment of the present invention, and as shown in fig. 9, the apparatus includes:
the first receiving module 601 is configured to receive an operation instruction input by a user, where the operation instruction is used to instruct to start a target object.
A sending module 602, configured to send a request message to a server, where the request message includes an identifier of the operation instruction.
A second receiving module 603, configured to receive indication information sent by the server, where the indication information is determined by the server according to the identifier of the operation indication and preset configuration information.
A determining module 604, configured to determine whether to start the target object according to the indication information.
The determination module 604 includes:
a first determining unit 6041, configured to determine to start the target object when the indication information is a preset configuration value.
A second determining unit 6042 configured to determine not to start the target object when the indication information is not a preset configuration value.
Further comprising:
and the pop-up module 605 is configured to pop up the target pop-up box on the current page when the target object is determined to be started.
Further comprising:
a jump module 606, configured to jump from a current page to the target page when it is determined that the target object is started.
In the device, when the target object is a page type, if the client determines that the target object can be started, the client jumps to the target page from the current page, so that the client can start the service function carried by using the page according to the indication of the server. In addition, if the client determines that the target object is not allowed to be started, the client can also pop up prompt information in a form of a pop-up box or a page to prompt that the currently triggered service is not started, so that the use experience of the user is also improved.
Fig. 10 is a block diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 10, the electronic device includes:
memory 1001 for storing program instructions.
The processor 1002 is configured to call and execute the program instructions in the memory 1001, and perform the method steps described in the above method embodiments.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. An application control method, comprising:
receiving an operation instruction input by a user, wherein the operation instruction is used for instructing starting of a target object; the target object is a target bullet frame or the target object is a target page;
sending a request message to a server, wherein the request message comprises an identifier of the operation instruction; the identification of the operation instruction consists of an operation object and an action;
receiving indication information sent by the server, wherein the indication information is determined by the server according to the identifier of the operation indication and preset configuration information; the indication information is used for indicating whether the target object is started or not;
if the indication information is a preset configuration value, determining to start the target object, otherwise, determining not to start the target object; and the preset configuration value is sent to the client in advance by the server.
2. The method according to claim 1, wherein the request message and the indication information are sent through a preset interface between the server and a client.
3. The method of claim 1 or 2, wherein the target object is a target bullet box, the method further comprising:
and if the target object is determined to be started, popping up the target pop frame on the current page.
4. The method of claim 1 or 2, wherein the target object is a target page, the method further comprising:
and if the target object is determined to be started, jumping to the target page from the current page.
5. An application control apparatus, comprising:
the first receiving module is used for receiving an operation instruction input by a user, and the operation instruction is used for instructing starting of a target object; the target object is a target bullet frame or the target object is a target page;
a sending module, configured to send a request message to a server, where the request message includes an identifier of the operation instruction; the identification of the operation instruction consists of an operation object and an action;
the second receiving module is used for receiving indication information sent by the server, and the indication information is determined by the server according to the identifier of the operation indication and preset configuration information; the indication information is used for indicating whether the target object is started or not;
a determination module comprising: the first determining unit is used for determining to start the target object when the indication information is a preset configuration value;
the second determining unit is used for determining not to start the target object when the indication information is not a preset configuration value;
and the preset configuration value is sent to the client in advance by the server.
6. The apparatus of claim 5, wherein the request message and the indication information are sent through a preset interface between the server and a client.
7. The apparatus of claim 5 or 6, wherein the target object is a target bullet box, the apparatus further comprising:
and the popping module is used for popping up the target pop frame on the current page when the target object is determined to be started.
8. The apparatus of claim 5 or 6, wherein the target object is a target page, the apparatus further comprising:
and the jumping module is used for jumping from the current page to the target page when the target object is determined to be started.
9. An electronic device, comprising:
a memory for storing program instructions;
a processor for invoking and executing program instructions in said memory for performing the method steps of any of claims 1-4.
10. A readable storage medium, in which a computer program is stored, which, when executed by at least one processor of an application control apparatus, causes the application control apparatus to perform the application control method according to any one of claims 1 to 4.
CN201810463392.3A 2018-05-15 2018-05-15 Application program control method and device, electronic equipment and readable storage medium Active CN108681471B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810463392.3A CN108681471B (en) 2018-05-15 2018-05-15 Application program control method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810463392.3A CN108681471B (en) 2018-05-15 2018-05-15 Application program control method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN108681471A CN108681471A (en) 2018-10-19
CN108681471B true CN108681471B (en) 2022-03-08

Family

ID=63806263

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810463392.3A Active CN108681471B (en) 2018-05-15 2018-05-15 Application program control method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN108681471B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109800031A (en) * 2019-01-18 2019-05-24 广州虎牙信息科技有限公司 Service control method, server, terminal and device based on mobile office system
CN112181476A (en) * 2020-08-31 2021-01-05 北京达佳互联信息技术有限公司 Application program control method, device, server and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493845A (en) * 2009-02-23 2009-07-29 深圳市茁壮网络技术有限公司 Method for implementing window assembly function and window assembly controller
CN102929661A (en) * 2012-10-09 2013-02-13 北京奇虎科技有限公司 Method and device for processing functional component, and server
CN104699488A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, equipment and system for acquiring APP (application) interface control data dynamically
CN106681746A (en) * 2015-11-09 2017-05-17 五八同城信息技术有限公司 Mobile application program pop-up window display method, mobile terminal and system
CN107085488A (en) * 2017-03-17 2017-08-22 深圳市全智达科技有限公司 The quick application method and device of a kind of application program common function
US20180017963A1 (en) * 2016-07-12 2018-01-18 Hon Hai Precision Industry Co., Ltd. Mobile device, controlling terminal, mobile device controlling system and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493845A (en) * 2009-02-23 2009-07-29 深圳市茁壮网络技术有限公司 Method for implementing window assembly function and window assembly controller
CN102929661A (en) * 2012-10-09 2013-02-13 北京奇虎科技有限公司 Method and device for processing functional component, and server
CN104699488A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, equipment and system for acquiring APP (application) interface control data dynamically
CN106681746A (en) * 2015-11-09 2017-05-17 五八同城信息技术有限公司 Mobile application program pop-up window display method, mobile terminal and system
US20180017963A1 (en) * 2016-07-12 2018-01-18 Hon Hai Precision Industry Co., Ltd. Mobile device, controlling terminal, mobile device controlling system and method
CN107085488A (en) * 2017-03-17 2017-08-22 深圳市全智达科技有限公司 The quick application method and device of a kind of application program common function

Also Published As

Publication number Publication date
CN108681471A (en) 2018-10-19

Similar Documents

Publication Publication Date Title
EP2919496B1 (en) Method for realizing downloading of mobile terminal application program and mobile terminal
US20190272193A1 (en) Responsive application task management
US10409635B2 (en) Switching method, switching system and terminal for system and/or application program
CN106959879B (en) Control method and electronic equipment
CN108829487B (en) Popup window display method and device, storage medium and terminal
CN109635523B (en) Application program detection method and device and computer readable storage medium
CN106713954B (en) Video live broadcast starting reminding method and device
CN108681471B (en) Application program control method and device, electronic equipment and readable storage medium
CN108304234B (en) Page display method and device
US20160216929A1 (en) Processing application interface
CN110908702A (en) Version switching method, version switching device, computer equipment and storage medium
CN108810949B (en) Management and control wifi hotspot processing method and terminal
US20230036515A1 (en) Control method for game accounts, apparatus, medium, and electronic device
CN105554090B (en) Guide processing method, system and game system
CN105094576A (en) Switching method and device for application scenarios
CN110457101B (en) Information processing method, electronic equipment and computer readable storage medium
CN113448651A (en) Method and device for realizing application singleton function
US9785449B2 (en) Control of software application for learner response system
CN109195021B (en) Screenshot sharing method and device
CN108279827B (en) Method for controlling hiding and displaying of navigation bar of intelligent terminal
CN108345486B (en) Interface covering method, equipment and readable medium
CN111104331A (en) Software management method, terminal device and computer-readable storage medium
CN112395029A (en) Application program interface display method and device, electronic equipment and storage medium
CN115688102A (en) Window processing method and device, processor and electronic equipment
US20230070080A1 (en) Failure handling apparatus and system, rule list generation method, and non-transitory computer-readable 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