摘要:
今天开发过程中出现如下异常 Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or 阅读全文
摘要:
全文检索: 将整个文本进行“分词”处理,在索引库中为分词得到的每一个词都建立索引,和用户搜索的关键词进行匹配。实现快速查找效果。 传统sql语句实现的局限性: select song_id,song_name,song_singer,song_album from table_song where 阅读全文