摘要:
由于工作的需要,安裝了Mysql8.0.28.0,調試原來的WPF項目,卻遇到了兩個問題: 1 打開連接時,報異常信息:A call to SSPI failed, see inner exception. 內部信息:The message received was unexpected or ba
閱讀全文
posted @ 2022-03-11 22:56
博觀約取*厚積薄發
閱讀(373)
推薦(0)
2025年10月14日
摘要:
1 獲取打印機端口列表 wmic printer get name 2 刪除打印機端口 printui.exe /dl /n "ZDesigner ZE521 LH-300dpi ZPL" [ZDesigner ZE521 LH-300dpi ZPL]為打印機端口名稱
閱讀全文
posted @ 2025-10-14 17:14
博觀約取*厚積薄發
閱讀(6)
推薦(0)
摘要:
1 串口讀取數據的方法 1.1 Readline: 一直會讀到有一個新的行才會返回,所以如果發送數據中沒有換行符則該方法不會返回,會一直停留在readline程序里不會執行之后的程序。 有新行,才會返回;關于這一點,一定要特別注意。 1.2 ReadExisting 在編碼的基礎上,讀取 Seria
閱讀全文
posted @ 2025-10-14 16:50
博觀約取*厚積薄發
閱讀(7)
推薦(0)
2025年10月9日
摘要:
1 Sqlite將其他數據庫的表遷移到當前數據數據 update unit_map_field set field=''; drop table unit_map_field; ATTACH DATABASE 'D:\temp\config-s.biz' AS otherDB;CREATE TABL
閱讀全文
posted @ 2025-10-09 16:01
博觀約取*厚積薄發
閱讀(12)
推薦(0)
2025年9月11日
摘要:
一 錯誤的ID 二 第三方登錄 AspNetUserLogins //相關第三方登錄配置 AspNetUserTokens //相關第三方登錄Token
閱讀全文
posted @ 2025-09-11 15:43
博觀約取*厚積薄發
閱讀(5)
推薦(0)
2025年9月10日
摘要:
1 問題描述: 測試雙因子驗證時,需要用到https://www.aspsms.com/en/registration/進行注冊,當輸入相關注冊信息,點擊【subscribe】提交時,出現以下錯誤提示: 2 原因:出現以上的這個問題,是因為國內屏蔽google服務 3 解決方法: 3.1 對于Edg
閱讀全文
posted @ 2025-09-10 16:57
博觀約取*厚積薄發
閱讀(6)
推薦(0)
2025年9月4日
posted @ 2025-09-04 16:53
博觀約取*厚積薄發
閱讀(1)
推薦(0)
2025年8月30日
摘要:
1 客戶現場項目實施 客戶數據庫Host為:192.X.0.201 2 網管為設備分配了相應三個IP: x.x.x.171 255.255.255.0x.x.x.172 255.255.255.0x.x.x.173 255.255.255.0網關都一樣x.x.x.1.1 dns:x.x.0.7 3
閱讀全文
posted @ 2025-08-30 12:42
博觀約取*厚積薄發
閱讀(7)
推薦(0)
2025年8月13日
摘要:
1 異常描述 An unhandled exception occurred while processing the request. AmbiguousMatchException: The request matched multiple endpoints. Matches: /Accoun
閱讀全文
posted @ 2025-08-13 11:21
博觀約取*厚積薄發
閱讀(27)
推薦(0)
2025年8月8日
摘要:
1 角色/Role鑒權 1.1 準備工作 1.1.1 如果使用角色鑒權有效,務必在Program.cs中添加Role中添加相關的服務AddRoles<ApplicationRole>(),包括IRoleStore, IRoleValidator和RoleManager. builder.Servic
閱讀全文
posted @ 2025-08-08 15:30
博觀約取*厚積薄發
閱讀(9)
推薦(0)
2025年8月5日
摘要:
1 使用表單EditForm時,運行報錯 EditForm requires either a Model parameter, or an EditContext paramete 表單如下: <EditForm class="mt-3" Model="UserClaims" OnValidSub
閱讀全文
posted @ 2025-08-05 16:53
博觀約取*厚積薄發
閱讀(14)
推薦(0)