老師講的真心不錯,思路清晰,通俗易懂?。。?!已經看完了DAO SERVICE等數據庫 邏輯層次 , 下一步要挑戰最沒基礎的WEB層了。
2016-12-06
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
http://www.springmodules.org/schema/cache/springmodules-cache.xsd
http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd"
http://www.springmodules.org/schema/cache/springmodules-cache.xsd
http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd"
2016-12-05
最贊回答 / RookiePKU
StaticLoggerBinder是負責slf4j和logback綁定的具體類,在綁定過程中NOP的具體實現類沒有找到,意思是logback依賴的包不全,在普通項目中(非web)需要依賴logback-core,logback-classic這兩個包才可以,你看看你是不是只依賴了一個。多說一點,NOP指的是NOPLoggerFactory(實現自ILoggerFactory)產生NOPLogger(實現自Logger),就是什么都不做的意思,在初始化讀取配置文件的時候,如果讀取有問題,就用此類保證日志框...
2016-12-05
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
出現以上提示,控制臺沒有日志輸出,怎么回事?
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
出現以上提示,控制臺沒有日志輸出,怎么回事?
2016-12-05
最贊回答 / 看你笑呵呵
executeSeckill這里我好像沒看到有判斷過是否MD5加密以后的seckillId相同只能秒殺一次的 ,說到底MD5也只是一種加密方式 秒殺是否一次和他沒什么關系
2016-11-29