该文被密码保护。 阅读全文
posted @ 2013-09-09 09:34 Leo(binbin) 阅读(2) 评论(0) 推荐(0)
|
||
|
摘要:
using System;using System.Collections;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;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.Linq;using Sy 阅读全文
posted @ 2013-09-09 09:32 Leo(binbin) 阅读(438) 评论(0) 推荐(0)
摘要:
using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.Linq;using System.ComponentModel;names 阅读全文
posted @ 2013-09-09 09:31 Leo(binbin) 阅读(590) 评论(0) 推荐(0)
摘要:
//请求 string url = "http://localhost:50186/GetPostPage.aspx"; HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url); string s = "LeoTest=2013"; byte[] requestBytes = System.Text.Encoding.UTF8.GetBytes(s); req.Method = "POST"; req.ContentType = "application/x-w 阅读全文
posted @ 2013-09-09 09:30 Leo(binbin) 阅读(636) 评论(0) 推荐(0) |
||