CN111221666A - Scheduling method, scheduling device, electronic equipment and computer readable storage medium - Google Patents

Scheduling method, scheduling device, electronic equipment and computer readable storage medium Download PDF

Info

Publication number
CN111221666A
CN111221666A CN202010008249.2A CN202010008249A CN111221666A CN 111221666 A CN111221666 A CN 111221666A CN 202010008249 A CN202010008249 A CN 202010008249A CN 111221666 A CN111221666 A CN 111221666A
Authority
CN
China
Prior art keywords
event
trigger
time
scheduling
type
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
CN202010008249.2A
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.)
Beijing Mininglamp Software System Co ltd
Original Assignee
Beijing Mininglamp Software System 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 Mininglamp Software System Co ltd filed Critical Beijing Mininglamp Software System Co ltd
Priority to CN202010008249.2A priority Critical patent/CN111221666A/en
Publication of CN111221666A publication Critical patent/CN111221666A/en
Pending legal-status Critical Current

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques

Abstract

The invention relates to a scheduling method, a scheduling device, electronic equipment and a computer readable storage medium, and belongs to the field of data processing. The method monitors an event type corresponding to a program which is currently running by setting an event trigger, if the marked event type exists, whether event content corresponding to the marked event type meets a corresponding event condition is continuously judged, and a scheduling process is started when the event content meets the corresponding event condition. In the scheduling process, scheduling is not dependent on time any more, and most of the situations can be summarized through event conditions, so that the existing scheduling modes can be enriched, and the scheduling requirements among different systems can be met.

Description

