感謝大家 剛開始一直404 正郁悶,往下翻了評論,
@RequestMapping(value = "/list", method = RequestMethod.GET)
之前用的name 改為value 后可以訪問了. 我的訪問路徑是http://localhost:8080/seckill/list
@Controller
@RequestMapping("/seckill") //url: /模塊/資源/{id}/細分 /seckill/list
public class SeckillController {
希望能幫到大家
@RequestMapping(value = "/list", method = RequestMethod.GET)
之前用的name 改為value 后可以訪問了. 我的訪問路徑是http://localhost:8080/seckill/list
@Controller
@RequestMapping("/seckill") //url: /模塊/資源/{id}/細分 /seckill/list
public class SeckillController {
希望能幫到大家
2017-01-11
加了一行js代碼解決了modal.backdrop掩蓋的問題。$(.modal-backdrop)..css("z-index","0");按道理說modal的z-index是1050比backdrop的1040大……應該不會出現(xiàn)這種問題??!有了解的同學講一下嗎。
2017-01-09
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