<?xml version="1.0" encoding="GB2312"?>
<?xml-stylesheet type="text/xsl" href="/oblogstyle/rss.xsl"?>
<rss version="2.0">
<channel>
<title><![CDATA[yuanke]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/index.html</link>
<description><![CDATA[yuanke]]></description>
<item>
<title><![CDATA[让PE加载ICH9驱动]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/250914.html</link>
<description><![CDATA[<P style="LINE-HEIGHT: 18.75pt"><SPAN style="FONT-SIZE: 10.5pt"><FONT face=宋体>[转载]</FONT></SPAN></P>
<P style="LINE-HEIGHT: 18.75pt"><SPAN style="FONT-SIZE: 10.5pt"><FONT face=宋体>以前经常用老毛桃<SPAN lang=EN-US>PE</SPAN>给别人装机器，<SPAN lang=EN-US>GHOST</SPAN>的很快，但是现在很多的主板都是<SPAN lang=EN-US>G31</SPAN>、<SPAN lang=EN-US>P45</SPAN>的主板芯片组，集成了<SPAN lang=EN-US>ICH9</SPAN>的南桥芯片，所以老毛桃<SPAN lang=EN-US>PE</SPAN>就认不出机器的硬盘来，只能在<SPAN lang=EN-US>DOS</SPAN>下边<SPAN lang=EN-US>GHOST</SPAN>，很慢也很不方便。所以我们要把<SPAN lang=EN-US>ICH9</SPAN>的驱动加到<SPAN lang=EN-US>PE</SPAN>中，下面我们就来学学如何把<SPAN lang=EN-US>ICH9</SPAN>的驱动加入到<SPAN lang=EN-US>PE</SPAN>中。<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P style="LINE-HEIGHT: 18.75pt"><SPAN lang=EN-US style="FONT-SIZE: 10.5pt"><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 10.5pt"><FONT face=宋体>第一步</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>下载<SPAN lang=EN-US>ICH9</SPAN>的驱动程序，然后解压，里面有个<SPAN lang=EN-US>iastor.sys</SPAN>就是驱动程序。你可以在<SPAN lang=EN-US>iaAHCI.inf</SPAN>文件中看到如下的代码（如图），这就是该驱动的设备名称。我们下面会用上。</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>第二步</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>找到<SPAN lang=EN-US>PE</SPAN>下的<SPAN lang=EN-US>WINPE.IS_</SPAN>文件，改成<SPAN lang=EN-US>CAB</SPAN>的后缀，然后用<SPAN lang=EN-US>WINRAR</SPAN>解开，你会发现其实那是一个<SPAN lang=EN-US>ISO,</SPAN>比如说<SPAN lang=EN-US>WINPE.ISO </SPAN>然后呢，用<SPAN lang=EN-US>ULTRAISO</SPAN>打开这个<SPAN lang=EN-US>ISO</SPAN>文件，不要问我哪里有<SPAN lang=EN-US>ULTRAISO,PE</SPAN>里和网上都有，就自己下了。</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>第三步</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>我们把刚才下载的<SPAN lang=EN-US>ICH9</SPAN>驱动中的<SPAN lang=EN-US>iastor.sys</SPAN>加入到<SPAN lang=EN-US>PE</SPAN>中了，首先把它用<SPAN lang=EN-US> WINCAB</SPAN>打包成为<SPAN lang=EN-US>CAB</SPAN>文件<SPAN lang=EN-US>,</SPAN>然后把那个<SPAN lang=EN-US>CAB</SPAN>改名字叫做<SPAN lang=EN-US>iastor.SY_</SPAN>，然后把这个文件用<SPAN lang=EN-US>ULTRAISO</SPAN>弄进<SPAN lang=EN-US>ISO</SPAN>文件里面<SPAN lang=EN-US>SYSTEM32</SPAN>里面的<SPAN lang=EN-US>DRIVERS</SPAN>里面去，也许<SPAN lang=EN-US>PE</SPAN>版本不同有差异<SPAN lang=EN-US>,</SPAN>你就自己找找<SPAN lang=EN-US>ISO</SPAN>里面哪个目录下有一堆的<SPAN lang=EN-US>SY_</SPAN>这种文件就行了。</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>第四步</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>然后用<SPAN lang=EN-US>ULTRAISO</SPAN>在<SPAN lang=EN-US>ISO</SPAN>文件里面找到传说中的<SPAN lang=EN-US>TXTSETUP.SI_</SPAN>文件，一般在根目录<SPAN lang=EN-US>,</SPAN>如果没有到其他的目录下找找，把它提取出来<SPAN lang=EN-US>,</SPAN>改成<SPAN lang=EN-US>CAB</SPAN>文件<SPAN lang=EN-US>,</SPAN>解开<SPAN lang=EN-US>,</SPAN>然后发现实际上是<SPAN lang=EN-US>TXTSETUP.SIF</SPAN>这就是<SPAN lang=EN-US>WINDOWS</SPAN>预安装环境加载驱动的配置文件， 然后用记事本编辑这个文件<SPAN lang=EN-US>,</SPAN>把刚才驱动的信息添加进去。</FONT><SPAN lang=EN-US><BR><FONT face=宋体>&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT face=宋体>首先，我们找到<SPAN lang=EN-US>[SCSI]</SPAN>字段，在其下面添加<SPAN lang=EN-US>iastor="Intel(R) ICH<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:chmetcnv w:st="on" TCSC="0" NumberType="1" Negative="False" HasSpace="False" SourceValue="9" UnitName="m">9M</st1:chmetcnv>-E/M SATA AHCI Controller"</SPAN>，这里是我们添加的驱动名字。它代表的就是<SPAN lang=EN-US>WINDOWS</SPAN>预安装环境加载的时候<SPAN lang=EN-US>,</SPAN>下面显示的是“正在加载<SPAN lang=EN-US>XXXX</SPAN>驱动”提示，然后我们在找到<SPAN lang=EN-US>[SCSI.Load]</SPAN>字段，然后在下面添加<SPAN lang=EN-US>iastor=iastor.sy_,4</SPAN>，这行命令就是提示我们刚才添加的驱动名所用的驱动文件，这里不用管是不是<SPAN lang=EN-US>.SYS</SPAN>扩展名，程序自己知道分析解压缩，你保持名字的一致性就行啦。其次，找到<SPAN lang=EN-US>[HardwareIdsDatabase]</SPAN>，在下面添加<SPAN lang=EN-US>PCI\VEN_8086&amp;DEV_2929&amp;CC_0106= "iastor"</SPAN>，这里的设备名就是我们在第一步图中的设备名称，这里可不能瞎写啊，要不然就等蓝屏吧，嘿嘿。最后找到<SPAN lang=EN-US>[SourceDisksFiles]</SPAN>字段，在下面添加<SPAN lang=EN-US>IASTOR.SYS=1,,,,,,4_,4,1,,,1,4 </SPAN>，好了这行了。我们把修改过的这个<SPAN lang=EN-US>SIF</SPAN>文件用<SPAN lang=EN-US>WINCAB</SPAN>压缩成<SPAN lang=EN-US>CAB</SPAN>格式，改回<SPAN lang=EN-US>SI_</SPAN>后缀名，然后用<SPAN lang=EN-US>ULTRAISO</SPAN>添加到<SPAN lang=EN-US>ISO</SPAN>文件里面取代以前的那个<SPAN lang=EN-US>SI_</SPAN>文件，替换前最后把文件备份一下，不然后失败了可别后悔哦。<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P><SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">好了，这样就完成了，我试了两台</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">ICH9</SPAN><SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">芯片的机器，都能认到硬盘了。</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">OK</SPAN><SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，成功了！！！</SPAN>]]></description>
<author>jingyuanke</author>
<pubDate>2010-8-23 8:04:00</pubDate>
</item>
<item>
<title><![CDATA[二维码存储的音乐]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/233637.html</link>
<description><![CDATA[<IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/10830405993.png"><BR><IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/10830371716.png"><BR><IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/10830824572.png"><BR><IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/10830176708.png">]]></description>
<author>jingyuanke</author>
<pubDate>2010-6-10 8:09:00</pubDate>
</item>
<item>
<title><![CDATA[二维码挺有意思的。]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/229734.html</link>
<description><![CDATA[<IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/11132455143.jpg"><BR><IMG src="http://blog.zzedu.net.cn/UploadFiles/2010-6/11132686185.jpg"><BR>]]></description>
<author>jingyuanke</author>
<pubDate>2010-6-1 11:29:00</pubDate>
</item>
<item>
<title><![CDATA[恢复快速启动栏的“显示桌面”按钮]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/210978.html</link>
<description><![CDATA[<P>下载解压后，将解压后的"显示桌面.scf"文件移动到快速启动栏即可。</P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=98841">显示桌面.rar</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2010-4-20 15:02:00</pubDate>
</item>
<item>
<title><![CDATA[终于可以在google地图上看到我的老家了]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/210486.html</link>
<description><![CDATA[
<P>等待了好多年，今天突然发现在google地图上可以看到我的老家了，在一个偏僻的山村里——鲁山县观音乡岳村。</P><IFRAME marginWidth=0 marginHeight=0 src="http://ditu.google.cn/maps?f=q&amp;source=s_q&amp;hl=zh-CN&amp;geocode=&amp;q=%E8%A7%82%E9%9F%B3%E5%AF%BA%E4%B9%A1%E5%B2%B3%E6%9D%91&amp;sll=36.687637,101.265761&amp;sspn=0.003166,0.004812&amp;brcurrent=3,0x35d6071c7a92c88b:0x27dba62a7446af76,0,0x35d60ae383f74ca5:0x13b3ef285e68eeea%3B5,0,0&amp;ie=UTF8&amp;hq=%E5%B2%B3%E6%9D%91&amp;hnear=%E6%B2%B3%E5%8D%97%E7%9C%81%E5%B9%B3%E9%A1%B6%E5%B1%B1%E5%B8%82%E9%B2%81%E5%B1%B1%E5%8E%BF%E8%A7%82%E9%9F%B3%E5%AF%BA%E4%B9%A1&amp;t=h&amp;ll=33.909914,112.729592&amp;spn=0.001336,0.001609&amp;z=18&amp;iwloc=A&amp;output=embed" frameBorder=0 width=300 scrolling=no height=300></IFRAME><BR><SMALL><A style="http://blog.zzedu.net.cn/COLOR: #0000ff; TEXT-ALIGN: left" href="http://ditu.google.cn/maps?f=q&amp;source=embed&amp;hl=zh-CN&amp;geocode=&amp;q=%E8%A7%82%E9%9F%B3%E5%AF%BA%E4%B9%A1%E5%B2%B3%E6%9D%91&amp;sll=36.687637,101.265761&amp;sspn=0.003166,0.004812&amp;brcurrent=3,0x35d6071c7a92c88b:0x27dba62a7446af76,0,0x35d60ae383f74ca5:0x13b3ef285e68eeea%3B5,0,0&amp;ie=UTF8&amp;hq=%E5%B2%B3%E6%9D%91&amp;hnear=%E6%B2%B3%E5%8D%97%E7%9C%81%E5%B9%B3%E9%A1%B6%E5%B1%B1%E5%B8%82%E9%B2%81%E5%B1%B1%E5%8E%BF%E8%A7%82%E9%9F%B3%E5%AF%BA%E4%B9%A1&amp;t=h&amp;ll=33.909914,112.729592&amp;spn=0.001336,0.001609&amp;z=18&amp;iwloc=A">查看大图</A></SMALL>]]></description>
<author>jingyuanke</author>
<pubDate>2010-4-19 17:23:00</pubDate>
</item>
<item>
<title><![CDATA[usb设备的VID、PID查询]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2010/189135.html</link>
<description><![CDATA[<P>查询网址：<A href="http://www.linux-usb.org/usb.ids">http://www.linux-usb.org/usb.ids</A></P>
<P>部分内容如下：</P>
<P>#<BR>#	List of USB ID's<BR>#<BR>#	Maintained by Stephen J. Gowdy &lt;linux.usb.ids@gmail.com&gt;<BR>#	If you have any new entries, please submit then via<BR>#		http://www.linux-usb.org/usb-ids.html<BR>#	or send entries as patches (diff -u old new) in the<BR>#	body of your email (a bot will attempt to deal with it).<BR>#	The latest version can be obtained from<BR>#		http://www.linux-usb.org/usb.ids<BR>#<BR># Version: 2010.01.17<BR># Date:&nbsp;&nbsp;&nbsp; 2010-01-17 20:34:14<BR>#<BR><BR># Vendors, devices and interfaces. Please keep sorted.<BR><BR># Syntax:<BR># vendor&nbsp; vendor_name<BR>#	device&nbsp; device_name				&lt;-- single tab<BR>#		interface&nbsp; interface_name		&lt;-- two tabs<BR><BR>0001&nbsp; Fry's Electronics<BR>0002&nbsp; Ingram<BR>0003&nbsp; Club Mac<BR>0004&nbsp; Nebraska Furniture Mart<BR>0053&nbsp; Planex<BR>	5301&nbsp; GW-US54ZGL 802.11bg<BR>0079&nbsp; DragonRise Inc.<BR>	0006&nbsp; Generic USB Joystick<BR>0105&nbsp; Unknown<BR>	145f&nbsp; 802.11bg<BR>0145&nbsp; Unknown<BR>	0112&nbsp; Card Reader<BR>0204&nbsp; Chipsbank Microelectronics Co., Ltd<BR>	6025&nbsp; CBM2080 Flash drive controller<BR>	6026&nbsp; CBM1180 Flash drive controller<BR>02ad&nbsp; HUMAX Co., Ltd.<BR>	138c&nbsp; PVR Mass Storage<BR>0324&nbsp; OCZ Technology Inc<BR>	bc06&nbsp; OCZ ATV USB 2.0 Flash Drive<BR>	bc08&nbsp; OCZ Rally2/ATV USB 2.0 Flash Drive<BR>0325&nbsp; OCZ Technology Inc<BR>	ac02&nbsp; ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive<BR>0386&nbsp; LTS<BR>	0001&nbsp; PSX for USB Converter<BR>03e8&nbsp; EndPoints, Inc.<BR>	0004&nbsp; SE401 Webcam<BR>	0008&nbsp; 101 Ethernet [klsi]<BR>	0015&nbsp; ATAPI Enclosure<BR>	2123&nbsp; SiPix StyleCam Deluxe<BR>	8004&nbsp; Aox 99001<BR>……</P>]]></description>
<author>jingyuanke</author>
<pubDate>2010-1-27 7:39:00</pubDate>
</item>
<item>
<title><![CDATA[360浏览器卸载后，IE的收藏夹全空了。]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/182328.html</link>
<description><![CDATA[<P>安装360安全卫士时，自动安了一个360安全浏览器。之后不管在何处打开网页时，总是360浏览器自动打开的，它里边有很多功能也实现不了。我嫌它烦，将360安全浏览器卸载了，结果我的IE的收藏夹全部空了，收藏了多年的网址全没了，痛心！</P>
<P>安装和卸载360浏览器时要千万小心了！</P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-11-18 9:57:00</pubDate>
</item>
<item>
<title><![CDATA[flash cs4(10.0)播放器]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/179866.html</link>
<description><![CDATA[
<P>flash cs4(10.0)播放器，真正独立的播放器，不是浏览器的插件！</P>
<P>下载地址:<A href="http://www.ztlz.net/FlashPlayer10.rar" target=_blank>http://www.ztlz.net/FlashPlayer10.rar</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-11-2 9:42:00</pubDate>
</item>
<item>
<title><![CDATA[windows游戏-三维弹球]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/178961.html</link>
<description><![CDATA[<P>windows游戏-三维弹球(包含帮助文件)</P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=83774">Pinball.rar</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-10-29 8:52:00</pubDate>
</item>
<item>
<title><![CDATA[windows游戏下载]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/165963.html</link>
<description><![CDATA[<P>windows游戏下载（空当接龙、扫雷、红心大战、纸牌、蜘蛛纸牌）</P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=76936">windows游戏.rar</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-8-13 12:41:00</pubDate>
</item>
<item>
<title><![CDATA[sql实现表的行列翻转_列变为行_行变为列]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/148524.html</link>
<description><![CDATA[<P>用sql实现数据表中的数据行列互换：列换为行利用表的自身外连接left join，行换为列利用联合union。</P>
<P>如：在access中</P>
<P>一、将成绩表chengji的列转换为行，即将</P>
<TABLE cellSpacing=0 bgColor=#ffffff border=1><FONT face=宋体 color=#000000>
<CAPTION><B>chengji</B></CAPTION></FONT>
<THEAD>
<TR>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>编号</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>姓名</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>科目</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>成绩</FONT></TH></TR></THEAD>
<TBODY>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>61</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>56</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>71</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>93</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>91</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR></TBODY>
<TFOOT></TFOOT></TABLE>
<P>转换为：</P>
<P>
<TABLE cellSpacing=0 bgColor=#ffffff border=1><FONT face=宋体 color=#000000>
<CAPTION><B>转换后</B></CAPTION></FONT>
<THEAD>
<TR>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>编号</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>姓名</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TH></TR></THEAD>
<TBODY>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>61</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>56</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>71</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>91</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000><BR></FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>93</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000><BR></FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR></TBODY>
<TFOOT></TFOOT></TABLE></P>
<P>可以用sql语句：</P>
<P>SELECT 学生.编号, 学生.姓名, 语文.成绩 AS 语文, 数学.成绩 AS 数学, 外语.成绩 AS 外语<BR>FROM (([select distinct 编号, 姓名 from chengji]. AS 学生 LEFT JOIN chengji AS 语文 ON 学生.编号 = 语文.编号 and (语文.科目)="语文") LEFT JOIN chengji AS 数学 ON 学生.编号 = 数学.编号 and (数学.科目)="数学") LEFT JOIN chengji AS 外语 ON 学生.编号 = 外语.编号 and (外语.科目)="外语";</P>
<P>二、倒回来，将成绩表chengji2的行换为列，即将</P>
<P>
<TABLE cellSpacing=0 bgColor=#ffffff border=1><FONT face=宋体 color=#000000>
<CAPTION><B>chengji2</B></CAPTION></FONT>
<THEAD>
<TR>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>编号</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>姓名</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TH></TR></THEAD>
<TBODY>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>61</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>56</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>71</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>91</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000><BR></FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>93</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000><BR></FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR></TBODY>
<TFOOT></TFOOT></TABLE></P>
<P>转换为</P>
<P>
<TABLE cellSpacing=0 bgColor=#ffffff border=1><FONT face=宋体 color=#000000>
<CAPTION><B>转为列</B></CAPTION></FONT>
<THEAD>
<TR>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>编号</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>姓名</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>科目</FONT></TH>
<TH borderColor=#000000 bgColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TH></TR></THEAD>
<TBODY>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>56</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>71</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090101</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>季启翔</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>61</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>93</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090104</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>凌生辉</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>语文</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>91</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>数学</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR>
<TR vAlign=top>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>20090105</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>邱刚会</FONT></TD>
<TD borderColor=#c0c0c0><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>外语</FONT></TD>
<TD borderColor=#c0c0c0 align=right><FONT style="FONT-SIZE: 9pt" face=宋体 color=#000000>81</FONT></TD></TR></TBODY>
<TFOOT></TFOOT></TABLE></P>
<P>sql语句:</P>
<P>SELECT chengji2.编号, chengji2.姓名, "语文" as 科目, chengji2.语文<BR>FROM chengji2 where chengji2.语文&lt;&gt;null union SELECT chengji2.编号, chengji2.姓名, "数学" as 科目, chengji2.数学<BR>FROM chengji2 where chengji2.数学&lt;&gt;null union SELECT chengji2.编号, chengji2.姓名, "外语" as 科目, chengji2.外语<BR>FROM chengji2 where chengji2.外语&lt;&gt;null ;<BR></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-6-4 17:11:00</pubDate>
</item>
<item>
<title><![CDATA[汉字编码对照表(gbk-unicode-区位码)xls下载]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/136408.html</link>
<description><![CDATA[<P>汉字编码对照表(gbk-unicode-区位码)下载，excel,xls,数据库格式</P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=65014">汉字编码对照表.xls.rar</A></P>
<P>内容例：</P>
<P>unicode十六进制&nbsp;unicode十进制&nbsp;gbk十六进制&nbsp;gbk十进制&nbsp;区位码&nbsp;汉字<BR>4e00&nbsp;19968&nbsp;d2bb&nbsp;53947&nbsp;5027&nbsp;一<BR>4e01&nbsp;19969&nbsp;b6a1&nbsp;46753&nbsp;2201&nbsp;丁<BR>4e02&nbsp;19970&nbsp;8140&nbsp;33088&nbsp;&nbsp;丂<BR>4e03&nbsp;19971&nbsp;c6df&nbsp;50911&nbsp;3863&nbsp;七<BR>4e04&nbsp;19972&nbsp;8141&nbsp;33089&nbsp;&nbsp;丄<BR>4e05&nbsp;19973&nbsp;8142&nbsp;33090&nbsp;&nbsp;丅<BR>4e06&nbsp;19974&nbsp;8143&nbsp;33091&nbsp;&nbsp;丆<BR>4e07&nbsp;19975&nbsp;cdf2&nbsp;52722&nbsp;4582&nbsp;万<BR>4e08&nbsp;19976&nbsp;d5c9&nbsp;54729&nbsp;5341&nbsp;丈<BR>4e09&nbsp;19977&nbsp;c8fd&nbsp;51453&nbsp;4093&nbsp;三<BR>4e0a&nbsp;19978&nbsp;c9cf&nbsp;51663&nbsp;4147&nbsp;上<BR>4e0b&nbsp;19979&nbsp;cfc2&nbsp;53186&nbsp;4734&nbsp;下<BR>4e0c&nbsp;19980&nbsp;d8a2&nbsp;55458&nbsp;5602&nbsp;丌<BR>4e0d&nbsp;19981&nbsp;b2bb&nbsp;45755&nbsp;1827&nbsp;不<BR>4e0e&nbsp;19982&nbsp;d3eb&nbsp;54251&nbsp;5175&nbsp;与</P>
<P>......<BR></P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=65014">汉字编码对照表.xls.rar</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-5-6 19:56:00</pubDate>
</item>
<item>
<title><![CDATA[网通登录帐户在线计算]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/103622.html</link>
<description><![CDATA[<P>网通登录帐户在线计算</P>
<P>&nbsp;<A href="http://www.ztlz.net/channel/cncdec">进入在线计算</A></P>]]></description>
<author>jingyuanke</author>
<pubDate>2009-1-19 12:43:00</pubDate>
</item>
<item>
<title><![CDATA[比M、G、T再大的是什么—国际单位制中单位的前缀词头]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2009/102958.html</link>
<description><![CDATA[<P>国际单位制中单位的前缀词头<BR>转自维基百科:<A href="http://zh.wikipedia.org/w/index.php?title=%E5%9B%BD%E9%99%85%E5%8D%95%E4%BD%8D%E5%88%B6%E8%AF%8D%E5%A4%B4&amp;variant=zh-cn">http://zh.wikipedia.org/w/index.php?title=%E5%9B%BD%E9%99%85%E5%8D%95%E4%BD%8D%E5%88%B6%E8%AF%8D%E5%A4%B4&amp;variant=zh-cn</A></P>
<TABLE cellSpacing=0 cellPadding=2 border=1>
<TBODY>
<TR>
<TH>倍数和分数</TH>
<TH>简体中文用的词头</TH>
<TH>繁体中文用的前缀词</TH>
<TH>符号</TH>
<TH>英语词头</TH></TR>
<TR>
<TD><A class=mw-redirect title="1 E24" href="http://zh.wikipedia.org/w/index.php?title=1_E24&amp;variant=zh-cn">10<SUP>24</SUP></A></TD>
<TD><A class=mw-redirect title=尧它 href="http://zh.wikipedia.org/w/index.php?title=%E5%B0%A7%E5%AE%83&amp;variant=zh-cn">尧（它）</A></TD>
<TD><A class=mw-redirect title=佑 href="http://zh.wikipedia.org/w/index.php?title=%E4%BD%91&amp;variant=zh-cn">佑</A></TD>
<TD>Y</TD>
<TD>Yotta</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E21" href="http://zh.wikipedia.org/w/index.php?title=1_E21&amp;variant=zh-cn">10<SUP>21</SUP></A></TD>
<TD><A class=new title="泽它 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E6%B3%BD%E5%AE%83&amp;action=edit&amp;redlink=1">泽（它）</A></TD>
<TD><A class=new title="皆 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E7%9A%86&amp;action=edit&amp;redlink=1">皆</A></TD>
<TD>Z</TD>
<TD>Zetta</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E18" href="http://zh.wikipedia.org/w/index.php?title=1_E18&amp;variant=zh-cn">10<SUP>18</SUP></A></TD>
<TD><A class=new title="艾可萨 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E8%89%BE%E5%8F%AF%E8%90%A8&amp;action=edit&amp;redlink=1">艾（可萨）</A></TD>
<TD><A class=new title="艾 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E8%89%BE&amp;action=edit&amp;redlink=1">艾</A></TD>
<TD>E</TD>
<TD>Exa</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E15" href="http://zh.wikipedia.org/w/index.php?title=1_E15&amp;variant=zh-cn">10<SUP>15</SUP></A></TD>
<TD><A title=拍它 href="http://zh.wikipedia.org/w/index.php?title=%E6%8B%8D%E5%AE%83&amp;variant=zh-cn">拍（它）</A></TD>
<TD><A title=拍 href="http://zh.wikipedia.org/w/index.php?title=%E6%8B%8D&amp;variant=zh-cn">拍</A></TD>
<TD>P</TD>
<TD>Peta</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E12" href="http://zh.wikipedia.org/w/index.php?title=1_E12&amp;variant=zh-cn">10<SUP>12</SUP></A></TD>
<TD><A class=new title="太拉 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E5%A4%AA%E6%8B%89&amp;action=edit&amp;redlink=1">太（拉）</A></TD>
<TD><A title=兆 href="http://zh.wikipedia.org/w/index.php?title=%E5%85%86&amp;variant=zh-cn">兆</A></TD>
<TD>T</TD>
<TD>Tera</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E9" href="http://zh.wikipedia.org/w/index.php?title=1_E9&amp;variant=zh-cn">10<SUP>9</SUP></A></TD>
<TD><A class=new title="吉咖 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E5%90%89%E5%92%96&amp;action=edit&amp;redlink=1">吉（咖）</A></TD>
<TD><A title="数量级 (数)" href="http://zh.wikipedia.org/w/index.php?title=%E6%95%B0%E9%87%8F%E7%BA%A7_(%E6%95%B0)&amp;variant=zh-cn">吉</A></TD>
<TD>G</TD>
<TD>Giga</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E6" href="http://zh.wikipedia.org/w/index.php?title=1_E6&amp;variant=zh-cn">10<SUP>6</SUP></A></TD>
<TD><A title=兆 href="http://zh.wikipedia.org/w/index.php?title=%E5%85%86&amp;variant=zh-cn">兆</A></TD>
<TD><A class=mw-redirect title=百萬 href="http://zh.wikipedia.org/w/index.php?title=%E7%99%BE%E8%90%AC&amp;variant=zh-cn">百万</A></TD>
<TD>M</TD>
<TD>Mega</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E3" href="http://zh.wikipedia.org/w/index.php?title=1_E3&amp;variant=zh-cn">10<SUP>3</SUP></A></TD>
<TD><A class=mw-redirect title=千 href="http://zh.wikipedia.org/w/index.php?title=%E5%8D%83&amp;variant=zh-cn">千</A></TD>
<TD><A class=mw-redirect title=千 href="http://zh.wikipedia.org/w/index.php?title=%E5%8D%83&amp;variant=zh-cn">千</A></TD>
<TD>k</TD>
<TD>Kilo</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E2" href="http://zh.wikipedia.org/w/index.php?title=1_E2&amp;variant=zh-cn">10<SUP>2</SUP></A></TD>
<TD><A class=mw-redirect title=百 href="http://zh.wikipedia.org/w/index.php?title=%E7%99%BE&amp;variant=zh-cn">百</A></TD>
<TD><A class=mw-redirect title=百 href="http://zh.wikipedia.org/w/index.php?title=%E7%99%BE&amp;variant=zh-cn">百</A></TD>
<TD>h</TD>
<TD>hecta</TD></TR>
<TR>
<TD><A class=mw-redirect title="1 E1" href="http://zh.wikipedia.org/w/index.php?title=1_E1&amp;variant=zh-cn">10<SUP>1</SUP></A></TD>
<TD><A class=mw-redirect title=十 href="http://zh.wikipedia.org/w/index.php?title=%E5%8D%81&amp;variant=zh-cn">十</A></TD>
<TD><A class=mw-redirect title=十 href="http://zh.wikipedia.org/w/index.php?title=%E5%8D%81&amp;variant=zh-cn">十</A></TD>
<TD>da</TD>
<TD>deca</TD></TR>
<TR>
<TD><A class=new title="1 E-1 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-1&amp;action=edit&amp;redlink=1">10<SUP>-1</SUP></A></TD>
<TD><A title=分 href="http://zh.wikipedia.org/w/index.php?title=%E5%88%86&amp;variant=zh-cn">分</A></TD>
<TD><A title=分 href="http://zh.wikipedia.org/w/index.php?title=%E5%88%86&amp;variant=zh-cn">分</A></TD>
<TD>d</TD>
<TD>deci</TD></TR>
<TR>
<TD><A class=new title="1 E-2 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-2&amp;action=edit&amp;redlink=1">10<SUP>-2</SUP></A></TD>
<TD><A class=mw-redirect title=厘 href="http://zh.wikipedia.org/w/index.php?title=%E5%8E%98&amp;variant=zh-cn">厘</A></TD>
<TD><A class=mw-redirect title=厘 href="http://zh.wikipedia.org/w/index.php?title=%E5%8E%98&amp;variant=zh-cn">厘</A></TD>
<TD>c</TD>
<TD>centi</TD></TR>
<TR>
<TD><A class=new title="1 E-3 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-3&amp;action=edit&amp;redlink=1">10<SUP>-3</SUP></A></TD>
<TD><A title=毫 href="http://zh.wikipedia.org/w/index.php?title=%E6%AF%AB&amp;variant=zh-cn">毫</A></TD>
<TD><A title=毫 href="http://zh.wikipedia.org/w/index.php?title=%E6%AF%AB&amp;variant=zh-cn">毫</A></TD>
<TD>m</TD>
<TD>milli</TD></TR>
<TR>
<TD><A class=new title="1 E-6 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-6&amp;action=edit&amp;redlink=1">10<SUP>-6</SUP></A></TD>
<TD><A title=微 href="http://zh.wikipedia.org/w/index.php?title=%E5%BE%AE&amp;variant=zh-cn">微</A></TD>
<TD><A title=微 href="http://zh.wikipedia.org/w/index.php?title=%E5%BE%AE&amp;variant=zh-cn">微</A></TD>
<TD>μ</TD>
<TD>micro</TD></TR>
<TR>
<TD><A class=new title="1 E-9 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-9&amp;action=edit&amp;redlink=1">10<SUP>-9</SUP></A></TD>
<TD><A class=new title="纳诺 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E7%BA%B3%E8%AF%BA&amp;action=edit&amp;redlink=1">纳（诺）</A></TD>
<TD><A class=new title="奈 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E5%A5%88&amp;action=edit&amp;redlink=1">奈</A></TD>
<TD>n</TD>
<TD>nano</TD></TR>
<TR>
<TD><A class=new title="1 E-12 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-12&amp;action=edit&amp;redlink=1">10<SUP>-12</SUP></A></TD>
<TD><A title=皮可 href="http://zh.wikipedia.org/w/index.php?title=%E7%9A%AE%E5%8F%AF&amp;variant=zh-cn">皮（可）</A></TD>
<TD><A title=皮可 href="http://zh.wikipedia.org/w/index.php?title=%E7%9A%AE%E5%8F%AF&amp;variant=zh-cn">皮</A></TD>
<TD>p</TD>
<TD>pico</TD></TR>
<TR>
<TD><A class=new title="1 E-15 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-15&amp;action=edit&amp;redlink=1">10<SUP>-15</SUP></A></TD>
<TD><A class=new title="飞母托 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E9%A3%9E%E6%AF%8D%E6%89%98&amp;action=edit&amp;redlink=1">飞（母托）</A></TD>
<TD><A class=mw-redirect title=飛 href="http://zh.wikipedia.org/w/index.php?title=%E9%A3%9B&amp;variant=zh-cn">飞</A></TD>
<TD>f</TD>
<TD>femto</TD></TR>
<TR>
<TD><A class=new title="1 E-18 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-18&amp;action=edit&amp;redlink=1">10<SUP>-18</SUP></A></TD>
<TD><A title=阿托 href="http://zh.wikipedia.org/w/index.php?title=%E9%98%BF%E6%89%98&amp;variant=zh-cn">阿（托）</A></TD>
<TD><A title=阿 href="http://zh.wikipedia.org/w/index.php?title=%E9%98%BF&amp;variant=zh-cn">阿</A></TD>
<TD>a</TD>
<TD>atto</TD></TR>
<TR>
<TD><A class=new title="1 E-21 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-21&amp;action=edit&amp;redlink=1">10<SUP>-21</SUP></A></TD>
<TD><A class=new title="仄普托 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E4%BB%84%E6%99%AE%E6%89%98&amp;action=edit&amp;redlink=1">仄（普托）</A></TD>
<TD><A class=new title="介 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E4%BB%8B&amp;action=edit&amp;redlink=1">介</A></TD>
<TD>z</TD>
<TD>zepto</TD></TR>
<TR>
<TD><A class=new title="1 E-24 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=1_E-24&amp;action=edit&amp;redlink=1">10<SUP>-24</SUP></A></TD>
<TD><A class=new title="幺科托 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E5%B9%BA%E7%A7%91%E6%89%98&amp;action=edit&amp;redlink=1">幺（科托）</A></TD>
<TD><A class=new title="攸 (尚未撰写)" href="http://zh.wikipedia.org/w/index.php?title=%E6%94%B8&amp;action=edit&amp;redlink=1">攸</A></TD>
<TD>y</TD>
<TD>yocto</TD></TR></TBODY></TABLE>]]></description>
<author>jingyuanke</author>
<pubDate>2009-1-8 10:47:00</pubDate>
</item>
<item>
<title><![CDATA[FTP上传中文文件夹出错的解决办法]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/101639.html</link>
<description><![CDATA[<P>&nbsp;</P>
<P>部分老师反映往ftp中上传文件夹时提示出错，但是点击确定后可以继续上传。</P>
<P>经分析，出错的原因是：操作系统是xp sp2或者xp sp3，浏览器版本是IE6，上传的文件夹中有中文名的文件夹或文件。</P>
<P>解决办法一：文件夹中的文件夹名和文件名改为中文。</P>
<P>解决办法二：将IE版本升级为IE7。操作步骤：1、下载<A href="http://download.microsoft.com/download/4/1/8/418981a4-6ef9-4de6-befc-1a53e886cb62/IE7-WindowsXP-x86-chs.exe">IE7</A> ;2、解压安装 3、因为IE7无法直接使用FTP，所以需要再下载运行一个小程序，下载地址：<A href="http://blog.zzedu.net.cn/attachment.asp?FileID=45170">ie7ftpreg.rar</A>下载后解压运行。</P>]]></description>
<author>jingyuanke</author>
<pubDate>2008-12-13 8:50:00</pubDate>
</item>
<item>
<title><![CDATA[向全国中小学生推荐优秀影片片目]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/100907.html</link>
<description><![CDATA[<P>一、教育部办公厅　国家广电总局办公厅　文化部办公厅 向全国中小学生推荐优秀影片片目 1-21批</P>
<P><SPAN style="FONT-FAMILY: 宋体; FONT-SIZE: 10.5pt; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">二、广电总局向中小学生推荐百部优秀电影</SPAN></P>
<P><SPAN style="FONT-FAMILY: 宋体; FONT-SIZE: 10.5pt; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=44742">向全国中小学生推荐优秀影片片目公布.doc</A></SPAN></P>]]></description>
<author>jingyuanke</author>
<pubDate>2008-12-2 8:34:00</pubDate>
</item>
<item>
<title><![CDATA[FAT32文件系统的限制]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/97601.html</link>
<description><![CDATA[<DIV class=tit>FAT32文件系统的限制</DIV>
<DIV class=tit><A href="http://hi.baidu.com/seart/blog/item/bc7cb75185770419367abeb3.html">http://hi.baidu.com/seart/blog/item/bc7cb75185770419367abeb3.html</A></DIV>
<DIV class=date>2007/05/03 19:09</DIV>
<TABLE style="TABLE-LAYOUT: fixed">
<TBODY>
<TR>
<TD>
<DIV class=cnt id=blog_text>
<P><FONT size=3>相对于NTFS文件系统，FAT32有很多不足之处，以下简单介绍两个实例：</FONT></P>
<P><FONT size=3>1. 单个目录下所存储文件数目的限制</FONT></P>
<P><FONT size=3><SPAN>有网友曾经在</SPAN><SPAN>FAT32</SPAN><SPAN>分区上解压缩一个里面包含大量文件的</SPAN><SPAN>rar</SPAN><SPAN>压缩包，当解压缩到解压缩到</SPAN><SPAN>2万多</SPAN><SPAN>个文件时，</SPAN><SPAN>Windows</SPAN><SPAN>提示无法创建新的目录或者文件。</SPAN></FONT></P>
<P><SPAN></SPAN><FONT size=3><SPAN>这和</SPAN><SPAN>FAT32</SPAN><SPAN>文件系统本身的属性特点限制有关，对于</SPAN><SPAN>FAT32</SPAN><SPAN>文件系统来说，在单个文件夹内，最多可以创建</SPAN><SPAN>65534</SPAN><SPAN>个子目录和文件。如果其中的某些子目录和文件采用长文件名的话，则会远远不足</SPAN><SPAN>65534</SPAN><SPAN>个子目录和文件，所以如果</SPAN><SPAN>winrar</SPAN><SPAN>压缩包的某些文件或者目录采用长文件名的话，那么这种情况属于正常。</SPAN></FONT></P>
<P><SPAN></SPAN><SPAN style="FONT-SIZE: 10.5pt"><FONT size=3>2. 单个文件大小的限制</FONT></SPAN></P>
<P><SPAN style="FONT-SIZE: 10.5pt"><FONT size=3>FAT32文件系统下单个文件不能超过4GB，所以在创建一些大容量视频文件、创建虚拟机映象文件时必须注意最好存放在NTFS文件系统下。</FONT></SPAN></P>
<P><SPAN style="FONT-SIZE: 10.5pt"><FONT face=宋体><FONT size=3>可以参考以下的微软官方网页，以了解详细的文件系统特性比较的信息：<SPAN></SPAN></FONT></FONT></SPAN></P>
<P><SPAN style="FONT-SIZE: 10.5pt"><A title=http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-us/prkc_fil_tdrn.asp href="http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-us/prkc_fil_tdrn.asp" target=_blank><SPAN style="http://blog.zzedu.net.cn/COLOR: windowtext; TEXT-DECORATION: none"><FONT size=3>http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-us/prkc_fil_tdrn.asp</FONT></SPAN></A></SPAN></P><U><FONT color=#0000ff><A href="http://www.microsoft.com/whdc/archive/pcstor.mspx">http://www.microsoft.com/whdc/archive/pcstor.mspx</A></FONT></U>
<P><SPAN style="FONT-SIZE: 10.5pt"></SPAN>&nbsp;</P></DIV></TD></TR></TBODY></TABLE>]]></description>
<author>jingyuanke</author>
<pubDate>2008-10-9 10:26:00</pubDate>
</item>
<item>
<title><![CDATA[如何更改WinXP/2000/2003收藏夹的路径]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/97544.html</link>
<description><![CDATA[如何更改WinXP/2000/2003收藏夹的路径？<BR><BR>方法一：<BR><BR>打开WinXP/2000/2003注册表编辑器，进入 HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Current Version\\Explorer\\User Shell Folders, 将右窗口中的Favorites键值设为其他路径，如：E:\Favorites，然后再把原收藏夹中的内容移到新收藏夹中，这也相当于对收藏夹的一种备份。 <BR>方法二： <BR><BR>例如我想把收藏夹默认的保存路径改到D:\study下。关闭Internet Explorer浏览器，打开资源管理器，到C:\Windows\Favorite，按住Shift键不放，用鼠标左键拖到D:\study再放开。 <BR>　　小提示:进行此操作时，一定要先关闭Internet Explorer，否则没有办法完成。 <BR><BR>方法三： <BR><BR>收藏夹默认的路径是“C:\Windows\Favorites”。大家在重装系统时都要事先备份，方法是把这个文件夹拷贝出来，重装系统后再覆盖回去就可以。但很多朋友经常会忘记，结果辛辛苦苦所收藏的精选网址全都没了，真是痛苦万分。 <BR><BR>　　现在如果把收藏夹的路径设到别的盘，如“E:\Favorites”，就再也不用担心重装系统时而忘了备份的烦恼了。你也想试试吗？步骤如下： <BR><BR>　　1、把收藏夹“C:\Windows\Favorites”复制到E盘； <BR><BR>　　2、修改注册表。运行注册表编辑器，逐级展开“HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders”。 <BR><BR>　　(提示：可以把“C:\Windows\Favorites”作为查找对象进行查找，很快就可以找到它，不过第一个找到的结果不是，第二个才是)，然后双击右侧窗口中字符串“Favorites”，将路径改为“E:\Favorites”。“确定”后退出注册表编辑器。]]></description>
<author>jingyuanke</author>
<pubDate>2008-10-8 8:19:00</pubDate>
</item>
<item>
<title><![CDATA[vendor - MAC的对应关系]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/97513.html</link>
<description><![CDATA[<P><A href="http://standards.ieee.org/regauth/oui/index.shtml">http://standards.ieee.org/regauth/oui/index.shtml</A></P>
<P><A href="http://www.coffer.com/mac_find/">http://www.coffer.com/mac_find/</A></P>
<P>OUI列表本地下载：<A href="http://blog.zzedu.net.cn/attachment.asp?FileID=42298">OUIlisting2008－10－7.rar</A>&nbsp;(来自IEEE Registration Authority - IEEE OUI and Company_id Assignments。官方下载地址：<A href="http://standards.ieee.org/regauth/oui/oui.txt">http://standards.ieee.org/regauth/oui/oui.txt</A>)</P>
<P>部分内容：</P>
<P>OUI&nbsp;&nbsp;&nbsp;&nbsp;Organization<BR>company_id&nbsp;&nbsp;&nbsp;Organization<BR>&nbsp;&nbsp;&nbsp;&nbsp;Address</P>
<P><BR>00-00-00&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000000&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C<BR>&nbsp;&nbsp;&nbsp;&nbsp;800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-01&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000001&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;ZEROX SYSTEMS INSTITUTE<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-02&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000002&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;XEROX SYSTEMS INSTITUTE<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-03&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000003&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;ZEROX SYSTEMS INSTITUTE<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50CEW AVENUE 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-04&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000004&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;OFFICE SYSTEMS DIVISION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD4<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-05&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000005&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;OFFICE SYSTEMS DIVISION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-06&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000006&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;OFFICE SYSTEMS DIVISION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD4<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-07&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000007&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;OFFICE SYSTEMS DIVISION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S 105-50C 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-08&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000008&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;OFFICE SYSTEMS DIVISION<BR>&nbsp;&nbsp;&nbsp;&nbsp;M/S/ 105-50C 800 PHILLIPS ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;WEBSTER NY 14580<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-09&nbsp;&nbsp; (hex)&nbsp;&nbsp;XEROX CORPORATION<BR>000009&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;XEROX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;1350 JEFFERSON ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;ROCHESTER NY 14623<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-0A&nbsp;&nbsp; (hex)&nbsp;&nbsp;OMRON TATEISI ELECTRONICS CO.<BR>00000A&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;OMRON TATEISI ELECTRONICS CO.<BR>&nbsp;&nbsp;&nbsp;&nbsp;SECTION NFF, SYSTEM R&amp;D LABS.<BR>&nbsp;&nbsp;&nbsp;&nbsp;RESEARCH &amp; TECH. ASSESSMNT DIV SHIMOKAII<BR>&nbsp;&nbsp;&nbsp;&nbsp;KYOTO 617 JAPAN<BR>&nbsp;&nbsp;&nbsp;&nbsp;JAPAN</P>
<P>00-00-0B&nbsp;&nbsp; (hex)&nbsp;&nbsp;MATRIX CORPORATION<BR>00000B&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;MATRIX CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;1203 NEW HOPE ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;RALEIGH NORTH CAROLINA&nbsp; 276<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-0C&nbsp;&nbsp; (hex)&nbsp;&nbsp;CISCO SYSTEMS, INC.<BR>00000C&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;CISCO SYSTEMS, INC.<BR>&nbsp;&nbsp;&nbsp;&nbsp;170 WEST TASMAN DRIVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;SAN JOSE CA 95134-1706<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-0D&nbsp;&nbsp; (hex)&nbsp;&nbsp;FIBRONICS LTD.<BR>00000D&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;FIBRONICS LTD.<BR>&nbsp;&nbsp;&nbsp;&nbsp;MATAM TECHNOLOGY CENTER<BR>&nbsp;&nbsp;&nbsp;&nbsp;HAIFA 31905<BR>&nbsp;&nbsp;&nbsp;&nbsp;ISRAEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;ISRAEL</P>
<P>00-00-0E&nbsp;&nbsp; (hex)&nbsp;&nbsp;FUJITSU LIMITED<BR>00000E&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;FUJITSU LIMITED<BR>&nbsp;&nbsp;&nbsp;&nbsp;COMPUTER SYS. ARCHITECTURE DEP<BR>&nbsp;&nbsp;&nbsp;&nbsp;MAIN FRAME DIV. 1015 KAMIKODANAKA, NAKAH<BR>&nbsp;&nbsp;&nbsp;&nbsp;KAWASAKI 211&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;JAPAN</P>
<P>00-00-0F&nbsp;&nbsp; (hex)&nbsp;&nbsp;NEXT, INC.<BR>00000F&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;NEXT, INC.<BR>&nbsp;&nbsp;&nbsp;&nbsp;3475 DEER CREEK ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;PALO ALTO CA 94304<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-10&nbsp;&nbsp; (hex)&nbsp;&nbsp;SYTEK INC.<BR>000010&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;SYTEK INC.<BR>&nbsp;&nbsp;&nbsp;&nbsp;1225 CHARLESTON ROAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;MOUNTAIN VIEW CA 94043<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-11&nbsp;&nbsp; (hex)&nbsp;&nbsp;NORMEREL SYSTEMES<BR>000011&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;NORMEREL SYSTEMES<BR>&nbsp;&nbsp;&nbsp;&nbsp;58 RUE POTTIER<BR>&nbsp;&nbsp;&nbsp;&nbsp;78150 LE CHESNAY<BR>&nbsp;&nbsp;&nbsp;&nbsp;FRANCE<BR>&nbsp;&nbsp;&nbsp;&nbsp;FRANCE</P>
<P>00-00-12&nbsp;&nbsp; (hex)&nbsp;&nbsp;INFORMATION TECHNOLOGY LIMITED<BR>000012&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;INFORMATION TECHNOLOGY LIMITED<BR>&nbsp;&nbsp;&nbsp;&nbsp;MAYLANDS AVE. HEMEL HEMPSTEAD<BR>&nbsp;&nbsp;&nbsp;&nbsp;HERTS ENGLAND<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED KINGDOM</P>
<P>00-00-13&nbsp;&nbsp; (hex)&nbsp;&nbsp;CAMEX<BR>000013&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;CAMEX<BR>&nbsp;&nbsp;&nbsp;&nbsp;75 KNEELAND STREET<BR>&nbsp;&nbsp;&nbsp;&nbsp;BOSTON MA 02111<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-14&nbsp;&nbsp; (hex)&nbsp;&nbsp;NETRONIX<BR>000014&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;NETRONIX<BR>&nbsp;&nbsp;&nbsp;&nbsp;1372 MCDOWELL BLVD.<BR>&nbsp;&nbsp;&nbsp;&nbsp;PETULAMA CA 94952<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES</P>
<P>00-00-15&nbsp;&nbsp; (hex)&nbsp;&nbsp;DATAPOINT CORPORATION<BR>000015&nbsp;&nbsp;&nbsp;&nbsp; (base 16)&nbsp;&nbsp;DATAPOINT CORPORATION<BR>&nbsp;&nbsp;&nbsp;&nbsp;9725 DATAPOINT DRIVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;MS S-37<BR>&nbsp;&nbsp;&nbsp;&nbsp;SAN ANTONIO TX 78284<BR>&nbsp;&nbsp;&nbsp;&nbsp;UNITED STATES<BR>……</P>]]></description>
<author>jingyuanke</author>
<pubDate>2008-10-7 17:45:00</pubDate>
</item>
<item>
<title><![CDATA[字符串进行gzip编码解码的工具]]></title>
<link>http://blog.zzedu.net.cn/user1/jingyuanke/archives/2008/91738.html</link>
<description><![CDATA[<P>自己用vb.net 2005做的小工具，湊合着可以用。</P>
<P>解码时，gzip文件头为1F8B08</P>
<P><A href="http://blog.zzedu.net.cn/attachment.asp?FileID=37816">gzip编码解码.rar</A></P>
<P>后来才知道，gzip编码的内容保存到一个以gz为扩展名的文件中，就可以用winrar之类的压缩程序解压缩了。</P>]]></description>
<author>jingyuanke</author>
<pubDate>2008-6-21 18:13:00</pubDate>
</item>

</channel>
</rss>