- 博客(10)
- 收藏
- 关注
原创 json
http://hi.baidu.com/%B1%F9%D1%A9%D2%F8%C1%AB/blog/item/bb87d025c09c78104c088db4.htmlhttp://archive.cnblogs.com/a/1868809/
2011-08-31 11:50:12
204
原创 发邮件
using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.Mail;namespace emailtest{ class Program { static void Main(string[] args) { string flag = sendMail(); if (flag == "t
2010-12-23 10:28:00
354
原创 asp.net Ajax框架
cs页面:using AjaxPro;//添加引用 public partial class Review_Control_reviewSkuDetil : System.Web.UI.UserControlpageload AjaxPro.Utility.RegisterTypeForAjax(typeof(Review_Control_reviewSkuDetil));//注册ajax方法前面加上: [AjaxMethod] public string getReviewList(
2010-12-23 10:09:00
325
原创 jquery调用asp.net的Ajax方法
$(document).ready(function(){ _jquery.ajax({ type: "POST", contentType: "application/json", url: "/DIY/login.aspx/SignIn", ---------data为空时: data: "{}", data: "{'userName':'"+userNameE
2010-10-05 10:14:00
271
原创 c#调用命令行控制程序
<br /> System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();<br /> startInfo.CreateNoWindow = false;<br /> startInfo.UseShellExecute = false;<br /> startInfo.RedirectStandardInput = true
2010-08-31 14:38:00
800
原创 c#winform窗体程序,文件下载
<br />using System;<br />using System.Collections.Generic;<br />using System.ComponentModel;<br />using System.Data;<br />using System.Drawing;<br />using System.Text;<br />using System.Windows.Forms;<br />using System.Text.RegularExpressions;<br />using S
2010-08-31 14:04:00
987
原创 c#线程
using System.Threading;using System.Diagnostics;Thread wkThread = new Thread( delegate() { ----要调用的方法名 }); wkThread.Start();
2010-08-31 14:01:00
219
原创 C#通过url获取页面html
//获取页面html public string fncGetHtmlByUrl(string pmStrUrl) { System.Net.ServicePointManager.Expect100Continue = false; HttpWebRequest Request = null; HttpWebResponse response = null; StreamReader sr
2010-08-31 13:58:00
1069
原创 c# 泛型和正则
using System.Collections.Generic;SortedList wkSLReturn = new SortedList(); Regex regexwl = new Regex("
2010-08-31 13:55:00
291
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人