2022年3月23日 星期三

[C#]setup installer

 不錯的文章:


Visual Studio Installer Projects - 安裝檔二三事
https://www.zoeydc.com/zh/posts/2021-08-25-about_installer/

建立installer
http://vito-note.blogspot.com/2012/02/installer.html

在Visual Studio將Windows Service打包成安裝檔
https://catchtest.pixnet.net/blog/post/30397914-%e5%9c%a8visual-studio%e5%b0%87windows-service%e6%89%93%e5%8c%85%e6%88%90%e5%ae%89%e8%a3%9d%e6%aa%94

為Setup Project加入自訂的對話視窗以修改App.config的內容https://dotblogs.com.tw/ouch1978/2011/08/11/visualstudio-setup-project-customize-app-config

透過visual studio建立安裝檔案
https://jiaming0708.github.io/2021/11/06/vs-installer-project/


有關customer information的 serial number說明
Building installation project with serial number validation using VSI, Orca, C++, or Delphi
https://www.codeproject.com/Articles/571399/Building-installation-project-with-serial-number-v

[C#]ASP.NET Core 如何偵測用戶端已斷線並自動取消非同步方法執行

學起來...

https://blog.miniasp.com/post/2021/08/14/How-to-Cancel-a-Task-when-Client-Disconnected-in-ASPNET-Core

2022年3月11日 星期五

[stm32]UART study



UART串口通訊
https://www.blogger.com/blog/post/edit/1864970428618814429/5781693922473180063

STM32 HAL庫之串列埠詳細篇
https://iter01.com/581027.html