摘要: using System.Data.OleDb; using System.IO; using System.Text; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } ... 阅读全文
posted @ 2013-11-23 19:56 侯伟东 阅读(416) 评论(0) 推荐(0) 编辑
摘要: public bool WriteFile(string ArticleTitle, string ArticleContent, string ArticleID) { string OutPutPath = HttpContext.Current.Server.MapPath("HTMLPage/"); Encoding encoding... 阅读全文
posted @ 2013-11-23 17:49 侯伟东 阅读(158) 评论(0) 推荐(0) 编辑
摘要: using System.IO; using System.Collections;public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ArrayList arylst = new ArrayList(); string filepath = Server.MapPath("list"); DirectoryInfo info = ne... 阅读全文
posted @ 2013-11-23 16:12 侯伟东 阅读(285) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; ... 阅读全文
posted @ 2013-10-13 12:12 侯伟东 阅读(203) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.... 阅读全文
posted @ 2013-10-13 11:47 侯伟东 阅读(414) 评论(0) 推荐(0) 编辑
摘要: private void sdr() { SqlConnection conn = new SqlConnection("data source=(local);database=yiqi;uid=monkey;pwd=donkey"); conn.Open(); SqlCommand comm = new SqlCommand("se... 阅读全文
posted @ 2013-10-13 11:33 侯伟东 阅读(255) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Data.SqlClient; namespace ... 阅读全文
posted @ 2013-10-13 09:13 侯伟东 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 交换机把某一个端口接收或发送的数据帧完全相同的复制给另一个端口;其中被复制的端口称为镜像源端口,复制的端口称为镜像目的端口。 阅读全文
posted @ 2013-07-11 11:00 侯伟东 阅读(293) 评论(0) 推荐(0) 编辑
摘要: [Quidway]interface Ethernet 1/0/4[Quidway-Ethernet1/0/4]monitor-port[Quidway-Ethernet1/0/4]quit[Quidway]interface Ethernet1/0/1[Quidway-Ethernet1/0/1]mirroring-port both[Quidway-Ethernet1/0/1]quit 阅读全文
posted @ 2013-07-11 10:59 侯伟东 阅读(135) 评论(0) 推荐(0) 编辑
摘要: KindEditor 阅读全文
posted @ 2013-06-23 23:06 侯伟东 阅读(198) 评论(0) 推荐(0) 编辑