摘要:
詳細操作步驟 第一步:停止MySQL服務 第二步:啟動無權限驗證的MySQL 在CMD窗口中執行: # 進入bin目錄 cd C:\Program Files\MySQL\MySQL Server 8.0\bin # 以跳過權限表的方式啟動MySQL mysqld --console --skip-
閱讀全文
posted @ 2025-08-19 08:17
莫等閑也
閱讀(97)
推薦(0)
摘要:
1.使用系統的root賬戶 2.切換到 /use/local 目錄下 3.下載mysql 根據自己需要安裝的版本下載。 wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.21-linux-glibc2.12-x86_64.tar
閱讀全文
posted @ 2024-05-19 21:14
莫等閑也
閱讀(131)
推薦(0)
摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; us
閱讀全文
posted @ 2024-04-09 11:16
莫等閑也
閱讀(700)
推薦(0)
摘要:
搭建confluence后,進入空間目錄,發現其中的日期顯示不正確的情況 問題截圖: 解決方案:重新設定日期格式,修改為“yyyy-MM-dd HH:mm”
閱讀全文
posted @ 2023-07-01 08:44
莫等閑也
閱讀(180)
推薦(0)
摘要:
sudo chmod a+rwx -R logs logs更改為需要授權的文件夾 為此目錄及子目錄所有用戶擁有該文件的讀取、寫入、執行的權限,此時需要加-R
閱讀全文
posted @ 2023-06-12 19:40
莫等閑也
閱讀(414)
推薦(0)
摘要:
Visual Studio 2022打開后直接閃退,僅作為一個參考 查看本機是否安裝“SangforCSClient”的vpn軟件, 如果有進行卸載,再重啟Visual Studio 2022,便可以正常打開使用!
閱讀全文
posted @ 2023-05-22 13:17
莫等閑也
閱讀(1094)
推薦(0)
摘要:
POI,單元格賦值后,原有單元格計算公式沒有計算,需要如下處理 重新計算Excel工作簿中的所有公式: sheet.setForceFormulaRecalculation(true);
閱讀全文
posted @ 2022-01-14 15:18
莫等閑也
閱讀(336)
推薦(0)
摘要:
List分組GroupBy一個字段,如下 Map<Long, List<BaseOil>> subListMap = baseOilList.stream().filter(x -> x.getSubclassId() != null).collect(Collectors.groupingBy(B
閱讀全文
posted @ 2021-12-28 14:42
莫等閑也
閱讀(3333)
推薦(0)
摘要:
yml配置文件中格式如下 spring: datasource: primary: jdbc-url: jdbc:mysql://127.0.0.1:3306/data1?useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconne
閱讀全文
posted @ 2021-06-11 14:23
莫等閑也
閱讀(93)
推薦(0)
摘要:
Java 項目中Spring Cloud組件中Feign,使用異常,提示如下 The bean 'service.FeignClientSpecification' could not be registered. A bean with that name has already been def
閱讀全文
posted @ 2021-03-17 20:38
莫等閑也
閱讀(9202)
推薦(0)