Scheduling method, scheduling device, electronic equipment and computer readable storage medium
Technical Field
The present application belongs to the field of data processing, and in particular, relates to a scheduling method, apparatus, electronic device, and computer-readable storage medium.
Background
With the development of big data application systems, data interaction between systems is more and more. In order to facilitate the realization of data interaction among various systems, a scheduling method based on a cron expression is proposed in the prior art. In the scheduling method, a user is required to learn the grammar of the cron expression and then configure the cron expression meeting the self requirement. Since the cron expression is a time-based expression, when the subsequent system detects that the current time is consistent with the time represented by the cron expression, the scheduling process is started.
However, the cron expression can only be set for time, and has limited functions, and is increasingly unable to meet scheduling requirements between systems.
Disclosure of Invention
In view of the above, an object of the present application is to provide a scheduling method, an apparatus, an electronic device, and a computer-readable storage medium, which trigger scheduling by identifying an event, so as to enrich existing scheduling manners.
The embodiment of the application is realized as follows:
in a first aspect, an embodiment of the present application provides a scheduling method, where the method includes: traversing the task manager to determine the event type corresponding to the currently running program; judging whether a mark event type included by a pre-established event trigger exists in the event types or not; when the event exists, determining whether the event content corresponding to the event type meets the event condition determined by the event trigger; and when the conditions are met, starting a scheduling process.
With reference to the embodiment of the first aspect, in a possible implementation manner, the marked event types include a card event, a database event, and a file event, and event conditions corresponding to each marked event type are different.
With reference to the embodiment of the first aspect, in a possible implementation manner, before the determining whether a marked event type included in a pre-created event trigger exists in the event types, the method further includes: acquiring a marked event type and an event condition corresponding to the marked event type; and establishing the event trigger according to the marked event type and the event condition corresponding to the marked event type.
With reference to the embodiment of the first aspect, in a possible implementation manner, before the starting the scheduling procedure, the method further includes: acquiring current time; judging whether the current time is consistent with the trigger time of a pre-established time trigger or not; determining that the current time meets a triggering mode of the time trigger; and starting a scheduling process when the triggering mode is met.
With reference to the embodiment of the first aspect, in a possible implementation manner, the time trigger further includes a delay time period, and the starting of the scheduling procedure includes: and delaying the delay time period by taking the current time as a starting point and then starting the scheduling process.
With reference to the embodiment of the first aspect, in a possible implementation manner, before the determining whether the current time meets the trigger time of the pre-created time trigger, the method further includes: acquiring a period type, a period value and a trigger mode; determining the trigger time according to the cycle type and the cycle value; and establishing the time trigger comprising the trigger time and the trigger mode.
In a second aspect, an embodiment of the present application provides a scheduling apparatus, where the apparatus includes: the traversal module is used for traversing the task manager and determining the event type corresponding to the currently running program; the first judging module is used for judging whether a mark event type included by a pre-established event trigger exists in the event types or not; the second judging module is used for determining whether the event content corresponding to the event type meets the event condition determined by the event trigger or not when the first judging module judges that the event content meets the event condition determined by the event trigger; and the execution module is used for starting a scheduling process when the second judgment module judges that the second judgment module is yes.
With reference to the second aspect embodiment, in a possible implementation manner, the tagged event types include a card event, a database event, and a file event, and event conditions corresponding to each tagged event type are different.
With reference to the second aspect, in a possible implementation manner, the apparatus further includes a creating module, configured to obtain a tagged event type and an event condition corresponding to the tagged event type; and establishing the event trigger according to the marked event type and the event condition corresponding to the marked event type.
With reference to the second aspect, in one possible implementation manner, the apparatus further includes: the acquisition module is used for acquiring the current time; the third judging module is used for judging whether the current time is consistent with the triggering time of the pre-established time trigger or not; a fourth judging module, configured to, when the third judging module judges that the current time meets the triggering mode of the time trigger, judge whether the current time meets the triggering mode of the time trigger; the execution module is further configured to start a scheduling process when both the fourth determination module and the second determination module determine yes.
With reference to the second aspect, in a possible implementation manner, the time trigger further includes a delay time period, and the execution module is further configured to delay the delay time period by using the current time as a starting point, and then restart the scheduling process.
With reference to the second aspect, in a possible implementation manner, the apparatus further includes a creating module, configured to obtain a cycle type, a cycle value, and a trigger mode; determining the trigger time according to the cycle type and the cycle value; and establishing the time trigger comprising the trigger time and the trigger mode.
In a third aspect, an embodiment of the present application further provides an electronic device, including: a memory and a processor, the memory and the processor connected; the memory is used for storing programs; the processor calls a program stored in the memory to perform the method of the first aspect embodiment and/or any possible implementation manner of the first aspect embodiment.
In a fourth aspect, the present application further provides a non-transitory computer-readable storage medium (hereinafter, referred to as a computer-readable storage medium), on which a computer program is stored, where the computer program is executed by a computer to perform the method in the foregoing first aspect and/or any possible implementation manner of the first aspect.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the embodiments of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and drawings.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts. The foregoing and other objects, features and advantages of the application will be apparent from the accompanying drawings. Like reference numerals refer to like parts throughout the drawings. The drawings are not intended to be to scale as practical, emphasis instead being placed upon illustrating the subject matter of the present application.
Fig. 1 shows one of flowcharts of a scheduling method provided in an embodiment of the present application.
Fig. 2 shows a block diagram of a scheduling apparatus according to an embodiment of the present application.
Fig. 3 shows a schematic structural diagram of an electronic device provided in an embodiment of the present application.
Reference numbers: 100-an electronic device; 110-a processor; 120-a memory; 130-display screen; 400-a scheduling means; 410-traversal module; 420-a first judgment module; 430-a second judgment module; 440 — an execution module.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, relational terms such as "first," "second," and the like may be used solely in the description herein to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Further, the term "and/or" in the present application is only one kind of association relationship describing the associated object, and means that three kinds of relationships may exist, for example, a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone.
The embodiment of the application provides a scheduling method, a scheduling device, electronic equipment and a computer-readable storage medium, so as to enrich the existing scheduling triggering mode. The technology can be realized by adopting corresponding software, hardware and a combination of software and hardware. The following describes embodiments of the present application in detail.
The following description will be made for the scheduling method provided in the present application.
Referring to fig. 1, an embodiment of the present application provides a scheduling method applied to an electronic device, including the following steps.
Step S110: and traversing the task manager to determine the event type corresponding to the currently running program.
Step S120: and judging whether a marked event type included by a pre-created event trigger exists in the event types.
Step S130: and when the event exists, determining whether the event content corresponding to the event type meets the event condition determined by the event trigger.
Step S140: and when the conditions are met, starting a scheduling process.
It is noted that the electronic device may obtain configuration information of the administrator in advance, and create an event trigger that determines whether to initiate data scheduling by monitoring an event currently being performed by the electronic device.
The process of creating an event trigger is as follows.
The flag event types and the event conditions corresponding to each flag event type are set. When the electronic device monitors that the event type of a certain current event is consistent (matched) with the marked event type, whether the event meets the event condition corresponding to the marked event type corresponding to the event is continuously monitored, if so, the electronic device judges that the event meets the event trigger, and a scheduling process can be started.
Optionally, the marked event types may include a card event, a database event, and a file event, and the event conditions corresponding to each marked event type are different. The event condition corresponding to a card event may be whether a specified event is being run; an event condition corresponding to a database event may specify that certain data exists in the database; an event condition corresponding to a file event may be the presence of a particular file in a specified file path.
Of course, the types of the marked events and the event conditions corresponding to each type of the marked events can be edited by the user.
After the event trigger is created, when the electronic device is in a start state, the task manager of the electronic device may be traversed, so as to determine all event types corresponding to the currently running program. After determining all event types corresponding to the currently running program, the electronic device determines whether a marked event type included in the event trigger exists in the determined event types.
When a certain event type is consistent with any one of the marked event types included in the event trigger, the electronic device continues to judge whether the event content corresponding to the event type meets the event condition corresponding to the matched marked event type, and if so, the electronic device starts to start a scheduling process.
The specific scheduling content of the scheduling process is configured in advance by a manager.
In addition, as an optional embodiment, before the scheduling process is started, the administrator may configure a time scheduler, so that the electronic device may determine whether to start the scheduling process based on the time scheduler and the event trigger.
The process of creating the time trigger is as follows.
Setting a period type, a period value and a triggering mode.
The cycle type can be one of real-time, daily, weekly, monthly, yearly, end of month, end of year, cron and other cycle types, and each cycle type corresponds to a time trigger setting mode.
When the cycle type is set, a cycle value corresponding to the cycle type is set.
Wherein, when the period type is real-time, the period value may be set to X seconds, which means that the scheduling is periodically performed every X seconds.
When the cycle type is daily, month end, year end, the cycle value does not need to be filled in.
When the cycle type is weekly, the cycle value can be set to any one of values 1-7, indicating that the schedule is scheduled on a certain day of the week. For example, a set period value of 1 characterizes the weekly schedule.
When the cycle type is monthly, the cycle value may be set to any one of values 1-31, indicating a specified date schedule for each month. For example, a set period value of 1 characterizes a 1-day-per-month schedule.
When the cycle type is yearly, the cycle value format is "month date", for example, "0501", indicating a 5 month 1 schedule per year.
When the period type is cron, the set period value may fill in the cron expression. The cron expression is prior art, and is not described here for avoiding redundancy.
In addition, trigger modes need to be set, wherein the trigger modes include four trigger modes, namely "normal execution", "transaction-only execution", "previous day is executed for a transaction day", and "current day is executed for the first transaction day".
And after the period type, the period value and the triggering mode are set, the electronic equipment creates a time trigger.
After the time trigger is created, the electronic device continuously acquires the current time, and then judges whether the current time is consistent with the trigger time of the time trigger. And when the data are inconsistent, not starting the scheduling process. When the current time meets the trigger time determined by the time trigger, the electronic equipment further inquires a pre-stored transaction daily record table to determine whether the current time meets the trigger mode determined by the time trigger. When the current time meets the trigger mode, and the electronic device detects that a certain current event type is consistent with any one of the marked event types included in the trigger, and the event content corresponding to the event type meets the event condition corresponding to the matched marked event type, the electronic device starts a scheduling process, that is, when the electronic device detects that the current state meets both the time trigger and the event trigger, the electronic device starts the scheduling process.
It is worth noting that whether each day is a transaction day is recorded in the transaction day record table.
In addition, as an optional embodiment, a delay time period is also set when the time trigger is created. When the electronic device detects that the current state meets the time trigger and the event trigger, the scheduling process may be started after delaying the delay time period with the current time as a starting point.
In addition, as an optional embodiment, a start time and an end time are also set when the time trigger is created. Wherein, the format of the starting time and the ending time is' time: and min "to indicate that the time trigger is effective only during the period from the specified start time to the end time. During time trigger failure, only the event trigger is active.
Further, only when the cycle type is real time, the end time needs to be set.
According to the scheduling method provided by the embodiment of the application, the event type corresponding to the currently running program is monitored by setting the event trigger, if the marked event type exists, whether the event content corresponding to the marked event type meets the corresponding event condition is continuously judged, and the scheduling process is started when the event content meets the corresponding event condition. In the scheduling process, scheduling is not dependent on time any more, and most of the situations can be summarized through event conditions, so that the existing scheduling modes can be enriched, and the scheduling requirements among different systems can be met.
As shown in fig. 2, an embodiment of the present application further provides a scheduling apparatus 400, where the scheduling apparatus 400 may include:
a traversal module 410, configured to traverse the task manager and determine an event type corresponding to a currently running program;
a first determining module 420, configured to determine whether a marked event type included in a pre-created event trigger exists in the event types;
a second judging module 430, configured to determine whether event content corresponding to the event type meets an event condition determined by the event trigger when the first judging module judges that the event content meets the event condition;
and an executing module 440, configured to start a scheduling procedure when the second determining module determines that the second determination result is yes.
Optionally, in a possible implementation manner, the tagged event types include a card event, a database event, and a file event, and event conditions corresponding to each tagged event type are different.
Optionally, in a possible implementation manner, the apparatus further includes a creating module, configured to obtain a tagged event type and an event condition corresponding to the tagged event type; and establishing the event trigger according to the marked event type and the event condition corresponding to the marked event type.
Optionally, in a possible implementation, the apparatus further includes: the acquisition module is used for acquiring the current time; the third judging module is used for judging whether the current time is consistent with the triggering time of the pre-established time trigger or not; a fourth judging module, configured to, when the third judging module judges that the current time meets the triggering mode of the time trigger, judge whether the current time meets the triggering mode of the time trigger; the executing module 440 is further configured to start a scheduling process when both the fourth determining module and the second determining module determine yes.
Optionally, in a possible implementation manner, the time trigger further includes a delay time period, and the execution module is further configured to delay the delay time period by using the current time as a starting point, and then restart the scheduling process.
Optionally, in a possible implementation manner, the apparatus further includes a creating module, configured to obtain a cycle type, a cycle value, and a trigger mode; determining the trigger time according to the cycle type and the cycle value; and establishing the time trigger comprising the trigger time and the trigger mode.
The implementation principle and the resulting technical effect of the scheduling apparatus 400 provided in the embodiment of the present application are the same as those of the foregoing method embodiments, and for the sake of brief description, reference may be made to corresponding contents in the foregoing method embodiments for parts of the embodiments that are not mentioned in the description.
In addition, an embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a computer, the steps included in the scheduling method described above are executed.
In addition, an electronic device 100 for implementing the scheduling method and apparatus of the embodiment of the present application is described with reference to fig. 3.
Alternatively, the electronic Device 100 may be, but is not limited to, a Personal Computer (PC), a tablet computer, a Mobile Internet Device (MID), a Personal digital assistant (pda), a server, and the like. The server may be, but is not limited to, a web server, a database server, a cloud server, and the like.
Among them, the electronic device 100 may include: processor 110, memory 120, display 130.
It should be noted that the components and structure of electronic device 100 shown in FIG. 3 are exemplary only, and not limiting, and electronic device 100 may have other components and structures as desired.
The processor 110, memory 120, display 130, and other components that may be present in the electronic device 100 are electrically connected to each other, directly or indirectly, to enable the transfer or interaction of data. For example, the processor 110, the memory 120, the display 130, and other components that may be present may be electrically connected to each other via one or more communication buses or signal lines.
The memory 120 is used for storing programs, such as programs corresponding to the scheduling methods mentioned above or scheduling apparatuses mentioned above. Optionally, when the scheduling means is stored in the memory 120, the scheduling means includes at least one software functional module that can be stored in the memory 120 in the form of software or firmware (firmware).
Optionally, the software function module included in the scheduling apparatus may also be solidified in an Operating System (OS) of the electronic device 100.
The processor 110 is adapted to execute executable modules stored in the memory 120, such as software functional modules or computer programs comprised by the scheduling means. When the processor 110 receives the execution instruction, it may execute the computer program, for example, to perform: traversing the task manager to determine the event type corresponding to the currently running program; judging whether a mark event type included by a pre-established event trigger exists in the event types or not; when the event exists, determining whether the event content corresponding to the event type meets the event condition determined by the event trigger; and when the conditions are met, starting a scheduling process.
Of course, the method disclosed in any of the embodiments of the present application can be applied to the processor 110, or implemented by the processor 110.
In summary, the scheduling method, the scheduling apparatus, the electronic device, and the computer-readable storage medium according to the embodiments of the present invention monitor an event type corresponding to a currently running program by setting an event trigger, and if there is a marked event type, continue to determine whether event content corresponding to the marked event type satisfies a corresponding event condition, and start a scheduling process when the event content satisfies the corresponding event condition. In the scheduling process, scheduling is not dependent on time any more, and most of the situations can be summarized through event conditions, so that the existing scheduling modes can be enriched, and the scheduling requirements among different systems can be met.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a notebook computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application.

