<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fresker小站 &#187; JQuery</title>
	<atom:link href="http://www.fresker.com/old2/archives/category/%e6%95%99%e7%a8%8b%e7%b1%bb/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>jQuery IE 6 7 8 出错: 意外地调用了方法或属性访问</title>
		<link>http://www.fresker.com/old2/archives/594</link>
		<comments>http://www.fresker.com/old2/archives/594#comments</comments>
		<pubDate>Thu, 25 Oct 2012 08:47:57 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[教程类]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/594</guid>
		<description><![CDATA[jquery在ie6,7,8下报错 JQUERY IE error: unexpected call to method or property access 意外地调用了方法或属性访问 意外地调用了方法或属性访问 or unexpected call to method or property access $('tbody').html(htmlinfo);&#160;&#160;&#160;&#160;//ie下直接插入html内容到一个节点时报错 解决方法： 将html内容添加到一个不同的元素标签里面，如下面的&#60;tbody&#62; $('table').html('&#60;tbody&#62;' + htmlinfo+ '&#60;/tbody&#62;');&#160;&#160;&#160;&#160;//本人使用此种方式 或者 document.title = htmlinfo;&#160;&#160;&#160;&#160;//这种方式也可以，但是个人还是喜欢上面一种]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/594/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu11.10安装apache2.2.20+mysql5.1.61+php5.3.6</title>
		<link>http://www.fresker.com/old2/archives/487</link>
		<comments>http://www.fresker.com/old2/archives/487#comments</comments>
		<pubDate>Tue, 24 Apr 2012 17:22:18 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/487</guid>
		<description><![CDATA[Ubuntu下部署lamp （Ubuntu11.10+apache2.2.20+mysql5.1.61+php5.3.6） 环境： Ubuntu11.10 默认版本：apache2.2.20&#160; mysql5.1.61 phpmyadmin3.4.5 php5.3.6 &#160; 为了安装下载速度更快 更新源操作参考：http://wiki.ubuntu.org.cn/%E6%BA%90%E5%88%97%E8%A1%A8 新得立安装方式： sudo apt-get install chkconfig #安装chkconfig(一种偷懒的方式，后面使用chkconfig设置开机启动) 安装apache &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sudo apt-get install apache2&#160;&#160; #安装apache2,根据提示输入y继续安装 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sudo service apache2 start &#160;&#160; #启动apache &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sudo service apache2 restart #重启apache,此在修改配置项后常用到 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 或者sudo /etc/init.d/apache2 restart &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sudo chkconfig apache2 on&#160;&#160;&#160;&#160;&#160; #设置开机启动apache 安装Mysql &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sudo apt-get install mysql-server-5.1&#160;&#160;&#160;&#160;&#160; #安装mysql，安装提示输入y继续安装 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/487/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win7下使用远程桌面连接</title>
		<link>http://www.fresker.com/old2/archives/444</link>
		<comments>http://www.fresker.com/old2/archives/444#comments</comments>
		<pubDate>Wed, 07 Dec 2011 17:31:16 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[电脑知识]]></category>
		<category><![CDATA[电脑维修]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/444</guid>
		<description><![CDATA[&#160; 电脑重装好，删除了多余的东西，结果把开始菜单中的附件也给删了，一时间如何开启远程桌面不知道了。在网上搜到个方法，还不错，更简洁，记录下，怕忘了。 &#160; 开始=&#62;mstsc.exe（这种是在win7的搜索框中搜索出mstsc.exe的位置） 或者 windows+r=&#62;mstsc.exe 2种方法，自己选择 通过 Wiz 发布]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/444/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlite常用</title>
		<link>http://www.fresker.com/old2/archives/441</link>
		<comments>http://www.fresker.com/old2/archives/441#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:08:37 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[JAVA开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/441</guid>
		<description><![CDATA[简介 特点 软件属于公共财（public domain），SQLite可说是某种「美德软件」 （virtueware），作者本人放弃着作权，而给使用SQLite的人以下的「祝福」 （blessing）： May you do good and not evil. 愿你行善莫行恶 May you find forgiveness for yourself and forgive others. 愿你原谅 自己宽恕他人 May you share freely, never taking more than you give. 愿你宽心与 人分享，所取不多于你所施予 支援大多数的SQL指令（下面会简单介绍）。 一个文件就是一个数据库。不需要安装数据库服务器软件。 完整的Unicode支援（因此没有跨语系的问题）。 速度很快。 SQLite顾名思议是以SQL为基础的数据库软件，SQL是一套强大的数据库语言，主 要概念是由「数据库」、「资料表」（table）、「查询指令」（queries）等单 元组成的「关联性数据库」（进一步的概念可参考网络上各种关于SQL及关联性数 据库的文件）。因为SQL的查询功能强大，语法一致而入门容易，因此成为现今主 流数据库的标准语言（微软、Oracle等大厂的数据库软件都提供SQL语法的查询及 操作）。 Linux 下命令行操作 下面的命令都是在 Linux 下运行过，基于 Debian 5.0，其他 Linux [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/441/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U盘启动安装Ghost xp或Win7</title>
		<link>http://www.fresker.com/old2/archives/424</link>
		<comments>http://www.fresker.com/old2/archives/424#comments</comments>
		<pubDate>Thu, 13 Oct 2011 11:12:26 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[电脑知识]]></category>
		<category><![CDATA[电脑维修]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/424</guid>
		<description><![CDATA[用你制作的“晨风U盘”启动电脑，在主界面选择“GHOST工具合集”，选择Ghost11.2，然后选用Partition from image的方式，定位到U盘（盘符为[1.1]）或硬盘分区，选中你复制进去的xp或者win7的gho文件，接下来选择目标盘（看清容量，别选错了，选错就把镜像恢复到U盘上去了），然后是选择分区，一般都是选硬盘第一个分区（若是安装双系统的第二个系统则此时选择其他某个分区）。选好之后，便开始恢复镜像，等进度条滚到头，回车，电脑重启，剩下的事儿就是等待了，直到看见桌面为止。 如果你想换个其他版本的系统，那就重新下载一个ISO解压，如果你U盘容量足够大，可以把好多不同版本的GHO文件都放在里面，改好名字（不要中文哦），想装哪个系统就装哪个系统，够方便吧。 这种方法的关键就是你会手动Ghost。 通过 Wiz 发布]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/424/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个算法告诉你一个哲理</title>
		<link>http://www.fresker.com/old2/archives/395</link>
		<comments>http://www.fresker.com/old2/archives/395#comments</comments>
		<pubDate>Wed, 20 Jul 2011 15:35:10 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[JAVA开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/395</guid>
		<description><![CDATA[通过 Wiz 发布]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/395/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> 邮件被拒收处理方法</title>
		<link>http://www.fresker.com/old2/archives/385</link>
		<comments>http://www.fresker.com/old2/archives/385#comments</comments>
		<pubDate>Thu, 30 Jun 2011 11:47:23 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[JAVA开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/385</guid>
		<description><![CDATA[查看返回代码确定问题根源 邮件服务返回代码含义: * 500 格式错误，命令不可识别（此错误也包括命令行过长）* 501 参数格式错误* 502 命令不可实现* 503 错误的命令序列* 504 命令参数不可实现* 211 系统状态或系统帮助响应* 214 帮助信息* 220 服务就绪* 221 服务关闭传输信道* 421 服务未就绪，关闭传输信道（当必须关闭时，此应答可以作为对任何命令的响应）* 250 要求的邮件操作完成* 251 用户非本地，将转发向* 450 要求的邮件操作未完成，邮箱不可用（例如，邮箱忙）* 550 要求的邮件操作未完成，邮箱不可用（例如，邮箱未找到，或不可访问）* 451 放弃要求的操作；处理过程中出错* 551 用户非本地，请尝试* 452 系统存储不足，要求的操作未执行* 552 过量的存储分配，要求的操作未执行* 553 邮箱名不可用，要求的操作未执行（例如邮箱格式错误）* 354 开始邮件输入，以.结束* 554 操作失败* 535 用户验证失败* 235 用户验证成功* 334 等待用户输入验证信息 确认邮箱拼写正确 客户邮箱可能长时间没有使用，需要登录激活. 请客户检查邮箱是否设置拒收. 客户邮箱释放已经满，没足够的空间 [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/385/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache虚拟主机</title>
		<link>http://www.fresker.com/old2/archives/290</link>
		<comments>http://www.fresker.com/old2/archives/290#comments</comments>
		<pubDate>Mon, 29 Nov 2010 11:12:57 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=290</guid>
		<description><![CDATA[在apache下设置虚拟主机有很多的好处。可以便于我们调试。此处我总结一下我的设置过程，便于以后查阅： 1.在apache的配置文件中：/apache安装目录/conf/httpd.conf文件 插入 以下： ServerName mydomains1.com DocumentRoot &#8220;f:/www/magento/&#8221; ServerName  mydomains2.com DocumentRoot &#8220;f:/www/svn_shop_laster/&#8221; 然后，修改host文件：C:\WINDOWS\system32\drivers\etc\HOSTS 在其中加上： 127.0.0.1       mydomains1.com 127.0.0.2     mydomain2.com]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery实现页面自动跳转</title>
		<link>http://www.fresker.com/old2/archives/286</link>
		<comments>http://www.fresker.com/old2/archives/286#comments</comments>
		<pubDate>Mon, 08 Nov 2010 09:22:05 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[教程类]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=286</guid>
		<description><![CDATA[有些时候，我们希望我们的页面可以自动跳转，页面跳转的方式比较多，在此使用的是js控制页面在加载完成后跳转： html部分： &#60;span id=&#8221;totalSecond&#8221; class =&#8221;c_red&#8221; &#62;10&#60;/span&#62;秒后自动跳转        //这是页面跳转的显示部分，主要是涉及一个id js部分： //由于下面使用的jquery的方式获取id，请在下面代码前加载jquery库文件 &#60;script type=&#8221;text/javascript&#8221;&#62; var second = $(&#8220;#totalSecond&#8221;).html();            //获取了id setInterval(&#8220;Autoredirect()&#8221;, 1000); function Autoredirect(){ if(second &#60; 0 ){ location.href = &#8216;http://www.fresker.com&#8217;;        //此处改为你希望跳转到的地址 }else{ $(&#8220;#totalSecond&#8221;).html(second&#8211;); } } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/286/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress垃圾评论控制插件</title>
		<link>http://www.fresker.com/old2/archives/281</link>
		<comments>http://www.fresker.com/old2/archives/281#comments</comments>
		<pubDate>Fri, 05 Nov 2010 10:15:33 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=281</guid>
		<description><![CDATA[前段时间，老是被垃圾评论困扰，自己又忙于工作，没时间打理，今天抽了点时间，找了找垃圾评论控制插件，搜了一下，出来的结果还不少，不过这些插件的功效怎么样不敢保证，不过Akismet倒是大家评价还行，因为他是wordpress自带的，不过由于自己空间的 原因，不支持激活，所以没办法使用，不过自己在wordpress插件库去转了转，发现了一个插件：cookies-for-comments，感觉还不错，就把他拿来试一试，使用方法简单，扔插件位置，激活就OK了，今天刚装上，自己写了上 一篇文章之后就看到一条垃圾评论，一看，是cookies-for-comments这哥们帮哥拦下了，首战告捷，不知道这个插件在后期的表现会是如何，期待他的表现哟。 不过自己在此也将Akismet的使用和介绍列出来。便于以后参考。 Akismet wordpress自带的发垃圾插件，需要到wordpress.com注册一个激活码后才能使用。 使用的是Akismet和 some chinese please 的组合，差不多把99%的垃圾评论都干掉了，除了偶尔一些漏网之鱼。如果博客碰到垃圾评论的时候，建议不要立即删除，而是把它评为垃圾评论。这样Akismet会自动学习去辨认更多的垃圾评论，直到把所有的垃圾评论都干掉为止。 另外，关于Akismet还有一个小技巧：Akismet默认保留垃圾留言的天数的15天，在15天之后会自动删除。但问题在于，Akismet对于spam的辨别能力还不是很好，很有可能把正常的留言拦截成spam。因此，一旦你有一段比较长的时间不能够登录博客，例如春节回家了，那么有可能误删很多留言，从而造成不必要的麻烦，或者损失，下面是解决的方法： 1、登录wordpress后台； 2、在控制面板里面找到“插件”这个菜单，选择插件编辑器； 3、找到 akismet这个插件，点击它，然后找到如下的代码： $wpdb-&#62;query(&#8220;DELETE FROM $wpdb-&#62;comments WHERE DATE_SUB(&#8216;$now_gmt&#8217;, INTERVAL 15 DAY) &#62; comment_date_gmt AND comment_approved = &#8216;spam&#8217;&#8221;); 4、其中INTERVAL 15 DAY中的15换成你自己想要的天数就可以了，例如60。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/281/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->