CN101853205A - Method and apparatus for monitoring the running of program - Google Patents

Method and apparatus for monitoring the running of program Download PDF

Info

Publication number
CN101853205A
CN101853205A CN 201010206449 CN201010206449A CN101853205A CN 101853205 A CN101853205 A CN 101853205A CN 201010206449 CN201010206449 CN 201010206449 CN 201010206449 A CN201010206449 A CN 201010206449A CN 101853205 A CN101853205 A CN 101853205A
Authority
CN
China
Prior art keywords
monitoring
program
xml file
file
source code
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
CN 201010206449
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 CN 201010206449 priority Critical patent/CN101853205A/en
Publication of CN101853205A publication Critical patent/CN101853205A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the invention discloses a method and an apparatus for monitoring the internal running state of a program in real time, wherein the method comprises converting the source code of a program to a source XML file; weaving a preset monitoring probe file into the source XML file to obtain a target XML file; and converting the target XML file to the source code of a target file. In the technical solution, codes with monitoring capability are added into the source code of a program to form a program with monitoring capability; in the running of the program with monitoring capability, the codes with monitoring capability are capable of acquiring the information on a monitored object in real time, including process, thread, function, variable and other internal information to realize a real-time monitoring on the internal running state of the program, furthermore, a developer can fast find out and locate an error in the source code of the program according to the internal information of the program.

Description

