原创 HP 插耳機漏外音問題

HP 機器用了一年,終於知道怎麼做到語音時帶着耳機要是看別的視頻放外音的問題。 方法如下: 1 右鍵喇叭 2  playback device 3 cancel default set for Communications HeadPho

原创 C# 連接數據庫

Code snippets for reading, inserting, updating and deleting from SQL database. static void Read() { try {

原创 創建Windows服務程序實現定時操作

Program.cs using System.Collections.Generic; using System.ServiceProcess; using System.Text; namespace WindowsService1