摘要: 阅读全文
posted @ 2015-10-15 15:18 小A爱吧 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 我是用来测试的div 阅读全文
posted @ 2015-10-14 11:27 小A爱吧 阅读(235) 评论(0) 推荐(0) 编辑
摘要: public static string ReplaceHtmlTag(string html) { string strText = System.Text.RegularExpressions.Regex.Replace(html, "", ""); strText =... 阅读全文
posted @ 2015-09-21 13:10 小A爱吧 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://XXX/service/Service.ashx?token={A50F6425-D6E7-458D-992A-AB61B3F8CF9B}&action=planco... 阅读全文
posted @ 2015-09-11 10:11 小A爱吧 阅读(228) 评论(0) 推荐(0) 编辑
摘要: table tr:nth-child(2n) { background: #EEF8F0; } table tr:nth-child(2n+1) { background: #C3FFC8; 阅读全文
posted @ 2015-04-14 15:40 小A爱吧 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 分配委托(将命名方法分配给其委托)using System;public class GenericFunc{ public static void Main() { // Instantiate delegate to reference UppercaseString meth... 阅读全文
posted @ 2014-11-23 15:05 小A爱吧 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 首先要确定好XML文件的位置,最好是放在程序的debug文件中,放在其他地方也可以,要写上绝对路径using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Sys... 阅读全文
posted @ 2014-11-19 15:50 小A爱吧 阅读(161) 评论(0) 推荐(0) 编辑
摘要: student类必须标记序列化using System;using System.Collections.Generic;using System.Text;namespace TextFile{ [Serializable] class Student { public string ... 阅读全文
posted @ 2014-11-19 15:00 小A爱吧 阅读(165) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2014-11-19 11:01 小A爱吧 阅读(128) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-11-19 10:27 小A爱吧 阅读(127) 评论(0) 推荐(0) 编辑