A kind of method and apparatus of watchdog routine operation
Technical field:
Field of software development of the present invention relates in particular to the method and apparatus that a kind of watchdog routine is moved.
Background technology:
Development along with society, enterprise is more and more higher to the requirement of information-based software, as distributed treatment, distributed collaborative work or the like, simultaneously, increasing branch offices of enterprise, the service logic that becomes increasingly complex and increasing data volume are all had higher requirement to system environments adaptive faculty, interactive performance and the data-handling capacity of information-based software.In this case, how to find the also problem of positioning software existence fast, and deal with problems, become the problem that software administration personnel and software developer are concerned about most with the fastest speed.
Generally speaking, have only the software of working as alarm or miscue in operational process, to occur, or when having bigger error between the The actual running results of software and the expected results, the software administration personnel just can learn the software existing problems, according to the problem that takes place search and the finder source code in wrong part, afterwards source code is made amendment and debug, solve the problem that exists in the software.
By the research to prior art, the inventor finds: in the prior art, can't realize the real-time monitoring to the software inhouse running status, also can't realize the wrong part in discovery fast and the finder source code in addition.
Summary of the invention
For solving the problems of the technologies described above, the object of the present invention is to provide a kind of method and apparatus of watchdog routine operation, make by this method and can realize real-time monitoring software program internal operation state, help the developer to find fast simultaneously and the finder source code in wrong part.
For achieving the above object, the invention provides following technical scheme:
A kind of method of watchdog routine operation comprises:
Program source code is converted to source XML file;
Predefined monitoring probe file is woven in the XML file of described source, obtains target XML file;
With described target XML file conversion is the target program source code.
Preferably, the predetermined manner of described monitoring probe file comprises:
From the XML file of described source, obtain and specify monitored object;
The monitoring control information is set;
Obtain the monitoring demand according to described monitored object and described monitoring control information;
Generate monitoring probe file according to described monitoring demand and predefined monitoring probe template.
Preferably, described monitored object comprises: the process of program, thread, function or variable.
Preferably, this method also comprises:
Compiling also moves described target program source code;
Obtain the monitoring content that monitored program is returned.
Preferably, the method for described watchdog routine operation also comprises: show and/or store described monitoring content.
The embodiment of the invention also provides a kind of device of watchdog routine operation, comprising:
First converting unit is used for program source code is converted to source XML file;
The braiding unit is used for predefined monitoring probe file is woven into described source XML file, obtains target XML file;
Second converting unit, being used for described target XML file conversion is the target program source code.
Preferably, described device also comprises:
The monitored object setup unit is used for obtaining and specify monitored object from described source XML file;
The monitoring control information is provided with the unit, is used to be provided with the monitoring control information;
Monitoring demand generation unit is used for generating the monitoring demand according to described monitored object and described monitoring control information;
Monitoring probe file generating unit is used for generating monitoring probe file according to described monitoring demand and predefined monitoring probe template.
Preferably, described monitored object comprises: the process of program, thread, function or variable.
Preferably, described device also comprises:
The compilation run module is used for compiling and moves described target program source code;
The monitoring content acquisition module is used to obtain the monitoring content that monitored program is returned.
Preferably, described device also comprises:
Display unit is used to show described monitoring content;
Storage unit is used to store described monitoring content.
Use the technical scheme that the embodiment of the invention provided, by in the code of program, having injected code with monitoring capacity, formed program with monitoring capacity, described program with monitoring capacity is in operation, code with monitoring capacity can obtain the information of monitored object in real time, as process, thread, function or variable supervisor internal information, realized real-time monitoring to program internal operation state, the developer can be according to these program internal informations simultaneously, the wrong part in quick discovery and the finder source code.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
A kind of schematic flow sheet of the watchdog routine operation method that Fig. 1 provides for the embodiment of the invention;
The schematic flow sheet that sets in advance of the monitoring probe file that Fig. 2 provides for the embodiment of the invention;
Another schematic flow sheet of the watchdog routine operation method that Fig. 3 provides for the embodiment of the invention;
A kind of structural representation of the watchdog routine running gear that Fig. 4 provides for the embodiment of the invention;
Another structural representation of the watchdog routine running gear that Fig. 5 provides for the embodiment of the invention;
The another kind of structural representation of the watchdog routine running gear that Fig. 6 provides for the embodiment of the invention;
The 4th kind of structural representation of the watchdog routine running gear that Fig. 7 provides for the embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
Embodiment one:
Referring to shown in Figure 1, a kind of process flow diagram of the method for the watchdog routine operation that provides for the embodiment of the invention, this method may further comprise the steps:
S101 is converted to source XML file with program source code.
This step is mainly used in to be analyzed the source code of program, obtains the structure of source code.Specifically can program source code be converted to the code of XML form, obtain source XML file by SRCML.XML file in Coded Analysis source obtains the information such as process, thread, function and variable in the source program then, and with these information according to hierarchical structure, represent to the user with tree-shaped form, the program layer aggregated(particle) structure that analyzes is saved in the XML file of source.
S102 is woven into predefined monitoring probe file in the XML file of described source, obtains target XML file.
The probe implantation tool utilizes XWEAVER, to the code of the XML form in the XML file of source, reaches predefined monitoring probe file and weaves, and forms the code of the XML form that possesses monitoring capacity, obtains target XML file.
S103 is the target program source code with described target XML file conversion.
By the code of SRCML, be converted to target program source code with monitoring capacity with the XML form in the target XML file.
The schematic flow sheet that sets in advance of the monitoring probe file that provides referring to Fig. 2, its implementation is as follows:
S201 obtains and specifies monitored object from the XML file of described source.
Obtain process, thread, function and global variable in the source program by described source XML file, use the mode that clicks need to select the monitored object such as process, thread, function or variable of monitoring.
S202 is provided with the monitoring control information.
The monitoring control informations such as displaying priority, monitoring attributes and monitoring mode of monitored object are set.Wherein, monitoring attributes comprises: move information such as the address of computing machine of described program and port numbers, monitoring mode comprises: information such as local monitor and place remote monitoring.
S203 obtains the monitoring demand according to monitored object and monitoring control information.
In conjunction with monitored object and monitored object control information corresponding, obtain monitoring demand information, and will monitor demand information and preserve with the form of XML file.
The monitoring demand can be divided into four parts according to monitored object:
The process monitoring demand, the principal function of description monitoring process, process is described, all threads under the process and the constructed fuction of thread, destructor function.
The thread monitor demand, the class name of description monitoring thread, run method, the pass injecting method under the run method, the constructed fuction of thread description and thread, destructor function.
Function monitoring demand, function is divided into two types.A kind of is generic function, only needs the title of described function, function representation, function place thread, the class name at function place.Another kind is the service entrance function, and several aspects that it describes generic function are paid close attention to the pass injecting method in the function again.
Variable monitoring demand is described type of variables, variable name, the class name at variable place.
S204 generates monitoring probe file according to monitoring demand and monitoring probe template.
Monitoring probe Core Generator in conjunction with predefined monitoring probe template, generates monitoring probe file according to user's monitoring demand.Wherein predefined monitoring probe template and described source XML file adapt.Described monitoring probe file and described monitoring probe template can be the file of XML form.
Wherein monitor the probe file and can be divided into four classes:
The process monitoring probe is used for principal function is monitored, and obtains the functions such as Thread Count under the process.
The thread monitor probe is used to finish the monitoring of the functions of paying close attention under start-up time to thread, concluding time, the run method such as method.
Function monitoring probe is used to monitor the start time, concluding time, manner of execution of two types of functions etc.
Variable is monitored probe, is used for the change time of monitored variable, the changing value of variable etc.
Certainly, in actual applications, also can adopt other mode to realize default monitoring probe file, for example: not only can select the mode of described source XML to obtain and specify monitored object, can also in the programming process, directly specify monitored object by the software developer by analyzing.
Referring to shown in Figure 3, another schematic flow sheet of method of the watchdog routine operation that provides for the embodiment of the invention, this method can also comprise:
S104 compiles and moves described target program source code.
Compiling and operation have the target program source code of monitoring capacity.Postrun program will provide service according to default pattern.
S105 obtains the monitoring content that monitored program is returned.
Monitoring mode according to appointment, information such as the address of program run and port, be connected to program with monitoring capacity after, monitored program is in operational process, monitoring probe document code can obtain the information of monitored object in real time, and reports monitoring content in the monitoring demand to monitor client.The program development personnel can search and locate wrong part fast according to the process that gets access to, thread, function or variable supervisor internal information from program source code.
In addition, the method for described watchdog routine operation can also comprise:
S106 shows and/or stores described monitoring content.
The method of the watchdog routine operation that the inventive method embodiment provides, by in the code of program, having injected code with monitoring capacity, formed program with monitoring capacity, described program with monitoring capacity is in operation, code with monitoring capacity can obtain the information of monitored object in real time, as process, thread, function or variable supervisor internal information, realized real-time monitoring to program internal operation state, make the developer can be simultaneously according to these program internal informations, find fast and the finder source code in wrong part.
The method of a kind of watchdog routine operation that provides corresponding to top method embodiment, the embodiment of the invention also provides a kind of device of watchdog routine operation, shown in the structural representation of Fig. 4, this device comprises: first converting unit 401, braiding unit 402 and second converting unit 403.
Described first converting unit is used for program source code is converted to source XML file;
Described braiding unit is used for predefined monitoring probe file is woven into described source XML file, obtains target XML file;
Described second converting unit, being used for described target XML file conversion is the target program source code.
Referring to shown in Figure 5, another structural representation for the device of described watchdog routine operation can also comprise:
Monitored object setup unit 501 is used for obtaining and specify monitored object from described source XML file;
The monitoring control information is provided with unit 502, is used to be provided with the monitoring control information;
Monitoring demand generation unit 503 is used for generating the monitoring demand according to described monitored object and described monitoring control information;
Monitoring probe file generating unit 504 is used for generating monitoring probe file according to described monitoring demand and predefined monitoring probe template.
Wherein, described monitored object setup unit 501, monitoring control information are provided with unit 502 and monitoring demand generation unit 503, a visual editing interface can be provided, the user can select to set the monitored object such as process, thread, function or variable that need monitoring by this interface, and represent priority for the setting of different monitoring object, monitoring such as monitoring attributes and monitoring mode control information.Monitoring demand generation unit 503 generates the monitoring demand according to described monitored object and described monitoring control information, and with the described monitoring demand of the form recording storage of XML file.
Wherein, described monitored object can comprise: the process of program, thread, function or variable.
Referring to shown in Figure 6, be the another kind of structural representation of the device of described watchdog routine operation, this device can also comprise:
Compilation run module 601 is used for compiling and moves described target program source code;
Monitoring content acquisition module 602 is used to obtain the monitoring content that monitored program is returned.
Shown in the apparatus structure synoptic diagram of the watchdog routine of Fig. 7 operation, this device can also comprise:
Display unit 701 is used to show described monitoring content;
Storage unit 702 is used to store described monitoring content.
Use the device of the watchdog routine operation that the embodiment of the invention provided, by in the code of program, having injected code with monitoring capacity, formed program with monitoring capacity, described program with monitoring capacity is in operation, code with monitoring capacity can obtain the information of monitored object in real time, as process, thread, function or variable supervisor internal information, realized real-time monitoring to program internal operation state, make the developer can be simultaneously according to these program internal informations, find fast and the finder source code in wrong part.
For device embodiment, because it is substantially corresponding to method embodiment, so relevant part gets final product referring to the part explanation of method embodiment.Device embodiment described above only is schematic, wherein said unit as the separating component explanation can or can not be physically to separate also, the parts that show as the unit can be or can not be physical locations also, promptly can be positioned at a place, perhaps also can be distributed on a plurality of network element.Can select wherein some or all of module to realize the purpose of present embodiment scheme according to the actual needs.Those of ordinary skills promptly can understand and implement under the situation of not paying creative work.
In several embodiment that the application provided, should be understood that the apparatus and method that disclose not surpassing in the application's the spirit and scope, can realize in other way.Current embodiment is a kind of exemplary example, should be as restriction, and given particular content should in no way limit the application's purpose.For example, the division of described unit or subelement only is that a kind of logic function is divided, and during actual the realization other dividing mode can be arranged, and for example a plurality of unit or a plurality of subelement combine.In addition, a plurality of unit can or assembly can in conjunction with or can be integrated into another system, or some features can ignore, or do not carry out.
In addition, the synoptic diagram of institute's tracing device and method and different embodiment, in the scope that does not exceed the application, can with other system, module, technology or method in conjunction with or integrated.Another point, the shown or coupling each other discussed or directly to be coupled or to communicate to connect can be by some interfaces, the indirect coupling of device or unit or communicate to connect can be electrically, machinery or other form.
The above only is the specific embodiment of the present invention; should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (10)

