2009年11月2日

HTML是否闭合以及自动修复

摘要: [代码] 阅读全文

posted @ 2009-11-02 17:21 真不懂 阅读(1439) 评论(2) 推荐(1) 编辑

2009年6月24日

用Jquery重写windows.alert方法

摘要: 已经在 IE8 , firefox3.0.11下面测试通过[代码]注:以上引用js与CSS的jquery插件,出自:http://www.cnblogs.com/chenjinfa/archive/2009/03/17/1414178.html 阅读全文

posted @ 2009-06-24 13:48 真不懂 阅读(8592) 评论(22) 推荐(0) 编辑

2009年6月23日

JQuery 动态加载CSS与JS脚本文件

摘要: [代码]注:转自:http://www.cnblogs.com/chenjinfa/archive/2009/03/17/1414178.html 阅读全文

posted @ 2009-06-23 17:00 真不懂 阅读(16338) 评论(3) 推荐(0) 编辑

IIS7 修改默认文档,不修改web.config

摘要: 若不想改变web.config,直接修改继承的默认文档,最方便的方法就是使用appcmd.exe方法如下:用管理员权限运行CMD.exe进入目录:c:\windows\system32\inetsrv 添加一个默认文档进入列表的语句是:appcmd set config /section:defaultDocument /+files.[value='index.html']这个例句添加index... 阅读全文

posted @ 2009-06-23 09:34 真不懂 阅读(3263) 评论(0) 推荐(0) 编辑

2009年6月8日

待改进的alert与confirm

摘要: [代码] 阅读全文

posted @ 2009-06-08 13:15 真不懂 阅读(194) 评论(0) 推荐(0) 编辑

2009年6月6日

jquery扩展,显示模态DIV层

摘要: jquery扩展,显示模态DIV层:下面是 jquery.divbox.js 内的代码:[代码]下面是示例文件 demo.html 代码:[代码] 阅读全文

posted @ 2009-06-06 13:59 真不懂 阅读(4430) 评论(7) 推荐(0) 编辑

2009年6月5日

关于游标

摘要: --------------关于游标------------------------------------更新state=0的用户积分declarecurcursorforselectjifen,useridfromtb_lipinjorderwherelipinjID=@idandstate=0opencurfetchnextfromcurinto@temJifen,@temUserIDwhi... 阅读全文

posted @ 2009-06-05 11:03 真不懂 阅读(80) 评论(0) 推荐(0) 编辑

存储过程中分隔循环处理,用于批量操作数据

摘要: declare @tem varchar(300)declare @Index intset @tem='1,12,22,13,33,'declare @Count intset @Count = 1set @Index = charindex(',',@tem)while @Index > 0beginselect substring(@tem,@Count,@Index - @Count... 阅读全文

posted @ 2009-06-05 10:55 真不懂 阅读(210) 评论(0) 推荐(0) 编辑

导航