<?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>XPQQ非官方</title>
	<atom:link href="http://blog.xpqq.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.xpqq.net</link>
	<description>XPQQ非官方</description>
	<lastBuildDate>Sun, 06 May 2012 07:56:41 +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>自动下载chromium最新版</title>
		<link>http://blog.xpqq.net/?p=179</link>
		<comments>http://blog.xpqq.net/?p=179#comments</comments>
		<pubDate>Sun, 06 May 2012 07:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=179</guid>
		<description><![CDATA[wget -O LAST_VER http://commondatastorage.googleapis.com/chromium-browser-continuous/Win/LAST_CHANGE
for /f %f in (LAST_VER) do wget -O chrome-win32.zip http://commondatastorage.googleapis.com/chromium-browser-continuous/Win/%f/chrome-win32.zip<!--more-->

&#160;

&#160;

--proxy-pac-url 使用给定 URL 的 pac proxy脚本。（也可以使用本地文件，如 --proxy-pac-url="file:\\\c:\proxy.pac"）
--proxy-server 使用给定的代理服务器，这个参数只对 http 和 https 有效。（例如 --proxy-server=127.0.0.1:8087 ）
--single-process 以单进程模式运行 Chromium。
--process-per-tab 每个分页使用单独进程
--process-per-site 每个站点使用单独进程
--in-process-plugins 插件不启用单独进程
--start-maximized 启动时最大化。
--user-agent 使用给定的 User-Agent 字符串
--user-data-dir=UserDataDir  用途：自订使用者帐户资料夹（如：–user-data-dir="D:\temp\Chrome User Data"）这个就可以不占用C盘空间了]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=179</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zsync win32 windows 版!</title>
		<link>http://blog.xpqq.net/?p=173</link>
		<comments>http://blog.xpqq.net/?p=173#comments</comments>
		<pubDate>Mon, 10 Oct 2011 11:06:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[zsync]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=173</guid>
		<description><![CDATA[zsync 是一个基于 HTTP 协议的文件同步(rsync)工具，通过它可以从远程的Web服务器上同步文件的改动。
在网上找了半天竟然没有windows下编译好的客户端,这个有点不相信了.于是下载编译了一个 .让那些电脑是没有安装编译程序的人方便使用.<a href="http://blog.xpqq.net/wp-content/uploads/2011/10/zsync_0.6.2.zip">
下载 zsync_win32_0.6.2</a>
<!--more-->简单的用法
zsync.exe 是windows 客户端
例如:
更新ubuntu每日光盘 zsync -i oneiric-desktop-i386.iso http://cdimage.ubuntu.com/daily-live/current/oneiric-desktop-i386.iso.zsync

zsyncmake.exe 是.zsync 文件生成器
例如:
zsyncmake -C -u http://localhost/file.iso file.iso
http://localhost/file.iso 是文件的下载地址
运行上面的命令后会生成  file.iso.zsync 文件. 把zsync 文件放到网站上.
客户端 zsync -i file.iso  http://localhost/file.iso.zsync 就可以更新文件了.

大多数服务器需要配置 MIME type
如果例如 Apache application/x-zsync             zsync
如果只做zsync的同步服务器.可以用nginx,性能好!

src http://zsync.moria.org.uk
msvc patch  http://blog.chinaunix.net/space.php?uid=23222132
编译,整理 http://blog.xpqq.net]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 虚拟机使用串口(com)</title>
		<link>http://blog.xpqq.net/?p=166</link>
		<comments>http://blog.xpqq.net/?p=166#comments</comments>
		<pubDate>Sun, 09 Oct 2011 05:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=166</guid>
		<description><![CDATA[VirtualBox 装系统的时候有时候需要用到串口，像测试串口类的程序，windows内核调试，linux终端登录。

VirtualBox 最多可以有两个串口，点上启用串口后就可以设置了。

第一个设置 端口编号,这是guest系统里的设置可选择 COM1到COM4和User-defined 对应该guest的设备。

第二个设置端口模式，这是host系统里的设置，可选 未连接、Host pipe、Host device 和裸文件，未连接就是不连接到host系统上，在guest有这个设置，但不跟host连接。默认是这个。

<!--more-->Host pipe 就是连接到host的命名管道上，或是创建一个。

<a href="http://blog.xpqq.net/wp-content/uploads/2011/10/QQ%E6%88%AA%E5%9B%BE20111009131543.png"><img class="alignnone size-full wp-image-167" title="virtualBox 串口设置" src="http://blog.xpqq.net/wp-content/uploads/2011/10/QQ%E6%88%AA%E5%9B%BE20111009131543.png" alt="virtualBox 串口设置" width="574" height="220" /></a>

名字必须是 \\.\pipe 开头的，点上创建通道建立一个新的通道。当然这个不能和其它通道重名冲突。像上图我们建了一个 \\.\pipe\xpqq 的通道。启动guest系统 后。

[caption id="attachment_168" align="alignnone" width="442" caption="putty_连接虚拟机"]<a href="http://blog.xpqq.net/wp-content/uploads/2011/10/putty_%E8%BF%9E%E6%8E%A5%E8%99%9A%E6%8B%9F%E6%9C%BA.png"><img class="size-full wp-image-168" title="putty_连接虚拟机" src="http://blog.xpqq.net/wp-content/uploads/2011/10/putty_%E8%BF%9E%E6%8E%A5%E8%99%9A%E6%8B%9F%E6%9C%BA.png" alt="putty_连接虚拟机" width="442" height="177" /></a>[/caption]

用putty连接Serial, speed速度是guest里系统的端口速度,linux系统一般默认就是9600, 如果是windows 内核调试，在boot.ini的启动参数里加上 /debug /debugport=com1 /baudrate=115200 启动guest
运行windbg.exe  -b -k  com:port=\\.\pipe\xpqq,baud=115200,pipe 来做调试。

host pipe 也可以连接到一个已经存在的名字上，例如<a href="http://blog.xpqq.net/wp-content/uploads/2011/10/VMWareGateway.zip">VMWareGateway</a>，它把一个pipe 转换成一个telnet,  <a href="http://blog.xpqq.net/wp-content/uploads/2011/10/VMWareGateway.zip">下载 VMWareGateway</a> ，解开有一个VMWareGateway.exe ,运行vmwaregateway.exe /t建议一个名为\\.\pipe\vmwaredebug的pipe ,并建议一个端口为 567的telnet,在VirtualBox里写上 \\.\pipe\vmwaredebug，这个就不点创建了。 telnet localhost 567 ,在启动guest 系统，就可以交互了。转载注明来源：http://blog.xpqq.net

Host device就是连接到Host系统上了。如果名字是COM1,相当于是一个映射，你物理主机上的COM1就是gust系统的COM1，当然这个在主机上就没法操作这个端口了。要另外的电脑才可以操作！

最后一个裸文件就是把定向到host系统里一个个普遍文件，例如: d:\out.txt ,guest系统里的所有com1输出内容就到这个文件里了，但是这个没法交互，没法输入。]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player 11 下载以及静默安装！</title>
		<link>http://blog.xpqq.net/?p=162</link>
		<comments>http://blog.xpqq.net/?p=162#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:49:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=162</guid>
		<description><![CDATA[全硬件加速2D/3D图形渲染，开发人员能够以每秒60帧的速度渲染数百万个动画对象，使画面无比流畅，<strong>并在Mac、Windows和电视上提供主机质量的游戏</strong>。预发行版本已经能够在Android、苹果iOS和黑莓Tablet等移动平台上实现2D和3D加速性能。

在线安装 <a href="http://www.adobe.com/support/flashplayer/downloads.html">Adobe Flash Player 11</a>
<!--more-->

下载安装

for ie <a href="http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax_32bit.exe">http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax_32bit.exe</a>

非IE,firefox之类的 <a href="http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_32bit.exe">http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_32bit.exe</a>

adobe flash player 11 之前的版本静默安装参数是 /s 现在的版本安装参数是 /install

&#160;

&#160;

&#160;]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>虚拟机VirtualBox 4.0 之后的一些改变！</title>
		<link>http://blog.xpqq.net/?p=160</link>
		<comments>http://blog.xpqq.net/?p=160#comments</comments>
		<pubDate>Fri, 07 Oct 2011 08:29:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=160</guid>
		<description><![CDATA[默认虚拟机目录从 $HOME/.VirtualBox/Machines 改成了 $HOME/VirtualBox VMs 。
默认虚拟磁盘目录从 $HOME/.VirtualBox/HardDisks 改到了每个虚拟机目录。
虚拟机的设置文件扩展名从.xml 改成.vbox。
虚拟磁盘注册信息不在保存到全局的VirtualBox.xml，而是保存到每个虚拟机配置文件 。
这样改的原因应该是为了更通用。更方便导入导出虚拟机！<!--more-->

原先的一些环境变量在这种更改下似乎不可以用了。之所以说似乎是没有一点文件，或是网上说它不可能用。但是确实不能用了。以前的一些配置文件就要改变了。

VBOX_VDI 就没什么作用了
VBOX_BASE 变为了 VBOX_USER_HOME
VBOX_MACHINES 还可以用
VBOX_PROG变为了VBOX_INSTALL_PATH
env=VBOX_USER_HOME=
env=VBOXGUI="C:\Program Files\Sun\xVM VirtualBox\virtualbox.exe"
env=VBOXHEADLESS="C:\Program Files\Sun\xVM VirtualBox\vboxheadless.exe"
env=VBOXWEBSRV="C:\Program Files\Sun\xVM VirtualBox\vboxwebsrv.exe"
env=VBOXMANAGE="C:\Program Files\Sun\xVM VirtualBox\VBoxManage.exe"
env=VBOX_PROG="C:\Program Files\Sun\xVM VirtualBox\"
env=VBOX_BASE="D:\Virual Box\"
env=VBOX_MACHINES="D:\Virual Box\Machines"
env=VBOX_VDI="D:\Virual Box\log"
env=VBOX_MACHINE1=MA_MACHINE_DEBIAN

debug=0
debug_out=&#62;"D:\Virual Box\log\vbox.log"

[VBOX_MACHINE1]
startup=%VBOXHEADLESS% -vrdpport 3390 -startvm %VBOX_MACHINE1%
shutdown_method=command
shutdown=%VBOXMANAGE% controlvm %VBOX_MACHINE1% savestate]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=160</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 11.4 简体中文定制0828版!</title>
		<link>http://blog.xpqq.net/?p=117</link>
		<comments>http://blog.xpqq.net/?p=117#comments</comments>
		<pubDate>Tue, 30 Aug 2011 13:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=117</guid>
		<description><![CDATA[对ubuntu 11.4 做了简单的中文化。安装了ibus输入法
安装了flash 插件，这个必须的！
安装了ffmpeg 这个是播放器插件
安装了 smplayer 这个是linux 下很好用的播放器！
安装了vim,
安装了 ssh服务
安装了iperf 网络性能测试软件
安装了aircrack 无线破解套件
温度监控软件

firefox 升级到了6.0
所以补丁升级到了 2011年8月28日

<a href="http://blog.xpqq.net/wp-content/uploads/2011/06/ubuntu_11.4_CN_0828.zip">点击下载 ubuntu 11.4 简体中文定制版</a>
<!---more---><!--more-->md5: d4f7f43e0dfb228023c506b8eef5b46e
2011-8-28
版本更新 <a href="../">http://blog.xpqq.net/</a>

安装到Ｕ盘的方法，把ISO里面的usb-creator.exe解到根目录．只解这个文件就行了。其它的不用，运行它，点其它．．选择你下载的iso文件．下面是你的Ｕ盘选择一下．点make startup disk开始制作！下载好的文件放在没有中文目录的盘里.最好是放在根目录

如果你是ＱＱ会员用旋风离线下载可以飞快下到

不想用ＢT下载的可以你用ＱＱ邮箱发个邮件给我　naj@qq.com ，我发中转站连接给你．

&#160;

原版介绍

<strong>Ubuntu11.04 (Natty Narwhal)</strong> 2011年04月28日，Ubuntu11.04（Natty Narwhal）发布，新版主要体现以下几个特点：1. 用 GCC 4.5 取代现使用的 GCC 4.4 。2. 不用 root 帐户来运行 X. org 。3. 用Unity取代GNOME Shell成为Ubuntu 11.04的默认操作界面。4. 改善及完全支持 BTRFS 文件系统。5. 使用 Linux 2.6.38 内核。6. 提升性能及其它一些方面的改进。7.用LibreOffice取代OpenOffice。8.Banshee成为Ubuntu 11.04 Natty Narwhal默认音乐播放器。9.改进了全局菜单。10.加入新功能Love Handles，旨在在平板电脑或其他触摸屏设备上使用Ubuntu，并且可以更容易的调整或移动窗口。译为吾帮托或乌班图]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>浏览器性能测试的一些站点!</title>
		<link>http://blog.xpqq.net/?p=140</link>
		<comments>http://blog.xpqq.net/?p=140#comments</comments>
		<pubDate>Sun, 19 Jun 2011 06:31:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=140</guid>
		<description><![CDATA[SunSpider 测试，Apple 的 WebKit 团队制作：
测试地址：<a href="http://webkit.org/perf/sunspider-0.9/sunspider.html">http://webkit.org/perf/sunspider-0.9/sunspider.html</a>

W3C DOM vs inner HTML 测试
测试地址：<a href="http://www.quirksmode.org/dom/innerhtml.html">http://www.quirksmode.org/dom/innerhtml.html</a>

Mozilla 的 JS 测试集
测试地址：<a href="http://dromaeo.com/">http://dromaeo.com/</a>

ACID3 - ECMAScript（Javascript），DOM Level 3，Media Queries，和data: URL
测试地址：<a href="http://acid3.acidtests.org/">http://acid3.acidtests.org/</a>

CSS 兼容性测试
<a href="http://tools.css3.info/selectors-test/test.html">http://tools.css3.info/selectors-test/test.html</a>

修正版 CK 测试
测试地址：<a href="http://nontroppo.org/timer/jsspeed2.html">http://nontroppo.org/timer/jsspeed2.html</a>

W3C DOM vs inner HTML 测试
测试地址：<a href="http://www.quirksmode.org/dom/innerhtml.html">http://www.quirksmode.org/dom/innerhtml.html</a>

ie testdriver
测试地址：<a href="http://ie.microsoft.com/testdrive/Default.html">http://ie.microsoft.com/testdrive/Default.html</a>]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自动批量下载windows补丁并安装!</title>
		<link>http://blog.xpqq.net/?p=137</link>
		<comments>http://blog.xpqq.net/?p=137#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=137</guid>
		<description><![CDATA[这个vbs脚本是自动下载windows 补丁并安装的!主要用在自动化部署上用的.或是固定的时候下载补丁并安装.比起系统自带的更好控制
使用方法把下面的代码存成一个vbs脚本,例如 autoup.vbs
用命令 cscript autoup.vbs 来运行,程序不做任务提示自动下载补丁并安装!
可以用在封装系统上,自动恢复后自动下载补丁!

<!--more-->on error resume next

const L_Msg01_Text = "正在搜索推荐更新..."

const L_Msg02_Text = "计算机上的适用项目列表:"
const L_Msg03_Text = "没有适用的更新。"
const L_Msg04_Text = "按回车键继续..."
const L_Msg05_Text = "选择一个选项:"
const L_Msg06_Text = "正在下载更新..."
const L_Msg07_Text = "正在安装更新..."
const L_Msg08_Text = "列出已安装的更新以及单个安装结果:"
const L_Msg09_Text = "安装结果: "
const L_Msg10_Text = "需要重新启动: "
const L_Msg11_Text = "需要重新启动才能完成 Windows 更新。"
const L_Msg12_Text = "按回车键继续..."
const L_Msg13_Text = "未启动"
const L_Msg14_Text = "正在进行"
const L_Msg15_Text = "成功"
const L_Msg16_Text = "成功，但有错误"
const L_Msg17_Text = "失败"
const L_Msg18_Text = "进程已停止，但尚未结束"
const L_Msg19_Text = "需要重新启动"
const L_Msg20_Text = "N" 'No
const L_Msg21_Text = "Y" 'Yes
const L_Msg22_Text = "正在搜索所有的适用更新..."
const L_Msg23_Text = "是搜索所有的更新(A)还是仅搜索推荐的更新(R)? "
const L_Msg24_Text = "A" ' All
const L_Msg25_Text = "R" ' Recommended only
const L_Msg26_Text = "S" ' Single update only
const L_Msg27_Text = "输入更新的编号以进行下载和安装:"
const L_Msg28_Text = "选择所有更新(A)、无更新(N)还是一个更新(S)? "

Set updateSession = CreateObject("Microsoft.Update.Session")
Set updateSearcher = updateSession.CreateupdateSearcher()
Set oShell = WScript.CreateObject ("WScript.shell")
WScript.Echo L_Msg01_Text &#38; vbCRLF
Set searchResult = updateSearcher.Search("IsInstalled=0 and Type='Software' and AutoSelectOnWebsites=1")

WScript.Echo L_Msg02_Text
WScript.Echo

For I = 0 To searchResult.Updates.Count-1
Set update = searchResult.Updates.Item(I)
WScript.Echo I + 1 &#38; "&#62; " &#38; update.Title
Next

SingleUpdateSelected=""

If searchResult.Updates.Count = 0 Then
WScript.Echo
WScript.Echo L_Msg03_Text
WScript.Echo
WScript.Quit
else

End If

Set updatesToDownload = CreateObject("Microsoft.Update.UpdateColl")

For I = 0 to searchResult.Updates.Count-1
if SingleUpdateSelected="" then
Set update = searchResult.Updates.Item(I)
updatesToDownload.Add(update)
else
if I=cint(SingleUpdateSelected)-1 then
Set update = searchResult.Updates.Item(I)
updatesToDownload.Add(update)
end if
end if
Next

WScript.Echo vbCRLF &#38; L_Msg06_Text
WScript.Echo

Set downloader = updateSession.CreateUpdateDownloader()
downloader.Updates = updatesToDownload
downloader.Download()

Set updatesToInstall = CreateObject("Microsoft.Update.UpdateColl")

'Creating collection of downloaded updates to install

For I = 0 To searchResult.Updates.Count-1
set update = searchResult.Updates.Item(I)
If update.IsDownloaded = true Then
updatesToInstall.Add(update)
End If
Next

WScript.Echo
WScript.Echo L_Msg07_Text &#38; vbCRLF
Set installer = updateSession.CreateUpdateInstaller()
installer.Updates = updatesToInstall
Set installationResult = installer.Install()

WScript.Echo L_Msg08_Text &#38; vbCRLF

For I = 0 to updatesToInstall.Count - 1

WScript.Echo I + 1 &#38; "&#62; " &#38; _
updatesToInstall.Item(i).Title &#38; _
": " &#38; ResultCodeText(installationResult.GetUpdateResult(i).ResultCode)
Next

'Output results of install
WScript.Echo
WScript.Echo L_Msg09_Text &#38; ResultCodeText(installationResult.ResultCode)
WScript.Echo L_Msg10_Text &#38; installationResult.RebootRequired &#38; vbCRLF

If installationResult.RebootRequired then
WScript.Echo L_Msg11_Text
'confirm = msgbox(L_Msg11_Text, vbYesNo+vbDefaultButton2+vbSystemModal,L_Msg19_Text)
'if confirm=vbYes then oShell.Run "shutdown /r /t 0",1
end if

WScript.Quit

Function ResultCodeText(resultcode)
if resultcode=0 then ResultCodeText=L_Msg13_Text
if resultcode=1 then ResultCodeText=L_Msg14_Text
if resultcode=2 then ResultCodeText=L_Msg15_Text
if resultcode=3 then ResultCodeText=L_Msg16_Text
if resultcode=4 then ResultCodeText=L_Msg17_Text
if resultcode=5 then ResultCodeText=L_Msg18_Text
end Function]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>组策略禁用 密码必须符合复杂性要求</title>
		<link>http://blog.xpqq.net/?p=134</link>
		<comments>http://blog.xpqq.net/?p=134#comments</comments>
		<pubDate>Mon, 06 Jun 2011 07:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术资料]]></category>

		<guid isPermaLink="false">http://blog.xpqq.net/?p=134</guid>
		<description><![CDATA[组策略禁用 密码必须符合复杂性要求

echo [version] >1.inf 
echo signature="$CHICAGO$" >>1.inf 
echo [System Access] >>1.inf 
secedit /configure /db 1.sdb /cfg 1.inf /log 1.log /quiet 
del 1.*]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ操作系统?</title>
		<link>http://blog.xpqq.net/?p=93</link>
		<comments>http://blog.xpqq.net/?p=93#comments</comments>
		<pubDate>Sun, 03 Oct 2010 23:55:27 +0000</pubDate>
		<dc:creator>flynaj</dc:creator>
				<category><![CDATA[技术资料]]></category>
		<category><![CDATA[QQos]]></category>
		<category><![CDATA[webQQ]]></category>

		<guid isPermaLink="false">http://127.0.0.1/?p=93</guid>
		<description><![CDATA[看下图,QQ操作系统,腾讯出QQ操作系统么,也就是QQOS,这个当然不是!
这个是新版本的WEBQQ,
<!--more--><a href="wp-content/uploads/xxx/month_1010/c2010103234752.jpg"><img class="alignnone size-full wp-image-106" title="month_1010/c2010103234752.jpg" src="wp-content/uploads/xxx/month_1010/c2010103234752.jpg" alt="QQ操作系统" /></a>
<a href="wp-content/uploads/xxx/month_1010/4201010323481.jpg"><img class="alignnone size-full wp-image-106" title="month_1010/4201010323481.jpg" src="wp-content/uploads/xxx/month_1010/4201010323481.jpg" alt="QQ操作系统" /></a>
<a href="wp-content/uploads/xxx/month_1010/4201010323487.jpg"><img class="alignnone size-full wp-image-106" title="4201010323487" src="wp-content/uploads/xxx/month_1010/4201010323487.jpg" alt="QQ操作系统" /></a>

使用方法:下面下载的火狐浏览器,解压的点火狐浏览器.exe 进入,当然你也可以在桌面上建个快捷方式
输入地址: http://web2.qq.com 按一下F11,就是这个样子了.
那为什么不用IE呢.因为IE太慢老,很卡,用火狐浏览器就非常流畅了.偷菜什么都快了!
<a href="wp-content/uploads/xxx/month_1010/62010103234535.rar">点击下载火狐浏览器</a>
<a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe">点击下载Flash Firefox 专用插件</a>]]></description>
		<wfw:commentRss>http://blog.xpqq.net/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

