原创 C#內存流傳輸(內存共享)

創建流,控制檯實現 using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.IO.MemoryMa

原创 .Net winform全屏無邊框,程序置頂,覆蓋任務欄

this.TopMost = true; this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized;

原创 C#串口通訊,單個字節接收

可以避免數據丟失,集成unity 這不是一條刪除線 using System; using System.Collections; using System.Collections.Generic; using System.IO

原创 Chrome-安卓手機&PC聯調

1.PC端,在Chrome中打開“chrome://inspect”頁面; 2.安卓手機,開啓“開發者模式”; 3.等待Chrome載入手機頁面,“inspect”||“inspect fallback”開啓調試;

原创 .Net Winform按鈕事件註冊及回調

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;

原创 unity GUI用例1.0

private void OnGUI() { #region GUI GUIStyle gUIStyle = new GUIStyle(); gUIStyle.norma

原创 搭建寄幾的Git服務器

Windows平臺下Git服務器搭建 第一步:下載Java,下載地址:http://www.java.com/zh_CN/ 第二步:安裝Java.安裝步驟不再詳述。 第三步:配置Java環境變量. 右鍵”計算機” =>