<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_只吃豆芽猪</title><subtitle type="text">I Love The Programme More Than My Live</subtitle><id>http://feed.cnblogs.com/blog/u/20854/rss</id><updated>2010-03-04T01:16:53Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20854/rss"/><entry><id>http://www.cnblogs.com/solucky/archive/2010/03/04/1677977.html</id><title type="text">jQuery插件---获取URL参数.</title><summary type="text">例如 当前你的URL是：http://www.cssrain.cn/index.php?test=1&amp;amp;kk=2 如果想获取test，则可以引入插件后，用如下方法获取：var test = $.query.get('test');如果参数有多个相同的名称 ，则可以这样：var arr = $.query.get('testy');输出：[ 值1 ,值2,值3...]如果要获取多个相同名称中的...</summary><published>2010-03-04T01:17:00Z</published><updated>2010-03-04T01:17:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2010/03/04/1677977.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2010/03/04/1677977.html"/><content type="html">例如 当前你的URL是：&lt;br /&gt;&lt;a href="http://www.cssrain.cn/index.php?test=1" target="_blank"&gt;http://www.cssrain.cn/index.php?test=1&lt;/a&gt;&amp;amp;kk=2 &lt;br /&gt;&lt;br /&gt;如果想获取test，则可以引入插件后，&lt;br /&gt;用如下方法获取：&lt;br /&gt;var test = $.query.get('test');&lt;br /&gt;&lt;br /&gt;如果参数有多个相同的名称 ，则可以这样：&lt;br /&gt;var arr = $.query.get('testy');&lt;br /&gt;输出：&amp;nbsp;&amp;nbsp;[ 值1 ,&amp;nbsp;&amp;nbsp;值2,&amp;nbsp;&amp;nbsp;值3...]&lt;br /&gt;&lt;br /&gt;如果要获取多个相同名称中的某一个，可以这样：&lt;br /&gt;var arrayElement = $.query.get('testy[1]');&lt;br /&gt;&lt;br /&gt;此插件不仅能获取参数，也能设置参数。&lt;br /&gt;&lt;br /&gt;设置一个参数：&lt;br /&gt;var newUrl = $.query.set("section", 5).toString(); &lt;br /&gt;输出&amp;nbsp;&amp;nbsp;： "?section=5"&lt;br /&gt;&lt;br /&gt;设置两个参数：&lt;br /&gt;var newUrl = $.query.set("section", 5).set("action", "do").toString(); &lt;br /&gt;输出 :&amp;nbsp;&amp;nbsp;"?action=do&amp;#167;ion=5"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;删除一个参数：&lt;br /&gt;var oldQueryAgain = $.query.REMOVE("type");&lt;br /&gt;&lt;br /&gt;清空所有参数：&lt;br /&gt;var emptyQuery = $.query.empty();&lt;br /&gt;&lt;br /&gt;复制所有参数：&lt;br /&gt;var stillTheSame = $.query.copy();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;插件地址：&lt;br /&gt;&lt;a href="http://plugins.jquery.com/project/query-object" target="_blank"&gt;http://plugins.jquery.com/project/query-object&lt;/a&gt; &lt;img src="http://www.cnblogs.com/solucky/aggbug/1677977.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/solucky/archive/2010/03/04/1677977.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/solucky/archive/2009/09/02/1558936.html</id><title type="text">利用反射，泛型，扩展方法快速获取表单值到实体类</title><summary type="text">f 看到这个随笔:利用反射，泛型，静态方法快速获取表单值到Model。 才想到我在项目中也有类似实现。。只不过我用的是扩展方法。最出的出发点就是太烦琐，一直为表单值付值，，[代码]</summary><published>2009-09-02T09:30:00Z</published><updated>2009-09-02T09:30:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2009/09/02/1558936.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2009/09/02/1558936.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2009/06/05/1497117.html</id><title type="text">[原创]jQuery PreviewImg 上传预览插件</title><summary type="text">jQuery PreviewImg上传图预览插件,可自动缩略图,它是基于jQuery类库,可以预览上传控件需上传的图, 或html 元素中background-image 属性url</summary><published>2009-06-05T08:49:00Z</published><updated>2009-06-05T08:49:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2009/06/05/1497117.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2009/06/05/1497117.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2009/04/24/1443145.html</id><title type="text">js操作frameset frame 对象</title><summary type="text">框架编程概述一个HTML页面可以有一个或多个子框架，这些子框架以&amp;lt;iframe&amp;gt;来标记，用来显示一个独立的HTML页面。这里所讲的框架编程包括框架的自我控制以及框架之间的互相访问，例如从一个框架中引用另一个框架中的JavaScript变量、调用其他框架内的函数、控制另一个框架中表单的行为等。框架间的互相引用一个页面中的所有框架以集合的形式作为window对象的属性提供，例如：windo...</summary><published>2009-04-24T11:59:00Z</published><updated>2009-04-24T11:59:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2009/04/24/1443145.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2009/04/24/1443145.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2008/05/26/1208028.html</id><title type="text">关于“Internet Explorer无法打开站点,已终止操作”</title><summary type="text">在页面还没有ready的时候就调用了htmlObject的appendChild或者innerHTML操作，这样会在IE上弹出一个对话框：&amp;#8220;Internet Explorer无法打开站点,已终止操作&amp;#8221;　　今天就遇到了这个问题，再网上搜索了一下，解决办法大概为以下两点：　　(1)在appendChild或者innerHTML操作处判断document.readyState==...</summary><published>2008-05-26T15:57:00Z</published><updated>2008-05-26T15:57:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2008/05/26/1208028.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2008/05/26/1208028.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2007/11/30/978808.html</id><title type="text">JavaScript 面向对象程序设计（下）——继承与多态</title><summary type="text">前面我们讨论了如何在 JavaScript 语言中实现对私有实例成员、公有实例成员、私有静态成员、公有静态成员和静态类的封装。这次我们来讨论一下面向对象程序设计中的另外两个要素：继承与多态。&#xD;&#xD;1 又是几个基本概念&#xD;为什么要说又呢？  &#xD;&#xD;在讨论继承时，我们已经列出了一些基本概念了，那些概念是跟封装密切相关的概念，今天我们要讨论的基本概念，主要是跟继承与多态相关的，但是它们跟封装也有一些联系。&#xD;&#xD;</summary><published>2007-11-30T12:47:00Z</published><updated>2007-11-30T12:47:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2007/11/30/978808.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2007/11/30/978808.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2007/11/30/978805.html</id><title type="text">JavaScript 面向对象程序设计（上）——封装[转]</title><summary type="text">JavaScript 是一种非常灵活的面向对象程序设计语言，它与传统的强类型的面向对象程序设计语言（如 C++，Java，C# 等）有很大不同，所以要实现如 C++、java、C# 当中的一些特性就需要换一种思考方式来解决。今天主要讨论如何在 JavaScript 脚本中实现数据的封装（encapsulation）。&#xD;&#xD;数据封装说的简单点就是把不希望调用者看见的内容隐藏起来。它是面向对象程序设计的三要素之首，其它两个是继承和多态，关于它们的内容在后面再讨论。&#xD;&#xD;关于数据封装的实现，在 C++、Java、C# 等语言中是通过 public、private、static 等关键字实现的。在 JavaScript 则采用了另外一种截然不同的形式。在讨论如何具体实现某种方式的数据封装前，我们先说几个简单的，大家所熟知却又容易忽略的 JavaScript 的概念。&#xD;&#xD;</summary><published>2007-11-30T12:43:00Z</published><updated>2007-11-30T12:43:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2007/11/30/978805.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2007/11/30/978805.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2007/11/27/974129.html</id><title type="text">JS类 检测上传图片的大小,宽,高及格式检查</title><summary type="text">JS类 检测上传图片的大小,宽,高及格式检查</summary><published>2007-11-27T06:42:00Z</published><updated>2007-11-27T06:42:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2007/11/27/974129.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2007/11/27/974129.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2007/11/03/948307.html</id><title type="text">.net 2.0 制作 柱状图</title><summary type="text">最近项目需要用到图表,饼图,柱状图，这些都很常用，在网上找了下，不是自已要的，只好自已动手做个,先做了个柱状图,先看下效果图代码有详解下载代码 此代码在winform环境下编译通过,要用在web环境也简单，只需将Graphics对像保存相应的地方既可.</summary><published>2007-11-03T12:19:00Z</published><updated>2007-11-03T12:19:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2007/11/03/948307.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2007/11/03/948307.html"/></entry><entry><id>http://www.cnblogs.com/solucky/archive/2007/09/21/900898.html</id><title type="text">[转]AJAX之旅 由prototype_1.3.1进入javascript殿堂－类的初探 </title><summary type="text">AJAX之旅(1)：由prototype_1.3.1进入javascript殿堂－类的初探 还是决定冠上ajax的头衔，毕竟很多人会用这个关键词搜索。虽然我认为这只是个炒作的概念，不过不得不承认ajax叫起来要方便多了。所以ajax的意思我就不详细解释了。写这个教程的起因很简单：经过一段时间的ajax学习，有一些体会，并且越发认识到ajax技术的强大，所以决定记录下来，顺便也是对自己思路的整理。有...</summary><published>2007-09-21T01:59:00Z</published><updated>2007-09-21T01:59:00Z</updated><author><name>㊣鑫哥</name><uri>http://www.cnblogs.com/solucky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/solucky/archive/2007/09/21/900898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/solucky/archive/2007/09/21/900898.html"/></entry></feed>
