摘要: /* c# HtmlAgilityPack -------------------------------- * 关于节点的重要属性: Attributes 获取节点的属性集合 ChildNodes 获取子节点集合(包括文本节点) HasAttributes 判断该节点是否含有属性 ... 阅读全文
posted @ 2018-03-02 09:13 DongYu.NET 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Media; using System.Net; using System.Text; using System.Threading.Tasks; publi... 阅读全文
posted @ 2018-03-02 08:39 DongYu.NET 阅读(176) 评论(0) 推荐(0) 编辑
摘要: private void StudentControl_Click(object sender,EventArgs e) { this.panel1.Controls.clear(); frmStudentsInfo student = new frmStudentsInfo(); student. 阅读全文
posted @ 2017-08-01 16:46 DongYu.NET 阅读(904) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Collections.Concurrent;using Sy 阅读全文
posted @ 2017-08-01 15:43 DongYu.NET 阅读(340) 评论(0) 推荐(0) 编辑