Claims (10)

1. A method of scheduling, the method comprising:
traversing the task manager to determine the event type corresponding to the currently running program;
judging whether a mark event type included by a pre-established event trigger exists in the event types or not;
when the event exists, determining whether the event content corresponding to the event type meets the event condition determined by the event trigger;
and when the conditions are met, starting a scheduling process.
2. The method according to claim 1, wherein the labeled event types include a card event, a database event and a file event, and the event condition corresponding to each labeled event type is different.
3. The method of claim 1, wherein prior to said determining whether the marked event type included in the pre-created event trigger exists in the event types, the method further comprises:
acquiring a marked event type and an event condition corresponding to the marked event type;
and establishing the event trigger according to the marked event type and the event condition corresponding to the marked event type.
4. The method of claim 1, wherein prior to said initiating a dispatch flow, the method further comprises:
acquiring current time;
judging whether the current time is consistent with the trigger time of a pre-established time trigger or not;
and determining the current time to meet the triggering mode of the time trigger.
5. The method of claim 4, wherein the time trigger further comprises a delay time period, and wherein the initiating the scheduling process comprises:
and delaying the delay time period by taking the current time as a starting point and then starting the scheduling process.
6. The method of claim 4, wherein prior to said determining whether said current time satisfies a trigger time of a pre-created time trigger, said method further comprises:
acquiring a period type, a period value and a trigger mode;
determining the trigger time according to the cycle type and the cycle value;
and establishing the time trigger comprising the trigger time and the trigger mode.
7. A scheduling apparatus, the apparatus comprising:
the traversal module is used for traversing the task manager and determining the event type corresponding to the currently running program;
the first judging module is used for judging whether a mark event type included by a pre-established event trigger exists in the event types or not;
the second judging module is used for determining whether the event content corresponding to the event type meets the event condition determined by the event trigger or not when the first judging module judges that the event content meets the event condition determined by the event trigger;
and the execution module is used for starting a scheduling process when the second judgment module judges that the second judgment module is yes.
8. The apparatus of claim 7, further comprising:
the acquisition module is used for acquiring the current time;
the third judging module is used for judging whether the current time is consistent with the triggering time of the pre-established time trigger or not;
a fourth judging module, configured to, when the third judging module judges that the current time meets the triggering mode of the time trigger, judge whether the current time meets the triggering mode of the time trigger;
the execution module is further configured to start a scheduling process when both the fourth determination module and the second determination module determine yes.
9. An electronic device, comprising: a memory and a processor, the memory and the processor connected;
the memory is used for storing programs;
the processor calls a program stored in the memory to perform the method of any of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored which, when executed by a computer, performs the method of any one of claims 1-6.
CN202010008249.2A 2020-01-03 2020-01-03 Scheduling method, scheduling device, electronic equipment and computer readable storage medium Pending CN111221666A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010008249.2A CN111221666A (en) 2020-01-03 2020-01-03 Scheduling method, scheduling device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010008249.2A CN111221666A (en) 2020-01-03 2020-01-03 Scheduling method, scheduling device, electronic equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111221666A true CN111221666A (en) 2020-06-02