1. the method for a watchdog routine operation is characterized in that, comprising:
Program source code is converted to source XML file;
Predefined monitoring probe file is woven in the XML file of described source, obtains target XML file;
With described target XML file conversion is the target program source code.
2. method according to claim 1 is characterized in that, the predetermined manner of described monitoring probe file comprises:
From the XML file of described source, obtain and specify monitored object;
The monitoring control information is set;
Obtain the monitoring demand according to described monitored object and described monitoring control information;
Generate monitoring probe file according to described monitoring demand and predefined monitoring probe template.
3. method according to claim 2 is characterized in that, described monitored object comprises:
The process of program, thread, function or variable.
4. according to each described method of claim 1 to 3, it is characterized in that, also comprise:
Compiling also moves described target program source code;
Obtain the monitoring content that monitored program is returned.
5. method according to claim 4 is characterized in that, also comprises:
Show and/or store described monitoring content.
6. the device of a watchdog routine operation is characterized in that, comprising:
First converting unit is used for program source code is converted to source XML file;
The braiding unit is used for predefined monitoring probe file is woven into described source XML file, obtains target XML file;
Second converting unit, being used for described target XML file conversion is the target program source code.
7. device according to claim 6 is characterized in that, also comprises:
The monitored object setup unit is used for obtaining and specify monitored object from described source XML file;
The monitoring control information is provided with the unit, is used to be provided with the monitoring control information;
Monitoring demand generation unit is used for generating the monitoring demand according to described monitored object and described monitoring control information;
Monitoring probe file generating unit is used for generating monitoring probe file according to described monitoring demand and predefined monitoring probe template.
8. device according to claim 7 is characterized in that, described monitored object comprises:
The process of program, thread, function or variable.
9. according to each described device of claim 6 to 8, it is characterized in that, also comprise:
The compilation run module is used for compiling and moves described target program source code;
The monitoring content acquisition module is used to obtain the monitoring content that monitored program is returned.
10. device according to claim 9 is characterized in that, also comprises:
Display unit is used to show described monitoring content;
Storage unit is used to store described monitoring content.
CN 201010206449 2010-06-23 2010-06-23 Method and apparatus for monitoring the running of program Pending CN101853205A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010206449 CN101853205A (en) 2010-06-23 2010-06-23 Method and apparatus for monitoring the running of program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010206449 CN101853205A (en) 2010-06-23 2010-06-23 Method and apparatus for monitoring the running of program

