摘要: IDAE 中Tomcat启动卡死:[localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory has finished in [99] ms 阅读全文
posted @ 2019-08-06 22:52 Thinkingcode 阅读(10640) 评论(1) 推荐(0) 编辑
摘要: springmvc对静态文件(css/js/图片)的拦截解决办法 阅读全文
posted @ 2019-05-03 17:05 Thinkingcode 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 今天在一个功能模块时,想要实现传入字段名来进行查询,遇到了些问题,网上查了很多,最后解决如下: 例如,在SQL映射文件中,我想要实现的查询: (1)、 注意要将#{..}改成${...},因为#{}输出结果会加引号,而${}直接输出值 (2)、 要给接口函数的的值前加上注解@param(value= 阅读全文
posted @ 2019-04-28 20:13 Thinkingcode 阅读(3239) 评论(0) 推荐(0) 编辑
摘要: 前端用El接收数据报错 阅读全文
posted @ 2019-04-18 21:58 Thinkingcode 阅读(3365) 评论(0) 推荐(0) 编辑
摘要: mybatis中conf.xml与mapper.xml的配置 阅读全文
posted @ 2019-03-21 19:37 Thinkingcode 阅读(539) 评论(0) 推荐(0) 编辑
摘要: The reference to entity "useSSL" must end with the ';' delimiter.解决办法 阅读全文
posted @ 2019-03-16 09:57 Thinkingcode 阅读(2308) 评论(0) 推荐(0) 编辑