摘要:
/// <summary> /// 把数据表格转化为json格式。 /// </summary> /// <param name="dt">数据表格</param> /// <returns></returns> string jsonString, public static string Dat 阅读全文
posted @ 2016-01-28 15:45
大喜
阅读(1281)
评论(0)
推荐(0)
摘要:
public class Handler2 : IHttpHandler, IRequiresSessionState { public void ProcessRequest(HttpContext context) { //取得处事类型 string action = DTRequest.Get 阅读全文
posted @ 2016-01-28 15:21
大喜
阅读(259)
评论(0)
推荐(0)
摘要:
<%@ WebHandler Language="C#" Class="Handler" %> using System; using System.Web; using System.Drawing; using System.IO; using System.Drawing.Imaging; u 阅读全文
posted @ 2016-01-28 15:09
大喜
阅读(153)
评论(0)
推荐(0)
摘要:
javascript 延迟 (1) <script type="text/javascript"> function timedMsg(){ var t=setTimeout("",1000) } </script> setTimeout(code,millisec); code (必需):要调用的 阅读全文
posted @ 2016-01-28 14:46
大喜
阅读(343)
评论(0)
推荐(0)
摘要:
ashx获取另一个页面的值: 注:因为这是web请求,所以要http://...web路径 using System; using System.Web; using System.Web.SessionState; using System.IO; using System.Net; using 阅读全文
posted @ 2016-01-28 13:56
大喜
阅读(763)
评论(0)
推荐(0)
浙公网安备 33010602011771号