// TODO Auto-generated method stub
 public static void main(String[] args) {
   CompanyInfoFileHelper stockConfig = CompanyInfoFileHelper.getInstance();
   DailyMai1Mai2CountAndSaveDBRunner runner = new DailyMai1Mai2CountAndSaveDBRunner();
   runner.countAndSaved(stockConfig.getAllStockId());
   // runner.countAndSaved("600084");
 }
 public void run() {
   this.parentRunner.startTaskInfo(this.getClass().getSimpleName());
   countAndSaved(stockConfig.getAllStockId());
   this.parentRunner.stopTaskInfo(this.getClass().getSimpleName());
 }