上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 无标题页 aps.net后台代码:using System;using System.Web;using System.IO;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; try { //获取当前Post过来的file集合对象,在这里我只获取了的文件控件 HttpPo... 阅读全文
posted @ 2013-07-11 21:41 zhangchun 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: 无标题页 后台代码:using System;using System.Web;using System.IO;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; //string fname = context.Reques... 阅读全文
posted @ 2013-07-09 17:16 zhangchun 阅读(67692) 评论(10) 推荐(1) 编辑
摘要: 无标题页 后台代码:using System;using System.Web;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; string fname = context.Request.QueryString["op"].ToString(); string str =fname+"({name:'ju 阅读全文
posted @ 2013-07-09 12:01 zhangchun 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 a b c 阅读全文
posted @ 2013-07-08 22:23 zhangchun 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 a b c 阅读全文
posted @ 2013-07-08 22:21 zhangchun 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 无标题页 用户名:密码:邮箱:日期:手机号码: 阅读全文
posted @ 2013-07-08 16:29 zhangchun 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 无标题页 阅读全文
posted @ 2013-07-08 13:19 zhangchun 阅读(5485) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2013-07-07 23:17 zhangchun 阅读(1550) 评论(0) 推荐(0) 编辑
摘要: //创建正则表达式//var re=new RegExp("模式字符串","标志"); 标志:i:表示不区分大小写//g:全文查找 m:多行查找var re=new RegExp("abc"); //看是否包含abcalert(re.test("abc")); //返回truealert(re.test("ABC")); //返回falsevar re=new RegExp("abc","i"); //看是否包含abc并且不区分大小写alert(re.te 阅读全文
posted @ 2013-07-07 21:18 zhangchun 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/webabcd/archive/2008/04/02/1134658.html 阅读全文
posted @ 2013-07-03 15:37 zhangchun 阅读(292) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页