09 2017 档案

摘要:调试uwp程序时程序左上角会出现一个带有两个数字的黑框 看着很是烦人 找到app.xaml.cs 里面的 this.DebugSettings.EnableFrameRateCounter = true; 将true改为false 就可以去掉这烦人的黑框了 阅读全文
posted @ 2017-09-08 14:24 v587yy 阅读(366) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-09-06 17:22 v587yy 阅读(357) 评论(0) 推荐(0)