CN106339217A - Event management method and system based on Unity - Google Patents

Event management method and system based on Unity Download PDF

Info

Publication number
CN106339217A
CN106339217A CN201610686256.1A CN201610686256A CN106339217A CN 106339217 A CN106339217 A CN 106339217A CN 201610686256 A CN201610686256 A CN 201610686256A CN 106339217 A CN106339217 A CN 106339217A
Authority
CN
China
Prior art keywords
event
call back
back function
template
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610686256.1A
Other languages
Chinese (zh)
Other versions
CN106339217B (en
Inventor
刘德建
谢旭东
方振华
郭玉湖
王芳芳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201610686256.1A priority Critical patent/CN106339217B/en
Publication of CN106339217A publication Critical patent/CN106339217A/en
Application granted granted Critical
Publication of CN106339217B publication Critical patent/CN106339217B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides an event management method and system based on Unity. The method comprises the steps that an event management center presets an event processing template, wherein the event processing template comprises ID of an event and a callback function corresponding to the event; when the event management center monitors an event, whether the event is the event in the event processing template or not is judged according to the ID of the event; if not, the callback function corresponding to the event is obtained; the event processing template corresponding to the event is preset according to the ID of the event and the corresponding callback function. If the monitored event is the event preset in the event processing template, the callback function in the template is directly called to avoid duplicate definition of the event; if the monitored event is the event not contained in the event processing template, the event processing template is preset for the event, so that the call function in the event processing template can be directly used when the event is monitored next time.

Description

Event management method based on unity and system
Technical field
The present invention relates to incident management technology, more particularly, to a kind of event management method based on unity and system.
Background technology
With the development of network technology, action listener application is more and more extensive, and people are also increasingly devoted to optimization event The management method monitored.A kind of Chinese patent as publication number cn 103885757 a, there is provided javascript action listener Management method, comprising: s1, define a buffered event, be used for depositing DOM Document Object Model action listener content;S2, by literary composition The shelves corresponding actual function of object model action listener is all put in event buffer;S2, foundation browser are supported Each actual function corresponding for one event is packaged into a unified event manipulation function as agency by javascriptapi Function;S4, when the event triggers, direct trigger event manipulates function, goes to execute actual function by this function again.However, the party Method is not particularly suited for the incident management of unity.
The event system that unity provides requires one event object of user's instantiation when in use, and operation layer needs Know the place being specifically defined this event, then increase and monitor, be so easy for increasing business module degree of being directly coupled, make Become to repeat to monitor, be unfavorable for intermodule cooperation, also can improve the maintenance cost of program.
Content of the invention
The technical problem to be solved is: a kind of event management method based on unity and system are provided, can Solve each time action listener when, will again increase monitorings, inquire about call back function problem.
In order to solve above-mentioned technical problem, the technical solution used in the present invention is:
A kind of event management method based on unity, comprising:
Incident management center predeterminable event processing template, described event handling template includes the id of an event and a described thing The corresponding call back function of part;
When incident management center listens to event, judge whether described event is event handling mould according to the id of described event Event in plate;
If it is not, then obtaining the corresponding call back function of described event;Id and corresponding call back function according to described event are pre- If event handling template corresponding with described event.
Another technical scheme that the present invention provides is:
A kind of event management system based on unity, including incident management center, described incident management center includes:
Presetting module, for predeterminable event processing template, described event handling template includes the id and described of an event The corresponding call back function of event;
Monitor module, when being used for listening to event, judge whether described event is event handling according to the id of described event Event in template;
Presetting module, if not being the event in event handling template for described event, obtains described event corresponding Call back function;Id and corresponding call back function according to described event preset event handling template corresponding with described event.
The beneficial effects of the present invention is: incident management center predeterminable event processing template, from event processing template Obtain the corresponding all call back functions of this event;During monitoring event, if the event listening to is the thing in event handling template Part, then directly invoke the call back function in template, need not redefine, and again instantiation need not monitor thing Part, again increase are monitored and are distributed call back function to event, convenient and swift, accelerate processing speed;If the thing listening to Part is the event not having in event handling template, then, after getting the corresponding call back function of this event, preset bag for this event Include the id of this event and the event handling template of corresponding call back function, thus when listening to this event, Ke Yizhi. next time Connect and process this event using the call back function in event handling template.The present invention manages event prison concentratedly by incident management center Listen, be easy to safeguard;And pass through predeterminable event processing template, it is to avoid the re-defining of event.
Brief description
Fig. 1 is the flow chart of the event management method based on unity of one embodiment of the invention;
Fig. 2 is the structural representation of the event management system based on unity of one embodiment of the invention;
Fig. 3 is the flow chart of the event management method based on unity of the embodiment of the present invention one;
Fig. 4 is the flow process of the predeterminable event processing template of the event management method based on unity of the embodiment of the present invention one Figure;
Fig. 5 is the flow chart calling corresponding call back function according to described monitoring list of the embodiment of the present invention two;
Fig. 6 is the structural representation of the event management system based on unity of the embodiment of the present invention three;
Fig. 7 is the performing module of the event management system based on unity of preferred embodiment in the embodiment of the present invention three Structural representation;
Fig. 8 is the structural representation of the performing module of the event management system based on unity of the embodiment of the present invention four.
Label declaration:
100th, incident management center;1st, presetting module;11st, acquisition module;12nd, set up module, 13, enquiry module;14th, set Put module;2nd, monitor module;3rd, processing module;4th, creation module;5th, performing module;51st, backup module;52nd, judge module;6、 Remove module.
Specific embodiment
By describing the technology contents of the present invention in detail, being realized purpose and effect, below in conjunction with embodiment and coordinate attached Figure is explained.
The design of most critical of the present invention is: predeterminable event processing template, and is not event handling template when listening to In event when, preset the event handling template of this event according to the id of this event and corresponding call back function.
Explanation of technical terms according to the present invention:
Refer to Fig. 1, the present invention provides:
A kind of event management method based on unity, comprising:
Incident management center predeterminable event processing template, described event handling template includes the id of an event and a described thing The corresponding call back function of part;
When incident management center listens to event, judge whether described event is event handling mould according to the id of described event Event in plate;
If it is not, then obtaining the corresponding call back function of described event;Id and corresponding call back function according to described event are pre- If event handling template corresponding with described event.
Knowable to foregoing description, the present invention is had the beneficial effects that based on the event management method of unity: in incident management When the heart monitors event, if the event listening to is the event in the event handling template pre-setting, directly invoke template In call back function, it is to avoid the re-defining of event;If the event listening to is that do not have in event handling template Event, then after getting the corresponding call back function of this event, for this event predeterminable event processing template, thus monitor next time During to this event, can be directly using the call back function in event handling template.The present invention has centralized management action listener, dimension Protect convenient advantage.
Further, also include:
Every time after predeterminable event processing template, incident management center is that the event in described event handling template creates one The quantity of the call back function being stored is empty monitoring list;
If the event that incident management center listens to was not carried out call back function, by corresponding for described event event handling Call back function in template adds the monitoring list of described event;
Call corresponding call back function according to described monitoring list.
Knowable to foregoing description, after predeterminable event processing template, incident management center is corresponding event and creates one Monitor list, during establishment, monitor in list and do not store any call back function;When the event that listens to and this event is untreated When, just the call back function of this event is added in the monitoring list of this event, processes this event further according to monitoring list, it is to avoid The event monitored and processed is processed again.
Further, described according to described monitoring list call corresponding call back function, particularly as follows:
Create the described backup monitoring list;
Judge that the call back function in described backup whether there is in described monitoring list successively;
If so, then call described call back function;If it is not, then skipping described call back function.
Knowable to foregoing description, because call back function may be deleted before treatment, therefore before processing first judge original Monitor whether this call back function in list also exists, exist and just call this call back function, do not exist, skip this call back function, place The next call back function of reason.
Further, described incident management center predeterminable event processing template, particularly as follows:
Incident management center obtains event;Type according to described event is described event establishment id;
The call back function that incident management center is mated with described id according to described id inquiry;
According to the id of described event and the call back function that mated with described id is preset and described event pair at incident management center The event handling template answered.
Knowable to foregoing description, after incident management center gets event, it is event establishment id, and inquire about and mate with this id Call back function, then preset the event handling template including this id and call back function for this event;Therefore, when processing action listener Corresponding call back function can be directly invoked according to event handling template.
Further, described incident management center predeterminable event processing template, further includes afterwards:
If the corresponding event of event handling template is detected need not monitor, described event handling template is removed.
Knowable to foregoing description, when event processing template has been preset to one or more events, and this or When multiple events does not need to monitor again, corresponding event handling template is deleted, prevents resource occupation.
Refer to Fig. 2, another technical scheme of the present invention is:
A kind of event management system based on unity, including incident management center 100, described incident management center 100 is wrapped Include:
Presetting module 1, for predeterminable event processing template, described event handling template includes the id and described of an event The corresponding call back function of event;
Monitor module 2, when being used for listening to event, judge whether described event is event handling according to the id of described event Event in template;
Processing module 3, if not being the event in event handling template for described event, obtains described event corresponding Call back function;Id and corresponding call back function according to described event preset event handling template corresponding with described event.
Knowable to foregoing description, the present invention is had the beneficial effects that based on the event management system of unity: in incident management The heart 100 passes through presetting module 1 predeterminable event processing template, monitors module 2 when listening to event, first determines whether that whether this event is Event in event handling template, if so, then processing module 3 directly invokes the call function in event handling template, no Event need to be redefined;If the event listening to is not the event in event handling template, processing module 3 first obtains this event Call back function, the more default event handling template with this event, convenient next time listening to uses during this event.
Further, described incident management center 100 also includes:
Creation module 4, after each predeterminable event processing template, is that the event in described event handling template creates one The quantity of individual stored call back function is empty monitoring list;
If the event listening to was not carried out call back function, by the readjustment in corresponding for described event event handling template Function adds the monitoring list of described event;
Performing module 5, for calling corresponding call back function according to described monitoring list.
Knowable to foregoing description, after predeterminable event processing template, it is the event in event handling template by creation module 4 Create a monitoring list also not adding call back function, only when listening to event, and this event was not also performed and returns Letter of transfer number, it is out-of-date also not process, and just adds the call back function of this event and monitors in list, and performing module 5 is again according to prison List is listened to execute corresponding call back function;Effectively prevent and repeat to monitor.
Further, described performing module 5 includes:
Backup module 51, for creating the described backup monitoring list;
Judge module 52, for judge successively described backup in call back function described monitoring list in whether there is;
If so, then call described call back function;If it is not, then skipping described call back function.
Knowable to foregoing description, backed up to monitoring list by backup module 51, then to the readjustment letter in backup Number is processed;Before processing first passes through judge module 52 and judges that this call back function whether there is in former monitoring list, because having When situation that call back function by mistake deleted occurs, if it is present calling this call back function, not existing, skipping described readjustment Function;Avoid losing time and resource processes the call back function being deleted.
Further, described default template 1, comprising:
Acquisition module 11, for obtaining event;Set up module 12, build for described event for the type according to described event Vertical id;
Enquiry module 13, for the call back function according to described id inquiry and described event matches;
Setup module 14, the call back function mated for the id according to described event and with described id is preset and described event Corresponding event handling template.
Knowable to foregoing description, after acquisition module 11 gets event, set up module 12 and be this event establishment id, inquiry Module 13 inquires about the call back function mating with this id again, thus setup module 14 is preset including id and call back function for this event Event processing module.The default event processing module of presetting module 1 can be one or multiple;Preferably conventional Event predeterminable event processing template.
Further, also include:
Remove module 6, if need not monitor for the corresponding event of event handling template is detected, by described event handling Template removes.
Knowable to foregoing description, remove the event corresponding event handling template not needing to monitor again by remove module 6, Release resource occupation.
Refer to Fig. 3 and Fig. 4, embodiments of the invention one are:
A kind of event management method based on unity, comprising:
Incident management center predeterminable event processing template, described event handling template includes the id of an event and a described thing The corresponding call back function of part;And by the quantity of event one call back function being stored of establishment in described event handling template be Empty monitoring list;Preferably, event handling template is multiple, and the event in respectively each event handling template creates monitors row Table;Specifically, as shown in figure 4, incident management center predeterminable event processing template includes: incident management center obtains event;According to Type according to described event is described event establishment id;The readjustment that incident management center is mated with described id according to described id inquiry Function;Incident management center according to described event id and with described id coupling call back function preset corresponding with described event Event handling template;For example, obtain 10 events, be respectively this 10 events and create id it is assumed that numbering is 1-10;Correspond to respectively Event 1-10 predeterminable event processing template 1-10;And event 1-10 that corresponds to respectively creates monitoring list 1-10;
When incident management center listens to event, judge whether described event is event handling mould according to the id of described event Event in plate;
If described event is not the event in event handling template, the type according to described event is that described event creates id;Obtain the corresponding call back function of described event;Id and corresponding call back function according to described event preset and described event Corresponding event handling template;And the quantity creating a call back function being stored by described event is empty monitoring list; Corresponding for described event call back function is added described monitoring list;As listened to new events, it is not belonging to event 1-10, then Create described new events id be 11, obtain event 11 call back function, and preset this event 11 event handling template 11 with And create monitoring list 11;And corresponding for event 11 call back function is added monitoring list 11;
If described event is the event in event handling template, judge whether described event executed call back function;Example As listened to event 1, then judging whether event 1 has executed this call back function;
If described event was not carried out call back function, by the call back function in corresponding for described event event handling template Add the monitoring list of described event;If event 1 was also not carried out call back function, by returning in event handling template 1 Letter of transfer number adds to be monitored in list 1;
Call corresponding call back function according to described monitoring list;
If described event executed call back function, terminate the monitoring to described event.
In a preferred embodiment, need not monitor if the corresponding event of event handling template is detected, by described thing Part processing template removes.For example it is not necessary to monitor to event 9 again, then remove event handling template 9.
Refer to Fig. 5, embodiments of the invention two are:
" correspondence is called according to described monitoring list in a kind of event management method based on unity of above-described embodiment one Call back function " concrete grammar, comprising:
Create the described backup monitoring list;
Judge that the call back function in described backup whether there is in described monitoring list successively;
If so, then call described call back function;If it is not, then skipping described call back function.
For example call corresponding call back function according to the monitoring list 1 in above-described embodiment one it is assumed that event 1 corresponds to 5 Call back function;Create the backup monitoring list 1 first, then process 5 call back functions in backup successively;Process each readjustment During function, first judge that this call back function whether there is in monitoring list 1;During as processed first call back function, first is returned Letter of transfer number exists in monitoring list 1, then call first call back function;When processing second call back function, second readjustment Function does not exist in monitoring list 1, then skip, continue with the 3rd call back function;The like, until 5 readjustment letters Number is disposed.
Refer to Fig. 6, embodiments of the invention three are:
A kind of corresponding system of the event management method with above-described embodiment one based on unity, including in incident management The heart 100, described incident management center 100 includes:
Presetting module 1, for predeterminable event processing template, described event handling template includes the id and described of an event The corresponding call back function of event;Specifically, described default template 1 includes: acquisition module 11, for obtaining event;Set up module 12, it is described event establishment id for the type according to described event;Enquiry module 13, for according to described id inquiry with described The call back function of event matches;Setup module 14, the call back function mate for the id according to described event and with described id is pre- If event handling template corresponding with described event.
Monitor module 2, when being used for listening to event, judge whether described event is event handling according to the id of described event Event in template;
Processing module 3, if not being the event in event handling template for described event, obtains described event corresponding Call back function;Id and corresponding call back function according to described event preset event handling template corresponding with described event;
Creation module 4, after each predeterminable event processing template, is that the event in described event handling template creates one The quantity of individual stored call back function is empty monitoring list;
If the event listening to was not carried out call back function, by the readjustment in corresponding for described event event handling template Function adds the monitoring list of described event;
Performing module 5, for calling corresponding call back function according to described monitoring list.
In a preferred embodiment, refer to Fig. 7, described incident management center also includes remove module 6, if for detection Need not monitor to the corresponding event of event handling template, then described event handling template be removed.
Refer to Fig. 8, embodiments of the invention two are:
A kind of above-described embodiment three is based on the kind performing module 5 in the event management system of unity, comprising:
Backup module 51, for creating the described backup monitoring list;
Judge module 52, for judge successively described backup in call back function described monitoring list in whether there is;
If so, then call described call back function;If it is not, then skipping described call back function.
In sum, the present invention provides the event management method based on unity and system, can be by incident management The heart is managed collectively action listener, is conducive to maintenance event sum, and avoids repeating to monitor;System can also easily be found In redundancy event, and remove redundancy event in time, release resource occupation;Multiple event handling templates are provided simultaneously, convenient straight Connect and call the call back function process in template to listen to event;Need not listen to every time and event will be redefined, greatly improve The efficiency of event handling.
The foregoing is only embodiments of the invention, not thereby limit the present invention the scope of the claims, every using this The equivalents that bright description and accompanying drawing content are made, or directly or indirectly it is used in the technical field of correlation, all include in the same manner In the scope of patent protection of the present invention.

Claims (10)

1. a kind of event management method based on unity is it is characterised in that include:
Incident management center predeterminable event processing template, described event handling template includes the id of an event and a described event pair The call back function answered;
When incident management center listens to event, judge whether described event is in event handling template according to the id of described event Event;
If it is not, then obtaining the corresponding call back function of described event;According to the id of described event and corresponding call back function preset with The corresponding event handling template of described event.
2. the event management method based on unity according to claim 1 is it is characterised in that also include:
Every time after predeterminable event processing template, incident management center creates one by the event in described event handling template and is deposited The quantity of the call back function of storage is empty monitoring list;
If the event that incident management center listens to was not carried out call back function, by corresponding for described event event handling template In call back function add described event monitoring list;
Call corresponding call back function according to described monitoring list.
3. the event management method based on unity according to claim 2 it is characterised in that described according to described monitoring Corresponding call back function is called in list, particularly as follows:
Create the described backup monitoring list;
Judge that the call back function in described backup whether there is in described monitoring list successively;
If so, then call described call back function;If it is not, then skipping described call back function.
4. the event management method based on unity according to claim 1 is it is characterised in that described incident management center Predeterminable event processing template, particularly as follows:
Incident management center obtains event;Type according to described event is described event establishment id;
The call back function that incident management center is mated with described id according to described id inquiry;
Incident management center according to described event id and with described id coupling call back function preset corresponding with described event Event handling template.
5. the event management method based on unity according to claim 1 is it is characterised in that described incident management center Predeterminable event processing template, further includes afterwards:
If the corresponding event of event handling template is detected need not monitor, described event handling template is removed.
6. a kind of event management system based on unity is it is characterised in that include incident management center, in described incident management Pericardium includes:
Presetting module, for predeterminable event processing template, described event handling template includes the id of an event and a described event Corresponding call back function;
Monitor module, when being used for listening to event, judge whether described event is event handling template according to the id of described event In event;
Processing module, if not being the event in event handling template for described event, obtains the corresponding readjustment of described event Function;Id and corresponding call back function according to described event preset event handling template corresponding with described event.
7. the event management system based on unity according to claim 6 is it is characterised in that described incident management center Also include:
Creation module, after each predeterminable event processing template, is that the event in described event handling template creates an institute The quantity of the call back function of storage is empty monitoring list;
If the event listening to was not carried out call back function, by the call back function in corresponding for described event event handling template Add the monitoring list of described event;
Performing module, for calling corresponding call back function according to described monitoring list.
8. the event management system based on unity according to claim 7 is it is characterised in that described performing module includes:
Backup module, for creating the described backup monitoring list;
Judge module, for judge successively described backup in call back function described monitoring list in whether there is;
If so, then call described call back function;If it is not, then skipping described call back function.
9. the event management system based on unity according to claim 6, it is characterised in that described default template, wraps Include:
Acquisition module, for obtaining event;Set up module, be described event establishment id for the type according to described event;
Enquiry module, for the call back function according to described id inquiry and described event matches;
Setup module, for according to described event id and with described id coupling call back function preset corresponding with described event Event handling template.
10. the event management system based on unity according to claim 6 is it is characterised in that also include:
Remove module, if need not monitor for the corresponding event of event handling template is detected, by described event handling template Remove.
CN201610686256.1A 2016-08-18 2016-08-18 Event management method and system based on Unity Active CN106339217B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610686256.1A CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610686256.1A CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Publications (2)

Publication Number Publication Date
CN106339217A true CN106339217A (en) 2017-01-18
CN106339217B CN106339217B (en) 2019-10-11

Family

ID=57825779

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610686256.1A Active CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Country Status (1)

Country Link
CN (1) CN106339217B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107085532A (en) * 2017-03-21 2017-08-22 东软集团股份有限公司 Task monitor method and device
CN107391276A (en) * 2017-07-05 2017-11-24 腾讯科技(深圳)有限公司 Distributed monitor method, interception control device and system
CN108874620A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 A kind of event monitoring method, apparatus, equipment and storage medium applied to APP
CN108920150A (en) * 2017-04-11 2018-11-30 武汉斗鱼网络科技有限公司 A kind of event management method and device
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN112379979A (en) * 2020-10-27 2021-02-19 航天信息股份有限公司 Thread overtime monitoring method applied to tax control service

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197723A (en) * 2008-01-03 2008-06-11 中兴通讯股份有限公司 Network management intermediate part
CN102215243A (en) * 2010-04-12 2011-10-12 华为技术有限公司 Event synchronization method, system, client and server
CN103995752A (en) * 2014-06-16 2014-08-20 上海斐讯数据通信技术有限公司 Intermodule notification callback method and module interaction structure

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197723A (en) * 2008-01-03 2008-06-11 中兴通讯股份有限公司 Network management intermediate part
CN102215243A (en) * 2010-04-12 2011-10-12 华为技术有限公司 Event synchronization method, system, client and server
CN103995752A (en) * 2014-06-16 2014-08-20 上海斐讯数据通信技术有限公司 Intermodule notification callback method and module interaction structure

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107085532A (en) * 2017-03-21 2017-08-22 东软集团股份有限公司 Task monitor method and device
CN108920150A (en) * 2017-04-11 2018-11-30 武汉斗鱼网络科技有限公司 A kind of event management method and device
CN107391276A (en) * 2017-07-05 2017-11-24 腾讯科技(深圳)有限公司 Distributed monitor method, interception control device and system
CN107391276B (en) * 2017-07-05 2018-09-28 腾讯科技(深圳)有限公司 Distributed monitor method, interception control device and system
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN108874620A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 A kind of event monitoring method, apparatus, equipment and storage medium applied to APP
CN112379979A (en) * 2020-10-27 2021-02-19 航天信息股份有限公司 Thread overtime monitoring method applied to tax control service

Also Published As

Publication number Publication date
CN106339217B (en) 2019-10-11

Similar Documents

Publication Publication Date Title
CN106339217A (en) Event management method and system based on Unity
US11354314B2 (en) Method for connecting a relational data store's meta data with hadoop
CN1142491C (en) Frame system and method for testing server performance
CN104050029B (en) A kind of task scheduling system
IL142363A0 (en) System and method for providing network coordinated conversational services
CN101262498B (en) A distributed message call method and device
CN101321096A (en) Communication processing method and device based on sharing SOCKET
MY130010A (en) System and method for managing storage resources in a clustered computing environment
CN103825785B (en) Monitoring method and device of service node
CN109150572A (en) Realize the method, apparatus and computer readable storage medium of alarm association
CN103366471A (en) Online service concurrent processing method, system and server
CN101167307A (en) Dynamically self-adaptive distributed resource management system and method
CN101556586A (en) Method, system and device of automatic data collection
WO2017152650A1 (en) Camera resource sharing method and device
CN110308999A (en) Method, storage medium and the mobile terminal for relying on packet are dynamically shared between a kind of application
CN101540776A (en) Grid middleware system supporting adaptive scheduling
CN103207809A (en) Method and system for removing mutual exclusive lock
CN104008178B (en) The dynamic load processing method and system of a kind of data
CN107291747A (en) A kind of management method of database connection pool, apparatus and system
CN102984401B (en) Initiative access control processing system and method based on callout teleconference services
CN107818009A (en) A kind of method of agency's processing based on distributed transaction
CN111709696A (en) Method and device for generating mail list based on SOA (service oriented architecture)
CN107885460A (en) A kind of data access method of cluster
CN101447993B (en) Method and device for finding unreleased connection in connection pool
CN112231119B (en) Distributed cloud management system data center platform service design method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant