原创 Maven 項目集成Test 框架打包提示:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4

Maven 打包錯誤信息: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) o

原创 Hive3 啓動 提示:com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character

Windows10 系統啓動Hive3 提示如下錯誤信息: com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (co

原创 Hive3 客戶端啓動提示The dir: /** on HDFS should be writable. Current permissions are: rwxr-xr-x

錯誤信息: Logging initialized using configuration in file:/C:/hive/apache-hive-3.0.0-bin/conf/hive-log4j2.properties Async

原创 MySQL8 手動導入Hive3 的建庫腳本

本機Hive3 所在安裝目錄地址:C:\hive\apache-hive-3.0.0-bin Hive3 建庫腳本對應不同數據庫的存儲位置:C:\hive\apache-hive-3.0.0-bin\scripts\metastore\u

原创 Hive 3 提示:java.lang.NoSuchMethodError: com.lmax.disruptor.dsl.Disruptor.「init」

Windows3 Hive 啓動Hive客戶端,提示如下錯誤信息: java.lang.NoSuchMethodError: com.lmax.disruptor.dsl.Disruptor.<init>(Lcom/lmax/disru

原创 ElasticSearch 基礎知識一

第一、ElasticSearch 簡介            Elaticsearch,簡稱爲es, es是一個開源的高擴展的分佈式全文檢索引擎,它可以近乎實時的存儲、檢索數據;本 身擴展性很好,可以擴展到上百臺服務器,處理PB級別的數

原创 org.neo4j.ogm.exception.MappingException: Error mapping GraphModel to instance of ***.ProjectGraph

實例化知識圖譜對象ProjectGraph.java 提示如下截圖錯誤信息: Exception in thread "main" org.neo4j.ogm.exception.MappingException: Error map

原创 SpringBoot1.5.8 +Activiti6 不自動創建表

SpringBoot1.5.8 +Activiti6 自動建表配置: #activiti 工作流程引擎 #自動檢查、部署流程定義文件 spring.activiti.check-process-definitions=true #自動更

原创 Neo4J 常用查詢

刪除節點 MATCH(n:IndividualGraph) DETACH DELETE n 刪除關係 match (n)-[r:r:IndividualLicenseRelation]-() detach delete r 查看節點 MA

原创 SpringBoot1.5.8 +Activiti6 +MySQL8 +Druid +Thymeleaf

項目整體結構圖: pom.xml添加相關依賴: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchem

原创 ElasticSearch 提示: NoNodeAvailableException[None of the configured nodes are available:

ElasticSearch6.3.2 之java 客戶端連接提示如下錯誤: NoNodeAvailableException[None of the configured nodes are available: 造成此問題的原因是:el

原创 ElasticSearch 基礎知識二

第一、ElasticSearch 基礎操作之增刪改查 1.1 pom.xml 添加相關ElasticSearch jar包依賴。 <!-- elasticseacher 依賴jar 包 --> <dependency> <gr

原创 FFmpeg 基礎知識

第一、FFmpeg 簡介和基礎知識 1.1 FFmpeg 簡介 FFmpeg的名稱來自MPEG視頻編碼標準,前面的“FF”代表“Fast Forward”,FFmpeg是一套可以用來記錄、轉換數字音頻、視頻,並能將其轉化爲流的開源計算機程

原创 maven 插件之maven-source-plugin

在很多情況下,需要對於Maven工程的源代碼進行源文件的打包,可以利用source插件來完成。利用Maven的Source插件,對Maven工程的源碼進行打jar包。 Plugin: http://maven.apache.org/plu

原创 JOOQ 代碼生成

Maven Java 項目pom.xml 文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchem