摘要: Service层 Servlet层 前端页面 阅读全文
posted @ 2020-05-23 15:05 gaoshengjun 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Lucene快速入门代码 package cn.itcast.javaee.lucene.firstapp; import cn.itcast.javaee.lucene.entity.Article; import org.apache.lucene.analysis.Analyzer; impo 阅读全文
posted @ 2020-05-23 13:54 gaoshengjun 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1.1,什么是Redis: 参看:https://www.runoob.com/redis/redis-java.html Redis是一个开源的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息的中间件。支持多种数据结构。 字符串Strings 散列 hash , 列表lists, 集合se 阅读全文
posted @ 2020-05-23 13:48 gaoshengjun 阅读(285) 评论(0) 推荐(0) 编辑