Family

ID=70831225

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010008249.2A Pending CN111221666A (en) 2020-01-03 2020-01-03 Scheduling method, scheduling device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111221666A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866032A (en) * 2021-02-06 2021-05-28 深圳库博能源科技有限公司 Energy storage scheduling gateway configuration method based on software definition and process

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1662102A (en) * 2004-02-24 2005-08-31 雅马哈株式会社 Event data reproducing apparatus and method
US20090327199A1 (en) * 2008-06-30 2009-12-31 Franz Weber Stateful, continuous evaluation of rules by a state correlation engine
US20110173235A1 (en) * 2008-09-15 2011-07-14 Aman James A Session automated recording together with rules based indexing, analysis and expression of content
CN102473251A (en) * 2009-07-23 2012-05-23 国际商业机器公司 Event triggered notifications for collaborative processes
US20130173351A1 (en) * 2011-12-29 2013-07-04 Iex Corporation Application usage and process monitoring in an enterprise environment having agent session recording for process definition
CN107889530A (en) * 2015-05-28 2018-04-06 谷歌公司 For transmitting the trigger of information
US20180205815A1 (en) * 2011-06-13 2018-07-19 Zeno Holdings Llc Method and apparatus for annotating a call
WO2019061253A1 (en) * 2017-09-29 2019-04-04 Qualcomm Incorporated Techniques for beam management in wireless communications

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1662102A (en) * 2004-02-24 2005-08-31 雅马哈株式会社 Event data reproducing apparatus and method
US20090327199A1 (en) * 2008-06-30 2009-12-31 Franz Weber Stateful, continuous evaluation of rules by a state correlation engine
US20110173235A1 (en) * 2008-09-15 2011-07-14 Aman James A Session automated recording together with rules based indexing, analysis and expression of content
CN102473251A (en) * 2009-07-23 2012-05-23 国际商业机器公司 Event triggered notifications for collaborative processes
US20180205815A1 (en) * 2011-06-13 2018-07-19 Zeno Holdings Llc Method and apparatus for annotating a call
US20130173351A1 (en) * 2011-12-29 2013-07-04 Iex Corporation Application usage and process monitoring in an enterprise environment having agent session recording for process definition
CN107889530A (en) * 2015-05-28 2018-04-06 谷歌公司 For transmitting the trigger of information
WO2019061253A1 (en) * 2017-09-29 2019-04-04 Qualcomm Incorporated Techniques for beam management in wireless communications

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866032A (en) * 2021-02-06 2021-05-28 深圳库博能源科技有限公司 Energy storage scheduling gateway configuration method based on software definition and process
CN112866032B (en) * 2021-02-06 2023-10-20 深圳库博能源科技有限公司 Energy storage scheduling gateway configuration method based on software definition and flow

