摘要:
//回文数 public static void fun4(){ for (int i = 0; i < 10; i++) { System.out.println(i); } for (int i = 10; i < 100; i++) { int d = i%100/10; int e = i% 阅读全文
摘要:
最近在初学hibernate框架的时候,使用单元测试的时候出现下列错误org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.J 阅读全文