CN111177628A - Access entrance control method and device and electronic equipment - Google Patents

Access entrance control method and device and electronic equipment Download PDF

Info

Publication number
CN111177628A
CN111177628A CN201911382481.6A CN201911382481A CN111177628A CN 111177628 A CN111177628 A CN 111177628A CN 201911382481 A CN201911382481 A CN 201911382481A CN 111177628 A CN111177628 A CN 111177628A
Authority
CN
China
Prior art keywords
task
timing
access
entry
target object
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.)
Pending
Application number
CN201911382481.6A
Other languages
Chinese (zh)
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.)
Reach Best Technology Co Ltd
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Reach Best 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 Reach Best Technology Co Ltd filed Critical Reach Best Technology Co Ltd
Priority to CN201911382481.6A priority Critical patent/CN111177628A/en
Publication of CN111177628A publication Critical patent/CN111177628A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The disclosure relates to an access entrance control method, an access entrance control device and electronic equipment, wherein the method comprises the following steps: calling a timer to create a timer instance; setting a first timing time for the timer instance, and registering a first timing task for the first timing time, wherein the first timing time is equal to an appointed opening time of an access entrance of a target object, and the first timing task is used for calling an entrance mounting task for opening the access entrance of the target object; executing, by the timer instance, the first timing task upon reaching the first timing time; calling an entry mounting task by executing the first timing task; and opening an access entrance of the target object by executing the entrance mounting task. According to the method and the device, the client and the server are not required to interact in the process of controlling the access entrance of the target object, so that the communication cost with the server can be reduced, and the purpose that the client automatically controls the access entrance of the target object is achieved.

Description

