<?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>技术 &#8211; ~</title>
	<atom:link href="https://moneyslow.com/tag/tech/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description></description>
	<lastBuildDate>Sat, 09 May 2026 08:27:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>https的压力测试工具siege用法</title>
		<link>https://moneyslow.com/https%e7%9a%84%e5%8e%8b%e5%8a%9b%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7siege%e7%94%a8%e6%b3%95.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Wed, 06 Aug 2014 15:07:12 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">http://blog.a8z8.com/?p=203</guid>

					<description><![CDATA[jeo dog 是个有10多年历史的软件站，有个https的工具siege很厉害，几乎国内没有使用的，今天介绍给大家。 先下载安装： wget http://download.joedog.org/siege/siege-3.0.5.tar.gz tar -xzvf siege-3.0.5.tar.gz cd siege-3.0.5 ./configure --prefix=/home/2hei.net/siege --with-ssl=/usr/include/openssl make &#38;&#38; make install 运行测试，模拟1000用户打压5分钟： /home/2hei.net/siege/bin/siege -c 1000 -t 5m https://xxx.com 结果： Lifting the server siege... done. Transactions: 376673 hits Availability: 99.98 % Elapsed time: 299.70 secs Data transferred: 114.59 MB Response time: 0.29 secs Transaction rate: 1256.83 trans/sec Throughput: 0.38 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>解决wordpress中访问googleapis.com 访问慢</title>
		<link>https://moneyslow.com/%e8%a7%a3%e5%86%b3wordpress%e4%b8%ad%e8%ae%bf%e9%97%aegoogleapis-com-%e8%ae%bf%e9%97%ae%e6%85%a2%e7%9a%84%e9%97%ae%e9%a2%98.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sat, 19 Jul 2014 01:49:03 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">http://blog.a8z8.com/?p=22</guid>

					<description><![CDATA[wordpress中的很多样式需要google支持，国内访问又慢，好在360给我们提供了公共资源，直接替换即可： 先查下包含googleapis的代码：（目的是确定能够find出代码） #find . -name "*.php" -o -name "*.css" -o -name "*.js" -o -name "*.html" -o -name "*.js" -type f &#124;xargs grep googleapis ./wp-content/themes/my-money/style.css:@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400); ./wp-content/themes/my-money/fw/mythemes.class.php: @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400); ./wp-content/themes/my-money/media/admin/css/admin.css:@import url("http://fonts.googleapis.com/css?family=Oswald&#38;v1"); ./wp-content/themes/my-money/media/admin/css/admin.css:@import url("http://fonts.googleapis.com/css?family=PT+Sans+Narrow&#38;v1"); ./wp-includes/js/tinymce/plugins/compat3x/css/dialog.css:@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&#38;subset=latin-ext,latin); ./wp-includes/script-loader.php: $scripts-&#62;add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1'); ./wp-includes/script-loader.php: $scripts-&#62;add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0'); ./wp-includes/script-loader.php: $scripts-&#62;add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0'); ./wp-includes/script-loader.php: $scripts-&#62;add( 'scriptaculous-dragdrop', [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>nginx thief</title>
		<link>https://moneyslow.com/nginx-thief.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Fri, 18 Jul 2014 13:59:57 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[互联网技术]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">http://blog.a8z8.com/?p=20</guid>

					<description><![CDATA[山寨对方的网站,但是反向代理后的网站还是有对方的绝对链接时，怎么办？所以要用替换链接方法]]></description>
		
		
		
			</item>
	</channel>
</rss>
