原创 video.js 相關實現文檔

前言 jq事件:https://www.jb51.cc/js/153165.html 示例代碼 <!DOCTYPE html> <html> <head> <script src="./video.js"></scr

原创 全局異常捕捉

前言 如題,部分代碼來自百度 代碼 package com.xiben.pm.file.system.init.exception; import com.xiben.pm.file.system.dto.RestCod

原创 Encoded password does not look like BCrypt

前言 解決辦法:https://blog.csdn.net/qq_43581949

原创 druid常規配置

前言 spring.datasource.druid.initial-size=5 spring.datasource.druid.min-idle=5 spring.datasource.druid.max-active=2

原创 gateway下StripPrefix默認過濾第一段地址

前言 場景:zookeeper+gateway2.2.3+springboot2.2.7 解決辦法 https://blog.csdn.net/honger_hua/article/details/98201868 只是看

原创 Vue嵌入視頻直播(vue-video-player)支持.m3u8格式

前言 轉載: https://blog.csdn.net/wtyzky/article/details/103859955 https://www.cnblogs.com/zr123/p/10660296.html 補充

原创 vue修改對象屬性

前言 修改對象屬性 this.$set(this.data, "key", value) 刪除對象屬性 this.$delete(this.data, "key") 修改數組屬性 this.$set(this

原创 eureka常規配置

前言 # eureka ## eureka.instance.prefer-ip-address:IP註冊到Eureka Server ## eureka.instance.status-page-url:服務器頁面中stat

原创 freemarker常規配置

前言 在哪找的記不得了,然後再加上自己慢慢整理的 # freemarker模板引擎 spring.freemarker.allow-request-override=true spring.freemarker.allow-s

原创 替代swagger的新插件JApiDocs

前言 JApiDocs 使用步驟 注意事項 main方法需要和代碼在同一目錄。位置要求,類似springboot啓動類。 缺點:該版本(1.4)不適用與微服務。需要入參的實體類與方法在同一項目。 引入依賴 <depen

原创 springboot 2.2.5集成nacos1.2.1

前言 根據官網推薦,springboot2.2.5版本集成Nacos,已實現配置管理 代碼 代碼地址: https://gitee.com/xueyedangkong/nacos-server.git nacos

原创 org.springframework.web.reactive.socket.client.WebSocketClient

前言 錯誤信息 No qualifying bean of type 'org.springframework.web.reactive.socket.client.WebSocketClient' available: ex

原创 最代碼上傳項目體會

前言 上傳的項目不能刪掉; 用戶下載後,收到的牛幣基本爲1,剩下的都被平臺吃了(比如你的項目下載牛幣是36,你只能收到1,剩下的35都被平臺收去了;最開始高點,然後逐級遞減。) 然後提現的時候,是10:1; 1

原创 nacos1.3啓動mysql報錯

前言 場景:linux啓動nacos,提示mysql報錯,但是我這是才下載的,沒有其他配置。 在本地window的可以正常啓動。 另外linux服務器裝了mysql8.0版本。 window本地沒裝。 錯誤信息: org.sp

原创 springboot父工程版本使用el表達式

前言 轉載:https://blog.csdn.net/weixin_33811961/article/details/92299015