03 2021 档案
摘要:pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
摘要:elasticsearch 学习 https://www.cnblogs.com/qdhxhz/p/11493677.html es 基础概念: 索引index: 案由相同属性的文档集合 类型type: 索引可以定义一个或多个类型,文档必须属于一个类型 文档document: 文档是可以被索引的基本
阅读全文
摘要:需要的jar <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>javax.
阅读全文