上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 73 下一页
摘要: 1.使用输出缓存 (不灵活,问题比较多,不建议使用) [OutputCache(Duration = 10)] 我们让他缓存10秒钟。 VaryByContentEncoding VaryByCustom VaryByHeader VaryByParam 这四个参数的意思是,决定缓存中如何区分不同请 阅读全文
posted @ 2015-01-16 16:15 【唐】三三 阅读(283) 评论(0) 推荐(0)
摘要: 多重验证: html <html xmlns="http://www.w3.org/1999/xhtml"> <!--CRLF--> <head> <!--CRLF--> <script src="easyui1.2.4/jquery-1.6.min.js" type="text/javascrip 阅读全文
posted @ 2015-01-15 11:45 【唐】三三 阅读(11558) 评论(0) 推荐(1)
摘要: 如何设计验证码的实现 @*看不清*@ 登录 + (1)首先我们看到我们绑定验证码的这里是这样写的,,那么前面的src绑定的地址什么意思呢?他的意思就是我们在Login控制器下面含有一个CheckCode方法来实现验证码的读... 阅读全文
posted @ 2015-01-13 09:15 【唐】三三 阅读(942) 评论(0) 推荐(1)
摘要: http://pan.baidu.com/s/1kTmSp9t 阅读全文
posted @ 2015-01-09 16:08 【唐】三三 阅读(217) 评论(0) 推荐(0)
摘要: 1. 多个tab切换,第2个不显示 动态添加tab Iframe页面的方法 2.datagrid里的控件 创建tab 2.1 父页的jquery和iframe里面的jquery获取到的元素调用不是easyui的扩展后的对象,没有tabs方法,要调用父页的jquery 完整代码 阅读全文
posted @ 2015-01-08 12:05 【唐】三三 阅读(1435) 评论(0) 推荐(0)
摘要: ueditor1.4.3 下载地址:http://pan.baidu.com/s/1bnCQVtd 一,修改配置文件ueditor.config.js,配置Ueditor路径 /** * 编辑器资源文件根路径。它所表示的含义是:以编辑器实例化页面为当前路径,指向编辑器资源文件(即dialog等文件夹)的路径。 * ... 阅读全文
posted @ 2015-01-07 15:07 【唐】三三 阅读(757) 评论(0) 推荐(0)
摘要: 今天在我的windows7旗舰版上配置iis7 (Internet Information Server)失败,一直未能启动服务,访问本地网络提示”Service Unavailable HTTP Error 503. The service is unavailable“。DefaultAppPo 阅读全文
posted @ 2014-12-30 10:25 【唐】三三 阅读(21788) 评论(4) 推荐(1)
摘要: 展开 折叠 using Baidu.Push.Api; using Baidu.Push.Api.Domain; using Baidu.Push.Api.Parser; using Baidu.Push.Api.Request; using Baidu.Push.Api.Util; using System; using System.Collections.Generic; using S... 阅读全文
posted @ 2014-12-29 14:51 【唐】三三 阅读(600) 评论(0) 推荐(0)
摘要: 辅助类 GaoDeCoord.cs GaoDeCoord.cs using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; namespace RB.Common { #region 高德地图求范围自有数据 ... 阅读全文
posted @ 2014-12-29 14:40 【唐】三三 阅读(322) 评论(0) 推荐(0)
摘要: foreach是取只读的,在取的时候数据不能变(包括修改,删除,添加等)。要避免这个问题,就应该使用for循环。 之前没有考虑过对collection类型对象操作时for 和foreach的区别,总感觉foreach更方便一些。今天写了个FOREARCH循环来操作删除某个 collection的元素 阅读全文
posted @ 2014-12-19 11:20 【唐】三三 阅读(4472) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 73 下一页