雜記
分散流量
運算子
將debug文字print到txt裡
using (StreamWriter outputFile = new StreamWriter(@"D:\\dirName\\fileName.txt", true))
{
outputFile.WriteLine("debug");
}Debug執行localhost瘋狂轉圈
存取修飾詞
Exception
try .. catch ..
Last updated