CN101739277A - Self-defined script mode-based method for managing service monitoring system - Google Patents
Self-defined script mode-based method for managing service monitoring system Download PDFInfo
- Publication number
- CN101739277A CN101739277A CN200910232352A CN200910232352A CN101739277A CN 101739277 A CN101739277 A CN 101739277A CN 200910232352 A CN200910232352 A CN 200910232352A CN 200910232352 A CN200910232352 A CN 200910232352A CN 101739277 A CN101739277 A CN 101739277A
- Authority
- CN
- China
- Prior art keywords
- script
- service end
- service
- server
- monitoring system
- 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
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a self-defined script mode-based method for managing a service monitoring system. The method comprises the following steps of: a) using a browser to directly write a script or upload an existing script in a webpage provided by the service monitoring system; b) sending the script in an HTTP mode to a server for storage; c) allowing the server to call a Rhino script engine to execute the script; and d) outputting an execution result. In the method, a user can write a pre-exposed interface of the called server and put the script in the server program for operation, or distribute the script to an acquisition client of a remote host for execution and return the result. The method can ensure the stability and expansibility of the system, expand the system function under conditions of not modifying server codes and not re-starting the server program, and make the service monitoring system flexibly customizing a collection strategy as required; and simultaneously, the method can also shorten the development time, improve the development efficiency of programmers and expand the monitoring means.
Description
Technical field
The present invention relates to the business monitoring method of telecommunications industry, and particularly relevant for the method based on custom script mode management service supervisory system.
Background technology
Script (Script language) is the computer programming language in order to shorten traditional writing-compile-link-move (edit-compile-link-run) process and to create.Script is compared with high-level programming language, have following characteristic: grammer and structure are fairly simple usually, study and use fairly simple usually, usually with " explanation " of easy update routine as the method for operation, and not needing " compiling ", the procedure development production capacity is better than moving usefulness.
Many scripts are used for carrying out disposable task, especially system management aspect.It can be glued together serviced component, therefore is widely used in GUI and creates or order line.
Script is preserved with text (as ASCII) usually, only makes an explanation when being called or compiles.
Script has been simplified the code compiling process.Can consider such as performance issues such as automatic management of internal memory and overflow checks.In even lower level or non-script, labor intensive such as internal memory and variable management and data structure need a large amount of codes for solving a given problem, can obtain more careful control and optimization so certainly.Script lacks the retractility of optimizer with speed-raising or reduction internal memory.
In sum, Script Programming speed is faster, and script file is significantly less than as similar c program file.This dirigibility is a cost to carry out efficient.Script is normally explained execution, and speed may be very slow, and operation the time more consumes internal memory.In a lot of cases, as write the scriptlet of some tens of row, the advantage of writing that it brings is just considerably beyond the inferior position during operation, especially tends towards superiority when becoming to hanging down with hardware cost in present procedure employee money.
Because present script can be realized the complicated service logic, and be to resolve by script engine to carry out when operation, need not compiling, therefore be well suited for developing fast the business monitoring program.But present Javascript script is merely able at browser execution, can't be mutual with serve end program, can't call serve end program.
Summary of the invention
The objective of the invention is to realize the function of management service supervisory system by the method that self-defining script calls the interface that service end exposes in advance.
For reaching above-mentioned purpose, the method based on custom script mode management service supervisory system of the present invention comprises the following steps:
A) use browser, direct compile script or upload existing script in the webpage that service monitoring system provides;
B) script being transferred to service end by the HTTP mode preserves;
C) service end is called the Rhino script engine and is carried out script;
D) output execution result.
Among the present invention, also comprise between step c) and the step d): e) judge whether the long-range execution script of needs,, then script is transferred to by socket and gather the agency, gather the agency and carry out script and export feedback result to service end as the long-range execution script of needs.Like this, script also can be published to the remote collection agency and go up execution and return results.
Among the present invention, service end invoke script engine is carried out script and is mainly comprised the following steps: to create script operation context environmental in the step c), the loading scripts object, in script engine, import script, resolve script, content for script is associated with scripting object, and Run Script calls java applet by scripting object.
Among the present invention, step b) also comprises the steps: to judge the script executing mode, as carrying out script for the page, then script is put into the internal memory of service end, as carrying out script for once carrying out script and cycle, then script is saved as file, deposit in the hard disk of service end.
In sum, the present invention after browser submission service end, utilizes the project Rhino that increases income to provide script engine to resolve script by user's compile script, script embedded in the serve end program context environmental move, reach the purpose of using script operation service end service logic.Revise under the situation of serve end program need not, but user's compile script calls the interface that service end exposes in advance, and script is placed on the server program internal operation, also script can be published to collection agency on the distance host and go up and carry out and return results.Like this, guarantee the stability and the extendability of system, relied on the script self characteristics, do not revising the service end code, do not restart under the situation of serve end program, expanded systemic-function, make service monitoring system can customize acquisition strategies as required neatly.Because script is simpler than high-level programming language, also shorten the development time simultaneously, improved programming personnel's development efficiency, expanded monitoring means.
Description of drawings
Fig. 1 is the process flow diagram of the embodiment of the invention.
The management synoptic diagram of the script that Fig. 2 writes for the user.
Embodiment
For above and other objects of the present invention, feature and advantage can be become apparent, preferred embodiment cited below particularly, and conjunction with figs. are described in detail below.
1) script
Need to resolve the program of carrying out, normally one section text has comprised the required operation that system is carried out of user.Use the javascript script to write at present, be mapped to the java object in service end by packing, be registered in the context of javascript, javascript uses the Rhino script engine of Mozilla to finish in the parsing encapsulation of service end. the characteristic of speech sounds that the user can use javascript to provide, in conjunction with the java object of packing, can customize various special functions again.
2)Rhino
The project of increasing income of Mozilla tissue, the javascript interpreter that pure Java realizes provides the analytical capabilities of javascript for serve end program.
3) client
Refer to web browser in the present invention, the user visits service monitoring system by browser (client).
4) service end
Refer to service monitoring system application program in the present invention, use high-level programming language to write,, be deployed on the server after the compiling as Java in the server end deployment.
5) gather the agency
The agent software of installing on monitored main frame (Agent) is mainly used to gather this main frame and the Key Performance Indicator (KPI) of all kinds of softwares of operation thereon.From physical location, usually gather the agency and adhere to different main frames separately with service end, between adopt Socket to communicate by letter.In the present invention, gather the agency and can carry out script and the feedback result that issues from service end, reach the purpose of remote monitoring.
1) script integration principle
Script input: the user uses browser, and direct compile script or upload existing script file in the webpage that service monitoring system provides is submitted to the back browser to help the user that script is transferred to service end by the HTTP mode and preserved.
Wherein, the user can call the interface method that service end provides in advance in the script of writing, to handle the work that serve end program carries out appointment.
The service end interface: serve end program can need to press business rule with self abstract Javascript scripting object for correspondence, be subdivided into Root of global object and common object in the present invention, the Root object provides overall situation function in view of function, and common to as if be mapped in entity in the script engine as certain functional module in the service monitoring system, as gather and act on behalf of mapping Agent, configuration object management mapping Mo etc., the concrete pattern of scripting object are example hereinafter as seen.These objects are write by high-level programming language Java, the org.mozilla.javascript.ScriptableObject interface that provides among the script engine Rhino must be provided, showing and self contain the Javascript function that can be called by external scripts, is the method for announcing to external world.The Javscript function that scripting object exposes may be inconsistent with interface/class of Java own, but realization of each operation is all called Java and finished.These ScriptableObject are registered in the javascript context of Rhino script engine at last.
Be that global object and common object are write example below:
Root.java
public?class?Root?extends?ScriptableObject{
// according to certain configuration object in the unique identification inquiry system
public?static?MoInfo?findMoById(Context?cx,Scriptable?thisObj,
Object[]args,Function?funObj);
}
Mo.java
public?class?Mo?extends?ScriptableObject{
// obtain the object properties value
public?Object?jsFunction_getAttribute(String?name);
// the object properties value is set
public?void?jsFunction_setAttribute(String?name,Object?value)
}
Below how demonstration is provided with the title of configuration item by script:
var?mo=findMoById(′1.0.21.1′);
if(mo){
Mo.setAttribute (' caption ', ' charging main frame 1 ');
}
Service end is judged the script executing mode, if carry out script for the page, then directly script is put into internal memory and is transferred to the script engine parsing, as carrying out script for once carrying out script and cycle, then script is saved as file, leaves in the hard disk of service end.The script type of wherein carrying out once is set to runonce, guards the once script of all the type of task inquiry in 1 minute, and this script of back deletion is finished.Other modules can directly be created the script of a runonce by the script management, using this function. the time point that will carry out this script joins in the accessory information of Script, promptly from 1970 to the millisecond number the current time, so that the task of guarding is judged executive condition.The type that cycle is carried out script is schedule, and additional information is the cycle expression formula of cron form, guards 1 minute run-down of task, checks the cycle expression formula in the additional information, finds to have overdue i.e. execution.
After script is committed to service end, service end is called the Rhino script engine and is carried out script according to the following step: create script operation context environmental, the loading scripts object, in script engine, import script, resolve script, content for script is associated with scripting object, and Run Script calls java applet by scripting object.
Fig. 2 is the management synoptic diagram of user-defined script.Wherein:
ScriptContext: script operation context
ScriptManager: the life cycle of being in charge of each script
Script: entity object, the type of record script, content for script, and additional information (cycle, title etc.)
RunOnceScriptTask: be responsible for only carrying out one time script, complete after, delete this script
ScheduleScriptTask: the cycle of being responsible for is carried out script
Implement scene 1:
The cycle execution script.Operation in per 5 minutes is once checked the alarm that whether has process down on the main frame, then acts on behalf of this process of restarting on the main frame by collection if any alarm.
Is cycle: the cron expression formula 00/5***?, promptly service end is every script of operation in five minutes
By hereinafter content for script as can be seen, the standard of Javascript followed fully in the grammer of script, but called the service logic of service end in script, makes Javascript break through the restriction of browser script.
// obtain the instrument class
var?util=getUtil();
// alarm filter device has been specified the condition of alarm inquiry
var?alarmFilter={
MoId: ' 1.0.21.1 ', // alarm host id
grade:2,
source:′threshold′,
code:′process_down′,
content:′/^process_command*/′,
beginTime:util.currentTime()-5*60*1000,
endTime:util.currentTime()
};
// call the service end interface: the condition according to filtrator is obtained alarm
var?alarms=fetchAlarm(alarmFilter);
if(alarms&&alarms.length>0){
// call the service end interface: the collection agent object that obtains appointment
var?agent=findAgentByHost(′1.0.21.1′);
if(agent){
// call the service end interface: order collection is acted on behalf of and is restarted process
agent.exec(′rsh′,{′script′:′xrun-restart/process_command′});
// call the service end interface: cleared alarm
dischargeAlarm(alarmFilter);
}
}
Implement scene 2:
At page execution script.The user need understand the real-time performance situation of every main frame, but does not expect checking successively on every main frame.Can carry out monitor command sar-v 11 this moment by custom script on all collection agencies, and return the result of html form packing.
// return results
var?result=″<table>″;
// calling the service end interface: the inquiry all types is for gathering agency's configuration item
var?list=findMoByType(′toptea_agent′);
for(var?i=0;i<list.length;i++){
// call the service end interface: obtain the collection agent object
var?agent=findAgentByHost(list[i].getAttribute(′host′));
if(!agent)
continue;
result+=″<tr>″
result+=″<td>″+list[i].caption+″</td>″;
try{
// call the service end interface: gather execution ' sar-v 11 ' order on the agency at all
result+=″<td>″+agent.exec(′rsh′,{′script′:′sar-v?1?1′})+″</td>″;
}catch(e){
result+=″<td>″+e+″</td>″;
}
result+=″</tr>″
}
result+=″</table>″;
result;
return?result;
Implement scene 3:
Carry out script once.To interrupt the network of some main frame during because of system's cutover, supervisory system will produce the alarm that a large amount of these mainframe networks interrupt this moment.Under the situation that the operator on duty has learnt, need provisional this main frame be set to maintenance state in supervisory system, with shield alarm.This type of script only needs to carry out once the same day in cutover.
Execution time: 12:00 begins system's cutover according to plan, Host Status is changed to " in the maintenance " var mo=findMoById (' 1.0.21.2 '); If (mo) mo.setState (' 1 ', true); Execution time: 14:00 should finish cutover according to plan, Host Status is changed to " normally " var mo=findMoById (' 1.0.21.2 '); If (mo) mo.setState (' 0 ', true); }
Implement scene 4:
The script of long-range issue.Except that service end is carried out script, script can also be gone up operation by the collection agency that the socket mode sends to appointment, note: the collection agency of this function geographically belongs to different main frames with service end.After receiving script, gather proxy call fork function creation and go out 2 subprocesss, one for carrying out subprocess, be used for carrying out script, another is used for reading all standard outputs of carrying out subprocess, after the standard output channel for the treatment of is closed for monitoring subprocess, gather the agency result is turned back to the service end preservation again by socket, the user can inquire execution result by the interface.Just finished the flow process of a long-range issue of script this moment.
In sum, the present invention after browser submission service end, utilizes the project Rhino that increases income to provide script engine to resolve script by user's compile script, script embedded in the serve end program context environmental move, reach the purpose of using script operation service end service logic.Revise under the situation of serve end program need not, but user's compile script calls the interface that service end exposes in advance, and script is placed on the server program internal operation, also script can be published to collection agency on the distance host and go up and carry out and return results.Like this, guarantee the stability and the extendability of system, relied on the script self characteristics, do not revising the service end code, do not restart under the situation of serve end program, expanded systemic-function, make service monitoring system can customize acquisition strategies as required neatly.Because script is simpler than high-level programming language, also shorten the development time simultaneously, improved programming personnel's development efficiency, expanded monitoring means.
Concrete case study on implementation only is a preferable case study on implementation of the present invention described in the present invention, is not to be used for limiting practical range of the present invention.Be that all equivalences of doing according to the content of the present patent application claim change and modification, all should be as technology category of the present invention.
Claims (4)
1. the method based on custom script mode management service supervisory system is characterized in that, comprises the following steps:
A) use browser, direct compile script or upload existing script in the webpage that service monitoring system provides;
B) script being transferred to service end by the HTTP mode preserves;
C) service end is called the Rhino script engine and is carried out script;
D) output execution result.
2. the method based on custom script mode management service supervisory system according to claim 1 is characterized in that, wherein also comprises between step c) and the step d):
E) judge whether to need long-range execution script,, then script is transferred to by socket and gather the agency, gather the agency and carry out script and export feedback result to service end as the long-range execution script of needs.
3. the method based on custom script mode management service supervisory system according to claim 1, it is characterized in that, wherein service end is called Rhino script engine execution script and is mainly comprised the following steps: to create script operation context environmental in the step c), the loading scripts object, in script engine, import script, resolve script, content for script is associated with scripting object, Run Script calls java applet by scripting object.
4. the method based on custom script mode management service supervisory system according to claim 1, it is characterized in that, wherein step b) also comprises: judge the script executing mode, as carrying out script for the page, then script is put into the internal memory of service end, as carrying out script for once carrying out script and cycle, then script is saved as file, deposit in the hard disk of service end.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910232352A CN101739277A (en) | 2009-12-08 | 2009-12-08 | Self-defined script mode-based method for managing service monitoring system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910232352A CN101739277A (en) | 2009-12-08 | 2009-12-08 | Self-defined script mode-based method for managing service monitoring system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101739277A true CN101739277A (en) | 2010-06-16 |
Family
ID=42462801
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200910232352A Pending CN101739277A (en) | 2009-12-08 | 2009-12-08 | Self-defined script mode-based method for managing service monitoring system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101739277A (en) |
Cited By (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102023856A (en) * | 2010-10-21 | 2011-04-20 | 杭州万格网络科技有限公司 | Method for outputting and operating data at server in formatting way according to demands of user |
CN102231111A (en) * | 2011-07-25 | 2011-11-02 | 杨海 | Programming realization method based on browser |
CN102520922A (en) * | 2011-11-14 | 2012-06-27 | 上海交通大学 | Remote development method and system under coordination environment |
CN102799477A (en) * | 2012-07-16 | 2012-11-28 | 中兴通讯股份有限公司 | Resource access method and apparatus |
CN103150694A (en) * | 2013-02-05 | 2013-06-12 | 北京优才创智科技有限公司 | Processing method and device for remote teaching data |
CN103180827A (en) * | 2011-06-17 | 2013-06-26 | 新游网络科技有限公司 | Device and method for executing task files in a game server |
CN103257967A (en) * | 2012-02-17 | 2013-08-21 | 腾讯科技(深圳)有限公司 | Method and device for shielding influence of custom style on global style in webpage |
CN103746782A (en) * | 2013-12-25 | 2014-04-23 | 北京奇虎科技有限公司 | Method and apparatus for obtaining feedback information of application |
CN103885875A (en) * | 2012-12-21 | 2014-06-25 | 中国银联股份有限公司 | Device and method for verifying scripts |
CN104243185A (en) * | 2013-06-06 | 2014-12-24 | 神州数码系统集成服务有限公司 | Experiential service monitoring system and method |
CN104461760A (en) * | 2014-11-28 | 2015-03-25 | 北京奇虎科技有限公司 | Script issuing method, device and system |
CN106202244A (en) * | 2016-06-28 | 2016-12-07 | 深圳中兴网信科技有限公司 | Web page message return method and web page message return system |
CN106855795A (en) * | 2015-12-08 | 2017-06-16 | 上海复亚通信科技有限公司 | A kind of Proxy program operated between App and server software |
CN107704389A (en) * | 2017-09-26 | 2018-02-16 | 无线生活(杭州)信息科技有限公司 | A kind of page method of testing and device |
CN107783804A (en) * | 2016-08-30 | 2018-03-09 | 平安科技(深圳)有限公司 | The call method and terminal of a kind of programmable interface |
CN108847977A (en) * | 2018-06-14 | 2018-11-20 | 平安科技(深圳)有限公司 | A kind of monitoring method of business datum, storage medium and server |
CN109032607A (en) * | 2018-07-25 | 2018-12-18 | 广州广知建信息科技有限公司 | Machine room monitoring real-time data analysis engine based on lua script and script debugging tool |
CN109358842A (en) * | 2018-09-25 | 2019-02-19 | 广州城市信息研究所有限公司 | A kind of service implementing method, electronic equipment and storage medium |
CN109597618A (en) * | 2018-10-23 | 2019-04-09 | 深圳微迅信息科技有限公司 | Program developing method, device, computer equipment and storage medium |
CN110009950A (en) * | 2019-03-26 | 2019-07-12 | 乐佰科(深圳)教育科技有限公司 | A kind of online cooperative coding code synchronisation method and system |
CN110119334A (en) * | 2018-02-06 | 2019-08-13 | 阿里巴巴集团控股有限公司 | A kind of page script monitoring method and device |
CN110647328A (en) * | 2019-08-21 | 2020-01-03 | 珠海国津软件科技有限公司 | IT service script system |
CN111104154A (en) * | 2018-10-25 | 2020-05-05 | 长沙博为软件技术股份有限公司 | Method for realizing script function extension and customization of big data acquisition system based on data processing service |
-
2009
- 2009-12-08 CN CN200910232352A patent/CN101739277A/en active Pending
Cited By (33)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102023856A (en) * | 2010-10-21 | 2011-04-20 | 杭州万格网络科技有限公司 | Method for outputting and operating data at server in formatting way according to demands of user |
CN103180827A (en) * | 2011-06-17 | 2013-06-26 | 新游网络科技有限公司 | Device and method for executing task files in a game server |
CN102231111A (en) * | 2011-07-25 | 2011-11-02 | 杨海 | Programming realization method based on browser |
CN102520922A (en) * | 2011-11-14 | 2012-06-27 | 上海交通大学 | Remote development method and system under coordination environment |
CN102520922B (en) * | 2011-11-14 | 2016-04-13 | 上海交通大学 | Remote development method under a kind of Collaborative environment and system thereof |
CN103257967A (en) * | 2012-02-17 | 2013-08-21 | 腾讯科技(深圳)有限公司 | Method and device for shielding influence of custom style on global style in webpage |
CN102799477A (en) * | 2012-07-16 | 2012-11-28 | 中兴通讯股份有限公司 | Resource access method and apparatus |
CN103885875A (en) * | 2012-12-21 | 2014-06-25 | 中国银联股份有限公司 | Device and method for verifying scripts |
CN103150694A (en) * | 2013-02-05 | 2013-06-12 | 北京优才创智科技有限公司 | Processing method and device for remote teaching data |
CN103150694B (en) * | 2013-02-05 | 2016-08-03 | 北京优才创智科技有限公司 | A kind for the treatment of method and apparatus of remote teaching data |
CN104243185A (en) * | 2013-06-06 | 2014-12-24 | 神州数码系统集成服务有限公司 | Experiential service monitoring system and method |
CN104243185B (en) * | 2013-06-06 | 2018-08-21 | 神州数码系统集成服务有限公司 | A kind of experience type service monitoring system |
CN103746782A (en) * | 2013-12-25 | 2014-04-23 | 北京奇虎科技有限公司 | Method and apparatus for obtaining feedback information of application |
CN103746782B (en) * | 2013-12-25 | 2017-05-24 | 北京奇虎科技有限公司 | Method and apparatus for obtaining feedback information of application |
CN104461760A (en) * | 2014-11-28 | 2015-03-25 | 北京奇虎科技有限公司 | Script issuing method, device and system |
CN106855795A (en) * | 2015-12-08 | 2017-06-16 | 上海复亚通信科技有限公司 | A kind of Proxy program operated between App and server software |
CN106202244A (en) * | 2016-06-28 | 2016-12-07 | 深圳中兴网信科技有限公司 | Web page message return method and web page message return system |
CN107783804B (en) * | 2016-08-30 | 2020-09-11 | 平安科技(深圳)有限公司 | Calling method and terminal of programmable interface |
CN107783804A (en) * | 2016-08-30 | 2018-03-09 | 平安科技(深圳)有限公司 | The call method and terminal of a kind of programmable interface |
CN107704389A (en) * | 2017-09-26 | 2018-02-16 | 无线生活(杭州)信息科技有限公司 | A kind of page method of testing and device |
CN110119334A (en) * | 2018-02-06 | 2019-08-13 | 阿里巴巴集团控股有限公司 | A kind of page script monitoring method and device |
CN110119334B (en) * | 2018-02-06 | 2023-10-20 | 杭州淘天电子商务科技有限公司 | Page script monitoring method and device |
CN108847977B (en) * | 2018-06-14 | 2021-06-25 | 平安科技(深圳)有限公司 | Service data monitoring method, storage medium and server |
CN108847977A (en) * | 2018-06-14 | 2018-11-20 | 平安科技(深圳)有限公司 | A kind of monitoring method of business datum, storage medium and server |
CN109032607A (en) * | 2018-07-25 | 2018-12-18 | 广州广知建信息科技有限公司 | Machine room monitoring real-time data analysis engine based on lua script and script debugging tool |
CN109032607B (en) * | 2018-07-25 | 2022-03-15 | 广州广知建信息科技有限公司 | Machine room monitoring real-time data analysis engine based on lua script and script debugging tool |
CN109358842A (en) * | 2018-09-25 | 2019-02-19 | 广州城市信息研究所有限公司 | A kind of service implementing method, electronic equipment and storage medium |
CN109597618A (en) * | 2018-10-23 | 2019-04-09 | 深圳微迅信息科技有限公司 | Program developing method, device, computer equipment and storage medium |
CN109597618B (en) * | 2018-10-23 | 2020-06-23 | 深圳微迅信息科技有限公司 | Program development method, program development device, computer device, and storage medium |
CN111104154A (en) * | 2018-10-25 | 2020-05-05 | 长沙博为软件技术股份有限公司 | Method for realizing script function extension and customization of big data acquisition system based on data processing service |
CN110009950A (en) * | 2019-03-26 | 2019-07-12 | 乐佰科(深圳)教育科技有限公司 | A kind of online cooperative coding code synchronisation method and system |
CN110009950B (en) * | 2019-03-26 | 2021-05-18 | 乐佰科(深圳)教育科技有限公司 | Online cooperative coding code synchronization method and system |
CN110647328A (en) * | 2019-08-21 | 2020-01-03 | 珠海国津软件科技有限公司 | IT service script system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101739277A (en) | Self-defined script mode-based method for managing service monitoring system | |
CN101226497B (en) | Application program monitoring system and monitoring method | |
JP5864583B2 (en) | Support for parameterized queries / views in complex event processing | |
CN1938690B (en) | Method and system for conversion of automation test scripts into abstract test case representation with persistence | |
US6170081B1 (en) | Method and system for interfacing to a variety of software development tools | |
CN103441900B (en) | Centralized cross-platform automatization test system and control method thereof | |
CN102810057B (en) | A kind of method of log | |
CN112486786B (en) | Calling link tracking method and device | |
DE112020004623T5 (en) | ML-BASED EVENT HANDLING | |
US20100235808A1 (en) | Method and system for task modeling of mobile phone applications | |
CN106528129A (en) | Web application interface generation system and method | |
CN110543328A (en) | Cross-platform component management method, system, terminal and storage medium based on Ambari | |
CN104536819A (en) | Task scheduling method based on WEB service | |
CN102663543A (en) | Scheduling system used for enterprise data unification platform | |
CN111930354B (en) | Framework component system for software development and construction method thereof | |
CN101937335B (en) | Method for generating Widget icon, method for generating Widget summary document and Widget engine | |
Dabain et al. | Design pattern detection using FINDER | |
CN108089978A (en) | A kind of diagnostic method for analyzing ASP.NET application software performance and failure | |
TW201525917A (en) | Method and device for marking in interrelated applications with operable icons | |
CN102004648A (en) | Program customization method and device | |
Wada et al. | Modeling and executing adaptive sensor network applications with the Matilda UML virtual machine | |
Kratz et al. | Pillars for Establishing a Durable and Future-Proof IT Architecture Maturing Along with the NSC: Approaches from Continuous Integration to Service Mesh | |
CN106776803A (en) | The update method and device of a kind of log recording | |
US10657476B2 (en) | Just in time compilation (JIT) for business process execution | |
CN116400950A (en) | DevOps element pipeline system based on version control |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20100616 |