原创 Prometheus + Grafana 監控 SpringBoot

https://www.jianshu.com/p/1a3427c48618

原创 SpringSecurity默認的Basic登錄頁

SpringSecurity默認的Basic登錄頁,源自 org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter   參考:

原创 LCN

https://www.jianshu.com/p/73beee3c70e9 https://blog.csdn.net/CoderTnT/article/details/104914820

原创 heatmap報錯Cannot read property 'type' of null

  最近在修改Davinci的前端代碼,實現日曆座標系的熱力圖。遇到報錯Cannot read property 'type' of null 困擾好幾天了,終於解決了:給Widget/components/Chart/Chart.tsx

原创 React的組件三大屬性之ref

  import React from 'react'; class MyComponent extends React.Component { constructor(props){ super(props);

原创 React的組件三大屬性之state

學習過程中編寫的代碼和筆記: import React from 'react'; class Like extends React.Component { constructor(props){ supe

原创 React的組件三大屬性之props

Person.js import React from 'react'; import PropTypes from 'prop-types'; function Person (props) { return (

原创 【DataV】一款基於Vue的數據可視化組件庫

  組件庫名稱:DataV 項目地址:https://github.com/DataV-Team/DataV DataV是一個基於Vue的數據可視化組件庫(當然也有React版本)   http://datav.jiaminghi.com

原创 jenkins實現前端自動化部署

此種方案對於Vue 和 React 都是適用的。 1.jenkins創建任務 3.保存後配置頁面git添加用戶進入Jenkins 憑據提供者數據用戶名密碼   4.構建環境 配置   5.構建 配置-選擇 【執行shell】 自己編

原创 解決Pseudo-terminal will not be allocated because stdin is not a terminal【親測有效】

ssh切換到另一臺機器上執行多條命令,報錯Pseudo-terminal will not be allocated because stdin is not a terminal.   解決方案: 使用命令: ssh root@ip

原创 Linux免密登錄連接另一臺機器的玩法

如果你需要從服務器A免密連接到服務器B,這時需要在服務器A生成私鑰和公鑰,只需2步搞定。   1、在服務器A生成公鑰和私鑰 在服務器A上輸入如下命令: ssh-keygen -t rsa 顯示如下  進入/root/.ssh/文件夾,

原创 報錯RequestParam.value() was empty on parameter 1

今天在對項目使用proguard混淆代碼後,啓動服務報錯RequestParam.value() was empty on parameter 1 很奇怪,混淆前可以正常啓動。 最後定位到是有個接口的參數使用了@RequestParam

原创 K8S網絡篇文章收集

http://www.dockerinfo.net/278.html https://www.cnblogs.com/chris-cp/p/6724057.html https://www.jianshu.com/p/dbc063e190

原创 一篇事務的隔離級別講的很好的文章!!!

  https://www.cnblogs.com/ubuntu1/p/8999403.html 點贊 收藏 分享 文章舉報 zmm0420 發佈了67 篇原創文章 · 獲贊

原创 一篇spring事務的7種傳播行爲講的很好的文章

https://blog.csdn.net/weixin_39625809/article/details/80707695 點贊 收藏 分享 文章舉報 zmm0420 發佈了