<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[vkill'blog 何永鹏]]></title> 
<link>http://blog.vkill.net/index.php</link> 
<description><![CDATA[]]></description> 
<language>en-US</language> 
<copyright><![CDATA[vkill'blog 何永鹏]]></copyright>
<item>
<link>http://blog.vkill.net/read.php/104.htm</link>
<title><![CDATA[serv-u的工作模式小析]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Fri, 26 Sep 2008 02:09:48 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/104.htm</guid> 
<description>
<![CDATA[ 
	最近学友问关于内网架设的ftp http服务器如何发布到公网上，答案当然是端口映射了，但是http正常发布到公网，ftp就是不成功，因ftp server是用serv-u架设的，特研究了下，顺便也把ftp的工作模式复习了下，最后问题解决，主要是因为没有搞懂serv-u的工作模式，端口映射时错误的映射为了21和20导致，最后解决问题的方法是限制PASV端口池为5000-5000，重新端口映射21和5000。<br/><br/><br/>下面的一点学习心得<br/>先说下ftp server的两种工作模式主动(PORT)和被动(PASV)<br/>PORT模式下服务端使用TCP 21和TCP 20 端口<br/>PASV模式下服务端使用TCP 21和TCP 大于1024的随机 端口<br/><br/>而serv-u 默认工作在被动(PASV)模式下<br/><br/>如想使serv-u工作在PORT模式下，修改 <<local server>>-->setting-->advanced-->enable security&nbsp;&nbsp;去勾使之不启用，这时命令行下netstat -ano查看TCP 20和TCP 20都处在监听状态，不过此时只能容许匿名用户登陆了，切匿名用户的主目录是c:&#92;，还不可改，固不建议serv-u工作在PORT模式下。<br/><br/>即想使serv-u工作在PASV模式下，又想使随机端口不很随机，修改 <<local server>>-->setting-->advanced-->PASV port range 定义为5000-5000，这样就好了<br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E5%258E%259F%25E5%2588%259B%25E8%2599%259A%25E6%258B%259F%25E6%259C%25BA/" rel="tag">原创虚拟机</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%25AD%25A6%25E4%25B9%25A0%25E7%25AC%2594%25E8%25AE%25B0/" rel="tag">学习笔记</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%258D%258F%25E8%25AE%25AE/" rel="tag">协议</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/67.htm</link>
<title><![CDATA[用excel做的“模拟攒机”]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Mon, 5 May 2008 06:15:41 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/67.htm</guid> 
<description>
<![CDATA[ 
	最近老师教了office就做了个，还需要很多地方改进，故学习linux，没有多少时间改，先发上来吧！<br/><a href="attachment/monicuanji.rar">Click to download</a><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E5%258E%259F%25E5%2588%259B/" rel="tag">原创</a> , <a href="http://blog.vkill.net/go.php/tags/excel/" rel="tag">excel</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/55.htm</link>
<title><![CDATA[Avira AntiVir PersonalEdition Classic 7 介绍、安装配置及使用（二）]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Sun, 10 Feb 2008 15:26:03 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/55.htm</guid> 
<description>
<![CDATA[ 
	1、Avira AntiVir（小红伞）命令行杀毒参数：<br/><div class="code"><br/>C:&#92;&gt;avscan.exe -h<br/>Usage: avscan &#91;OPTION&#93;<br/>/CFG=&quot;file&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#文件格式参见规范<br/>/GUIMODE=&#91;1&#124;2&#124;3&#93; &nbsp; &nbsp; &nbsp;#1正常 2简单 3 隐藏，这个参数可以不写，写了之后CFG配置的GuiMode无效<br/><br/><br/>*****/CFG=file文件格式规范<br/>&#91;CFG&#93;<br/>#GuiMode(界面模块)设置：1正常 2简单 3 隐藏<br/>GuiMode=2<br/>#ExitMode(退出模块)设置：1手动 2自动 (注:当GuiMode=2时ExitMode设置不生效)<br/>ExitMode=2<br/>&#91;SEARCH&#93;<br/>#Parameter设置，Parameter和Path都扫描的<br/>#0x00000000 空<br/>#0x00007000 (Local Drivers &#124; alldrver)<br/>#0x00001000 (Local Hard Drivers &#124; alldiscs)<br/>#0x00006000 (Removable Drivers &#124; rmdiscs)<br/>#<br/>Parameter=0x00000000<br/>#path不能用别的变量，除：&#91;%SYSDIR% ; %DOCSETTINGS%&#93;==&#91;系统目录 ; 我的文档目录&#93;<br/>#多个path从0开始依次<br/>Path0=e:&#92;<br/>&#91;CONTROLCENTER&#93;<br/>#这个不做设置<br/>ProfileType=1<br/>ProfileName=test<br/>ProfileDescription=test<br/>&#91;SCANNER&#93;<br/><br/>示例:<br/>avscan.exe /CFG=&quot;C:&#92;Program Files&#92;AntiVir PersonalEdition Classic&#92;alldiscs.avp&quot;<br/>C:&#92;&gt;<br/></div><br/><br/><br/><br/><hr/><br/><br/>2、下载软件下载后如何自动调用小红伞扫描解决方案：<br/>保存下面批处理到 E:&#92;cmd_files&#92;AntiVir_scan.cmd<br/><div class="code"><br/>@echo off<br/>::<br/>:: &nbsp;Usage: AntiVir_scan.cmd file<br/>::<br/>::avscan.exe命令行查杀使用参见 http://blog.vkill.net/read.php?55 <br/>set str=C:&#92;Program Files&#92;AntiVir PersonalEdition Classic<br/>set path=%path%;%str%<br/>set n=%RANDOM%<br/>&gt;&quot;%temp%&#92;%n%.avp&quot; (<br/>echo &#91;CFG&#93;<br/>echo GuiMode=2<br/>echo ExitMode=2<br/>echo &#91;SEARCH&#93;<br/>echo Parameter=0x00300432<br/>echo Path0=%~1<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br/>start avscan.exe /CFG=&quot;%temp%&#92;%n%.avp&quot;<br/></div><br/>Orbit设置图，其他下载软件设置大同小异<br/><a href="http://blog.vkill.net/attachment/7.jpg" target="_blank"><img src="http://blog.vkill.net/attachment/7.jpg" class="insertimage" alt="Open in new window" title="Open in new window" border="0"/></a><br/><br/>2、调用小红伞全盘扫描后自动关机解决方案：<br/>保存下面代码为批处理后直接执行<br/><div class="code"><br/>@echo off<br/>::avscan.exe命令行查杀使用参见 http://blog.vkill.net/read.php?55 <br/>set str=C:&#92;Program Files&#92;AntiVir PersonalEdition Classic<br/>set path=%path%;%str%<br/>set n=%RANDOM%<br/>&gt;&quot;%temp%&#92;%n%.avp&quot; (<br/>echo &#91;CFG&#93;<br/>echo GuiMode=2<br/>echo ExitMode=2<br/>echo SystemScan=1<br/>echo &#91;SEARCH&#93;<br/>echo Parameter=0x00001000<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br/>start /WAIT avscan.exe /CFG=&quot;%temp%&#92;%n%.avp&quot;<br/>shutdown -s -t 30<br/>exit/b<br/></div><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/avira/" rel="tag">avira</a> , <a href="http://blog.vkill.net/go.php/tags/%25E6%259D%2580%25E6%25AF%2592/" rel="tag">杀毒</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%258E%259F%25E5%2588%259B/" rel="tag">原创</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/54.htm</link>
<title><![CDATA[Avira AntiVir PersonalEdition Classic 7 介绍、安装配置及使用（一）]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Sun, 10 Feb 2008 14:50:28 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/54.htm</guid> 
<description>
<![CDATA[ 
	一、Avira AntiVir 介绍<br/>Avira官方网站：http://www.free-av.com/<br/>Avira AntiVir PersonalEdition Classic for Windows 当前最新版本： 7.06.00.270（http://dl5.avgate.net/down/windows/antivir_workstation_win7u_en_h.exe）<br/><br/>二、Avira AntiVir PersonalEdition Classic for Windows 安装<br/>windows xp ：下载最新版本直接安装即可<br/>windows 2003：下载 AntiVir Personal Edition老版（http://www.newsunday.com/upload/Avira_AntiVir_PersonalEdition_Classic_en_200612.rar）－07年以前的版本，安装后，下载最新版本覆盖安装即可。<br/><br/>三、Avira AntiVir PersonalEdition Classic for Windows 使用技巧<br/>1、如果key过期会限制软件的运行,要想延长<br/>下载 http://dl2.avgate.net/down/windows/hbedv.key 覆盖到安装目录即可<br/>2、本地升级病毒库<br/>下载http://dl.antivir.de/down/vdf/ivdf_fusebundle_nt_en.zip<br/>运行avcenter.exe=>Updata=>Manual updata=>选择下载下来的ivdf_fusebundle_nt_en.zip文件即可升<br/>3、引擎更新<br/>下载 http://dl.antivir.de/tmp/betaheur/avewin32.dll 覆盖到安装目录即可<br/>4、用户手册<br/>http://www.free-av.com/antivirclassic/docs/man_avira_antivir-peclassic_en.pdf<br/>5、官方卸载工具下载<br/>http://www.avira.com/en/documents/utils/av7_tools/en/avuninstXPeng.zip<br/>6、官方注册表清除工具<br/>http://www.avira.com/en/documents/utils/av7_tools/registrycleaner.zip<br/>7、Avira（红伞）中国使用者服务论坛<br/>http://www.avira.org.cn/bbs/index.php<br/><br/>四、Avira AntiVir PersonalEdition Classic for Windows使用教程<br/>晓月小红伞中文图文指引更新第25版下载：<br/><a href="http://www.vkill.net/tools_blog/xiaoyue_Avira_AntiVir_jiaocheng_v25.rar">Click to download</a><br/><br/><br/><br/><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/avira/" rel="tag">avira</a> , <a href="http://blog.vkill.net/go.php/tags/%25E6%259D%2580%25E6%25AF%2592/" rel="tag">杀毒</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/51.htm</link>
<title><![CDATA[F-PROT Antivirus for Windows 6.0 介绍、安装配置及使用（二）]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Tue, 29 Jan 2008 16:27:00 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/51.htm</guid> 
<description>
<![CDATA[ 
	这篇图解只适合于初学者，我加的注释都是照个人理解加的，如不准确请谅解<br/>看这篇图解前请先确定你系统的F-PROT Antivirus已经安装好且fpavserver服务已正常启动<br/>适合环境：windows 2000/xp/2003<br/><br/>申请试用30天的key<br/><a href="http://blog.vkill.net/attachment/5-1.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-1.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>主菜单界面<br/><a href="http://blog.vkill.net/attachment/5-2.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-2.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>查杀菜单界面<br/><a href="http://blog.vkill.net/attachment/5-3.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-3.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>更新菜单界面<br/><a href="http://blog.vkill.net/attachment/5-4.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-4.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>文件监控设置<br/><a href="http://blog.vkill.net/attachment/5-5.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-5.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>自定义扫描设置<br/><a href="http://blog.vkill.net/attachment/5-6.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-6.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>新建扫描任务设置<br/><a href="http://blog.vkill.net/attachment/5-7.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-7.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>排除区设置<br/><a href="http://blog.vkill.net/attachment/5-8.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-8.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/>查杀设置<br/><a href="http://blog.vkill.net/attachment/5-9.JPG" target="_blank"><img src="http://blog.vkill.net/attachment/5-9.JPG" class="insertimage" alt="Open in new window" title="Open in new window" border="0" width="520" height="350"/></a><br/><br/><br/><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/f-prot/" rel="tag">f-prot</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%258E%259F%25E5%2588%259B/" rel="tag">原创</a> , <a href="http://blog.vkill.net/go.php/tags/%25E6%259D%2580%25E6%25AF%2592/" rel="tag">杀毒</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/52.htm</link>
<title><![CDATA[F-PROT Antivirus for Windows 6.0 介绍、安装配置及使用（一） ]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Mon, 28 Jan 2008 17:04:45 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/52.htm</guid> 
<description>
<![CDATA[ 
	对于F-PROT杀毒软件效能怎样我在这里不想再说了，网上的讨论也很多，我只想说就杀毒软件来说适合自己的才是最好的<br/>适合环境：windows 2000/xp/2003<br/><br/>一、F-PROT Antivirus 介绍<br/>F-port 官方网站：http://www.f-prot.com<br/>for Windows当前最新版本：6.0.8.0<br/>试用最新版本后记：<br/>采用服务加载配置来启动非常喜欢，不像瑞星那么“流氓”<br/>病毒数据库为单一文件(antivir.def)，备份、更新方便<br/>虽为30天试用版本，但可动点手脚一直试用，相当于免费，哈哈<br/>采用主程序于配置文件分离结构，使得备份配置、恢复配置变的很容易<br/>扫描速度快，10分钟可扫描 >10000 文件<br/>提供一个 fpscan.exe 的命令行扫描程序，使用很方便<br/>fpwin.exe可以在命令行下使用<br/>等等...<br/><br/><br/>二、F-PROT Antivirus 安装<br/>1、下载 .msi 文件<br/><div class="code">wget http://files.f-prot.com/files/windows/fpav-windows-x86-hc-en.msi</div><br/> 2、安装 .msi 文件<br/><div class="code">msiexec /i &quot;fpav-windows-x86-hc-en.msi&quot; /passive /l* f-port_install.log</div><br/> 3、安装完后需重新启动文件监控才生效<br/><br/>三、F-PROT Antivirus 使用技巧<br/>1、所有配置文件所在目录：C:&#92;Documents and Settings&#92;All Users&#92;Application Data&#92;FRISK Software&#92;F-PROT Antivirus for Windows<br/> &nbsp; 病毒库文件：antivir.def<br/> &nbsp; 保存key等信息的文件：config.xml<br/>2、本地更新病毒库方法，任意情况下覆盖antivir.def文件，结束FPAVserver进程后等待进程恢复后生效<br/>3、重新申请key方法，任意情况下删除config.xml文件，结束FPAVserver进程后等待进程恢复后生效<br/> &nbsp; &nbsp; <br/>四、F-PROT Antivirus 命令行扫描软件 fpscan.exe 的使用<br/>使用很简单，把 fpscan.exe 和 antivir.def 放在一个目录下就好了<br/>cmd下cd到fpscan目录后执行 fpscan -h 就可以看到详细的帮助了，如下：<br/><div class="code"><br/>Microsoft Windows &#91;版本 5.2.3790&#93;<br/>(C) 版权所有 1985-2003 Microsoft Corp.<br/><br/>E:&#92;test&gt;cd fpscan_test<br/><br/>E:&#92;test&#92;fpscan_test&gt;dir<br/> 驱动器 E 中的卷是 本地磁盘<br/> 卷的序列号是 3418-BE44<br/><br/> E:&#92;test&#92;fpscan_test 的目录<br/><br/>2008-01-27 &nbsp;23:57 &nbsp; &nbsp;&lt;DIR&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.<br/>2008-01-27 &nbsp;23:57 &nbsp; &nbsp;&lt;DIR&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;..<br/>2007-10-22 &nbsp;13:14 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 918,920 fpscan.exe<br/>2008-01-27 &nbsp;23:52 &nbsp; &nbsp; &nbsp; &nbsp;25,575,316 antivir.def<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 个文件 &nbsp; &nbsp; 26,494,236 字节<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 个目录 &nbsp;3,104,178,176 可用字节<br/><br/>E:&#92;test&#92;fpscan_test&gt;fpscan -h<br/><br/>Usage:<br/> &nbsp; &nbsp; &nbsp; &nbsp;fpscan &#91;MEDIA&#93; &#91;OPTIONS&#93; &#91;PATHS&#93;<br/>......<br/></div><br/>查看病毒库的日期、病毒库的位置及扫描引挚的版本等<br/><div class="code"><br/><br/>E:&#92;test&#92;fpscan_test&gt;fpscan /version<br/><br/>F-PROT Antivirus version 6.2.1<br/>FRISK Software International (C) Copyright 1989-2007<br/><br/>Engine version: 4.4.2.54<br/>Virus signatures: 20080127172454cb489a0f5399573762e93c7b6ea5e0<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(C:&#92;Documents and Settings&#92;All Users&#92;Application Data&#92;FRISK So<br/>ftware&#92;F-PROT Antivirus for Windows&#92;antivir.def)<br/><br/></div><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">工具</a> , <a href="http://blog.vkill.net/go.php/tags/%25E5%258E%259F%25E5%2588%259B/" rel="tag">原创</a> , <a href="http://blog.vkill.net/go.php/tags/f-prot/" rel="tag">f-prot</a> , <a href="http://blog.vkill.net/go.php/tags/%25E6%259D%2580%25E6%25AF%2592/" rel="tag">杀毒</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/29.htm</link>
<title><![CDATA[Microsoft Platform SDK 选择]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Tue, 27 Nov 2007 12:25:19 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/29.htm</guid> 
<description>
<![CDATA[ 
	源自:http://blog.bcchinese.net/happyjet/archive/2005/12/31/48579.aspx<br/>Windows Platform SDK Download Sites: <br/><br/><a href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm" target="_blank">Windows Server 2003 PSDK February 2003 Edition</a>，可以和VC6一起使用、并支持各种目标OS的最后一个版本的SDK。<br/><br/>This edition of the SDK supports development for the following platforms: <br/>Windows Server 2003 <br/>Windows Advanced Server, Limited Edition <br/>Windows XP <br/>Windows XP 64-bit Edition <br/>Windows 2000 <br/>Windows NT versions 3.51 and 4.0 <br/>Windows Millennium Edition <br/>Windows 95 and Windows 98 <br/><br/><br/><a href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm" target="_blank">XPSP2 August 2004 Edition</a>，可以在VC6使用，开发针对XPSP2的特殊功能的程序，可以和上面的一道使用，但请安装在不同目录。<br/><br/>Newly released: The Platform SDK for Windows XP Service Pack 2 support <br/>(includes MDAC 2.8, Tablet 1.7 and Windows Installer 3.0) <br/>The XPSP2 version of the Platform SDK was developed to work either side by <br/>side with the Windows Server 2003 SDK or standalone but will not provide <br/>build environments for: <br/>Windows Server 2003 <br/>Windows Advanced Server, Limited Edition <br/>Windows XP <br/>Windows XP 64-bit Edition <br/>Windows 2000 <br/>Windows NT versions 3.51 and 4.0 <br/>Windows Millennium Edition <br/>Windows 95 and Windows 98 <br/>You must install The Microsoft Platform Software Development Kit (SDK) for <br/>Windows Server 2003 for those environments.The SDKs can not be installed in <br/>the same directory for side by side performance. <br/><br/><br/><a href="http://www.microsoft.com/downloads/details.aspx?familyid=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en" target="_blank">Windows Server 2003 SP1 Platform SDK Web Install</a>，最新版的SDK，可惜不能和VC6一起协作，不再支持NT4和9X。<br/><br/>This edition of the SDK replaces the previous SDKs for Windows XP SP2 and Windows Server 2003 and can be used to develop applications for those platforms. <br/>Supported Operating Systems: Windows 2000; Windows Server 2003; Windows XP 64-bit; Windows XP Professional Edition ; Windows XP Service Pack 1 <br/>This SDK does not support working with Microsoft Visual C/C 6.0 as support for VC 6.0 has ended. The last SDK that will work with VC 6.0 is the February 2003 Edition.<br/><br/> <br/><br/>若你使用的是Visual C++ 2005 Express Edition，请参考：<a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx" target="_blank">Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK</a>。<br/><br/>官方SDK Update home:<br/>http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm<br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E8%25B5%2584%25E6%25BA%2590/" rel="tag">资源</a> , <a href="http://blog.vkill.net/go.php/tags/sdk/" rel="tag">sdk</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/13.htm</link>
<title><![CDATA[Vcastr 2.2 flv网络播放器]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Mon, 3 Sep 2007 04:49:42 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/13.htm</guid> 
<description>
<![CDATA[ 
	官方主页:http://www.ruochi.com<br/>当前版本下载:http://www.ruochi.com/product/vcastr2/vcastr22.zip<br/>功能:<br/>.可以读取xml设置播放列表<br/>.可以直接读取出flv地址进行播放<br/>.多影片连续播放<br/>.自定义尺寸，自动适应<br/>.简洁播放器风格<br/>.自定义循环播放<br/>.支持最大化播放<br/>.支持直接js嵌入<br/><br/>批量写入影片地址到xml的批处理<br/><div class="code"><br/>::批量写入影片地址到xml的批处理<br/>@echo off&amp;setlocal enabledelayedexpansion<br/>::需要concmd.exe，http://www.vkill.net/tools.html下载<br/>set &quot;路径=H:&#92;游戏&#92;gamestv_sc_flv_g;&quot;H:&#92;影 片&quot;&quot;<br/>set &quot;后缀=flv&quot;<br/>&gt;xvcastr.xml cd.<br/>&gt;&gt;xvcastr.xml echo ^&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?^&gt;<br/>&gt;&gt;xvcastr.xml echo ^&lt;vcaster^&gt;<br/><br/>for %%a in (%路径%) do (<br/> &nbsp;echo %%a&#124;findstr &quot;^&#92;&quot;.*&#92;&quot;$&quot; &gt;nul&amp;&amp;(<br/> &nbsp; &nbsp;set &quot;var=%%a&quot;<br/> &nbsp; &nbsp;set &quot;var=!var:~1,-1!<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;) &#124;&#124; (set &quot;var=%%a&quot;)<br/> &nbsp;if exist &quot;!var!&quot; ( <br/> &nbsp;for %%b in (%后缀%) do (<br/> &nbsp; &nbsp;for /f &quot;tokens=*&quot; %%? in (&#039;dir /a-d/s/b &quot;!var!&#92;*.%%b&quot; 2^&gt;nul^&#124;sort&#039;) do (<br/> &nbsp; &nbsp; &nbsp;set &quot;v=%%?&quot;<br/> &nbsp; &nbsp; &nbsp;&gt;&gt;xvcastr.xml echo ^&lt;item item_url=&quot;file:///!v:&#92;=/!&quot; item_title=&quot;%%~nx?&quot; /^&gt;<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;)<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;)<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br/>&gt;&gt;xvcastr.xml echo ^&lt;/vcaster^&gt;<br/>concmd /i:gbk /o:utf8 /f:s xvcastr.xml vcastr.xml &gt;nul 2&gt;nul<br/>del /f/q xvcastr.xml<br/>start &quot;C:&#92;Program Files&#92;Internet Explorer&#92;IEXPLORE.EXE&quot; &quot;index.htm&quot;<br/>goto :eof<br/></div><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/flv/" rel="tag">flv</a> , <a href="http://blog.vkill.net/go.php/tags/%25E8%25B5%2584%25E6%25BA%2590/" rel="tag">资源</a> , <a href="http://blog.vkill.net/go.php/tags/%25E4%25BB%25A3%25E7%25A0%2581/" rel="tag">代码</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/12.htm</link>
<title><![CDATA[将vm vpc虚拟机转换为parallels格式的工具]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Sun, 26 Aug 2007 06:22:58 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/12.htm</guid> 
<description>
<![CDATA[ 
	相当于vm 的VMware Converter,功能也差不多,可以转换物理机<br/><br/>Transporter 3.0 for Windows build 1412 下载 <br/>http://download.parallels.com/beta/Parallels-Tsp-3.0.1412-Win.exe <br/><br/>Transporter 3.0 for Linux build 1412 下载 <br/>http://download.parallels.com/beta/Parallels-tsp-3.0.1412-lin.run <br/><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E8%25B5%2584%25E6%25BA%2590/" rel="tag">资源</a> , <a href="http://blog.vkill.net/go.php/tags/%25E8%2599%259A%25E6%258B%259F%25E6%259C%25BA/" rel="tag">虚拟机</a>
]]>
</description>
</item><item>
<link>http://blog.vkill.net/read.php/10.htm</link>
<title><![CDATA[Parallels Workstation 下载/注册]]></title> 
<author>vkill &lt;vkill.net@gmail.com&gt;</author>
<category><![CDATA[software]]></category>
<pubDate>Sun, 19 Aug 2007 09:47:21 +0000</pubDate> 
<guid>http://blog.vkill.net/read.php/10.htm</guid> 
<description>
<![CDATA[ 
	最新版本:(截止07.08.19)Parallels Workstation 2.2.2112<br/>官方主页:http://www.parallels.com<br/>下载页:http://www.parallels.com/en/download/workstation/<br/>注册机:(适合于版本2.2.2112)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;for linux :(源自http://xuniji.com/forum/view.asp?id=6706)<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="attachment/Parallels.Workstation.v2.2.2112.linux-key.rar">Click to download</a><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;for win :(源自http://xuniji.com/forum/view.asp?id=6706)<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="attachment/Parallels.Workstation.v2.2.2112.win-key.rar">Click to download</a><br/>Tags - <a href="http://blog.vkill.net/go.php/tags/%25E8%25B5%2584%25E6%25BA%2590/" rel="tag">资源</a> , <a href="http://blog.vkill.net/go.php/tags/%25E8%2599%259A%25E6%258B%259F%25E6%259C%25BA/" rel="tag">虚拟机</a>
]]>
</description>
</item>
</channel>
</rss>