CN104461562A - Task creating method and system - Google Patents

Task creating method and system Download PDF

Info

Publication number
CN104461562A
CN104461562A CN201410811071.XA CN201410811071A CN104461562A CN 104461562 A CN104461562 A CN 104461562A CN 201410811071 A CN201410811071 A CN 201410811071A CN 104461562 A CN104461562 A CN 104461562A
Authority
CN
China
Prior art keywords
task
unit
task type
current pending
type plug
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
CN201410811071.XA
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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN201410811071.XA priority Critical patent/CN104461562A/en
Publication of CN104461562A publication Critical patent/CN104461562A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a task creating method. The task creating method comprises the steps that the OSGi technology is applied to develop a task type plugin corresponding to a target task; the task type plugin is led into a target platform according to a preset leading-in rule; whether the task type plugin is successfully led in or not is judged, if yes, whether a creating instruction of the target task is received is judged or not, and if yes, a task type identification corresponding to the creating instruction of the target task is selected from the task type plugin; the target task is created according to the task type identification. The task type plugin is led into the target platform, hot deployment of the plugin is achieved by using an OSGi frame, the novel task type can be recognized without restarting the target platform, development and maintenance cost is reduced, and development difficulty is reduced.

Description

A kind of method and system of task creation
Technical field
The application relates to task creation management domain, particularly a kind of method and system of task creation.
Background technology
Along with the development of technology, the requirement of people to task creation is more and more higher.
During a kind of new task of existing generation, generally need again to develop a new task management code, the diversity due to task data information cause that the software application development cycle is long, difficulty is large, portable low.
Therefore, how simply to carry out task creation, reducing development and maintenance cost is the current technical issues that need to address of those skilled in the art.
Summary of the invention
Technical problems to be solved in this application are to provide a kind of method and system of task creation, solve in prior art when producing a kind of new task, generally need again to develop a new task management code, the diversity due to task data information causes that the software application development cycle is long, difficulty is large, portable low problem.
Its concrete scheme is as follows:
A method for task creation, the method comprises:
The task type plug-in unit that application OSGi technological development is corresponding with goal task;
Described task type plug-in unit is imported in target platform according to the importing rule preset;
Judge whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task and identify;
Described goal task is created according to described task type mark.
Above-mentioned method, preferably,
Apply in the process of the OSGi technological development task type plug-in unit corresponding with goal task described, also comprise:
Definition business unit;
Definition task type;
Definition actuator, comprises the execution sequence of described business unit in described actuator.
Above-mentioned method, preferably,
Described being imported in target platform according to the importing rule preset by task type plug-in unit is:
Obtain described task type plug-in unit mark;
According to interface suitable in described identifier lookup target platform;
According to the rule preset, described task type plug-in unit is inserted in described suitable target platform interface.
Above-mentioned method, preferably, also comprises:
Described goal task is joined in pending queue.
Above-mentioned method, preferably,
When comprising multiple pending task in described pending queue, also comprise:
All pending tasks are inquired about successively in described pending queue;
When the current pending task of inquiring about meets default executive condition, from task list, extract described current pending task.
Above-mentioned method, preferably, also comprises:
Judge whether described current pending task automatically performs, if so, then automatically perform described current pending task, if not, then manually perform described current pending task;
When automatically performing described current pending task, judging whether to switch to the manually described current pending task of execution, if so, then manually performing described current pending task, if not, then continue to automatically perform described current pending task;
When manually performing described current pending task, judging whether to switch to and automatically perform described current pending task, if so, then automatically perform described current pending task, if not, then continue manually to perform described current pending task;
Judge whether described current pending task is finished, and if so, then terminates implementation.
A system for task creation, this system comprises:
Development block, for applying the OSGi technological development task type plug-in unit corresponding with goal task;
Import unit, for importing in target platform by described task type plug-in unit according to the importing rule preset;
Judging unit, for judging whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task to identify;
Creating unit, for creating described goal task according to described task type mark.
Above-mentioned system, preferably, also comprises:
First definition unit, for defining business unit;
Second definition unit, for defining task type;
3rd definition unit, for defining actuator, comprises the execution sequence of described business unit in described actuator.
Above-mentioned system, preferably, also comprises:
Add unit, for being joined in pending queue by described goal task.
Above-mentioned system, preferably, also comprises:
Query unit, for inquiring about all pending tasks successively in described pending queue;
Extraction unit, during for meeting default executive condition when the current pending task of inquiring about, extracts described current pending task from task list.
The method of a kind of task creation that the application provides, the method comprises: the task type plug-in unit that application OSGi technological development is corresponding with goal task; Described task type plug-in unit is imported in target platform according to the importing rule preset; Judge whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task and identify; Described goal task is created according to described task type mark.Described task type plug-in unit imports in target platform by the application, and the heat using the framework of OSGi to realize plug-in unit is disposed, and need not restart target platform and can recognize new task type, reduces development and maintenance cost, simplifies development difficulty.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present application, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the application, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the process flow diagram of the embodiment of the method 1 of a kind of task creation of the application;
Fig. 2 is the process flow diagram of the embodiment of the method 2 of a kind of task creation of the application;
Fig. 3 is the process flow diagram of the embodiment of the method 3 of a kind of task creation of the application;
Fig. 4 is the process flow diagram of the embodiment of the method 4 of a kind of task creation of the application;
Fig. 5 is the process flow diagram of the embodiment of the method 5 of a kind of task creation of the application;
Fig. 6 is the structural representation of the system embodiment 1 of a kind of task creation of the application;
Fig. 7 is the structural representation of the system embodiment 2 of a kind of task creation of the application;
Fig. 8 is the structural representation of the system embodiment 3 of a kind of task creation of the application.
Embodiment
Core of the present invention is to provide a kind of method and system of task creation, solve in prior art when producing a kind of new task, generally need again to develop a new task management code, the diversity due to task data information causes that the software application development cycle is long, difficulty is large, portable low problem.
Below in conjunction with the accompanying drawing in the embodiment of the present application, be clearly and completely described the technical scheme in the embodiment of the present application, obviously, described embodiment is only some embodiments of the present application, instead of whole embodiments.Based on the embodiment in the application, those of ordinary skill in the art are not making the every other embodiment obtained under creative work prerequisite, all belong to the scope of the application's protection.
With reference to figure 1, show the process flow diagram of the embodiment of the method 1 of a kind of task creation of the application, can comprise the following steps:
Step S101: the task type plug-in unit that application OSGi technological development is corresponding with goal task.
Described OSGi (Open Service Gateway Initiative) technology is the dynamic modeling system towards Java.OSGi service platform provides service to Java, and these services make Java become the first-selected environment of Integrated Simulation and software development.Java is provided in the portability that product supported by multiple platform.OSGi technology provides and allows application program to use refining, the reusable and standardization primitive of component construction that can cooperate.These assemblies can be assembled in an application and deployment.Compare with common JVM program, OSGi program has the feature of dynamic module, different modules (being referred to as Bundle in OSGi) has independently life cycle, independently can perform the operation of installation, startup, stopping, unloading, and the dependence management of intermodule is also provided by OSGi.Described OSGi technology is very applicable to plug-in management.
The task type plug-in unit of the exploitation of OSGi service platform can be disposed in OSGi container, and effectively can utilize the service that OSGi framework provides.Use OSGi, can other modules provide in Dynamic Discovery and use system service, between inside modules and module, carry out instantiation, configuration, integrated assembly, allow enterprise's application developer use the function of programming model exploitation OSGi platform that is simple, that be familiar with.RCP can be considered as the guidance of the best practices building plug-in unit system based on OSGi, and many methods for designing wherein even can arrange the Design Mode becoming and do plug-in unit application system based on OSGi.RCP technological development is used to go out on missions type plug-in, can metadata information, the metadata of flexible configuration various different task type and the business unit information of various task scheduling of customized task.
In the application, when receiving task creation instruction, the task type plug-in unit that application OSGi technological development is corresponding with described task creation instruction, described task type plug-in unit uses the framework of OSGi can realize heat and disposes.
Step S102: described task type plug-in unit is imported in target platform according to the importing rule preset.
According to the mark of described task type plug-in unit, the interface matched with described mark is searched in described target platform, then according to the rule preset, described task type plug-in unit is imported in described target platform, realize described task type to be integrated in described target platform.
Step S103: judge whether described task type plug-in unit imports successfully, if, then perform step S104: judge whether the establishment instruction receiving described goal task, if so, then step S105 is performed: select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task and identify.
When described task type plug-in unit imports successfully, judge whether the establishment instruction receiving described goal task, when receiving the establishment instruction of described goal task, from described task type plug-in unit, calling the task type corresponding with described task creation instruction identify.
Step S106: create described goal task according to described task type mark.
In the application, the task type that calls described in can using mark creates goal task, also can batch input mission bit stream, according to the mission bit stream determination goal task of described batch input.
The method of a kind of task creation that the application provides, import in target platform by described task type plug-in unit, the heat using the framework of OSGi to realize plug-in unit is disposed, and need not restart target platform and can recognize new task type, reduce development and maintenance cost, simplify development difficulty.
With reference to figure 2, show the process flow diagram of the embodiment of the method 2 of a kind of task creation of the application, apply in the process of the OSGi technological development task type plug-in unit corresponding with goal task described, can also comprise the following steps:
Step S201: definition business unit.
Business unit defines the step that described task type needs when performing to perform, and uses business unit to encapsulate described task type.
In the application, utilize the management function of business unit to the definition of the business unit on all nodes under realizing certain task type.The process of tasks carrying is exactly the process starting, perform business unit.A Tasklet interface is defined in task management platform, in task type plug-in unit, only need to realize this interface and just can realize a business unit, the execution step of task is divided into the implementation of multiple business unit, in task type plug-in unit, all steps (i.e. business unit) is used an XML file to store simultaneously.
Step S202: definition task type.
The metadata information of task type definition task, comprising query metadata, showing metadata, dispatching metadata and mission bit stream metadata, for distinguishing the data message that different task type relates to.
In the application, utilize the management function of task type to the definition of all metadata informations under realizing certain task type.Task type meta-data pack is containing mission bit stream metadata, displaying metadata, query metadata and scheduling metadata.Mission bit stream metadata is complete or collected works, comprises the start time field of total field, business information metadata, in addition each node.Namely the total field that must have has mark, numbering, task type, creation-time, start time, deadline, state, pattern.Show that metadata is from mission bit stream metadata, select some metadata to be illustrated on the interface of task client.Show that Interface Element data refer to the Table Header information of pending task list.Query metadata is also from mission bit stream metadata, select some metadata to be that querying condition is illustrated on the interface of task client.Query interface metadata refers to the condition that query interface occurs, by arranging the query interface metadata of task, the query interface of task client can be represented flexibly.Query metadata configuration in need configuration operation accord with, operational character impact inquire about condition as=, like, in etc.Scheduling metadata is from mission bit stream metadata, select some metadata to be illustrated on the execution interface of task client.By arranging the scheduling interface metadata of flow of task, the flexible interface of tasks carrying can be represented.
Step S203: definition actuator, comprises the execution sequence of described business unit in described actuator.
Also need the actuator of definition task in described task type, in actuator, need the execution sequence defining business unit.
Metadata definition and actuator definition use XML file store by described task type.
With reference to figure 3, show the process flow diagram of the embodiment of the method 3 of a kind of task creation of the application, described being imported in target platform according to the importing rule preset by task type plug-in unit is:
Step S301: obtain described task type plug-in unit mark.
Step S302: according to interface suitable in described identifier lookup target platform.
Step S303: described task type plug-in unit is inserted in described suitable target platform interface according to the rule preset.
In the application, import in platform by the task type plug-in unit developed, the heat using the framework of OSGi to realize plug-in unit is disposed, and need not restart task management platform and can recognize new task type.
In the application, when needs perform described goal task, also need described goal task to join in pending queue.
With reference to figure 4, showing the process flow diagram of the embodiment of the method 4 of a kind of task creation of the application, when comprising multiple pending task in described pending queue, also comprising:
Step S401: inquire about all pending tasks successively in described pending queue.
Step S402: when the current pending task of inquiring about meets default executive condition, extract described current pending task from task list.
In the application, task scheduling function is utilized to complete management and running work to task, there is the ability of simultaneously dispatching the multi-task, the all pending tasks of backstage inquiry, when finding that a certain task reaches executive condition, (manual activation, time arrive) extracts task from task list, and dispatch deal is carried out in the service that job invocation is relevant.
Task scheduling uses Quartz technology to realize, and Quartz is a job scheduling framework of increasing income write by java completely, and the core of Quartz framework is scheduler.Quartz application runtime environment is in charge of by scheduler.Scheduler is not do all work on one's own account, but relies on some very important parts in framework.Quartz is not only thread and thread management.For guaranteeing scalability, Quartz have employed the framework based on multithreading.During startup, a set of worker thread of framework initialization, this cover thread device that is scheduled is used for performing predetermined operation.Here it is Quartz how can the principle of the multiple operation of concurrent running.The thread pool management component that Quartz relies on a set of loose coupling carrys out management thread environment.Inside Quartz each to as if configurable or customizable.
With reference to figure 5, show the process flow diagram of the embodiment of the method 5 of a kind of task creation of the application, also comprise:
Step S501: judge whether described current pending task automatically performs, if so, then performs step S502: automatically perform described current pending task, if not, then performs step S503: manually perform described current pending task.
Step S504: when automatically performing described current pending task, judge whether to switch to and manually perform described current pending task, if so, then perform step S505: manually perform described current pending task, if not, then continue to automatically perform described current pending task.
Perform step S506: when manually performing described current pending task, judge whether to switch to and automatically perform described current pending task, if, then perform step S507: automatically perform described current pending task, if not, then continue manually to perform described current pending task.
Perform step S508: judge whether described current pending task is finished, if so, then perform step S509: terminate implementation.
In the application, automatic mode and manual mode two kinds are supported in the execution of task, and automatic mode is that software runs automatically, does not need manual intervention, automatically performs task.Manual mode is that software needs user to participate in executing the task, and under manual mode, needs manual intervention, is executed the task by operation.
In a manual mode, user is controlled operating task by the operation of client.Client sends task control order, and primary commands has the startup of task, termination, time-out, thus the running of control task.
In tasks carrying process, manual mode can be transferred to by automatic mode, also can transfer automatic mode to by manual mode, realize automatically and the switching back and forth of manual mode.Tasks carrying uses actuator to realize, in task management platform, define a TaskExecutor interface, and the actuator of task can be personalized, often kind of corresponding actuator of task type.Can the execution of control task flexibly in actuator, method mainly with beginning, manual switchover for automatically, stop, automatically switch to manually, task business unit information method.
In the application, in conjunction with OSGi technology, propose a kind of method of task creation, in the pluggable mode of plug-in management, task type is integrated in task management platform, realize the extensibility that task data obtains, strengthen versatility and the ease for use of task management.
After task type is integrated into platform, can creation task task is automatically performed according to setup times, or the operation of manual intervention task, until task terminates.By this way to manage, not only can the task of adaptive various different information flexibly, and task can be made to perform end according to certain rule, reduce development and maintenance cost.
Corresponding with the method that the embodiment of the method 1 of a kind of task creation of above-mentioned the application provides, see Fig. 6, present invention also provides a kind of system embodiment 1 of task creation, in the present embodiment, this system comprises:
Development block 601, for applying the OSGi technological development task type plug-in unit corresponding with goal task;
Import unit 602, for importing in target platform by described task type plug-in unit according to the importing rule preset;
Judging unit 603, for judging whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task to identify;
Creating unit 604, for creating described goal task according to described task type mark.
See Fig. 7, present invention also provides a kind of system embodiment 2 of task creation, in the present embodiment, this system also comprises:
First definition unit 701, for defining business unit.
Second definition unit 702, for defining task type.
3rd definition unit 703, for defining actuator, comprises the execution sequence of described business unit in described actuator.
In the application, also comprise:
Add unit, for being joined in pending queue by described goal task.
See Fig. 8, present invention also provides a kind of system embodiment 3 of task creation, in the present embodiment, this system also comprises:
Query unit 801, for inquiring about all pending tasks successively in described pending queue.
Extraction unit 802, during for meeting default executive condition when the current pending task of inquiring about, extracts described current pending task from task list.
In sum, in the method and system of a kind of task creation that the application provides, use the dynamic modularity mode of OSGi to carry out task type developing plug, can make task type and other plug-in units separate.According to the dependence situation of practical application to task type carry out plug-in unit importing, derive realize the pluggable of task type plug-in unit.
Use task type plug-in unit, the otherness of task type can be shielded, realize the zero_time holding to the definition of mission bit stream metadata, simplify development difficulty, strengthen the reusability of application system.
It should be noted that, each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar part mutually see.For device class embodiment, due to itself and embodiment of the method basic simlarity, so description is fairly simple, relevant part illustrates see the part of embodiment of the method.
Finally, also it should be noted that, in this article, the such as relational terms of first and second grades and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, article or the equipment comprising described key element and also there is other identical element.
For convenience of description, various unit is divided into describe respectively with function when describing above device.Certainly, the function of each unit can be realized in same or multiple software and/or hardware when implementing the application.
As seen through the above description of the embodiments, those skilled in the art can be well understood to the mode that the application can add required general hardware platform by software and realizes.Based on such understanding, the technical scheme of the application can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product can be stored in storage medium, as ROM/RAM, magnetic disc, CD etc., comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform the method described in some part of each embodiment of the application or embodiment.
Above the method and system of a kind of task creation that the application provides are described in detail, apply specific case herein to set forth the principle of the application and embodiment, the explanation of above embodiment is just for helping method and the core concept thereof of understanding the application; Meanwhile, for one of ordinary skill in the art, according to the thought of the application, all will change in specific embodiments and applications, in sum, this description should not be construed as the restriction to the application.

