<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/308/</link>
<title><![CDATA[找到一款批量清除Squid缓存的小工具]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[Cache与存储]]></category>
<pubDate>Fri, 02 Nov 2007 09:49:01 +0000</pubDate> 
<guid>http://zyan.cc/post/308/</guid> 
<description>
<![CDATA[ 
	　　以前我写过一篇《<a href="read.php/270.htm" target="_blank">清除指定squid缓存文件的脚本</a>》，但在取URL时存在10%的错误率。如今找到一款老外的程序，可以批量清除某类URL的Squid缓存，支持正则表达式。<br/><br/>　　下载网址：<a href="http://www.wa.apana.org.au/~dean/squidpurge/" target="_blank">http://www.wa.apana.org.au/~dean/squidpurge/</a><br/><br/>　　<strong>编译：</strong><div class="quote"><div class="quote-title">引用</div><div class="quote-content">wget <a href="http://www.wa.apana.org.au/~dean/sources/purge-20040201-src.tar.gz" target="_blank">http://www.wa.apana.org.au/~dean/sources/purge-20040201-src.tar.gz</a><br/>tar zxvf purge-20040201-src.tar.gz<br/>cd purge<br/>make</div></div><br/>　　<strong>清除Squid缓存示例：</strong><br/>　　1、清除 URL 以“.mp3”结尾的缓存文件（例如 <a href="http://www.zyan.cc/abc.mp3" target="_blank">http://www.zyan.cc/abc.mp3</a>、<a href="http://www.zyan.cc/01/a.mp3" target="_blank">http://www.zyan.cc/01/a.mp3</a>）<div class="quote"><div class="quote-title">引用</div><div class="quote-content">./purge -p localhost:80 -P 1 -se '&#92;.mp3$'</div></div><br/>　　2、清除URL中包含zyan.cc的所有缓存：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">./purge -p localhost:80 -P 1 -se 'zyan.cc'</div></div><br/>　　我喜欢将程序推到后台去执行，让它慢慢地去清Squid缓存，同时将输出内容记录到purge.log文件：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">./purge -p localhost:80 -P 1 -se 'zyan.cc' > purge.log 2>&1 &</div></div><br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a> , <a href="http://zyan.cc/tags/squid/" rel="tag">squid</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment448</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>sbear &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 07 Nov 2007 07:21:46 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment448</guid> 
<description>
<![CDATA[ 
	性能如何？以前你说的用脚本的方式性能非常差哦。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment1205</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>ben &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 19 Jun 2008 09:51:53 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment1205</guid> 
<description>
<![CDATA[ 
	我想问问 清除单个url的话是不是直接 purge -e url就行了？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment1726</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>ben &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 24 Oct 2008 03:55:00 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment1726</guid> 
<description>
<![CDATA[ 
	不支持64位的系统
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment2005</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>yyrjw &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 18 Nov 2008 07:33:49 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment2005</guid> 
<description>
<![CDATA[ 
	请问下它的配置文件是那个，如果我的squid的配置文件不是/usr/local/squid/etc/squid.conf，我要怎么改它的路径
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment2322</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>dongjie &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 26 Dec 2008 06:06:34 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment2322</guid> 
<description>
<![CDATA[ 
	能有提供for windows版本的啊
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment14186</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>louis vuitton uk &lt;fsf@fdg.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 23 Nov 2011 00:52:55 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment14186</guid> 
<description>
<![CDATA[ 
	This <a href="http://www.louisvuittonoutlets.org.uk" target="_blank">louis vuitton uk</a> for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.You will easily notice the unfold zippers of this <a href="http://www.coachoutletstoreonlinefree.com" target="_blank">coach outlet store online</a>. That is the decoration. There are some inside pockets for you as well. They are easy to match your clothes and to carry.Let us inspire your inner beauty with fine <a href="http://www.christian-louboutinsale.org.uk" target="_blank">christian louboutin sale</a>. Purse the elegance in bridal wedding. Enjoy the fashion.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment17358</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:31:15 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment17358</guid> 
<description>
<![CDATA[ 
	<a href="http://www.christianlouboutinukuk.org" target="_blank">christian louboutin</a><br/><a href="http://www.tiffanyuksuk.org" target="_blank">tiffanys</a><br/><a href="http://www.gucciukbeltuk.org" target="_blank">gucci uk</a><br/><a href="http://www.frsaclouisvuittonsac.com" target="_blank">louis vuitton sac</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment17381</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:36:20 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment17381</guid> 
<description>
<![CDATA[ 
	<a href="http://www.chanelukoutlets.org.uk" target="_blank">chanel uk</a><br/><a href="http://www.burberryukoutletuk.org" target="_blank">burberry uk</a><br/><a href="http://www.poloralphlaurenuks.org" target="_blank">ralph lauren uk</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment18830</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:13:08 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment18830</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment18831</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:13:16 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment18831</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment18832</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:13:22 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment18832</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment18833</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:13:28 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment18833</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment19932</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:08:00 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment19932</guid> 
<description>
<![CDATA[ 
	We aim to make all our customers satisfy with our products. You will find a variety of Men&#039;s fashion <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton uk</a>, fashion Women&#039;s cheap Louis Vuitton bags in our store at affordable price.Thinking of interesting ways to cost a milestone birthday? <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online shop</a> had one of the most distinctive distinctive celebrations.bakery along with living room operated by means of about three moment <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online</a> Most effective Pastry Chef’s of the year Rammy Nominee Chef’s.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment19933</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:08:11 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment19933</guid> 
<description>
<![CDATA[ 
	The choices are likely to be basically countless seeing that <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton outlet</a> occurs with the help of completely new and also incredible concepts once in a while.Louis vuitton Wholesale Monogram Canvas HandbagsLouis Vuitton Collection Beach Handbags <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton bags outlet</a> Damier Canvas HandbagsLouis vuitton Mahina HandbagsLouis Vuitton Monogram Mini Lin HandbagsLouis Vuitton Monogram Multicolore HandbagsLouis vuitton Monogram Vernis HandbagsLouis Vuitton Wholesale Epi Leather HandbagsLouis Vuitton For Men HandbagsLouis Vuitton Damier Canvas WalletsLouis Vuitton Epi Leather WalletsLouis Vuitton Monogram Canvas WalletsLouis Vuitton Monogram Vernis WalleLouis Vuitton ShoesLouis Vuitton Men wallets.As the Authentic Louis Vuitton are so high-priced, so came the <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton handbags outlet</a>.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/308/#blogcomment19934</link>
<title><![CDATA[[评论] 找到一款批量清除Squid缓存的小工具]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:08:17 +0000</pubDate> 
<guid>http://zyan.cc/post/308/#blogcomment19934</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachoutletao.org" target="_blank">coach outlet</a> has become a popular shopping experience for consumers around the world, and a desirable distribution channel for manufacturer&#039;s and retailers.Getting your hands on <a href="http://www.coachoutletao.org" target="_blank">coach outlet store online</a> can be a hefty investment of hundreds of dollars.But do not despair,the Coach Outlet store could be the answer to your prayers.<a href="http://www.coachoutletao.org" target="_blank">coach outlet online</a> is your smart choice when you want to get the discount Coach accessory. You can find the exact Coach Bags and other accessory you want at a low price that&#039;s right for you. My dear friends, let the <a href="http://www.coachoutletao.org" target="_blank">coach outlet online</a> pave your way into the world of high fashion with their ultimate fashion factory.
]]>
</description>
</item>
</channel>
</rss>