11 2014 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WpfApplication1.Demo { /// /// 人员实体类 /// public class Person { #region Fi... 阅读全文
posted @ 2014-11-12 12:43 xiepengtest 阅读(142) 评论(0) 推荐(0) 编辑
摘要:1》模拟线程池,生产者消费者问题using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;... 阅读全文
posted @ 2014-11-11 23:27 xiepengtest 阅读(138) 评论(0) 推荐(0) 编辑
摘要:Frome... 阅读全文
posted @ 2014-11-07 08:05 xiepengtest 阅读(130) 评论(0) 推荐(0) 编辑
摘要:Text in a text box. Break the rules Follow the rules using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Win... 阅读全文
posted @ 2014-11-07 06:55 xiepengtest 阅读(112) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using ... 阅读全文
posted @ 2014-11-04 18:25 xiepengtest 阅读(371) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 16:43 xiepengtest 阅读(185) 评论(0) 推荐(0) 编辑
摘要:Embedded.xaml This page contains an embedded page in a frame. Embedded Frame Owns Journal Embedded.xaml.csusing System;us... 阅读全文
posted @ 2014-11-02 15:43 xiepengtest 阅读(190) 评论(0) 推荐(0) 编辑
摘要:This is a simple page. Click Here to go to Page2. --> This is a simple page. Click Here to go ... 阅读全文
posted @ 2014-11-02 15:15 xiepengtest 阅读(155) 评论(0) 推荐(0) 编辑
摘要:CustomWindow.xaml This is a test. OK CustomWindowChrome.xaml(资源文件) CustomWindowChromes.cs资源文件事件处理部分类using System;us... 阅读全文
posted @ 2014-11-02 14:40 xiepengtest 阅读(158) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 14:17 xiepengtest 阅读(264) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 13:55 xiepengtest 阅读(160) 评论(0) 推荐(0) 编辑
摘要:A Sample Button Close TransparentBackground ... 阅读全文
posted @ 2014-11-02 13:31 xiepengtest 阅读(231) 评论(0) 推荐(0) 编辑
摘要:open OpenFileTest(窗体类)using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;us... 阅读全文
posted @ 2014-11-02 13:12 xiepengtest 阅读(126) 评论(0) 推荐(0) 编辑
摘要:Show Window Close Me Center Me Save Position and Size(配置文件方式) Restore Position and Size(注册表方式) MainWindow(窗... 阅读全文
posted @ 2014-11-02 12:40 xiepengtest 阅读(167) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 11:49 xiepengtest 阅读(127) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 08:59 xiepengtest 阅读(162) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 08:31 xiepengtest 阅读(116) 评论(0) 推荐(0) 编辑
摘要:DirectoryTreeView using System;using System.Collections.Generic;using System.Text;using System.Windows;using Syste... 阅读全文
posted @ 2014-11-02 04:43 xiepengtest 阅读(175) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 04:17 xiepengtest 阅读(440) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-02 03:53 xiepengtest 阅读(238) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-01 15:44 xiepengtest 阅读(259) 评论(0) 推荐(0) 编辑
摘要:ListView GridView GridViewColumn CellTemplate DataTemplate 阅读全文
posted @ 2014-11-01 14:37 xiepengtest 阅读(385) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-01 13:53 xiepengtest 阅读(114) 评论(0) 推荐(0) 编辑
摘要:Get Products ... 阅读全文
posted @ 2014-11-01 12:54 xiepengtest 阅读(246) 评论(0) 推荐(0) 编辑
摘要:Get Products ... 阅读全文
posted @ 2014-11-01 12:30 xiepengtest 阅读(203) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-01 11:10 xiepengtest 阅读(140) 评论(0) 推荐(0) 编辑
摘要:1,CollectionView是什么?事实上当你将后台数据列表绑定到一个列表控件时,WPF为了默默地在数据列表和列表控件之间增加了层称为CollectionView(列表视图)的东西,其支持很多高级操作,比如排序,分组,过滤等.这样我们就可以将这个过程分成3个部分来看:数据列表(维持着后台数据),... 阅读全文
posted @ 2014-11-01 10:56 xiepengtest 阅读(483) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2014-11-01 00:52 xiepengtest 阅读(240) 评论(0) 推荐(0) 编辑