Claims (10)

1. a method for task creation, is characterized in that, the method comprises:
The task type plug-in unit that application OSGi technological development is corresponding with goal task;
Described task type plug-in unit is imported in target platform according to the importing rule preset;
Judge whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task and identify;
Described goal task is created according to described task type mark.
2. method according to claim 1, is characterized in that, applies in the process of the OSGi technological development task type plug-in unit corresponding with goal task, also comprise described:
Definition business unit;
Definition task type;
Definition actuator, comprises the execution sequence of described business unit in described actuator.
3. method according to claim 1, is characterized in that, described being imported in target platform according to the importing rule preset by task type plug-in unit is:
Obtain described task type plug-in unit mark;
According to interface suitable in described identifier lookup target platform;
According to the rule preset, described task type plug-in unit is inserted in described suitable target platform interface.
4. method according to claim 1, is characterized in that, also comprises:
Described goal task is joined in pending queue.
5. method according to claim 4, is characterized in that, when comprising multiple pending task in described pending queue, also comprises:
All pending tasks are inquired about successively in described pending queue;
When the current pending task of inquiring about meets default executive condition, from task list, extract described current pending task.
6. method according to claim 5, is characterized in that, also comprises:
Judge whether described current pending task automatically performs, if so, then automatically perform described current pending task, if not, then manually perform described current pending task;
When automatically performing described current pending task, judging whether to switch to the manually described current pending task of execution, if so, then manually performing described current pending task, if not, then continue to automatically perform described current pending task;
When manually performing described current pending task, judging whether to switch to and automatically perform described current pending task, if so, then automatically perform described current pending task, if not, then continue manually to perform described current pending task;
Judge whether described current pending task is finished, and if so, then terminates implementation.
7. a system for task creation, is characterized in that, this system comprises:
Development block, for applying the OSGi technological development task type plug-in unit corresponding with goal task;
Import unit, for importing in target platform by described task type plug-in unit according to the importing rule preset;
Judging unit, for judging whether described task type plug-in unit imports successfully, if so, judge whether the establishment instruction receiving described goal task, if so, then select in described task type plug-in unit, to create the corresponding task type of instruction with described goal task to identify;
Creating unit, for creating described goal task according to described task type mark.
8. system according to claim 7, is characterized in that, also comprises:
First definition unit, for defining business unit;
Second definition unit, for defining task type;
3rd definition unit, for defining actuator, comprises the execution sequence of described business unit in described actuator.
9. system according to claim 7, is characterized in that, also comprises:
Add unit, for being joined in pending queue by described goal task.
10. system according to claim 9, is characterized in that, also comprises:
Query unit, for inquiring about all pending tasks successively in described pending queue;
Extraction unit, during for meeting default executive condition when the current pending task of inquiring about, extracts described current pending task from task list.
CN201410811071.XA 2014-12-22 2014-12-22 Task creating method and system Pending CN104461562A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410811071.XA CN104461562A (en) 2014-12-22 2014-12-22 Task creating method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410811071.XA CN104461562A (en) 2014-12-22 2014-12-22 Task creating method and system

