原创 華爲AI開發平臺

一、Mind studio Mind Studio的是一套基於華爲自研昇騰AI處理器開發的AI全棧開發工具平臺,包括網絡模型移植、應用開發、推理運行及自定義算子開發,通過Mind Studio能夠進行工程管理、編譯、性能分析等全流

原创 軟電話與視頻會議

一、軟電話(freeswitch+webrtc+sipjs+jssip) 0、官網:https://freeswitch.com/ 1、開源地址:https://github.com/signalwire/freeswitch 2

原创 Doris是什麼?

一、什麼是Doris Doris 是一個 MPP 的 OLAP 系統,主要整合了 Google Mesa(數據模型),Apache Impala(MPP Query Engine) 和 Apache ORCFile (存儲格式,編

原创 Kylin作用是什麼?

題記:想了解Kylin、首先需要了解一下什麼是OLAP、OLTP 一、OLAP:( OnLine Analytical Processing ) 一般查詢延遲在秒級或者毫秒級,可以實現交互式查詢、OLAP的查詢一般需要Scan大量

原创 java調用go、js、python、groovy和Caffeine緩存

一、Caffeine緩存、Caffeine基於java8的高性能,接近最優的緩存庫。 <dependency> <groupId>com.github.ben-manes.caffeine<

原创 遊戲開發腳手架

一、這是一個支持分佈式和集羣的java遊戲服務器框架,可用於開發棋牌、回合制等遊戲。基於netty實現高性能通訊,支持tcp、http、websocket等協議。支持消息加解密、攻擊攔截、黑白名單機制。封裝了redis緩存、mys

原创 後端工具集

零、判斷ES索引是否存在 /** * 判斷索引是否存在 * @param indexName * @return */ public boolean isExistsInde

原创 2種方式用redis實現延時隊列

第一種:採用redisson 依賴: <dependency> <groupId>org.redisson</groupId> <artifactId>redisso

原创 flyway和p6spy整合springboot

一、項目結構 二、依賴 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="h

原创 vertx和springboot整合案例

項目結構: 依賴: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="htt

原创 雙緩存隊列和異步工具類

一、雙緩存隊列 import java.util.LinkedList; import java.util.Queue; /** * 雙緩存隊列 * @param <T> */ public class DoubleBl

原创 RSocket與springboot整合

一、依賴: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter

原创 springboot集成prometheus的2種方式

第一種:micrometer核心包 橋接Prometheus 依賴: <!--web模塊--> <dependency> <groupId>org.springframewo

原创 並行for循環

流式for循環 private static void test1() { ArrayList<String> arrayList = new ArrayList<>(); for (int

原创 開源分佈式追蹤系統

一、OpenTracing 用於分佈式跟蹤的工具與API進行結合使用。 依賴 <dependency> <groupId>io.opentracing</groupId> <artifactId>opentrac