Similar Documents

Publication Publication Date Title
US7873957B2 (en) Minimizing user disruption during modification operations
US7707513B2 (en) System for streaming data from server to multiple slave browser windows in client computer through a master browser window
US6968509B1 (en) Recording of user-driven events within a computer application
CN100432949C (en) Method and device for storing user data on computer when software crashing
US9612920B2 (en) Hierarchical system manager rollback
CN111008188B (en) Data migration method, device, computer equipment and storage medium
US10284451B2 (en) Management apparatus for managing network device and method for controlling the same
US7984161B2 (en) Optimizing mobile device synchronization with multiple data sources
WO2014127625A1 (en) Dynamic icon display method and device
JP2019503542A (en) Client-side activity monitoring
US9875137B2 (en) Intelligent application back stack management
US8271454B2 (en) Circular log amnesia detection
WO2019052067A1 (en) Processing method and device for electronic whiteboard
CN111221666A (en) Scheduling method, scheduling device, electronic equipment and computer readable storage medium
CN110502399B (en) Fault detection method and device
CN113326460A (en) Schedule information processing method, schedule information creating device, schedule information equipment and storage medium
CN114978883A (en) Network wake-up management method and device, electronic equipment and storage medium
JP2003288224A (en) Processor, server, and program
US10282395B2 (en) Handling timer-based resizing events based on activity detection
CN110688206A (en) Timing task scheduling method and device, computer equipment and storage medium
CN110515743B (en) Write event notification method and device
CN100478903C (en) Data backup system and method
CN111198986A (en) Information sending method and device, electronic equipment and storage medium
CN111432042A (en) Network address processing method, computer device and storage medium
EP2975516B1 (en) Intelligent application back stack management

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