<?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>幻想曲.Net &#187; Others</title>
	<atom:link href="http://yibin.us/tag/others/feed" rel="self" type="application/rss+xml" />
	<link>http://yibin.us</link>
	<description>曾经沧海难为水，除却巫山不是云</description>
	<lastBuildDate>Tue, 15 May 2012 14:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>寻Apache2下Discuz高性能配置方案</title>
		<link>http://yibin.us/archives/6096</link>
		<comments>http://yibin.us/archives/6096#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:42:55 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=6096</guid>
		<description><![CDATA[服务器品牌 DELL 服务器型号 PE1850 cpu类型 Intel Xeon 2.80GHz cpu个数 2 内存条类型 512M 内存条个数 2 硬盘类型1 36G 硬盘个数1 1 操作系统：Linux centos2 2.6.18-92.el5 Apache 2.0 PHP 5.2.9 目前300并发，持续时间1小时 测试截图: 已安装Discuz7.0版，目前论坛并无帖子。 下午进行LoadRunner测试， 100用户并发时，响应时间在1.5s左右。 400用户并发时，响应时间约为3s，但每秒连接数一直处于170左右，无法继续上升。 此时，web服务器CPU占用70%-80% Db服务器为2%，基本无压力。 在网上看到一些文章，Apache在配置正确的情况下基本上可以处理每秒2K的并发请求，但今天的测试让我大跌眼镜。 响应时间也不够理想，况且这次的测试只是测了首页的访问，而且首页是做了缓存处理的。 最开始是怀疑httpd.conf中最大连接数没有设置正确，改动后重启Apache依然如此。 最令人担忧的是居高不下的CPU占用率。 希望有在Apache下配置Discuz经验的大虾们能给一个合理的配置方案。]]></description>
			<content:encoded><![CDATA[<p>服务器品牌  DELL<br />
服务器型号  PE1850<br />
cpu类型  Intel Xeon 2.80GHz<br />
cpu个数  2<br />
内存条类型  512M<br />
内存条个数  2<br />
硬盘类型1  36G<br />
硬盘个数1  1</p>
<p>操作系统：Linux centos2 2.6.18-92.el5<br />
Apache 2.0<br />
PHP 5.2.9</p>
<p>目前300并发，持续时间1小时<br />
测试截图:</p>
<p><a class="thickbox" href="http://bbs.phpchina.com/attachments/month_0904/09042911287b8c1b085214064d.png"><img class="img" src="http://bbs.phpchina.com/attachments/month_0904/09042911287b8c1b085214064d.png" alt="" /></a><br />
已安装Discuz7.0版，目前论坛并无帖子。</p>
<p>下午进行LoadRunner测试，<br />
100用户并发时，响应时间在1.5s左右。<br />
400用户并发时，响应时间约为3s，但每秒连接数一直处于170左右，无法继续上升。<br />
此时，web服务器CPU占用70%-80%<br />
Db服务器为2%，基本无压力。</p>
<p>在网上看到一些文章，Apache在配置正确的情况下基本上可以处理每秒2K的并发请求，但今天的测试让我大跌眼镜。<br />
响应时间也不够理想，况且这次的测试只是测了首页的访问，而且首页是做了缓存处理的。<br />
最开始是怀疑httpd.conf中最大连接数没有设置正确，改动后重启Apache依然如此。<br />
最令人担忧的是居高不下的CPU占用率。</p>
<p>希望有在Apache下配置Discuz经验的大虾们能给一个合理的配置方案。</p>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/6096/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>accept-charset与Header P3P</title>
		<link>http://yibin.us/archives/6092</link>
		<comments>http://yibin.us/archives/6092#comments</comments>
		<pubDate>Fri, 20 Mar 2009 01:49:01 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=6092</guid>
		<description><![CDATA[场景一： A网站全站均为UTF-8编码，B网站全站为GB2312编码。 A网站提供一段JS代码供B网站调用，该代码会动态生成一个FORM表单，以收集提交上来的数据。 B网站此时开始提交数据，但提交上来的中文均为乱码。 现象的产生是由于二个网站编码不一致而导致的，一般情况下使二个网站的编码一致即可。 如果无法统一编码该怎么办？ FORM有一个accept-charset属性 &#60;form method=”post” action=”&#8230;” accept-charset=”utf-8&#8243;&#62; &#8230; &#60;/form&#62; 测试成功，但在IE下不成功，需要一个HACK来解决： 在form的onsubmit事件触发时动态改变document的编码，即： onsubmit=”document.charset=&#8217;utf-8&#8242;;” 场景二： A网站提供一个页面供其它网站进行Iframe调用，该页面使用了SESSION，并进行了SESSION判断。 现象： B网站IFRAME了A网站的页面，总显示SESSION过期，但直接在浏览器中打开该页面却又是正常的。 这是由于浏览器的安全性所致，SESSION依赖于COOKIE，A与B是二个完全不同的域，A网站没法去读取B网站下的COOKIE，所以SESSION也就失效了。 解决办法： A网站的页面在输出头上附加一个P3P属性，值为CP=CAO PSA OUR即可。 如： Response.AddHeader(“P3P”, “CP=CAO PSA OUR”); if (Session[SESSIONKEY] == null) { //TODO:其它操作 } Discuz中的同步登录也这样实现的]]></description>
			<content:encoded><![CDATA[<p><span style="color: blue;">场景一</span>：<br />
A网站全站均为UTF-8编码，B网站全站为GB2312编码。<br />
A网站提供一段JS代码供B网站调用，该代码会动态生成一个FORM表单，以收集提交上来的数据。<br />
B网站此时开始提交数据，但提交上来的中文均为乱码。<br />
现象的产生是由于二个网站编码不一致而导致的，一般情况下使二个网站的编码一致即可。<br />
如果无法统一编码该怎么办？</p>
<p>FORM有一个accept-charset属性</p>
<p>&lt;form method=”post” action=”&#8230;” accept-charset=”utf-8&#8243;&gt;<br />
&#8230;<br />
&lt;/form&gt;</p>
<p>测试成功，但在IE下不成功，需要一个HACK来解决：<br />
在form的onsubmit事件触发时动态改变document的编码，即：<br />
<strong>onsubmit=”document.charset=&#8217;utf-8&#8242;;”</strong></p>
<p><span style="color: blue;">场景二</span>：<br />
A网站提供一个页面供其它网站进行Iframe调用，该页面使用了SESSION，并进行了SESSION判断。<br />
现象：<br />
B网站IFRAME了A网站的页面，总显示SESSION过期，但直接在浏览器中打开该页面却又是正常的。<br />
这是由于浏览器的安全性所致，SESSION依赖于COOKIE，A与B是二个完全不同的域，A网站没法去读取B网站下的COOKIE，所以SESSION也就失效了。<br />
解决办法：<br />
A网站的页面在输出头上附加一个P3P属性，值为CP=CAO PSA OUR即可。<br />
如：</p>
<p>Response.AddHeader(“P3P”, “CP=CAO PSA OUR”);<br />
if (Session[SESSIONKEY] == null)<br />
{<br />
//TODO:其它操作<br />
}</p>
<p><a href="http://yibin.us/Archives/6084.aspx" target="_blank">Discuz中的同步登录也这样实现的</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/6092/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>不能订阅的rss?</title>
		<link>http://yibin.us/archives/6074</link>
		<comments>http://yibin.us/archives/6074#comments</comments>
		<pubDate>Mon, 02 Feb 2009 14:11:56 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=6074</guid>
		<description><![CDATA[抱歉，想抓取的是这个rss： http://www.achome.cn/blog/?feed=rss 使用simplexml_load_file 结果出错： Warning: simplexml_load_file(http://www.achome.cn/blog/?feed=rss) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in D:phpsitephprssfeedcheck.php on line 5 Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity “http://www.achome.cn/blog/?feed=rss” in D:phpsitephprssfeedcheck.php on line 5 再使用file_get_contents与simplexml_load_string配合 Warning: file_get_contents(http://www.achome.cn/blog/?feed=rss) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal [...]]]></description>
			<content:encoded><![CDATA[<p>抱歉，想抓取的是这个rss：</p>
<p>http://www.achome.cn/blog/?feed=rss</p>
<p>使用simplexml_load_file<br />
结果出错：</p>
<blockquote class="yb-quote"><p>Warning: simplexml_load_file(http://www.achome.cn/blog/?feed=rss)<br />
[function.simplexml-load-file]: failed to open stream: HTTP request failed!<br />
HTTP/1.0 500 Internal Server Error in D:phpsitephprssfeedcheck.php on line 5</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning :<br />
failed to load external entity “http://www.achome.cn/blog/?feed=rss”<br />
in D:phpsitephprssfeedcheck.php on line 5</p></blockquote>
<p>再使用file_get_contents与simplexml_load_string配合</p>
<blockquote class="yb-quote"><p>Warning: file_get_contents(http://www.achome.cn/blog/?feed=rss) [function.file-get-contents]:<br />
failed to open stream: HTTP request failed!<br />
HTTP/1.0 500 Internal Server Error in D:phpsitephprssfeedcheck.php on line 3</p></blockquote>
<p>用浏览器访问一切OK。</p>
<p>用.net中的HttpWebRequest</p>
<pre class="brush: csharp; title: ; notranslate">&lt;/pre&gt;
static void Main(string[] args)
{
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(&quot;http://www.achome.cn/blog/?feed=rss&quot;);
req.AllowAutoRedirect = true;
req.Accept = &quot;image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*&quot;;
try
{
using (HttpWebResponse res = (HttpWebResponse)req.GetResponse())
{
using (StreamReader r = new StreamReader(res.GetResponseStream()))
{
Console.Write(r.ReadToEnd());
}
}
}
catch (Exception ex)
{
Console.Write(ex.Message);
}
Console.Read();
}
</pre>
<p>与PHP中同样的错误,OMG<br />
<a class="thickbox" href="http://yibin.us/wp-content/uploads/20090202/2009-02-02_221617.png"><img class="img" src="http://yibin.us/wp-content/uploads/20090202/2009-02-02_221617.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/6074/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>CSS之生成内容</title>
		<link>http://yibin.us/archives/6018</link>
		<comments>http://yibin.us/archives/6018#comments</comments>
		<pubDate>Tue, 09 Sep 2008 12:25:20 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=6018</guid>
		<description><![CDATA[注：IE8以前的版本均不支持该特性为了向文档中插入生成内容，可以使用:before与:after伪元素。 如，我想在所有链接的后面加上”(link)”，可以这样： &#60;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&#62; &#60;html xmlns=”http://www.w3.org/1999/xhtml”&#62; &#60;head&#62; &#60;title&#62; new document &#60;/title&#62; &#60;meta name=”generator” content=”editplus” /&#62; &#60;meta name=”author” content=”" /&#62; &#60;meta name=”keywords” content=”" /&#62; &#60;meta name=”description” content=”" /&#62; &#60;style type=”text/css”&#62; *{margin:0;padding:0;} body{font-size:9pt;} a{text-decoration:none; display:block;} a:hover{text-decoration:underline;} #main { margin:0 auto; border:solid 1px #ccc; width:500px; height:500px; padding:10px; } a[href]:after{content:”(link)”;} a[href]:before{content:”链接”;} &#60;/style&#62; &#60;/head&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><font color="Red">注：IE8以前的版本均不支持该特性</font><br />为了向文档中插入生成内容，可以使用:before与:after伪元素。</p>
<p>如，我想在所有链接的后面加上”(link)”，可以这样：
<div class="codediv"><textarea name="codes" class="runcode" rows="12" cols="65"><br />
&lt;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;<br />
&lt;html xmlns=”http://www.w3.org/1999/xhtml”&gt;<br />
 &lt;head&gt;<br />
  &lt;title&gt; new document &lt;/title&gt;<br />
  &lt;meta name=”generator” content=”editplus” /&gt;<br />
  &lt;meta name=”author” content=”" /&gt;<br />
  &lt;meta name=”keywords” content=”" /&gt;<br />
  &lt;meta name=”description” content=”" /&gt;<br />
  &lt;style type=”text/css”&gt;<br />
  *{margin:0;padding:0;}<br />
  body{font-size:9pt;}<br />
  a{text-decoration:none; display:block;}<br />
  a:hover{text-decoration:underline;}</p>
<p>#main<br />
{<br />
margin:0 auto;<br />
border:solid 1px #ccc;<br />
width:500px;<br />
height:500px;<br />
padding:10px;<br />
}<br />
a[href]:after{content:”(link)”;}<br />
a[href]:before{content:”链接”;}<br />
  &lt;/style&gt;<br />
 &lt;/head&gt;</p>
<p> &lt;body&gt;<br />
  &lt;div id=”main”&gt;<br />
     &lt;a href=”http://yibin.us”&gt;lemongtree.com&lt;/a&gt;<br />
  &lt;/div&gt;<br />
 &lt;/body&gt;<br />
&lt;/html&gt;<br />
</textarea><br/><a class="run" href="#1" onclick="runCode(this);">运行代码</a></div>
<p>也可以插入图片：
<div class="codediv"><textarea name="codes" class="runcode" rows="12" cols="65"><br />
&lt;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;<br />
&lt;html xmlns=”http://www.w3.org/1999/xhtml”&gt;<br />
 &lt;head&gt;<br />
  &lt;title&gt; new document &lt;/title&gt;<br />
  &lt;meta name=”generator” content=”editplus” /&gt;<br />
  &lt;meta name=”author” content=”" /&gt;<br />
  &lt;meta name=”keywords” content=”" /&gt;<br />
  &lt;meta name=”description” content=”" /&gt;<br />
  &lt;style type=”text/css”&gt;<br />
  *{margin:0;padding:0;}<br />
  body{font-size:9pt;}<br />
  a{text-decoration:none; display:block;}<br />
  a:hover{text-decoration:underline;}</p>
<p>#main<br />
{<br />
margin:0 auto;<br />
border:solid 1px #ccc;<br />
width:500px;<br />
height:500px;<br />
padding:10px;<br />
}<br />
a[href]:after{content:url(http://yibin.us/pics/flags/cn.png);}  /*显示图片*/<br />
  &lt;/style&gt;<br />
 &lt;/head&gt;</p>
<p> &lt;body&gt;<br />
  &lt;div id=”main”&gt;<br />
     &lt;a href=”http://yibin.us”&gt;lemongtree.com&lt;/a&gt;<br />
  &lt;/div&gt;<br />
 &lt;/body&gt;<br />
&lt;/html&gt;<br />
</textarea><br/><a class="run" href="#1" onclick="runCode(this);">运行代码</a></div>
<p>当然，还有插入属性值：<br />如<br />a[href]:after{content:attr(href);}<br />这样会将链接的href属性写在链接之后
<div class="codediv"><textarea name="codes" class="runcode" rows="12" cols="65"><br />
&lt;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;<br />
&lt;html xmlns=”http://www.w3.org/1999/xhtml”&gt;<br />
 &lt;head&gt;<br />
  &lt;title&gt; new document &lt;/title&gt;<br />
  &lt;meta name=”generator” content=”editplus” /&gt;<br />
  &lt;meta name=”author” content=”" /&gt;<br />
  &lt;meta name=”keywords” content=”" /&gt;<br />
  &lt;meta name=”description” content=”" /&gt;<br />
  &lt;style type=”text/css”&gt;<br />
  *{margin:0;padding:0;}<br />
  body{font-size:9pt;}<br />
  a{text-decoration:none; display:block;}<br />
  a:hover{text-decoration:underline;}</p>
<p>#main<br />
{<br />
margin:0 auto;<br />
border:solid 1px #ccc;<br />
width:500px;<br />
height:500px;<br />
padding:10px;<br />
}<br />
a[href]:after{content:”{” attr(href) “}”;}<br />
  &lt;/style&gt;<br />
 &lt;/head&gt;</p>
<p> &lt;body&gt;<br />
  &lt;div id=”main”&gt;<br />
     &lt;a href=”http://yibin.us”&gt;lemongtree&lt;/a&gt;<br />
  &lt;/div&gt;<br />
 &lt;/body&gt;<br />
&lt;/html&gt;<br />
</textarea><br/><a class="run" href="#1" onclick="runCode(this);">运行代码</a></div>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/6018/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>基于Discuz修改的UBB编辑器</title>
		<link>http://yibin.us/archives/6011</link>
		<comments>http://yibin.us/archives/6011#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:53:11 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=6011</guid>
		<description><![CDATA[自Blog后台使用纯Textarea进行日志的发布、修改后一直有诸多不便。今日偶然发现有一款“天枫UBB编辑器”，是基于Discuz修改的。看了一下Demo感觉不错，于是替换掉了后台的纯Textarea演示1，演示2 具体修改如下：1、从http://www.dreamsun.cn/web/show.asp?id=1952下载编辑器。2、在blogengine/admin下建立Discuz目录用来存放编辑器所需的文件，结构如下3、打开blogengine/admin/htmlEditor.ascx文件，找到TinyMCE1，加上style=”display:none;”。4、增加 &#60;iframe ID=”Editor” name=”Editor” src=”&#60;%= Page.ResolveUrl(“../Discuz/edit.htm?ubb=0&#038;id=”+ TinyMCE1.UniqueID) %&#62;” frameBorder=”0&#8243; marginHeight=”0&#8243; marginWidth=”0&#8243; scrolling=”No” style=”height:400px;width:90%”&#62;&#60;/iframe&#62;大功告成！现在后台添加文章方便多了]]></description>
			<content:encoded><![CDATA[<p>自Blog后台使用纯Textarea进行日志的发布、修改后一直有诸多不便。<br />今日偶然发现有一款“天枫UBB编辑器”，是基于Discuz修改的。<br />看了一下Demo感觉不错，于是替换掉了后台的纯Textarea<br /><a href="http://www.dreamsun.cn/web/demo/tfubb/index.html" target="_blank">演示1</a>，<a href="http://www.dreamsun.cn/web/demo/tfubb/index2.html" target="_blank">演示2</a></p>
<p>具体修改如下：<br />1、从<a href="http://www.dreamsun.cn/web/show.asp?id=1952" target="_blank">http://www.dreamsun.cn/web/show.asp?id=1952</a>下载编辑器。<br />2、在blogengine/admin下建立Discuz目录用来存放编辑器所需的文件，结构如下<br /><a href="http://yibin.us/wp-content/uploads/20080902/2008-09-02_215017.png"  class="thickbox"><img src="http://yibin.us/wp-content/uploads/20080902/2008-09-02_215017.png" class="img"  /></a><br />3、打开blogengine/admin/htmlEditor.ascx文件，找到TinyMCE1，加上style=”display:none;”。<br />4、增加 &lt;iframe ID=”Editor” name=”Editor” src=”&lt;%= Page.ResolveUrl(“../Discuz/edit.htm?ubb=0&#038;id=”+ TinyMCE1.UniqueID) %&gt;” frameBorder=”0&#8243; marginHeight=”0&#8243; marginWidth=”0&#8243; scrolling=”No” style=”height:400px;width:90%”&gt;&lt;/iframe&gt;<br />大功告成！<br />现在后台添加文章方便多了<br /><a href="http://yibin.us/wp-content/uploads/20080902/2008-09-02_215349.png"  class="thickbox"><img src="http://yibin.us/wp-content/uploads/20080902/2008-09-02_215349.png" class="img"  /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/6011/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 Service Pack 1 Release</title>
		<link>http://yibin.us/archives/5999</link>
		<comments>http://yibin.us/archives/5999#comments</comments>
		<pubDate>Tue, 12 Aug 2008 00:44:34 +0000</pubDate>
		<dc:creator>幻想曲</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://yibin.us/?p=5999</guid>
		<description><![CDATA[真是个好消息刚出Beta版时就流口水了 快速详细信息文件名： VS2008SP1CHSX1512981.iso版本： SP1发布日期： 2008/8/11语言： 简体中文下载大小： 898.1 MB http://download.microsoft.com/download/1/9/d/19d22169-a4b2-455f-8c28-ed137bd91487/VS2008SP1CHSX1512981.iso这个iso也太大了,898M,囧~~~]]></description>
			<content:encoded><![CDATA[<p>真是个好消息<br />刚出Beta版时就流口水了<br />
<blockquote class="yb-quote">快速详细信息<br />文件名：	VS2008SP1CHSX1512981.iso<br />版本：	SP1<br />发布日期：	2008/8/11<br />语言：	简体中文<br />下载大小：	898.1 MB</p></blockquote>
<p>http://download.microsoft.com/download/1/9/d/19d22169-a4b2-455f-8c28-ed137bd91487/VS2008SP1CHSX1512981.iso<br />这个iso也太大了,898M,囧~~~</p>
]]></content:encoded>
			<wfw:commentRss>http://yibin.us/archives/5999/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

