http://union.suning.com/aas/open/vistorAd.action?userId=124924&webSiteId=12164&adInfoId=6494&adBookId=48681&subUserEx=155412&vistURL=http://www.suning.com
摘要: using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections; using System.Configuration; namespace BookDA 阅读全文
posted @ 2017-04-05 10:44 .netpjava 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-05 09:29 .netpjava 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 处理方法 阅读全文
posted @ 2017-04-04 17:21 .netpjava 阅读(240) 评论(0) 推荐(0) 编辑
摘要: ublic partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ... 阅读全文
posted @ 2015-07-20 14:36 .netpjava 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 在webform中写验证码必须先建一个一般处理程序。public class Handler : IHttpHandler ,IRequiresSessionState//session接口{ public void ProcessRequest (HttpContext contex... 阅读全文
posted @ 2015-07-20 14:17 .netpjava 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1、找寻支持 QQ HTTP 协议的服务器。 大家也许会被一些假像所迷惑,也许会认为 QQ 的 HTTP 服务器是基于 80 口进行通信的(如:218.17.209.23: 80) ,其实不然,正真基于 HTTP 的服务器应该是:http: //tqq.tencent.com:8000, 它是一个通... 阅读全文
posted @ 2015-07-04 15:06 .netpjava 阅读(9901) 评论(1) 推荐(0) 编辑
摘要: public static string RanderHtml(string templateName, object data) { VelocityEngine vltEngine = new VelocityEngine(); vlt... 阅读全文
posted @ 2015-07-01 08:44 .netpjava 阅读(222) 评论(0) 推荐(0) 编辑
摘要: WebClient we = new WebClient(); //主要使用WebClient类 byte[] myDataBuffer; myDataBuffer = we.DownloadData(textBox1.Text.... 阅读全文
posted @ 2015-07-01 08:41 .netpjava 阅读(158) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { string s = GetMd5(textBox1.Text.Trim()); MessageBox.Show(s); ... 阅读全文
posted @ 2015-06-10 19:45 .netpjava 阅读(495) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { OpenFileDialog op = new OpenFileDialog(); if (op.ShowDialog()==D... 阅读全文
posted @ 2015-06-08 15:54 .netpjava 阅读(844) 评论(0) 推荐(0) 编辑