摘要: using System;using System.Web;public class Handler2 : IHttpHandler {public void ProcessRequest (HttpContext context){context.Response.ContentType = "t... 阅读全文
posted @ 2015-09-05 21:06 请叫我七哥 阅读(616) 评论(0) 推荐(0)
摘要: win7系统 获得系统时间为 2015年1月1日 星期5 10:10 数据库中时间格式 是不认识的 转化为 DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");24小时制度 就可以了 DateTime.Now.ToString("yyyy-MM-dd hh:mm 阅读全文
posted @ 2015-09-05 10:24 请叫我七哥 阅读(259) 评论(0) 推荐(0)
摘要: 打开IIS管理器,找到“处理程序映射”,在列表右击选择“添加脚本映射”即可。eg:*.aspx,将该类型的页面的处理程序映射为“%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll”即可。 阅读全文
posted @ 2015-09-05 10:00 请叫我七哥 阅读(8335) 评论(0) 推荐(0)
摘要: 因为 IIS 7 采用了更安全的 web.config 管理机制,默认情况下会锁住配置项不允许更改。运行命令行 %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers 。其中的 handler... 阅读全文
posted @ 2015-09-04 20:27 请叫我七哥 阅读(298) 评论(0) 推荐(0)
摘要: 1、http://www.jb51.net/codes/67324.html2、DD_belatedPNG工具 阅读全文
posted @ 2015-09-02 00:52 请叫我七哥 阅读(396) 评论(0) 推荐(0)
摘要: http://www.divcss5.com/css-texiao/texiao717.shtmlhttp://d.divcss5.com/divcss5/down/2014062201.zip 阅读全文
posted @ 2015-09-01 20:21 请叫我七哥 阅读(426) 评论(0) 推荐(0)
摘要: http://www.jb51.net/os/windows/63302.html 阅读全文
posted @ 2015-08-31 21:38 请叫我七哥 阅读(225) 评论(0) 推荐(0)
摘要: $(function () {$('ul li').addClass(function (i) { return i % 6 == 5 ? "ab" : ""; }); // 隔6行 加空白。或者加虚线 $('.imglist li').after(function (i) { ... 阅读全文
posted @ 2015-08-28 13:10 请叫我七哥 阅读(571) 评论(0) 推荐(0)
摘要: jquery图片无缝滚动代码左右上下无缝滚动图片 卷板 钢板 卷板 ... 阅读全文
posted @ 2015-08-27 00:33 请叫我七哥 阅读(718) 评论(0) 推荐(0)
摘要: CSS3中可以使用 #top #navigation ul li:last-child{background:none;} 但是IE不支持 个人感觉最好用jQuery 阅读全文
posted @ 2015-08-25 23:53 请叫我七哥 阅读(482) 评论(0) 推荐(0)