摘要:
/// /// 保存app.config设定 /// /// /// public static void SaveAppConfig(string key, string value) { Configuration config = ConfigurationManager.Open... 阅读全文
摘要:
DispatcherTimer timer = new DispatcherTimer(); timer.Interval = TimeSpan.FromMilliseconds(interval); timer.Tick += (s, e) => { LayoutRoot.Background ... 阅读全文
摘要:
关于IE6.7.8.FF兼容的问题时间:2010-09-07 05:25来源: 作者: 点击:8次以前看的一个帖子,感觉很有用,o(∩_∩)o...适合菜鸟,高手路过!~~时间长的原因,源地址找不到了,知道的朋友贴出来!~~ 作为一个前端开发工程师,在对界面布局的时候,应该注意遇到最常见的问题是cs... 阅读全文
摘要:
List list = new List(); list.AddRange(new string[] { "gh", "gfh", "张三", "李四", "李1", "李2" }); Predicate pre = new Predicate(IsString); int a = list.Fi... 阅读全文
摘要:
HttpHelper 帮助类 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Net; 5 using System.Drawing; 6 using Sys... 阅读全文