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