CN105677347A - Method and device for processing data - Google Patents

Method and device for processing data Download PDF

Info

Publication number
CN105677347A
CN105677347A CN201610004697.9A CN201610004697A CN105677347A CN 105677347 A CN105677347 A CN 105677347A CN 201610004697 A CN201610004697 A CN 201610004697A CN 105677347 A CN105677347 A CN 105677347A
Authority
CN
China
Prior art keywords
task
business processing
class
processing class
described task
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
CN201610004697.9A
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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN201610004697.9A priority Critical patent/CN105677347A/en
Publication of CN105677347A publication Critical patent/CN105677347A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method and device for processing data. The method comprises the steps that at least one service processing class is set; a task is created; the service processing class is added to the task; the task is configured, and the service processing class in the task is determined; the task is loaded, and the data to be processed is processed according to the determined service processing class in the task. By means of the method and device for processing the data, data processing between heterogeneous systems is easier.

Description

A kind of method of data processing and device
Technical field
The present invention relates to field of computer technology, in particular to method and the device of a kind of data processing.
Background technology
Along with the fast development of network technology, all producing mass data in network all the time, these data are transmitted between each system.
The storage mode of each system, may be different to the requirement of data. When carrying out data transmission between these heterogeneous systems, it is necessary to data changed, this just needs the software corresponding for heterogeneous system exploitation. For example, in some infosystem, a large amount of real time datas can be produced in time, such as the candid photograph data of bayonet socket, the alert equipment of electricity, these data are generally stored in database to capture the form of formation, there are a large amount of wrong data and imperfect data in data, the data not meeting condition such as some do not filter out, lack picture video, lack watermark etc., and such data may just cannot process in other systems. Need to develop corresponding software data to be processed and transmit again.
Visible by foregoing description, in prior art, when carrying out data transmission between heterogeneous system, it is necessary to develop special software for different heterogeneous systems, more complicated.
Summary of the invention
The present invention provides method and the device of a kind of data processing so that the data processing between heterogeneous system is simpler.
On the one hand, the present invention provides a kind of method of data processing, comprising:
At least one business processing class is set;
Creation task;
At least one business processing class described is added in described task;
Also comprise:
Described task is configured, it is determined that at least one the business processing class in described task;
Load described task, according at least one business processing class described in the described task determined, pending data are processed.
Further, the method also comprises: by least one business processing class wrapper described in dll file;
Described at least one business processing class described is added in described task, comprising:
Described dll file is added in described task.
Further, the method also comprises: pre-set unlimited hierarchical arrangement item configuration control;
Described described task is configured, comprising:
Configure control by described unlimited hierarchical arrangement item described task to be configured.
Further, described in pre-set unlimited hierarchical arrangement item configuration control, comprising:
Create control project ListBoxEx;
According to control project ListBoxEx, create list items class ListBoxExItem class;
Described ListBoxExItem class is added list items method AddItem method;
List items is created by described AddItem method;
Expanded attribute according to described list items and the OnDrawItem method of described ListBoxEx, it is achieved configuration item;
Described described task is configured, comprising:
Described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
Further, the method also comprises:
Receive the business processing class of outside insertion;
The business processing class that outside is inserted is added in described task.
On the other hand, the present invention provides the device of a kind of data processing, comprising:
First setting unit, for setting at least one business processing class;
Creating unit, for creation task;
Adding device, for adding in described task by least one business processing class described;
Arrangement unit, for configuring described task, it is determined that at least one the business processing class in described task;
Pending data, for loading described task, according at least one business processing class described in the described task determined, are processed by processing unit.
Further, this device also comprises:
Encapsulation unit, for by least one business processing class wrapper described in dll file;
Described adding device, for adding to described dll file in described task.
Further, this device also comprises:
2nd setting unit, configures control for setting unlimited hierarchical arrangement item;
Described arrangement unit, perform described described task is configured time, specifically perform: by described unlimited hierarchical arrangement item configure control described task is configured.
Further, described 2nd setting unit, specifically for creating control project ListBoxEx, according to control project ListBoxEx, create list items class ListBoxExItem class, described ListBoxExItem class is added list items method AddItem method, create list items by described AddItem method, Expanded attribute according to described list items and the OnDrawItem method of described ListBoxEx, it is achieved configuration item;
Described arrangement unit, perform described described task is configured time, specifically perform: described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
Further, this device also comprises:
Receive unit, for receiving the business processing class of outside insertion;
Described adding device, also business processing class for being inserted outside is added in described task.
By the method for a kind of data processing provided by the invention and device, at least one business processing class is set, business processing class is added in the task of establishment, when needs carry out data processing, loading tasks, according to the business processing class completing corresponding function determined, pending data are processed, for different heterogeneous systems, without the need to again developing special software, only need to redefine corresponding business processing class as required so that the data processing between heterogeneous system is simpler.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, it is briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the schema of the method for a kind of data processing that one embodiment of the invention provides;
Fig. 2 is the schema of the method for another kind of data processing that one embodiment of the invention provides;
Fig. 3 is the schematic diagram of the device of a kind of data processing that one embodiment of the invention provides;
Fig. 4 is the schematic diagram of the device of another kind of data processing that one embodiment of the invention provides.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly; below in conjunction with the accompanying drawing in the embodiment of the present invention; technical scheme in the embodiment of the present invention is clearly and completely described; obviously; described embodiment is the present invention's part embodiment, instead of whole embodiments, based on the embodiment in the present invention; other embodiments all that those of ordinary skill in the art obtain under the prerequisite not making creative work, all belong to the scope of protection of the invention.
As shown in Figure 1, embodiments providing a kind of method of data processing, the method can comprise the following steps:
Step 101: at least one business processing class is set;
Step 102: creation task;
Step 103: at least one business processing class described is added in described task;
Also comprise:
Step 104: described task is configured, it is determined that at least one the business processing class in described task;
Pending data, according at least one business processing class described in the described task determined, are processed by step 105: load described task.
By the method for a kind of data processing that the embodiment of the present invention provides, at least one business processing class is set, business processing class is added in the task of establishment, when needs carry out data processing, loading tasks, according to the business processing class completing corresponding function determined, pending data are processed, for different heterogeneous systems, without the need to again developing special software, only need to redefine corresponding business processing class as required so that the data processing between heterogeneous system is simpler.
In a kind of possible implementation, the method also comprises: by least one business processing class wrapper described in dll file;
Described at least one business processing class described is added in described task, comprising:
Described dll file is added in described task.
By this implementation, business processing class is loaded in dll file so that user can realize corresponding business processing class by calling dll file, more it is convenient to realize.
In a kind of possible implementation, the method also comprises: pre-set unlimited hierarchical arrangement item configuration control;
Described described task is configured, comprising:
Configure control by described unlimited hierarchical arrangement item described task to be configured.
Control is configured, it is possible to the parameters of task configured, to meet the demand of user by this unlimited hierarchical arrangement item. Such as: configure control by unlimited hierarchical arrangement item, it is possible to the information such as config string, folder, file reading, preservation file, this unlimited hierarchical arrangement item configuration control can realize based on ListBox control.
In a kind of possible implementation, described in pre-set unlimited hierarchical arrangement item configuration control, comprising:
Create control project ListBoxEx;
According to control project ListBoxEx, create list items class ListBoxExItem class;
Described ListBoxExItem class is added list items method AddItem method;
List items is created by described AddItem method;
Expanded attribute according to described list items and the OnDrawItem method of described ListBoxEx, it is achieved configuration item;
Described described task is configured, comprising:
Described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
Specifically, described in pre-set unlimited hierarchical arrangement item configuration control, comprising:
MicroSoftVisualStudio is used to create Windows control project, ListBoxEx
Control is integrated from ListBox control, and DrawMode arranges OwnerDraw
Create list items class ListBoxExItem class, class comprises the attribute such as parentid (father's level), level (number of levels), Expanded (whether launching)
Writing and add list items method AddItem method, method finds father's level list items by parentid attribute by recurrence in list items, joins its sub-level, and sub-level level adds 1 for father level level
Write list items click event method, click the Expanded attribute of change list items
Rewrite the OnDrawItem method of ListBoxEx, add the codes such as rendering context look, frame line, text, indentation, according to Expanded attribute determines whether carry out sub-level drafting
Change Expanded attribute when user clicks list items every time to trigger OnDrawItem simultaneously and again draw, it is achieved launch sub-level or pack up sub-level effect
Can dynamically create list items edit control when double-clicking list items, user edited after by enter key or lose the list items that the value of input is returned to editor by focus
Writing list items edit methods, delet method (recursive lookup is to the list items to be edited or to delete), editor or the rear re invocation OnDrawItem of deletion draw
Write list preservation/loading method, preserve with Xml form, resolve xml during loading and list is loaded into this unlimited classification control.
Specifically can realize unlimited hierarchical arrangement item configuration control by following code:
Unlimited hierarchical arrangement item configuration control can be realized by the form of table 1:
Table 1
Run configuration
Run interval 1800
Assay intervals 60
Time stamp file C:\TimeStamp.txt
+ Detection configuration
In a kind of possible implementation, the method also comprises:
Receive the business processing class of outside insertion;
The business processing class that outside is inserted is added in described task.
When at least one the business processing class pre-set does not meet the business processing class of customer need, user can arrange business processing class as required, this business processing class is added in task, such user just can complete the function needed with this business processing class, without the need to again writing other codes, more simple and convenient.
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with drawings and the specific embodiments, the present invention is described in further detail.
As shown in Figure 2, embodiments providing a kind of method of data processing, the method can comprise the following steps:
Step 201: pre-set unlimited hierarchical arrangement item configuration control.
Can come as required to make user task to be configured flexibly, this unlimited hierarchical arrangement item configuration control is set. By this control, task can be configured by user.
Step 202: at least one business processing class is set.
Different business processing class, it is possible to realize different functions, carries out realizing different business. Such as: data can be filtered, data are carried out the process such as transmission.
Each business processing class can realize ITask interface expansion interface IETLTaskBody, it is also possible to realizes other interfaces that system is supported.
Step 203: by least one business processing class wrapper described in dll file.
Dll file is the set of certain the class business processing class achieving system special interface, and user can change business processing class at any time thus realize a function and switch to another function fast.
Multiple business processing class can be packaged in a dll file, it is also possible to each business processing class wrapper is in a Dll file.
Step 204: creation task.
Base conditioning unit in the method is task, and each task can be accessed object etc. formed by Dll file, data cube computation, configuration item (part for unlimited hierarchical arrangement item configuration control), Ftp/WebService. Wherein, Dll file can as the task body of task.
Can being each task matching task ID, this task ID can be a GUID character string, identifies corresponding task by task ID.
Step 205: described dll file is added in described task.
Each task can a corresponding assignment folder, this assignment folder is used for preserving the configuration information etc. of corresponding task. Dll file can be added under assignment folder in Dll catalogue by this step.
Step 206: configure control by described unlimited hierarchical arrangement item and described task is configured.
Step 207: determine at least one the business processing class in described task.
Pending data, according at least one business processing class described in the described task determined, are processed by step 208: load described task.
In addition, the method can entrust output error message and daily record information by Error and Log in contextual information, it is possible to carries out diagnosing and debugging according to these information.
The method that the embodiment of the present invention provides can pass through following codes implement:
Wherein, TaskInfo: this mission statement information.
BeforeStart: task starts front execution, if returning False, task does not perform, and whether the task operational conditions of being generally used for meets.
TaskStart: perform when task starts, is generally used for some initialize operation.
TaskEnd: perform at the end of task.
FetchData: extracted data, TaskStart perform after performing, FetchData, PreExecute, Execute, AfterExecute circulate execution in order, the mode stabbed by the renewal time obtains the data of different time sections, turns into stopping until running mark.
Performing after PreExecute:FetchData, circulation performs, and the data obtained is carried out pre-treatment, as filtered, again organizes data etc., returns False and then jumps out this circulation, enters execution next time.
Performing after Execute:PreExecute, circulation performs, primary operational of executing the task, and the insertion such as data upgrades and deletes, the transmission of file and data, return False then this executions terminate, enter next execution.
After AfterExecute:Execute perform, circulation perform, be generally used for use resource release, return False then this executions terminate, enter next time perform.
The method that present example provides, it is possible to realize based on .net platform. Various configuration information, file required during operation can realize by graphically configuring.
As shown in Figure 3, Figure 4, the device of a kind of data processing is embodiments provided. Device embodiment can pass through software simulating, it is also possible to is realized by the mode of hardware or software and hardware combining.Say from hardware view; as shown in Figure 3; for a kind of hardware structure diagram of device place equipment of a kind of data processing that the embodiment of the present invention provides; except the treater shown in Fig. 3, internal memory, network interface and nonvolatile memory; in embodiment, the equipment at device place can also comprise other hardware usually, such as the forwarding chip etc. of responsible process message. For software simulating, as shown in Figure 4, as the device on a logical meaning, to be the CPU by its place equipment by computer program instructions corresponding in nonvolatile memory read runs in internal memory and is formed. The device of a kind of data processing that the present embodiment provides, comprising:
First setting unit 401, for setting at least one business processing class;
Creating unit 402, for creation task;
Adding device 403, for adding in described task by least one business processing class described;
Arrangement unit 404, for configuring described task, it is determined that at least one the business processing class in described task;
Pending data, for loading described task, according at least one business processing class described in the described task determined, are processed by processing unit 405.
In a kind of possible implementation, this device also comprises:
Encapsulation unit, for by least one business processing class wrapper described in dll file;
Described adding device 403, for adding to described dll file in described task.
In a kind of possible implementation, this device also comprises:
2nd setting unit, configures control for setting unlimited hierarchical arrangement item;
Described arrangement unit 404, perform described described task is configured time, specifically perform: by described unlimited hierarchical arrangement item configure control described task is configured.
In a kind of possible implementation, described 2nd setting unit, specifically for creating control project ListBoxEx, according to control project ListBoxEx, create list items class ListBoxExItem class, described ListBoxExItem class is added list items method AddItem method, create list items by described AddItem method, Expanded attribute according to described list items and the OnDrawItem method of described ListBoxEx, it is achieved configuration item;
Described arrangement unit 404, perform described described task is configured time, specifically perform: described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
In a kind of possible implementation, this device also comprises:
Receive unit, for receiving the business processing class of outside insertion;
Described adding device, also business processing class for being inserted outside is added in described task.
The device that the embodiment of the present invention provides is realized by the mechanism of plug-in unit.
The contents such as the information interaction between each unit in said apparatus, execution process, due to the inventive method embodiment based on same design, particular content see describing in the inventive method embodiment, can repeat no more herein.
The method of a kind of data processing that the embodiment of the present invention provides and device, have following useful effect:
1, the embodiment of the present invention provides a kind of method of data processing and device, at least one business processing class is set, business processing class is added in the task of establishment, when needs carry out data processing, loading tasks, according to the business processing class completing corresponding function determined, pending data are processed, for different heterogeneous systems, without the need to again developing special software, only need to redefine corresponding business processing class as required so that the data processing between heterogeneous system is simpler.
2, the embodiment of the present invention provides a kind of method of data processing and device, the technology such as database access technology, reflection, network transmission are combined, mask Data Source such as the difference between SqlServer, Oracle, remove writing of mass data access code from, simplify the access to network services such as FTP, make developer can be absorbed in the realization of operational approach.
3, the embodiment of the present invention provides a kind of method of data processing and device, service code can be encapsulated in the business processing class achieving special interface by developer, then automatically create example by system to call, occur when changing, only to need to revise the change that a small amount of code gets final product practical function in business.
It should be noted that, herein, the relational terms of such as first and second and so on is only used for separating an entity or operation with another entity or operational zone, and not necessarily requires or imply to there is any this kind of actual relation or sequentially between these entities or operation. And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, so that comprise the process of a series of key element, method, article or equipment not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise the key element intrinsic for this kind of process, method, article or equipment. When not more restrictions, the key element limited by statement " comprising a 〃 〃 〃 〃 〃 〃 ", and be not precluded within process, method, article or the equipment comprising described key element and also there is other same factor.
One of ordinary skill in the art will appreciate that: all or part of step realizing aforesaid method embodiment can be completed by the hardware that programmed instruction is relevant, aforesaid program can be stored in the storage media of embodied on computer readable, this program, when performing, performs the step comprising aforesaid method embodiment; And aforesaid storage media comprises: ROM, RAM, magnetic disc or CD etc. various can be program code stored medium in.
Finally it should be understood that the foregoing is only the better embodiment of the present invention, only for illustration of the technical scheme of the present invention, it is not intended to limit protection scope of the present invention. All make within the spirit and principles in the present invention any amendment, equivalent replacement, improvement etc., be all included in protection scope of the present invention.

Claims (10)

1. the method for a data processing, it is characterised in that, comprising:
At least one business processing class is set;
Creation task;
At least one business processing class described is added in described task;
Also comprise:
Described task is configured, it is determined that at least one the business processing class in described task;
Load described task, according at least one business processing class described in the described task determined, pending data are processed.
2. method according to claim 1, it is characterised in that, also comprise: by least one business processing class wrapper described in dll file;
Described at least one business processing class described is added in described task, comprising:
Described dll file is added in described task.
3. method according to claim 1, it is characterised in that, also comprise: pre-set unlimited hierarchical arrangement item configuration control;
Described described task is configured, comprising:
Configure control by described unlimited hierarchical arrangement item described task to be configured.
4. method according to claim 3, it is characterised in that, described in pre-set unlimited hierarchical arrangement item configuration control, comprising:
Create control project ListBoxEx;
According to control project ListBoxEx, create list items class ListBoxExItem class;
Described ListBoxExItem class is added list items method AddItem method;
List items is created by described AddItem method;
Expanded attribute according to described list items and the OnDrawItem method of described ListBoxEx, it is achieved configuration item;
Described described task is configured, comprising:
Described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
5. method according to claim 1, it is characterised in that, also comprise:
Receive the business processing class of outside insertion;
The business processing class that outside is inserted is added in described task.
6. the device of a data processing, it is characterised in that, comprising:
First setting unit, for setting at least one business processing class;
Creating unit, for creation task;
Adding device, for adding in described task by least one business processing class described;
Arrangement unit, for configuring described task, it is determined that at least one the business processing class in described task;
Pending data, for loading described task, according at least one business processing class described in the described task determined, are processed by processing unit.
7. device according to claim 6, it is characterised in that, also comprise:
Encapsulation unit, for by least one business processing class wrapper described in dll file;
Described adding device, for adding to described dll file in described task.
8. device according to claim 6, it is characterised in that, also comprise:
2nd setting unit, configures control for setting unlimited hierarchical arrangement item;
Described arrangement unit, perform described described task is configured time, specifically perform: by described unlimited hierarchical arrangement item configure control described task is configured.
9. device according to claim 8, it is characterized in that, described 2nd setting unit, specifically for creating control project ListBoxEx, according to control project ListBoxEx, create list items class ListBoxExItem class, described ListBoxExItem class is added list items method AddItem method, list items is created, according to the OnDrawItem method of the Expanded attribute of described list items and described ListBoxEx, it is achieved configuration item by described AddItem method;
Described arrangement unit, perform described described task is configured time, specifically perform: described task is configured by the configuration item configured in control by described unlimited hierarchical arrangement item.
10. device according to claim 6, it is characterised in that, also comprise:
Receive unit, for receiving the business processing class of outside insertion;
Described adding device, also business processing class for being inserted outside is added in described task.
CN201610004697.9A 2016-01-05 2016-01-05 Method and device for processing data Pending CN105677347A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610004697.9A CN105677347A (en) 2016-01-05 2016-01-05 Method and device for processing data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610004697.9A CN105677347A (en) 2016-01-05 2016-01-05 Method and device for processing data

Publications (1)

Publication Number Publication Date
CN105677347A true CN105677347A (en) 2016-06-15

Family

ID=56298918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610004697.9A Pending CN105677347A (en) 2016-01-05 2016-01-05 Method and device for processing data

Country Status (1)

Country Link
CN (1) CN105677347A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106991196A (en) * 2017-05-02 2017-07-28 山东浪潮通软信息科技有限公司 A kind of general data traceability method and system
CN112732233A (en) * 2021-01-14 2021-04-30 杭州海兴电力科技股份有限公司 Application program generation system
CN114422586A (en) * 2022-01-19 2022-04-29 平安付科技服务有限公司 Event notification method and device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040217987A1 (en) * 2003-05-01 2004-11-04 Solomo Aran Method and system for intercepting and processing data during GUI session
CN101122852A (en) * 2006-08-08 2008-02-13 华为技术有限公司 On-line business processing system middleware package method
CN101655795A (en) * 2009-09-25 2010-02-24 金蝶软件(中国)有限公司 Method for creating service embodiment and enterprise resource planning system
CN102184105A (en) * 2011-05-13 2011-09-14 中国联合网络通信集团有限公司 Data processing method based on modularity and data center system
CN104424338A (en) * 2013-09-11 2015-03-18 北大方正集团有限公司 Automatic generation device and automatic generation method for web system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040217987A1 (en) * 2003-05-01 2004-11-04 Solomo Aran Method and system for intercepting and processing data during GUI session
CN101122852A (en) * 2006-08-08 2008-02-13 华为技术有限公司 On-line business processing system middleware package method
CN101655795A (en) * 2009-09-25 2010-02-24 金蝶软件(中国)有限公司 Method for creating service embodiment and enterprise resource planning system
CN102184105A (en) * 2011-05-13 2011-09-14 中国联合网络通信集团有限公司 Data processing method based on modularity and data center system
CN104424338A (en) * 2013-09-11 2015-03-18 北大方正集团有限公司 Automatic generation device and automatic generation method for web system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106991196A (en) * 2017-05-02 2017-07-28 山东浪潮通软信息科技有限公司 A kind of general data traceability method and system
CN106991196B (en) * 2017-05-02 2020-05-05 浪潮通用软件有限公司 Universal data tracing method and system
CN112732233A (en) * 2021-01-14 2021-04-30 杭州海兴电力科技股份有限公司 Application program generation system
CN114422586A (en) * 2022-01-19 2022-04-29 平安付科技服务有限公司 Event notification method and device, computer equipment and storage medium
CN114422586B (en) * 2022-01-19 2023-10-27 平安付科技服务有限公司 Event notification method, event notification device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US10768919B2 (en) Package installation on a host file system using a container
CN101601012B (en) Producer graph oriented programming framework with scenario support
CN102520972B (en) Video game development system and method thereof
JP2020531976A (en) A device that provides a set of cryptographically protected, filtered, and sorted transaction datasets for blockchain links.
CN102736919A (en) Method and system for specifying and developing application systems with dynamic behavior
CN113298503A (en) Government affair-oriented workflow management system and database and table dividing method thereof
CN111782300A (en) Data processing method, device, equipment and system
CN111859076B (en) Data crawling method, device, computer equipment and computer readable storage medium
CN105677347A (en) Method and device for processing data
US7305652B2 (en) Standard application development template
CN111666100A (en) Software framework generation method and device, electronic equipment and storage medium
CN101894317B (en) System and method for driving business logic through data changes
CN113987337A (en) Search method, system, equipment and storage medium based on componentized dynamic arrangement
CN115328458B (en) Business application development method and device
CN103678687A (en) Project establishment method and device based on configuration system
CN112395108A (en) Calling method and device of BIM (building information modeling) element model
US20050204338A1 (en) Standard application development framework
CN115840775A (en) Data extraction method, device, server and storage medium
CN113485686B (en) Information system program generation method and device, electronic equipment and storage medium
CN104778091A (en) Application program operation method and device
CN108563578A (en) SDK compatibility detection method, device, equipment and readable storage medium storing program for executing
CN110083339A (en) A kind of novel computer programming language
CN112182115A (en) Relationship display method and device, storage medium and electronic device
CN110046141B (en) Data storage method and system based on data playback
CN111400269B (en) IPFS file processing method, node, medium and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160615