we failed to succeed more than the maximum number of allowed acquisition attempts (2). Last acquisition attempt exception:
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
2017-01-04
com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
警告: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@7f6c70a9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource,
警告: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@7f6c70a9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource,
2017-01-04
按着老师的思路一步步写的,测试通过
附带说明和总结 欢迎交流学习~
https://github.com/lintingjie/seckill
附带说明和总结 欢迎交流学习~
https://github.com/lintingjie/seckill
2016-12-29
“老师备课备的不好,这个excution方法里面的try-catch处理明显冗余,catch块里面的返回值应该使用SeckillResult(boolean success , String error)这个构造比较合理”
这样没有seckillId这个信息
这样没有seckillId这个信息
2016-12-27