摘要: login.jsp LoginServlet UserService UserDao AutoLoginFilter 阅读全文
posted @ 2019-03-08 18:24 一日看尽长安花cxjj 阅读(155) 评论(0) 推荐(0) 编辑
摘要: product_list.jsp web.xml springmvc.xml JdController JdServiceImpl JdDaoImpl 阅读全文
posted @ 2018-12-04 22:44 一日看尽长安花cxjj 阅读(512) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.solrj; import java.io.IOException; import java.util.List; import java.util.Map; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServer; im... 阅读全文
posted @ 2018-11-30 16:21 一日看尽长安花cxjj 阅读(399) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.lucene; import java.io.File; import java.io.IOException; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apac... 阅读全文
posted @ 2018-11-25 19:09 一日看尽长安花cxjj 阅读(145) 评论(0) 推荐(0) 编辑
摘要: jar包: Lucene包: lucene-core-4.10.3.jar lucene-analyzers-common-4.10.3.jar lucene-queryparser-4.10.3.jar 其它: commons-io-2.4.jar junit-4.9.jar 阅读全文
posted @ 2018-11-24 00:15 一日看尽长安花cxjj 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 一、环境配置 web.xml sqlMapConfig.xml applicationConfig-dao.xml applicationContext-service.xml springmvc.xml 二、pojo BaseDict Customer QueryVo 三、Controller C 阅读全文
posted @ 2018-11-09 16:25 一日看尽长安花cxjj 阅读(233) 评论(0) 推荐(0) 编辑
摘要: springmvc.xml Interceptor1 ItemController login.jsp 阅读全文
posted @ 2018-11-06 18:23 一日看尽长安花cxjj 阅读(132) 评论(0) 推荐(0) 编辑
摘要: editItem.jsp ItemController 阅读全文
posted @ 2018-11-06 15:29 一日看尽长安花cxjj 阅读(151) 评论(0) 推荐(0) 编辑
摘要: springmvc.xml ItemController 阅读全文
posted @ 2018-11-05 23:49 一日看尽长安花cxjj 阅读(123) 评论(0) 推荐(0) 编辑
摘要: springmvc.xml 添加异常处理器 CustomExceptionResolver MessageException ItemController 阅读全文
posted @ 2018-11-05 17:22 一日看尽长安花cxjj 阅读(194) 评论(0) 推荐(0) 编辑