Publications (1)

Publication Number Publication Date
CN101853205A true CN101853205A (en) 2010-10-06

Family

ID=42804711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010206449 Pending CN101853205A (en) 2010-06-23 2010-06-23 Method and apparatus for monitoring the running of program

Country Status (1)

Country Link
CN (1) CN101853205A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053839A (en) * 2010-12-31 2011-05-11 山东中创软件商用中间件股份有限公司 Monitoring probe generating method and device
CN102521136A (en) * 2011-12-31 2012-06-27 山东中创软件商用中间件股份有限公司 Application program monitoring device and method
CN102622289A (en) * 2011-01-26 2012-08-01 阿里巴巴集团控股有限公司 Program setting method, program monitoring method, and devices and systems for program setting and monitoring
CN103034575A (en) * 2012-11-29 2013-04-10 北京奇虎科技有限公司 Crash analysis method and device
CN103049373A (en) * 2012-11-29 2013-04-17 北京奇虎科技有限公司 Method and device for positioning of collapse
CN103257913A (en) * 2013-04-18 2013-08-21 西安交通大学 System and method for detecting and removing fault of software in operation
CN104598378A (en) * 2014-12-31 2015-05-06 天津橙子科技有限公司 Automatic test probe of WEB engineering
CN104683181A (en) * 2015-02-12 2015-06-03 北京蓝海讯通科技有限公司 Performance monitoring method, equipment and system
CN107168870A (en) * 2017-04-28 2017-09-15 福建星瑞格软件有限公司 Program information acquisition method during one kind operation
CN109840179A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 RocketMQ Thread Count monitoring method, device, electronic equipment and storage medium
CN111506476A (en) * 2020-04-15 2020-08-07 北京邮电大学 Terminal authentication and process management system and control method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1129070C (en) * 1998-02-06 2003-11-26 华为技术有限公司 Recognition method for internal stored operation error in programming
CN1573693A (en) * 2003-06-18 2005-02-02 微软公司 System and method for creating, managing and using code segments
CN100458700C (en) * 2006-03-22 2009-02-04 北京握奇数据系统有限公司 Building method and apparatus for application program with safety requirement

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1129070C (en) * 1998-02-06 2003-11-26 华为技术有限公司 Recognition method for internal stored operation error in programming
CN1573693A (en) * 2003-06-18 2005-02-02 微软公司 System and method for creating, managing and using code segments
CN100458700C (en) * 2006-03-22 2009-02-04 北京握奇数据系统有限公司 Building method and apparatus for application program with safety requirement

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053839A (en) * 2010-12-31 2011-05-11 山东中创软件商用中间件股份有限公司 Monitoring probe generating method and device
CN102622289A (en) * 2011-01-26 2012-08-01 阿里巴巴集团控股有限公司 Program setting method, program monitoring method, and devices and systems for program setting and monitoring
CN102622289B (en) * 2011-01-26 2015-03-18 阿里巴巴集团控股有限公司 Program setting method, program monitoring method, and devices and systems for program setting and monitoring
CN102521136B (en) * 2011-12-31 2015-06-10 山东中创软件商用中间件股份有限公司 Application program monitoring device and method
CN102521136A (en) * 2011-12-31 2012-06-27 山东中创软件商用中间件股份有限公司 Application program monitoring device and method
CN103034575A (en) * 2012-11-29 2013-04-10 北京奇虎科技有限公司 Crash analysis method and device
CN103049373A (en) * 2012-11-29 2013-04-17 北京奇虎科技有限公司 Method and device for positioning of collapse
CN103049373B (en) * 2012-11-29 2015-08-19 北京奇虎科技有限公司 A kind of localization method of collapse and device
CN103034575B (en) * 2012-11-29 2015-08-19 北京奇虎科技有限公司 Collapse analytical approach and device
CN103257913B (en) * 2013-04-18 2015-10-28 西安交通大学 Software fault detection removal system and method during a kind of operation
CN103257913A (en) * 2013-04-18 2013-08-21 西安交通大学 System and method for detecting and removing fault of software in operation
CN104598378A (en) * 2014-12-31 2015-05-06 天津橙子科技有限公司 Automatic test probe of WEB engineering
CN104683181A (en) * 2015-02-12 2015-06-03 北京蓝海讯通科技有限公司 Performance monitoring method, equipment and system
CN104683181B (en) * 2015-02-12 2019-02-15 北京蓝海讯通科技有限公司 A kind of method for monitoring performance, equipment and system
CN107168870A (en) * 2017-04-28 2017-09-15 福建星瑞格软件有限公司 Program information acquisition method during one kind operation
CN107168870B (en) * 2017-04-28 2021-10-29 福建星瑞格软件有限公司 Method for acquiring program information during operation
CN109840179A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 RocketMQ Thread Count monitoring method, device, electronic equipment and storage medium
CN111506476A (en) * 2020-04-15 2020-08-07 北京邮电大学 Terminal authentication and process management system and control method thereof
CN111506476B (en) * 2020-04-15 2021-11-26 北京邮电大学 Terminal authentication and process management system and control method thereof