Publications (1)

Publication Number Publication Date
CN104461562A true CN104461562A (en) 2015-03-25

Family

ID=52907673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410811071.XA Pending CN104461562A (en) 2014-12-22 2014-12-22 Task creating method and system

Country Status (1)

Country Link
CN (1) CN104461562A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020897A (en) * 2016-05-30 2016-10-12 深圳市华傲数据技术有限公司 Dynamic management method, device and system for web crawlers
CN107463392A (en) * 2016-06-03 2017-12-12 阿里巴巴集团控股有限公司 A kind of method and apparatus for creating system configuration tasks
CN107508787A (en) * 2016-06-14 2017-12-22 腾讯科技(深圳)有限公司 A kind of task executing method, apparatus and system
CN107844339A (en) * 2017-11-15 2018-03-27 湖北盛天网络技术股份有限公司 Method for scheduling task and plug-in unit and server
CN110297683A (en) * 2019-06-28 2019-10-01 百度在线网络技术(北京)有限公司 A kind of information processing method, device and the storage medium of multi-mode switching
CN110569083A (en) * 2019-08-07 2019-12-13 上海联影智能医疗科技有限公司 Image segmentation processing method and device, computer equipment and storage medium
CN111190607A (en) * 2020-01-02 2020-05-22 广州虎牙科技有限公司 Task plug-in processing method and device, task scheduling server and storage medium
CN111428128A (en) * 2020-02-20 2020-07-17 北京达佳互联信息技术有限公司 Method for generating pluggable recommendation system, service recommendation method, device and equipment
CN112085229A (en) * 2020-09-09 2020-12-15 北京华胜天成科技股份有限公司 Operation and maintenance method and device, computer equipment and storage medium
CN112433703A (en) * 2019-08-26 2021-03-02 腾讯科技(深圳)有限公司 Component module creating method and device, server and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1968154A (en) * 2006-09-15 2007-05-23 华为技术有限公司 System and method for service expansion using plug
US20070282801A1 (en) * 2006-06-05 2007-12-06 Ajay A Apte Dynamically creating and executing an application lifecycle management operation
CN102314349A (en) * 2011-09-16 2012-01-11 武汉中地数码科技有限公司 Spatial information functional plug-in workflow construction method
CN103034928A (en) * 2012-12-11 2013-04-10 清华大学 Self-regulation dispersive plug-and-play data platform and management method and application
CN103617508A (en) * 2013-12-12 2014-03-05 用友软件股份有限公司 Configurable business rule plug-in extension apparatus and business rule plug-in extension method
CN104166590A (en) * 2013-05-20 2014-11-26 阿里巴巴集团控股有限公司 Task scheduling method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070282801A1 (en) * 2006-06-05 2007-12-06 Ajay A Apte Dynamically creating and executing an application lifecycle management operation
CN1968154A (en) * 2006-09-15 2007-05-23 华为技术有限公司 System and method for service expansion using plug
CN102314349A (en) * 2011-09-16 2012-01-11 武汉中地数码科技有限公司 Spatial information functional plug-in workflow construction method
CN103034928A (en) * 2012-12-11 2013-04-10 清华大学 Self-regulation dispersive plug-and-play data platform and management method and application
CN104166590A (en) * 2013-05-20 2014-11-26 阿里巴巴集团控股有限公司 Task scheduling method and system
CN103617508A (en) * 2013-12-12 2014-03-05 用友软件股份有限公司 Configurable business rule plug-in extension apparatus and business rule plug-in extension method

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020897A (en) * 2016-05-30 2016-10-12 深圳市华傲数据技术有限公司 Dynamic management method, device and system for web crawlers
CN107463392A (en) * 2016-06-03 2017-12-12 阿里巴巴集团控股有限公司 A kind of method and apparatus for creating system configuration tasks
CN107508787A (en) * 2016-06-14 2017-12-22 腾讯科技(深圳)有限公司 A kind of task executing method, apparatus and system
CN107508787B (en) * 2016-06-14 2019-03-01 腾讯科技(深圳)有限公司 A kind of task executing method, apparatus and system
CN107844339A (en) * 2017-11-15 2018-03-27 湖北盛天网络技术股份有限公司 Method for scheduling task and plug-in unit and server
CN107844339B (en) * 2017-11-15 2021-07-30 湖北盛天网络技术股份有限公司 Task scheduling method, plug-in and server
CN110297683A (en) * 2019-06-28 2019-10-01 百度在线网络技术(北京)有限公司 A kind of information processing method, device and the storage medium of multi-mode switching
CN110569083A (en) * 2019-08-07 2019-12-13 上海联影智能医疗科技有限公司 Image segmentation processing method and device, computer equipment and storage medium
CN110569083B (en) * 2019-08-07 2022-11-25 上海联影智能医疗科技有限公司 Image segmentation processing method and device, computer equipment and storage medium
CN112433703A (en) * 2019-08-26 2021-03-02 腾讯科技(深圳)有限公司 Component module creating method and device, server and storage medium
CN112433703B (en) * 2019-08-26 2023-10-13 腾讯科技(深圳)有限公司 Component module creation method and device, server and storage medium
CN111190607A (en) * 2020-01-02 2020-05-22 广州虎牙科技有限公司 Task plug-in processing method and device, task scheduling server and storage medium
CN111190607B (en) * 2020-01-02 2024-02-09 广州虎牙科技有限公司 Task plugin processing method and device, task scheduling server and storage medium
CN111428128A (en) * 2020-02-20 2020-07-17 北京达佳互联信息技术有限公司 Method for generating pluggable recommendation system, service recommendation method, device and equipment
CN111428128B (en) * 2020-02-20 2021-09-10 北京达佳互联信息技术有限公司 Method for generating pluggable recommendation system, service recommendation method, device and equipment
CN112085229A (en) * 2020-09-09 2020-12-15 北京华胜天成科技股份有限公司 Operation and maintenance method and device, computer equipment and storage medium
CN112085229B (en) * 2020-09-09 2024-04-02 北京华胜天成科技股份有限公司 Operation and maintenance method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104461562A (en) Task creating method and system
CN105447643B (en) Scientific workflow system and method for cloud computing platform
CN105630488A (en) Docker container technology-based continuous integration realizing method
US9632494B2 (en) Method for generating and handling applications for components of a distributed control system and engineering system for implementing the process
CN105183458A (en) Software platform development method and apparatus
CN102087594B (en) Management method and device for extension point and plugins
CN105260248B (en) A kind of task scheduling system and dispatching method being dynamically adapted
CN104391689A (en) Internet of things application development method, middleware and PaaS (Platform as a Service)
CN101963915A (en) Building method of compilation and system thereof
CN110597634B (en) Data processing method and device and computer readable storage medium
Schnicke et al. Enabling industry 4.0 service-oriented architecture through digital twins
CN103577165A (en) Form generation method and form generator
CN103716403A (en) SAAS application deployment method and system for PAAS platform under cloud computing environment
Varga et al. Data-driven workflow execution in service oriented iot architectures
CN110502217B (en) ROS-based robot cloud platform design method
Verheecke et al. Aspect-oriented programming for dynamic web service monitoring and selection
CN113033814A (en) Method, apparatus and storage medium for training machine learning model
CN102148654A (en) System and method based on network side compiling
Taisch et al. ICT in manufacturing: Trends and challenges for 2020—An European view
CN104978170A (en) Multi-agent system generating method based on graphical expression
CN107786367B (en) Virtual network element configuration method and device
CN102752332A (en) Service activation method and device
CN106815270B (en) A kind of method and device of service dynamic management
CN103984540A (en) Method and device for generating hardware interface running program
CN103019808A (en) Business state regulating device and method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150325

RJ01 Rejection of invention patent application after publication