04 2010 档案
C#中正则取URL
摘要:要从一些些不规则的地址中截取能用的网址;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 阅读(1395) 评论(4) 推荐(2)
(原创)超简单上下翻(jquery)
摘要:代码 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 阅读(444) 评论(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 阅读(437) 评论(1) 推荐(0)
JS的反射
摘要:代码 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 阅读(2138) 评论(1) 推荐(0)
ext jquery 比较
摘要: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 阅读(1375) 评论(6) 推荐(0)
网上找的一个超简单的JS拖拽
摘要:代码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 阅读(352) 评论(0) 推荐(0)