老师讲的真心不错,思路清晰,通俗易懂!!!!已经看完了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