2023年8月4日 星期五

MSSQL Import Flat File to SQL Wizard (CSV 匯入 Table)

 https://learn.microsoft.com/zh-tw/sql/relational-databases/import-export/import-flat-file-wizard?view=sql-server-ver16

若欄位中有 ,,可以用  ‘’ 來包住

例:

idnameno
1Andy A'0912345678,0987654321'
2Bill B01-2345678

匯入執行要用 Text qualifier 輸入 ‘’



2023年7月20日 星期四

資料加密

Cryptomator

    https://websetnet.net/zh-TW/encrypt-your-files-before-uploading-it-to-cloud-with-cryptomator/

    https://blog.changyy.org/2022/11/pcloud-cryptomator-pc-app-nas-linux.html

EncFS

    

其它比較:https://www.sohu.com/a/310743207_185201

2023年6月8日 星期四

COVID-19 武漢肺炎

20230604 (日)

可能在晚上開始流鼻水不止開始(家人傳染 20230602 看醫生)

20230605 (一)

只有流鼻水,以為過敏還有去上班,下班回家騎車路途中覺得很累(現現,腰已經有一點酸),睡一下覺起來發現支撐身體的地方都酸痛,腰、小腿與前臂肌肉靠近膝蓋的地方,一測後陽性,睡前一顆吃普拿疼

20230606(二)

起床發燒,以上狀況又多痛一點,加上頭痛眼窩痛(吃普拿疼),晚上看醫生

20230607(三)

一樣發燒,但身體、頭痛眼窩痛比較不酸痛

20230608(四)

只剩 頭痛眼窩痛有一點點微微的頭,所以上班了

202306080755,36.4
202306080038,37.2
202306071424,36.9
202306071322,37.2
202306070827,37.8
202306070721,37.7
202306070105,37.2
202306061325,37.5
202306060900,38.3,普
202306060000,37.6,普

2023年2月14日 星期二

Windows Server 2016 TLS 1.2

 

.NET C# Version: 4.0.30319.42000

SSO AAD 取得 access_token 錯誤

Results:Bad Request {"error":"invalid_request","error_description":"AADSTS1002016: You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of Azure AD. 

PowerShell ISE 檢查

https://www.alitajran.com/wp-content/uploads/scripts/Get-TLS.ps1

PowerShell ISE 啟用 TLS 1.2 (只啟用 .NET 4.X  和 Server, Client)

https://www.alitajran.com/wp-content/uploads/scripts/Set-ExchangeTLS.ps1


參考:https://www.alitajran.com/how-to-enable-tls-on-windows-server/

2023年1月17日 星期二

ASP.NET Core IIS HTTP Error 500.31

IIS 來架設 .NET Core 的站台,需要安裝 .NET Core Hosting Bundle 才能執行

檢查安裝在 IIS 上的 .NET Core Hosting Bundle 版本

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Updates\

Hosting Bundle 各版本下載位置:https://dotnet.microsoft.com/download


安裝後重裝服務

net stop was /y

net start w3svc


在開發時可以看目前用的 core 版本


參考:

https://blog.poychang.net/how-to-check-dotnet-core-iis-hosting-bundle-version/

https://dotblogs.com.tw/jakeuj/2021/05/10/DotNetCoreHostingBundleIIS