09 2017 档案
摘要:调试uwp程序时程序左上角会出现一个带有两个数字的黑框 看着很是烦人 找到app.xaml.cs 里面的 this.DebugSettings.EnableFrameRateCounter = true; 将true改为false 就可以去掉这烦人的黑框了
阅读全文
摘要:public async void awit(int time=1000) { while(true) { await Task.Delay(time); timenow.CellText = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss"); } } .ne
阅读全文
浙公网安备 33010602011771号