08 2018 档案

spring boot启动报错
摘要:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Er 阅读全文

posted @ 2018-08-28 13:42 天天天12345 阅读(619) 评论(0) 推荐(0)

spring boot启动报错
摘要:2018-08-06 15:38:24.400 WARN org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext Line:550 - Exception encountered 阅读全文

posted @ 2018-08-06 15:41 天天天12345 阅读(1239) 评论(0) 推荐(0)

java爬虫代理
摘要:public static Document getDocByJsoups(String href) { String ip = "124.47.7.38"; int port = 80; Document doc = null; try { Proxy proxy = new Proxy(Prox 阅读全文

posted @ 2018-08-02 14:56 天天天12345 阅读(126) 评论(0) 推荐(0)

utc时间转成local时间
摘要:public static Date utcToLocal(String utcTime){ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); sdf.setTimeZone(TimeZone.getTimeZ 阅读全文

posted @ 2018-08-02 14:55 天天天12345 阅读(408) 评论(0) 推荐(0)

mybatis error
摘要:2018-08-02 14:01:18.021 WARN org.apache.catalina.loader.WebappClassLoaderBase Line:179 - The web application [ROOT] appears to have started a thread n 阅读全文

posted @ 2018-08-02 14:07 天天天12345 阅读(157) 评论(0) 推荐(0)

导航