Homepage
Open in app
Sign in
Get started
OneStep@ATime
Main Page
ESP32 projects
ARM Cortex-M Series
C# Leaning
Qt Development
BeagleBone AI
BeagleBone Black
Tagged in
Visual Studio
OneStep@ATime
嵌入式系統、程式撰寫、自我成長及分享
More information
Followers
18
More, on Medium
Visual Studio
Garnett.C 嘎內
in
OneStep@ATime
Dec 16, 2020
C# Development | 如何快速建立 TCP/IP 連線並傳送資料
用最簡單的方式建立一個 Server 端與 Client 端,從 Client 端傳送資料至 Server 端並顯示。
Read more…
24
4 responses
Garnett.C 嘎內
in
OneStep@ATime
Dec 2, 2020
C# Development | 如何使用 Chart 繪製折線圖,若資料量較多時可以使用滾動條查看折線圖
Chart 只顯示固定數量資料,且視窗會隨著最新一筆資料更新後移動焦點致最新資料位置
Read more…
6
Garnett.C 嘎內
in
OneStep@ATime
Nov 4, 2020
C# Development | 如何讓程式碼更好維護及擴展的架構編排概念
利用 C# 封裝的特性,將 Private function 多一層封裝,讓程式碼更好維護及擴展。
Read more…
Garnett.C 嘎內
in
OneStep@ATime
Oct 21, 2020
C# Development | 如何在 Form 之間傳遞資料
在設計使用者介面時為了美觀或是使用者使用方便,常需要設計多視窗的功能,因此分享要如何使資料在視窗間傳遞。
Read more…
4
Garnett.C 嘎內
in
OneStep@ATime
Oct 5, 2020
C# Development | 煩人的跨執行緒作業無效 : 如何跨執行緒控制 UI 元件
撰寫多執行緒的程式時,常會需從 UI 介面取得或顯示資料,但是要取得或顯示資料常會發生跨執行緒存取權限的問題。
Read more…
75
5 responses
Garnett.C 嘎內
in
OneStep@ATime
Sep 29, 2020
C# Development | 如何使你的 DLL 支援 Multitask 而不會亂七八糟(執行緒同步資源鎖定 : lock )
主要利用 C# 內 lock…
Read more…