e.printStackTrace();
}
ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
IScorecardDao scorecardDao = (IScorecardDao) ac.getBean("scorecardDao");
scorecardDao.batchCreateScorecard(card, password, Double.parseDouble(score), effectiveTimeStart, effectiveTimeEnd, Integer.parseInt(count));
try {
PrintWriter out = response.getWriter();
out.println("1");
out.flush();