摘要: public static string ShowPageNavigate(int pageSize, int currentPage, int totalCount) { string redirectTo = ""; pageSize =... 阅读全文
posted @ 2015-03-12 00:07 偏执的放纵 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 加载:%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe (ResearchService.Service.exe(服务的那个文件的名称))Net Start 服务的名称pause卸载:net stop (ResearchS... 阅读全文
posted @ 2015-02-12 17:47 偏执的放纵 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 百度谷歌同时查询http://www.baigoogledu.com/ 阅读全文
posted @ 2014-08-25 16:30 偏执的放纵 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Jquery添加掩盖层代码例子 阅读全文
posted @ 2014-07-28 00:09 偏执的放纵 阅读(411) 评论(0) 推荐(0) 编辑
摘要: /g意思就是:global可选标志,带这个标志表示替换将针对行中每个匹配的串进行,否则则只替换行中第一个匹配串。如:we.fdffddfwe.加上/g后,则2个we都会出来;/i意思就是 case insensitive,区分大小写小字。如:sw与sW不管;/d意思是digital.是一个数字如:/... 阅读全文
posted @ 2014-05-26 14:03 偏执的放纵 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 简单流程:Request 请求到来IIS 根据请求特征将处理权移交给 ASP.NETUrlRoutingModule将当前请求在 Route Table中进行匹配UrlRoutingModule在RouteCollection中查找Request匹配的RouteHandler,默认是MvcRoute... 阅读全文
posted @ 2014-05-20 14:09 偏执的放纵 阅读(241) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml;using System.Text;namespace XMLStudy{ public partial class WebForm1 : System.Web.UI.Page { protected void Page_Load(objec... 阅读全文
posted @ 2014-03-19 01:07 偏执的放纵 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 设计模式简单介绍和分组 阅读全文
posted @ 2014-03-07 22:43 偏执的放纵 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 设计模式原则 阅读全文
posted @ 2014-03-07 21:05 偏执的放纵 阅读(464) 评论(0) 推荐(0) 编辑
摘要: JQuery的四中异步获取后台代码方法 前台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace 一般处理程序操作.AjaxJson{ /// /// ProceseAjaxJson 的摘要说明 /// public class ProceseAjaxJson : IHttpHandler { public class CityInfo { ... 阅读全文
posted @ 2014-02-15 22:42 偏执的放纵 阅读(2703) 评论(0) 推荐(0) 编辑