Similar Documents

Publication Publication Date Title
CN101853205A (en) Method and apparatus for monitoring the running of program
Richner et al. Recovering high-level views of object-oriented applications from static and dynamic information
US7165226B2 (en) Multiple coupled browsers for an industrial workbench
CN102375731B (en) Coding-free integrated application platform system
CN104778124A (en) Automatic testing method for software application
CN110286892B (en) Rapid development engine system based on business process design
US7725524B2 (en) Process automation system and method having a hierarchical architecture with multiple tiers
CN103441900A (en) Centralization cross-platform automated testing system and control method thereof
Zhu et al. A framework-based approach to utility big data analytics
CN103123598B (en) Online debugging implementation method of compiling soft programmable logic controller (PLC)
WO2001071493A1 (en) Communications services provisioning method and apparatus and object programming language for developing provisioning models
US20100318978A1 (en) Registration method for supporting bytecode modification
CN205247194U (en) Automatic control intelligent expert fault diagnostic
Bohnet et al. Visual exploration of function call graphs for feature location in complex software systems
Gruver et al. Intelligent Manufacturing:: Programming Environments for CIM
CN103744647A (en) Java workflow development system and method based on workflow GPD
US7895580B1 (en) Application tracing service employing different levels of precision for modifying bytecode
WO2006087728A1 (en) System for creating parallel applications
CN103207783A (en) Software development engine system based on browser/server mode and building method thereof
CN106815027A (en) A kind of high resiliency calculating platform for power network multidimensional business composite computing
CN113311788A (en) Variable configuration processing method and device, computer storage medium and equipment
US20130307854A1 (en) Method and System for Visualising a System Model
CN112162908B (en) Method and device for realizing program call link monitoring based on byte code injection technology
CN112015528B (en) Industrial control system software control flow construction and analysis method
CN102053839A (en) Monitoring probe generating method and device

Legal Events

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

Application publication date: 20101006