2016年2月20日
摘要:
http://blog.csdn.net/fanbin168/article/details/49404233 很多时候,WebFrom页面,我们需要判断用户是否已经登陆了。假如有很多页面,难道我们要在每个页面都要做一次判断吗? 答案是否定的。 (除了这个例子外,我们还可以在Global.asax
阅读全文
posted @ 2016-02-20 00:34
雪夜
阅读(261)
推荐(0)
2016年2月18日
摘要:
C 数组 法一: string[] s1 = new string[3] { "John", "Paul", "Mary" }; if (s1.Contains("John")) Response.Write("fadfadfa"); 法二: int[] ia = {1,2,3}; int id =
阅读全文
posted @ 2016-02-18 13:42
雪夜
阅读(164)
推荐(0)
2016年2月15日
摘要:
http://www.cnblogs.com/PearlRan/p/4833044.html function inputchenk() { var value = document.getElementById("txtUserName").value; if (value == "") { al
阅读全文
posted @ 2016-02-15 00:16
雪夜
阅读(207)
推荐(0)
2016年2月6日
摘要:
http://www.cnblogs.com/shouce/p/5084565.html
阅读全文
posted @ 2016-02-06 23:50
雪夜
阅读(138)
推荐(0)
摘要:
SQL Server 是Microsoft 公司推出的关系型数据库管理系统。具有使用方便可伸缩性好与相关软件集成程度高等优点,可跨越从运行Microsoft Windows 98 的膝上型电脑到运行Microsoft Windows 2012 的大型多处理器的服务器等多种平台使用。 Microsof
阅读全文
posted @ 2016-02-06 23:32
雪夜
阅读(319)
推荐(0)
摘要:
写在前面 如果十八般武艺都融会贯通,如果什么兵器你都耍得有模有样,那么这篇博文你大可以跳过了。只是在忘记的时候,可以拿出来温习温习。 回到顶部 v基本概念 JQuery是继prototype之后又一个优秀的Javascript库。它是轻量级的js库 ,它兼容CSS3,还兼容各种浏览器(IE 6.0+
阅读全文
posted @ 2016-02-06 23:23
雪夜
阅读(375)
推荐(0)
2016年2月4日
摘要:
http://www.cnblogs.com/jaxu/p/3816683.html undefined 本文描述了如何通过jQuery来对ASP.NET CheckBoxList控件进行一些基本操作,如通过value/text/index check/uncheck CheckBoxList,最小
阅读全文
posted @ 2016-02-04 11:25
雪夜
阅读(185)
推荐(0)
2015年12月22日
摘要:
可以使用锚点,但这里可使用灵活处理首先获取需要滚动到的位置的id,如,可以设置一个元素(<span name="postion" id="postion" </span ,注:要在form里),另外在form的任意位置设置 代码如下: <a href=" postion" id="clickLi...
阅读全文
posted @ 2015-12-22 22:55
雪夜
阅读(270)
推荐(0)
2015年11月25日
摘要:
建议大家采用另外一种编码风格,不要在程序中到处都有这种LZ程序生成的代码:
begin with qryMain do begin try Close; SQL.Clear; SQL.Add('Delete From MONTASK where TASKID=:TASKID'); Pa...
阅读全文
posted @ 2015-11-25 20:34
雪夜
阅读(266)
推荐(0)
2015年11月18日
摘要:
1、 SELECT from Ex_PlanPerson where isconfirm 1 AND plan_id=12 AND user_id in (select user_id from Ex_PlanPerson WHERE plan_id=12 group by user_id havi
阅读全文
posted @ 2015-11-18 19:21
雪夜
阅读(478)
推荐(0)