报错: elasticsearch.exceptions.RequestError: TransportError(400, ‘illegal_argument_exception’, ‘Document contains at least one immense term in field“kg_graph.nodes.properties.briefIntro_text” (whose UTF8 encoding is longer than the max leng…
利用Java的自带命令file.mkdirs();是可以直接在系统创建文件夹的。 比如在d:\1文件夹下创建一个2的文件夹,则这样写: import java.io.*; public class FileMkdirTest { public static void main(String[] args) { File file new File("d:\\1\\2&qu…
1、npm run dev命令启动项目的时候没有报错,页面打开却提示 Cannot GET / 2.这个时候只需要找到config文件夹下面的index.js文件。把assetsPublicPath字符串的:‘./’修改成 ‘/’就行了。修改完之后记得关闭项目,然后重新启动。不然不会生效…