Life Is Like a Battle Field

La vie est comme un champ de bataille

Spring Boot WebSocket

A Example Of Spring Boot WebSocket

A Example Of Spring Boot WebSocketMaven12345<dependency> <!-- websocket --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websoc......

Java Serial Communication —— RXTXComm

Use jar RXTXComm to realize serial port communication

Java Serial Communication —— RXTXCommMaven OneDrive RXTXComm Jar -> Link Init 初始化 波特率一般9600 12345678910public String init(int baudRate) { //获取系统中可用的端口 portList = CommPortId......

Spring Boot Setting

Some Spring Boot Setting and Memorandum Clause

Spring Boot Setting & Memorandum ClausePom SettingExport Settingplagin 1234567891011121314151617181920212223242526<plugins> <plugin> <groupId>org.spr......

Create Excel File In Spring Boot

A Way To Create Excel File In Spring Boot

A Way To Create Excel File In Spring BootMaven12345678910<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> &......

A Spring Boot Scheduled Problem

Solutions And Analysis

A Spring Boot Schedule ProblemProblem@AutoWired cause a NullPointExceptionSource CodeTimer.java1234567891011121314151617@Configuration //1.主要用于标记配置类,兼备Component的效果。@EnableScheduling // 2.开启定时任务publ......

Hexo-Theme-LiveMyLife

A succinct hexo theme...

Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme. This LiveMyLife theme created by Vincent modified from the original Porter YenYuHsuan , refer to the Themes of dusign、Ut......