2022年5月28日 星期六

[Excel]亂數公式

 


Excel 產生各種亂數的公式整理與函數教學
https://blog.gtwang.org/windows/excel-random-number-generation-formula/

用C產生常態分佈的數值
https://koukaipan.pixnet.net/blog/post/24159101

2022年5月18日 星期三

[C#]Costom Control



Custom Controls In C# .NET
https://www.ictdemy.com/csharp/winforms/custom-controls-in-csharp-net

Creating Custom Controls In C#
https://www.c-sharpcorner.com/UploadFile/f5a10c/creating-custom-controls-in-C-Sharp/

2022年5月16日 星期一

[C#] study

 

Properties (C# Programming Guide)
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/properties#expression-body-definitions

WPF - Command Property、CommandBinding、ApplicationCommands深入探討https://skychang.github.io/2011/11/02/WPF-Command-Property%E3%80%81CommandBinding%E3%80%81ApplicationCommands%E6%B7%B1%E5%85%A5%E6%8E%A2%E8%A8%8E/

E-learning C# .NET Tutorials
https://www.ictdemy.com/csharp

2022年5月3日 星期二

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