摘要: http://www.cnblogs.com/micccn/archive/2010/06/07/1753055.html 加一点:document.execCommand("stop");停止执行文档加载.  适用情况:  <input onserverclick="btnSave_Click" type="button" runat="server" value="保存" /> ... 阅读全文
posted @ 2010-06-08 09:22 wsenmin 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><headrunat="server"><title>绕绕选择器-wenmin</title><scriptsrc="Scripts... 阅读全文
posted @ 2010-06-07 09:17 wsenmin 阅读(187) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Terrylee/archive/2007/12/09/the-ultimate-jquery-plugin-list.html 阅读全文
posted @ 2010-05-18 16:57 wsenmin 阅读(199) 评论(0) 推荐(1) 编辑
摘要: 包括POST,GET,AJAX前台调用 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--jQuery.post("NewDoAjax.aspx",{max:'N!',name:'wsenmin'},function(data){alert(dat... 阅读全文
posted @ 2010-05-10 18:15 wsenmin 阅读(3170) 评论(4) 推荐(2) 编辑
摘要: 要从一些些不规则的地址中截取能用的网址;C#正则代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--stringfirsturl="http://www.herosoft.com,http://www.heropc.com.cn/";//建立正则匹配... 阅读全文
posted @ 2010-04-28 15:53 wsenmin 阅读(1365) 评论(4) 推荐(2) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head><title>超简单上下翻-jquery-博客园-(4-20)</title><scripttype="text/jav... 阅读全文
posted @ 2010-04-20 15:08 wsenmin 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 反射获取,类型,字段,属性,方法,模块,程序集,构造函数,事件等信息代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;using... 阅读全文
posted @ 2010-04-07 14:52 wsenmin 阅读(420) 评论(1) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head><title>JS反射</title><scripttype="text/javascript">/**反射*/f... 阅读全文
posted @ 2010-04-06 17:44 wsenmin 阅读(2125) 评论(1) 推荐(0) 编辑
摘要: ext jq:1.EXT体积大,jQuery更专注于简化最基础的开发工作.所以使用起来,也就感觉更像是使用原始的js进行开发一样2.EXT界面美观,jq一般3.EXT代码复用性强4.EXT兼容性还是有点小问题,JQ兼容性良好5.EXT不易调试,6.Ext使页面是只留下body,搜索引擎无法收录这样,不利于SEO排名7.JQ的事件绑定更强Ext简化了很多工作,让开发更简洁,更方便,但也带来了很多麻烦... 阅读全文
posted @ 2010-04-06 15:56 wsenmin 阅读(1364) 评论(6) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.... 阅读全文
posted @ 2010-04-02 17:57 wsenmin 阅读(336) 评论(0) 推荐(0) 编辑