最赞回答 / 开心V网
我根据老师的提供的清单建立的依赖没有问题<dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.12</version> </dependency> <dependency> ...
2016-07-19
最赞回答 / 谁动了我的bug
<if test="price2 != null"> <![CDATA[and f.ticketPrice <= #{price2}]]></if>
2016-07-17
最赞回答 / Crazw
是的,后来老师改成:SuccessKilled queryByIdWithSeckill(@param("seckillId") long seckillId, @param("userPhone") long userPhone)啦, 这样就确保返回的只有一个,哥们你可以往下面继续看!
2016-07-13
最赞回答 / Freetse
pom中配置一下日志:<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.12</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> ...
2016-07-13
最赞回答 / 酷玩
数据源引用的类不对,应该是com.mchange.v2.c3p0.ComboPooledDataSource,你指定的PooledDataSource是一个接口,ComboPooledDataSource这个是这个接口的实现。
2016-07-08
最新回答 / I醉里挑灯看剑
java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown So...
2016-06-18