06 2017 档案

摘要:代码: using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Net; using 阅读全文
posted @ 2017-06-29 17:06 0611163 阅读(839) 评论(0) 推荐(0)
摘要:代码: <Grid> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="3*" /> <ColumnDefinition Width="2*" /> <ColumnDefinition Width="2*"/> <ColumnDefin 阅读全文
posted @ 2017-06-29 17:00 0611163 阅读(2174) 评论(1) 推荐(1)
摘要:引用DLL: WPFToolkit WPFVisifire.Charts.dll WPFVisifire.Gauges.dll 1、柱状图 代码: public void BindChart1() { System.Threading.Tasks.Task.Factory.StartNew(() = 阅读全文
posted @ 2017-06-29 15:29 0611163 阅读(1612) 评论(0) 推荐(0)
摘要:示例代码: PT_USER_INFO user = new PT_USER_INFO(); IList<TES_COMBAT_TASK> taskList = new List<TES_COMBAT_TASK>(); BackgroundWorker worker = new BackgroundW 阅读全文
posted @ 2017-06-26 13:39 0611163 阅读(571) 评论(0) 推荐(0)
摘要:代码: private string GetImageExtension(MemoryStream ms) { try { Image image = Image.FromStream(ms); if (image.RawFormat.Guid == ImageFormat.Bmp.Guid) re 阅读全文
posted @ 2017-06-16 15:23 0611163 阅读(568) 评论(0) 推荐(0)