04 2016 档案
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace wpfDistinc
阅读全文
摘要:ASP.NET应用程序的配置信息都存放于Web.config配置文件中,Web.config配置文件是基于XML格式的文件类型,由于XML文件的可伸缩性,使得ASP.NET应用配置变得灵活、高效、容易实现。同时,ASP.NET不允许外部用户直接通过URL请求访问Web.config,以提高应用程序的
阅读全文
摘要:1 #region 窗口操作事件 2 //拖动窗体 3 private void Border_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) 4 { 5 if (e.LeftButton == MouseButtonState.Presse...
阅读全文
摘要:1 2 3 4 5 6 7 Left side 8 9 Right side 10
阅读全文
摘要:1 2 TextRenderingMode.Auto, small text 3 TextRenderingMode.Aliased, small text 4 TextRenderingMode.ClearType, small text 5 TextRenderingMode....
阅读全文
摘要:1 2 Text: 3 4 Password: 5 6
阅读全文
摘要:1 /// 2 /// behind add textbox 3 /// 4 private void AddTextToTextBox() 5 { 6 TextBlock tb = new TextBlock(); 7 tb.TextWrapping...
阅读全文
摘要:1 //创建一个任务 2 Task task = new Task(() => 3 { 4 int sum = 0; 5 //显示进度条遮照层, 6 this.ShowPrograssBar(); 7 ...
阅读全文
摘要:1 this.chart2.Dispatcher.BeginInvoke(new Action(() => 2 { 3 this.chart2.SetData("Series1", lxs, lys, lzs); 4 }));
阅读全文

浙公网安备 33010602011771号