Changes between Initial Version and Version 1 of waue/2009/1019
- Timestamp:
- Oct 22, 2009, 10:33:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/1019
v1 v1 1 = icas adv 1019 = 2 {{{ 3 #!java 4 public static void main(String[] args) throws Exception { 5 // TODO Auto-generated method stub 6 long StartTime = getTime(); 7 if (checkAlerts(Source_Dir)) { 8 try { 9 10 FuseAlert(); 11 MergeAlert(); 12 ClassifyAlert(); 13 CorrelateAlert(); 14 PutToMySQL(); 15 16 } catch (Exception e) { 17 e.printStackTrace(); 18 } 19 } else { 20 System.err.println("No Data to produce."); 21 } 22 calcuTime("ICAS Totally runs ", StartTime); 23 } 24 }}} 25 26 * rawdatacheck 待完成