这样改了可行:
private void printCustomer(ServletContext context,ServletOutputStream out,Customer customer)throws Exception{ ow.write("------以下是"+customer.getName()+"的个人信息------"+"<br>"); } |
调试精通hibernate第二章例子的问题

这样改了可行:
private void printCustomer(ServletContext context,ServletOutputStream out,Customer customer)throws Exception{ ow.write("------以下是"+customer.getName()+"的个人信息------"+"<br>"); } |