摘要: jCarouselLite 阅读全文
posted @ 2015-12-04 14:12 liuliu_刘刘 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1 SELECT * 2 FROM C 3 WHERE ( 1 = CASE WHEN c.vcStartTime = c.vcStartTime13 ... 阅读全文
posted @ 2015-08-28 14:14 liuliu_刘刘 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 打开注册表编辑器,在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp位置把MajorVersion的值改为9之后,就可以安装了,安装完成之后,再把MajorVersion的值改回10,重启一下iis。 阅读全文
posted @ 2015-08-13 17:19 liuliu_刘刘 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 因为在一个物理目录下只有一个web.config,并且IIS7把默认文档设置写在这里,导致所有域名的默认文档设置共享。1、进入%windir%\system32\inetsrv\config目录(%windir%即windows的安装目录,比如c:\windows)2、找到applicationHo... 阅读全文
posted @ 2015-07-22 14:59 liuliu_刘刘 阅读(2821) 评论(0) 推荐(0) 编辑
摘要: 1.window.location.href=“url”:改变url地址;2.window.location.replace(“url”):将地址替换成新url,该方法通过指定URL替换当前缓存在历史里(客户端)的项目,因此当使用replace方法之后,你不能通过“前进”和“后 退”来访问已经被替换的URL,这个特点对于做一些过渡页面非常有用! 阅读全文
posted @ 2014-01-14 16:40 liuliu_刘刘 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1 public static DataSet CXmlToDataSet(string xmlStr) 2 { 3 if (!string.IsNullOrEmpty(xmlStr)) 4 { 5 StringReader StrStream = null; 6 XmlTextReader Xmlrdr = null; 7 try 8 { 9 D... 阅读全文
posted @ 2013-05-13 16:04 liuliu_刘刘 阅读(166) 评论(0) 推荐(0) 编辑
摘要: WebServiceHelperWebServiceHelper2 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.Web; 6 7 using System.Net; 8 9 using System.Web.Services.Description; 10 11 using System.Text; 12 13 using System.IO; 14 15 using System.CodeDom; 16 17 using Microsoft.CSharp; 1... 阅读全文
posted @ 2013-05-10 11:37 liuliu_刘刘 阅读(561) 评论(0) 推荐(0) 编辑
摘要: Rp_GridList.AllowPaging = false;//因为GridView是分页的 开始要取消分页 Rp_GridList.DataBind();//重新绑定 GridViewToExcel(Rp_GridList, "ms-excel/msword", "商家缴费明细.xls"); Rp_GridList.AllowPaging = true;//导出之后重新开启分页 Rp_GridList.DataBind();///数字太长会变成科学计算法 在OnRowDataBound里面改样式 protected void gvUsers_Row 阅读全文
posted @ 2013-04-27 15:26 liuliu_刘刘 阅读(136) 评论(0) 推荐(0) 编辑
摘要: lazyload.jshttp://www.oschina.net/code/snippet_111193_3306 阅读全文
posted @ 2013-04-12 16:22 liuliu_刘刘 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://www.iteye.com/topic/1125026 阅读全文
posted @ 2012-09-14 16:59 liuliu_刘刘 阅读(91) 评论(0) 推荐(0) 编辑