Access entrance control method and device and electronic equipment
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to an access control method and apparatus, and an electronic device.
Background
With the development of computer technology, more and more clients capable of providing services for users are provided, and the functions of the clients are more and more powerful. In addition, in order to better provide services for users or to increase user stickiness, new functions or new activities (such as promotion activities in e-commerce clients) are continuously on-line in the existing clients.
Before a new object such as a new function or a new activity is online, the open time of an access entry of the new object at a client needs to be appointed. In the related art, the opening time of the access entry of the new object needs to be determined by the switch information issued by the server, so that the communication cost between the client and the server is increased, and improvement is urgently needed.
Disclosure of Invention
The disclosure provides an access entrance control method, an access entrance control device and electronic equipment, and aims to solve the problem that communication cost between a client and a server is increased in an access entrance opening mode in the related art.
The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided an access entry control method, including:
calling a timer to create a timer instance;
setting a first timing time for the timer instance, and registering a first timing task for the first timing time, wherein the first timing time is equal to an appointed opening time of an access entry of a target object, the first timing task is used for calling an entry mounting task, and the entry mounting task is used for opening the access entry of the target object;
executing, by the timer instance, the first timing task upon reaching the first timing time;
calling an entry mounting task by executing the first timing task;
and opening an access entrance of the target object by executing the entrance mounting task.
Optionally, before the step of performing the first timing task by the timer instance, the method further comprises:
setting a second timing time for the timer instance, and registering a second timing task for the second timing time, wherein the second timing time is equal to the appointed closing time of the access entry of the target object, the second timing task is used for calling an entry unloading task, and the entry unloading task is used for closing the access entry of the target object;
executing, by the timer instance, the second timing task upon reaching the second timing time;
invoking the ingress offload task by executing the second timed task;
closing an access portal of the target object by executing the portal offload task.
Optionally, the first timing task is further configured to activate a jump route of a target page, where the target page is a page where an access entry of the target object is located, and the method further includes:
when the first timing time is reached, activating a jump route of a target page by executing the first timing task;
responding to the operation of accessing the jump route by the user, and jumping to the target page;
wherein the step of opening the access entry of the target object by executing the entry mount task includes:
and rendering an access entry of the target object in the target page by executing the entry mounting task.
Optionally, the step of closing the access entry by executing the entry offload task includes:
destroying the access entry in the target page by executing the entry offload task.
Optionally, the second timing task is further configured to set a jump route of the target page to inactive, and the method further includes:
and when the second timing time is reached, setting the jump route of the target page to be inactive by executing the second timing task.
According to a second aspect of the embodiments of the present disclosure, there is provided an access control apparatus including:
a timer creation unit configured to call a timer creation timer instance;
a setting unit, configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object;
a first execution unit configured to execute the first timed task by the timer instance when the first timed time is reached;
a first calling unit configured to call the entry mount task by executing the first timing task;
a first control unit configured to open an access portal of the target object by executing the portal mount task.
Optionally, the setting unit is further configured to set a second timing time for the timer instance, and register a second timing task for the second timing time, where the second timing time is equal to an appointed closing time of an access entry of the target object, the second timing task is used to invoke an entry offload task, and the entry offload task is used to close the access entry of the target object;
the device further comprises:
a second execution unit configured to execute the second timed task by the timer instance when the second timed time is reached;
a second calling unit configured to call the entry offload task by executing the second timing task;
a second control unit configured to close an access portal of the target object by performing the portal offload task.
Optionally, the first timing task is further configured to activate a jump route of a target page, where the target page is a page where an access entry of the target object is located, and the apparatus further includes:
an activation unit configured to activate a jump route of a target page by executing the first timing task when the first timing time is reached;
a response unit configured to jump to the target page in response to an operation of a user accessing the jump route;
wherein the first control unit is specifically configured to render an access entry of the target object in the target page by executing the entry mount task.
Optionally, the second control unit is specifically configured to destroy the access entry in the target page by executing the entry offload task.
Optionally, the apparatus further comprises:
and the deactivation unit is configured to set the jump route of the target page to be inactive by executing the second timing task when the second timing time is reached.
According to a third aspect of the embodiments of the present disclosure, there is provided an access control electronic device, including: a processor, a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the access portal control method of the first aspect.
According to a fourth aspect of embodiments of the present disclosure, there is provided a storage medium having instructions that, when executed by a processor of an access portal control electronic device, enable the access portal control electronic device to perform the access portal control method according to the first aspect.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product, wherein instructions, when executed by a processor of an access portal control electronic device, enable the access portal control electronic device to perform the access portal control method according to the first aspect.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
according to the embodiment of the disclosure, in the process of controlling the access entrance of the target object, the timer instance is created by calling the timer, the first timing time is set for the timer instance, and the first timing task for calling the entrance mount task is registered for the first timing time, so that when the first timing time is reached, the first timing task is executed and executed through the timer, the entrance mount task is called by executing the first timing task, the access entrance of the target object can be opened by executing the entrance mount task, and the whole process does not need interaction between the client and the server, so that the communication cost with the server can be reduced, and the purpose of controlling the access entrance of the target object by the client is achieved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
Fig. 1 is one of flow diagrams illustrating a method of access control according to an example embodiment.
Fig. 2 is a second flowchart illustrating a method of access control according to an exemplary embodiment.
Fig. 3 is a third flowchart illustrating a method of access control according to an example embodiment.
Fig. 4 is a fourth flowchart illustrating a method of access control according to an example embodiment.
Fig. 5 is one of the block diagrams illustrating an access control device according to an example embodiment.
Fig. 6 is a second block diagram illustrating an access control device according to an exemplary embodiment.
Fig. 7 is a third block diagram illustrating an access control device in accordance with an exemplary embodiment.
Fig. 8 is a fourth block diagram of an access control device according to an example embodiment.
FIG. 9 is a block diagram illustrating an electronic device in accordance with an example embodiment.
FIG. 10 is a block diagram illustrating another electronic device in accordance with an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
It should be further noted that, the sequence numbers of the steps in the description of the present disclosure do not limit the execution sequence of the steps, and the execution sequence of the steps depends on the inherent logic of the methods provided by the embodiments.
The following first explains terms involved in the present disclosure.
The portal mount task is a task for opening or opening an access portal of a target object.
The entry offload task is a task for closing an access entry of the target object.
The target objects include new objects which need to agree on the online time and/or the offline time, such as new functions waiting for online, new activities, new projects, and the like. For example, the e-commerce platform waits for a sales promotion or a killing second to go online.
The access entry of the target object refers to a link or a UI (User Interface) or the like that can access the target object.
The appointed opening time of the access entry of the target object refers to the on-line time of the target object.
The appointed closing time of the access entrance of the target object refers to the offline time of the target object.
The access control method and device provided by the embodiments of the present disclosure may be applied to a client, or called a client, where the client may be installed in a terminal device, and the terminal device may be a smart phone, a Personal Computer (PC), a tablet computer, a wearable device, and the like.
An access control method provided by the embodiments of the present disclosure is described below with reference to the accompanying drawings.
Fig. 1 is one of flow diagrams illustrating a method of access control according to an example embodiment, which may include the following steps, as shown in fig. 1.
In step S101, a timer creation timer instance is called.
The terminal device for installing the client implementing the method generally has a timer function, and the client can call the timer through a preset Application Programming Interface (API) to create a timer instance. In specific implementation, the creation of the timer instance can be completed by running the client code in the terminal device. The user can download the updated client code in the terminal equipment, the updated client code comprises the code for creating the timer instance, and the timer instance can be automatically created by running the updated client code.
In step S102, a first timing time is set for the timer instance, and a first timing task is registered for the first timing time, where the first timing time is equal to an agreed opening time of an access entry of a target object, the first timing task is used to invoke an entry mount task, and the entry mount task is used to open the access entry of the target object.
The setting of the timing time and the process of registering the timing task for the timing time may also be implemented by running the client code.
In one example, the first timing task may be a function, such as fun1, that may be used to invoke a portal mount task that may be used to open an access portal for a target object. The first timing time may be equal to the appointed opening time of the access portal of the target object, and if the appointed opening time of a new function is 00: 11/2019, the first timing time may be 00: 11/2019.
In step S103, upon reaching the first timing time, a first timing task is executed by the timer instance.
There are various ways for the timer instance to determine whether the current time is the first timing time, and two are listed in the present disclosure for reference.
First, the timer instance may continuously compare the current time with the first timing time at preset time intervals to determine whether the first timing time has been reached.
Second, the timer instance may consider that the timer instance has run to the first timing time when the timeout of the preset timeout duration ends, where the preset timeout duration may be a duration between the creation time of the timer instance and the first timing time. For example, existing Application Programming Interfaces (APIs) may be utilized: setTimeOut (fun1, t1) to determine whether the timing time is reached, where t1 is the preset timeout duration. It will be appreciated that if t1 is 1000, this means that the function fun1 (the first timing task) is executed after 1000 ms. If the current timestamp is time1 and the timestamp of the first timing time is time2, then time2-time1 are the preset timeout duration, and with setTimeOut (fun1, (time 2-time 1)), the first timing task can be executed at the first timing time: fun 1.
In step S104, an entry mount task is called by executing the first timing task.
Since the first timing task is used for calling the entry mounting task, the purpose of calling the entry mounting task can be achieved by executing the first timing task.
In step S105, an access portal of the target object is opened by executing the portal mount task.
Since the portal mount task is used to open the access portal of the target object, the access portal of the target object can be opened by executing the portal mount task.
According to the access entrance control method provided by the embodiment of the disclosure, in the process of opening the access entrance of the target object, the client and the server do not need to interact, so that the communication cost with the server can be reduced, and the purpose that the client opens the access entrance of the target object by self is achieved. In addition, if the user wants to access the target object to be online in time (if the target object is opened and then accessed), the client page does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 2 is a second flowchart illustrating a method of access control according to an exemplary embodiment, which may include the following steps, as shown in fig. 2.
In step S101, a timer creation timer instance is called.
In specific implementation, the creation of the timer instance can be completed by running the client code in the terminal device. The user can download the updated client code in the terminal equipment, the updated client code comprises the code for creating the timer instance, and the timer instance can be automatically created by running the updated client code.
In step S102, a first timing time is set for the timer instance, and a first timing task is registered for the first timing time, where the first timing time is equal to an agreed opening time of an access entry of a target object, the first timing task is used to invoke an entry mount task, and the entry mount task is used to open the access entry of the target object.
In step S106, a second timing time is set for the timer instance, and a second timing task is registered for the second timing time, where the second timing time is equal to an appointed closing time of an access entry of the target object, the second timing task is used to invoke an entry offload task, and the entry offload task is used to close the access entry of the target object.
The setting of the timing time and the process of registering the timing task for the timing time may also be implemented by running the client code.
In one example, the first timing task and the second timing task may be a function, such as fun1 and fun2, respectively. The first timing task may be used to invoke an entry mount task that is used to open an access entry for the target object. The second timed task may be used to invoke an ingress offload task that is used to close the access ingress to the target object. The first timing time may be equal to a promissory open time of the access portal of the target object, the second timing time may be equal to a promissory close time of the access portal of the target object, and the second timing time is later than the first timing time. For example, if the default open time for a new activity is 2019, 11/month, 00:00 and the default close time is 2019, 11/month, 24:00, then the first timed period may be 2019, 11/month, 11/day, 00:00 and the second timed period may be 2019, 11/month, 11/day, 24: 00.
In step S103, upon reaching the first timing time, a first timing task is executed by the timer instance.
There are various ways for the timer instance to determine whether the current time is the first timing time, and two are listed in the present disclosure for reference. First, the timer instance may continuously compare the current time with the first timing time at preset time intervals to determine whether the first timing time has been reached. Second, the timer instance may consider that the timer instance has run to the first timing time when the timeout of the preset timeout duration ends, where the preset timeout duration may be a duration between the creation time of the timer instance and the first timing time.
In step S104, an entry mount task is called by executing the first timing task.
Since the first timing task is used for calling the entry mounting task, the purpose of calling the entry mounting task can be achieved by executing the first timing task.
In step S105, an access portal of the target object is opened by executing the portal mount task.
Since the portal mount task is used to open the access portal of the target object, the access portal of the target object can be opened by executing the portal mount task.
It should be noted that, in the embodiment of the present disclosure, the specific implementation process of step S101, step S102, step S103, and step S104 is consistent with the embodiment shown in fig. 1, and please refer to the embodiment shown in fig. 1 for details, which will not be described repeatedly herein.
In step S107, a second timing task is executed by the timer instance upon reaching the second timing time.
There are various ways for the timer instance to determine whether the current time reaches the second timing time, and two are listed for reference in this disclosure. First, the timer may continuously compare the current time with the second timing time at preset time intervals to determine whether the second timing time is reached. Second, the timer may consider that the timer has run to the second timing time when the timeout of the preset timeout duration ends, where the preset timeout duration may be a duration between the creation time of the timer and the second timing time.
In step S108, an ingress offload task is invoked by executing the second timed task.
Since the second timing task is used for calling the entry offload task, the purpose of calling the entry offload task can be achieved by executing the second timing task.
In step S109, the access portal is closed by executing the portal offload task
Since the entry offload task is used to close the access entry of the target object, the access entry of the target object can be closed by executing the entry offload task.
Compared with the access entrance control method provided by the embodiment shown in fig. 1, in the process of opening and closing the access entrance of the target object, the embodiment of the present disclosure does not require the client to interact with the server, so that the communication cost with the server can be reduced, and the purpose of opening and closing the access entrance of the target object by the client is achieved. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 3 is a third flowchart illustrating a method of access control according to an exemplary embodiment, which may include the following steps, as shown in fig. 3.
In step S101, a timer creation timer instance is called.
In step S102, a first timing time is set for the timer instance, and a first timing task is registered for the first timing time, where the first timing time is equal to an agreed opening time of an access entry of a target object, the first timing task is used to invoke an entry mount task, and the entry mount task is used to open the access entry of the target object.
In step S103, upon reaching the first timing time, a first timing task is executed by the timer instance.
In step S104, an entry mount task is called by executing the first timing task.
In step S110, when the first timing time is reached, a jump route of a target page is activated by executing the first timing task.
Wherein the target page is a page containing an access entry for the target object. The jump route of the target page may be a jump path or a UI linked to the jump path. As with the creation of the timer instance, a route manager for managing a jumped route list including jumped routes of the target page may be created in advance, and the purpose of activating or deactivating (setting to inactive) the jumped routes in the jumped route list may be achieved by the route manager. That is, in step S108, a pre-created route manager may be called by executing the first timing task to activate the jump route of the target page.
It is understood that, when the jump route of the target page is activated, the user can access the target page through the jump route; on the contrary, when the jump route of the target page is set to be inactive, the user cannot access the target page through the jump route.
In step S111, in response to an operation of accessing the jump route by the user, jumping to the target page.
The skip routing operation of the user for accessing the target page can be clicking, touching, sliding and the like.
In step S105, an access entry of a target object is rendered in the target page by executing the entry mount task.
It can be understood that after the access entry of the target object is rendered in the target page, the user can access the target object, thereby achieving the purpose of opening the access entry of the target object.
It should be noted that, in the embodiment of the present disclosure, the specific implementation process of step S101, step S102, step S103, step S104, and step S105 is consistent with the embodiment shown in fig. 1, and please refer to the embodiment shown in fig. 1 for details, which will not be described repeatedly herein.
According to the access entry control method provided by the embodiment of the disclosure, when the timer instance reaches the appointed open time of the access entry of the target object, not only an entry mounting task can be called by executing a first timing task, but also a jump route of the target page can be activated; and then, rendering an access entry of the target object in the target page by executing the entry mounting task, so as to achieve the purpose of opening the access entry of the target object. The whole process does not need interaction between the client and the server, so that the communication cost with the server can be reduced, and the aim of opening the access entrance of the target object by the client is fulfilled. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 4 is a fourth flowchart illustrating a method of access control according to an example embodiment, which may include the following steps, as shown in fig. 4.
In step S101, a timer creation timer instance is called.
In step S102, a first timing time is set for the timer instance, and a first timing task is registered for the first timing time, where the first timing time is equal to an agreed opening time of an access entry of a target object, the first timing task is used to invoke an entry mount task, and the entry mount task is used to open the access entry of the target object.
In step S106, a second timing time is set for the timer instance, and a second timing task is registered for the second timing time, where the second timing time is equal to an appointed closing time of an access entry of the target object, the second timing task is used to invoke an entry offload task, and the entry offload task is used to close the access entry of the target object.
In step S103, upon reaching the first timing time, a first timing task is executed by the timer instance.
In step S104, an entry mount task is called by executing the first timing task.
In step S110, when the first timing time is reached, a jump route of a target page is activated by executing the first timing task.
Wherein the target page is a page containing an access entry for the target object. The jump route of the target page may be a jump path or a UI linked to the jump path. As with the pre-creation timer, a route manager for managing a jumped route list including jumped routes of the target page can be pre-created, and the purpose of activating or deactivating (setting to inactive) the jumped routes in the jumped route list can be achieved by the route manager. That is, in step S108, a pre-created route manager may be called by executing the first timing task to activate the jump route of the target page.
In step S111, in response to an operation of accessing the jump route by the user, jumping to the target page.
In step S105, an access entry of a target object is rendered in the target page by executing the entry mount task.
It should be noted that, in the embodiment of the present disclosure, the specific implementation processes of step S101, step S102, step S103, step S104, step S110, step S111, and step S105 are the same as the embodiment shown in fig. 3, and please refer to the embodiment shown in fig. 3 for details, which will not be described repeatedly herein.
In step S107, a second timing task is executed by the timer instance upon reaching the second timing time.
There are various ways for the timer instance to determine whether the current time reaches the second timing time, and two are listed for reference in this disclosure. First, the timer instance may continuously compare the current time with the second timing time at preset time intervals to determine whether the second timing time has been reached. Second, the timer instance may consider running to the second timing time at the end of the timeout of the preset timeout duration, where the preset timeout duration may be a duration between the creation time of the timer and the second timing time.
In step S108, an ingress offload task is invoked by executing the second timed task.
Since the second timing task is used for calling the entry offload task, the purpose of calling the entry offload task can be achieved by executing the second timing task.
In step S109, the access entry in the target page is destroyed by executing the entry offload task.
In step S112, when the second timing time is reached, the jump route of the target page is set to inactive by executing the second timing task.
Specifically, in step S112, the jump route of the target page may be set to inactive by the pre-created route manager.
For example, if the target object is a new event waiting to be online and the target page is a participating page of the new event, the event host may forego the appointment open time (online time) and appointment close time (offline time) and the location of the access portal before the new event is online. After the access entry control method provided by the embodiment of the disclosure is applied, the timer instance is created, the first timing task which can call the entry mounting task is registered for the appointed opening time, and the second timing task which can call the entry unloading task is registered for the appointed closing time, so that the time when the user opens the access entry display page is not concerned, when the preset opening time is reached, the entry mounting task is automatically called by the timer instance and the skip route of the access entry display page is activated, so as to open the access entry of a new activity; and when reaching the appointed closing time, self-calling an entrance unloading task through a timer and setting the jump route of the access entrance display page as inactive so as to destroy the newly active access entrance.
Compared with the access entry control method provided by the embodiment shown in fig. 3, in the embodiment of the present disclosure, when the timer instance reaches the appointed closing time equal to the access entry of the target object, the entry offload task is invoked and the access entry of the target object is deactivated by executing the second timing task, so as to destroy the access entry of the target object in the target page by executing the entry offload task. Therefore, the purpose that the client opens the access entrance of the target object by self and closes the access entrance of the target object by self can be achieved, the access entrance of the target object is controlled without depending on the server, and therefore the communication cost with the server can be reduced. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
The above is a description of an access control method provided by the present disclosure, and the present disclosure further provides an access control apparatus corresponding to the above method embodiment, which is described below.
Fig. 5 is one of the block diagrams illustrating an access control device according to an example embodiment. Referring to fig. 5, the apparatus may include: a timer creating unit 501, a setting unit 502, a first executing unit 503, a first calling unit 504, and a first control unit 505.
A timer creating unit 501 configured to invoke a timer to create a timer instance.
A setting unit 502, configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object.
A first execution unit 502 configured to execute a first timing task by the timer instance when the first timing time is reached.
There are various ways for the timer instance to determine whether the current time is the first timing time, and two are listed in the present disclosure for reference. First, the timer instance may continuously compare the current time with the first timing time at preset time intervals to determine whether the first timing time has been reached. Second, the timer instance may consider that the timer instance has run to the first timing time when the timeout of the preset timeout duration ends, where the preset timeout duration may be a duration between the creation time of the timer instance and the first timing time.
A first calling unit 504 configured to call an entry mount task by executing the first timing task.
A first control unit 505 configured to open an access portal of the target object by executing the portal mount task.
Since the portal mount task is used to open the access portal of the target object, the access portal of the target object can be opened by executing the portal mount task.
According to the access entrance control device provided by the embodiment of the disclosure, in the process of opening the access entrance of the target object, the client and the server do not need to interact, so that the communication cost with the server can be reduced, and the purpose that the client opens the access entrance of the target object by itself is achieved. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 6 is a second block diagram illustrating an access control device according to an exemplary embodiment. Referring to fig. 6, the apparatus may include: a timer instance creating unit 501, a setting unit 502, a first executing unit 503, a first calling unit 504, a first controlling unit 505, a second executing unit 507, a second calling unit 508, and a second controlling unit 509.
A timer instance creating unit 501 configured to invoke a timer instance to create a timer instance.
A setting unit 502 configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object; and configured to set a second timing time for the timer instance, and register a second timing task for the second timing time, where the second timing time is equal to an agreed closing time of an access portal of the target object, the second timing task is used to invoke a portal offload task, and the portal offload task is used to close the access portal of the target object.
In one example, a first timing task may be created for a first timing time of a timer instance and a second timing task may be created for a second timing time of the timer instance. The first timing task and the second timing task may be a function, such as fun1 and fun2, respectively. The first timing task may be used to invoke an entry mount task that is used to open an access entry for the target object. The second timed task may be used to invoke an ingress offload task that is used to close the access ingress to the target object. The first timing time may be equal to a promissory open time of the access portal of the target object, the second timing time may be equal to a promissory close time of the access portal of the target object, and the second timing time is later than the first timing time.
A first execution unit 503 configured to execute a first timing task by the timer instance when the first timing time is reached.
A first calling unit 504 configured to call an entry mount task by executing the first timing task.
A first control unit 505 configured to open an access portal of the target object by executing the portal mount task.
A second execution unit 507 configured to execute a second timed task by the timer instance when the second timed time is reached.
A second calling unit 508 configured to call an ingress offload task by executing the second timed task.
A second control unit 509 configured to close the access portal by performing the portal offload task.
According to the access entrance control device provided by the embodiment of the disclosure, in the process of opening and closing the access entrance of the target object, the client and the server do not need to interact with each other, so that the communication cost with the server can be reduced, and the purpose that the client opens and closes the access entrance of the target object by self is achieved. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 7 is a third block diagram illustrating an access control device in accordance with an exemplary embodiment. Referring to fig. 7, the apparatus may include: a timer instance creating unit 501, a setting unit 502, a first executing unit 503, a first calling unit 504, an activating unit 510, a responding unit 5511, and a first controlling unit 505.
A timer instance creating unit 501 configured to invoke a timer instance to create a timer instance.
A setting unit 502, configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object.
In one example, a first timing time of a timer instance is registered with a first timing task. The first timing task may be a function, such as fun1, and may be used to invoke a portal mount task that may be used to open an access portal for a target object. The first time may be equal to the appointed opening time of the access portal of the target object.
A first execution unit 503 configured to execute a first timing task by the timer instance when the first timing time is reached.
A first calling unit 504 configured to call an entry mount task by executing the first timing task.
An activation unit 510 configured to activate a jump route of a target page by executing the first timing task.
Wherein the target page is a page containing an access entry for the target object. The jump route of the target page may be a jump path or a UI linked to the jump path. As with the pre-created timer instance, a route manager may be pre-created for managing a jumped route list including jumped routes of the target page, and the purpose of activating or deactivating jumped routes in the jumped route list may be achieved by the route manager. That is, the activation unit 508 may be configured to call a pre-created route manager by executing the first timing task to activate the jump route of the target page.
A response unit 511 configured to jump to the target page in response to an operation of the user accessing the jump route.
The skip routing operation of the user for accessing the target page can be clicking, touching, sliding and the like.
A first control unit 505 configured to render an access portal of a target object in the target page by executing the portal mount task.
According to the access entry control device provided by the embodiment of the disclosure, when the timer instance reaches the appointed open time of the access entry of the target object, not only the entry mounting task can be called by executing the first timing task, but also the jump route of the target page can be activated; and then, rendering an access entry of the target object in the target page by executing the entry mounting task, so as to achieve the purpose of opening the access entry of the target object. The whole process does not need interaction between the client and the server, so that the communication cost with the server can be reduced, and the aim of opening the access entrance of the target object by the client is fulfilled. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
Fig. 8 is a fourth block diagram of an access control device according to an example embodiment. Referring to fig. 8, the apparatus may include: a timer instance creating unit 501, a setting unit 502, a first executing unit 503, a first calling unit 504, an activating unit 510, a responding unit 511, a first controlling unit 505, a second executing unit 507, a second calling unit 508, a second controlling unit 509, and a deactivating unit 512.
A timer instance creating unit 501 configured to invoke a timer instance to create a timer instance.
A setting unit 502 configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object; and configured to set a second timing time for the timer instance, and register a second timing task for the second timing time, where the second timing time is equal to an agreed closing time of an access portal of the target object, the second timing task is used to invoke a portal offload task, and the portal offload task is used to close the access portal of the target object.
In one example, a first timing task may be created for a first timing time of a timer instance and a second timing task may be created for a second timing time of the timer instance. The first timing task and the second timing task may be a function, such as fun1 and fun2, respectively. The first timing task may be used to invoke an entry mount task that is used to open an access entry for the target object. The second timed task may be used to invoke an ingress offload task that is used to close the access ingress to the target object. The first timing time may be equal to a promissory open time of the access portal of the target object, the second timing time may be equal to a promissory close time of the access portal of the target object, and the second timing time is later than the first timing time.
A first execution unit 503 configured to execute a first timing task by the timer instance when the first timing time is reached.
A first calling unit 504 configured to call an entry mount task by executing the first timing task.
An activation unit 510 configured to activate a jump route of a target page by executing the first timing task.
A response unit 511 configured to jump to the target page in response to an operation of the user accessing the jump route.
A first control unit 505 configured to render an access portal of a target object in the target page by executing the portal mount task.
A second execution unit 507 configured to execute a second timed task by the timer instance when the second timed time is reached.
A second calling unit 508 configured to call an ingress offload task by executing the second timed task.
The second control unit 509 is specifically configured to destroy the access portal in the target page by executing the portal offload task.
A deactivation unit 512 configured to set a jump route of the target page to inactive by executing the second timing task when the second timing time of the timer instance is reached.
Compared with the access entry control device provided by the embodiment shown in fig. 7, in the embodiment of the present disclosure, when the timer instance reaches the appointed closing time equal to the access entry of the target object, the entry offload task is invoked and the access entry of the target object is deactivated by executing the second timing task, so as to destroy the access entry of the target object in the target page by executing the entry offload task. Therefore, the purpose that the client opens the access entrance of the target object by self and closes the access entrance of the target object by self can be achieved, the access entrance of the target object is controlled without depending on the server, and therefore the communication cost with the server can be reduced. In addition, if the user wants to access the target object to be online in time, the page of the client does not need to be refreshed in advance, so that the operation of the user can be reduced, and better experience is brought to the user.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 9 is a block diagram illustrating an electronic device 900 in accordance with an example embodiment. For example, the electronic device 900 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 9, electronic device 900 may include one or more of the following components: processing component 902, memory 904, power component 906, multimedia component 908, audio component 910, input/output (I/O) interface 912, sensor component 914, and communication component 916.
The processing component 902 generally controls overall operation of the electronic device 900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. Processing component 902 may include one or more processors 920 to execute instructions to perform all or a portion of the steps of the methods described above. Further, processing component 902 can include one or more modules that facilitate interaction between processing component 902 and other components. For example, the processing component 902 can include a multimedia module to facilitate interaction between the multimedia component 908 and the processing component 902.
The memory 904 is configured to store various types of data to support operation at the device 900. Examples of such data include instructions for any application or method operating on the electronic device 900, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 904 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 906 provides power to the various components of the electronic device 900. The power components 906 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the electronic device 900.
The multimedia components 908 include a screen that provides an output interface between the electronic device 900 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 908 includes a front facing camera and/or a rear facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 900 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 910 is configured to output and/or input audio signals. For example, the audio component 910 includes a Microphone (MIC) configured to receive external audio signals when the electronic device 900 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 904 or transmitted via the communication component 916. In some embodiments, audio component 910 also includes a speaker for outputting audio signals.
I/O interface 912 provides an interface between processing component 902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 914 includes one or more sensors for providing status evaluations of various aspects of the electronic device 900. For example, sensor assembly 914 may detect an open/closed state of device 900, the relative positioning of components, such as a display and keypad of electronic device 900, sensor assembly 914 may also detect a change in the position of electronic device 900 or a component of electronic device 900, the presence or absence of user contact with electronic device 900, orientation or acceleration/deceleration of electronic device 900, and a change in the temperature of electronic device 900. The sensor assembly 914 may include a proximity sensor configured to detect the presence of a nearby object in the absence of any physical contact. The sensor assembly 914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 914 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 916 is configured to facilitate wired or wireless communication between the electronic device 900 and other devices. The electronic device 900 may access a wireless network based on a communication standard, such as WiFi, a carrier network (such as 2G, 3G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 916 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 916 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the electronic device 900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described access control method.
In an exemplary embodiment, a storage medium comprising instructions, such as the memory 904 comprising instructions, executable by the processor 920 of the electronic device 900 to perform the above-described access entry control method is also provided. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, a computer program product is also provided, which comprises readable program code executable by the processor 920 of the electronic device 900 for performing the access portal control method of any of the embodiments. Alternatively, the program code may be stored in a storage medium of the electronic device 900, which may be a non-transitory computer-readable storage medium, such as a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In addition, the electronic device 900 includes some functional modules that are not shown, and thus are not described in detail herein.
Fig. 10 is a schematic structural diagram of another electronic device provided in an embodiment of the present disclosure. Referring to fig. 10, at a hardware level, the electronic device includes a processor, such as a Central Processing Unit (CPU). Optionally, the electronic device further comprises an internal bus 1004, a network interface 1002, a memory 1005, an I/O controller. The Memory may include a Memory, such as a Random-Access Memory (RAM) and a Read-Only Memory (ROM), and may also include a mass storage device 1006, such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
The processor, the network interface, and the memory may be connected to each other via an internal bus, which may be an ISA (Industry Standard Architecture) bus, a PCI (peripheral component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc.
A memory to store processor executable instructions. The processor is configured to execute the instructions stored in the memory, and logically form an access entry control device, so as to implement the access entry control method provided by any embodiment of the disclosure, and achieve the same technical effects.
The access entry control method disclosed in the embodiment of fig. 1 of the present disclosure may be applied to a processor, or may be implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps and logic blocks disclosed in one or more embodiments of the present disclosure may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with one or more embodiments of the present disclosure may be embodied directly in hardware, in a software module executed by a hardware decoding processor, or in a combination of the hardware and software modules executed by a hardware decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
Of course, besides the software implementation, the electronic device of the present disclosure does not exclude other implementations, such as logic devices or a combination of software and hardware, and the like, that is, the execution main body of the following processing flow is not limited to each logic unit, and may also be hardware or logic devices.
The embodiment of the present disclosure further provides a computer-readable storage medium, where when instructions in the storage medium are executed by a processor of an access entry control electronic device, the access entry control electronic device is enabled to execute the access entry control method provided in any embodiment of the present disclosure, and achieve the same technical effect.
The embodiment of the present disclosure further provides a computer program product, which includes one or more instructions that can be executed by a processor of a server to complete the steps of the access control method provided by the present disclosure and achieve the same technical effect.
While certain embodiments of the present disclosure have been described above, other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. An access control method, the method comprising:
calling a timer to create a timer instance;
setting a first timing time for the timer instance, and registering a first timing task for the first timing time, wherein the first timing time is equal to an appointed opening time of an access entry of a target object, the first timing task is used for calling an entry mounting task, and the entry mounting task is used for opening the access entry of the target object;
executing, by the timer instance, the first timing task upon reaching the first timing time;
calling an entry mounting task by executing the first timing task;
and opening an access entrance of the target object by executing the entrance mounting task.
2. The access portal control method of claim 1, wherein prior to said performing the first timing task step by the timer instance, the method further comprises:
setting a second timing time for the timer instance, and registering a second timing task for the second timing time, wherein the second timing time is equal to the appointed closing time of the access entry of the target object, the second timing task is used for calling an entry unloading task, and the entry unloading task is used for closing the access entry of the target object;
executing, by the timer instance, the second timing task upon reaching the second timing time;
invoking the ingress offload task by executing the second timed task;
closing an access portal of the target object by executing the portal offload task.
3. The method according to claim 2, wherein the first timing task is further configured to activate a jump route of a target page, where the target page is a page where the access entry of the target object is located, and the method further comprises:
when the first timing time is reached, activating a jump route of a target page by executing the first timing task;
responding to the operation of accessing the jump route by the user, and jumping to the target page;
wherein the step of opening the access entry of the target object by executing the entry mount task includes:
and rendering an access entry of the target object in the target page by executing the entry mounting task.
4. The access portal control method of claim 3, wherein the closing the access portal by performing the portal offload task comprises:
destroying the access entry in the target page by executing the entry offload task.
5. The access entry control method of claim 3 or 4 wherein the second timing task is further configured to set the hop route of the target page inactive, the method further comprising:
and when the second timing time is reached, setting the jump route of the target page to be inactive by executing the second timing task.
6. An access control device, comprising:
a timer creation unit configured to call a timer creation timer instance;
a setting unit, configured to set a first timing time for the timer instance, and register a first timing task for the first timing time, where the first timing time is equal to an agreed opening time of an access portal of a target object, the first timing task is used to invoke a portal mount task, and the portal mount task is used to open the access portal of the target object;
a first execution unit configured to execute the first timed task by the timer instance when the first timed time is reached;
a first calling unit configured to call the entry mount task by executing the first timing task;
a first control unit configured to open an access portal of the target object by executing the portal mount task.
7. Access portal control device of claim 6,
the setting unit is further configured to set a second timing time for the timer instance, and register a second timing task for the second timing time, where the second timing time is equal to an agreed closing time of an access entry of the target object, the second timing task is used to invoke an entry offload task, and the entry offload task is used to close the access entry of the target object;
the device further comprises:
a second execution unit configured to execute the second timed task by the timer instance when the second timed time is reached;
a second calling unit configured to call the entry offload task by executing the second timing task;
a second control unit configured to close an access portal of the target object by performing the portal offload task.
8. The apparatus according to claim 7, wherein the first timing task is further configured to activate a jump route of a target page, the target page being a page where the access entry of the target object is located, the apparatus further comprising:
an activation unit configured to activate a jump route of a target page by executing the first timing task when the first timing time is reached;
a response unit configured to jump to the target page in response to an operation of a user accessing the jump route;
wherein the first control unit is specifically configured to render an access entry of the target object in the target page by executing the entry mount task.
9. An access control electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the access portal control method of any of claims 1 to 5.
10. A storage medium having instructions that, when executed by a processor of an access portal control electronic device, enable the access portal control electronic device to perform the access portal control method of any of claims 1 to 5.
CN201911382481.6A 2019-12-27 2019-12-27 Access entrance control method and device and electronic equipment Pending CN111177628A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911382481.6A CN111177628A (en) 2019-12-27 2019-12-27 Access entrance control method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911382481.6A CN111177628A (en) 2019-12-27 2019-12-27 Access entrance control method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN111177628A true CN111177628A (en) 2020-05-19

Family

ID=70655808

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911382481.6A Pending CN111177628A (en) 2019-12-27 2019-12-27 Access entrance control method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111177628A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050273674A1 (en) * 2004-05-21 2005-12-08 Bea Systems, Inc. Systems and methods for timer service
CN106487576A (en) * 2015-08-28 2017-03-08 索尼互动娱乐股份有限公司 Messaging device, event management service device, event participate in and management method
CN106506627A (en) * 2016-10-26 2017-03-15 北京奇虎科技有限公司 The processing method and processing device of user interaction activity
CN107203629A (en) * 2017-05-31 2017-09-26 北京京东尚科信息技术有限公司 Page rendering method, system and device
CN109840143A (en) * 2018-12-21 2019-06-04 北京城市网邻信息技术有限公司 A kind of control method of functional task, device, electronic equipment and storage medium
CN110415083A (en) * 2019-07-30 2019-11-05 北京达佳互联信息技术有限公司 Article trading method, apparatus, terminal, server and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050273674A1 (en) * 2004-05-21 2005-12-08 Bea Systems, Inc. Systems and methods for timer service
CN106487576A (en) * 2015-08-28 2017-03-08 索尼互动娱乐股份有限公司 Messaging device, event management service device, event participate in and management method
CN106506627A (en) * 2016-10-26 2017-03-15 北京奇虎科技有限公司 The processing method and processing device of user interaction activity
CN107203629A (en) * 2017-05-31 2017-09-26 北京京东尚科信息技术有限公司 Page rendering method, system and device
CN109840143A (en) * 2018-12-21 2019-06-04 北京城市网邻信息技术有限公司 A kind of control method of functional task, device, electronic equipment and storage medium
CN110415083A (en) * 2019-07-30 2019-11-05 北京达佳互联信息技术有限公司 Article trading method, apparatus, terminal, server and storage medium

Similar Documents

Publication Publication Date Title
EP3188066B1 (en) A method and an apparatus for managing an application
CN109669730B (en) Process keep-alive method, device, electronic equipment and medium
EP3731088B1 (en) Method and device for displaying information and storage medium
EP3232325B1 (en) Method and device for starting application interface
EP3428790B1 (en) Method and device for displaying application interface
CN111610912B (en) Application display method, application display device and storage medium
EP3236355B1 (en) Method and apparatus for managing task of instant messaging application
CN107463372B (en) Data-driven page updating method and device
US11397596B2 (en) Method and device for controlling pop-up window, electronic device, and storage medium
CN108874450B (en) Method and device for waking up voice assistant
CN107436782B (en) Application silent installation method and device
CN105786561B (en) Method and device for calling process
CN111314419B (en) Network request method and device
US20170201479A1 (en) Group message display method, device and medium
CN111177628A (en) Access entrance control method and device and electronic equipment
CN114443160A (en) Message pushing method and device, electronic equipment and storage medium
CN107391128B (en) Method and device for monitoring virtual file object model vdom
CN106846050B (en) Method, device and system for sending display notification
CN112306566A (en) Data processing method and device
CN106095512B (en) Application program opening method and device
CN114531493B (en) Request processing method and device, electronic equipment and storage medium
CN111913555A (en) Control method and control device for application program and computer readable storage medium
CN112506628B (en) Agent program management method, device, computer equipment and storage medium
CN115203618B (en) Page processing method and device, electronic equipment and storage medium
CN110377312B (en) Software upgrading method, device and 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