<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_SSHH网络工作室</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/38110/rss</id><updated>2010-10-12T01:21:05Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/38110/rss"/><entry><id>http://www.cnblogs.com/sshh/archive/2010/10/12/1848483.html</id><title type="text">hm55主板声卡win2003系统驱动安装（黄色叹号 或者 PCI Bus设备）</title><summary type="text">新买了笔记本，cpu i3350 主板 hm55 安装2003操作系统 弄了一晚上，声卡驱动一直都安装不起来，只好当时先用xp了，不过不甘心，今天突然想再试一把！首先format + ghost + reboot ！系统是2003SP2 DataCenter 英文版装好其他驱动（先主板，显卡，再声卡，再...)声卡问题一：（90%以上的朋友都是这一种解决办法，很可惜，我的不是这毛病&amp;#8230;&amp;...</summary><published>2010-10-12T01:21:00Z</published><updated>2010-10-12T01:21:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2010/10/12/1848483.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2010/10/12/1848483.html"/><content type="html">&lt;p&gt;新买了笔记本，cpu i3350 主板 hm55 安装2003操作系统 弄了一晚上，&lt;br /&gt;声卡驱动一直都安装不起来，只好当时先用xp了，不过不甘心，今天突然想再试一把！&lt;/p&gt;&#xD;
&lt;p&gt;首先format + ghost + reboot ！&lt;br /&gt;系统是2003SP2 DataCenter 英文版&lt;br /&gt;装好其他驱动（先主板，显卡，再声卡，再...)&lt;/p&gt;&#xD;
&lt;p&gt;声卡问题一：（90%以上的朋友都是这一种解决办法，很可惜，我的不是这毛病&amp;#8230;&amp;#8230;）&lt;br /&gt;第一步：&lt;br /&gt;开机F8进安全模式,在windows/system32/drivers/下&lt;br /&gt;找到：hdaudbus.sys hdaudio.sys 两个文件剪切到其他地方（勿删）&lt;/p&gt;&#xD;
&lt;p&gt;第二步：&lt;br /&gt;重起正常启动，重新安装声卡驱动，打开 设备管理器-系统设备-&lt;br /&gt;找到Microsoft 用于High Definition Audio的&amp;lt;UAA总线驱动程序&amp;gt;前面有一个黄色的感叹号，（因为我们刚才把那两个文件删除了，系统找不到它的驱动了）&lt;br /&gt;再它上面右键卸载，然后将之前剪切的2文件放回原处，&lt;br /&gt;再在设备管理器中点扫描检测硬件改动，&lt;br /&gt;这样系统就会重新自动安装UAA总线驱动，安装完毕之后重起电脑，ok&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br /&gt;声卡问题二：（就是连设备都无法识别&lt;br /&gt;症状，windows/system32/drivers/下无那2个文件：&lt;br /&gt;下载一个KB888111包，直接装的话提示系统版本比下载下来的补丁版本高，&lt;br /&gt;右键解压，右击设备管理其中显示叹号的PCI Bus设备，选择更新驱动，以手动方式&lt;br /&gt;先装kb888111\srvrtm\commonfiles\hdaudbus.inf,&lt;br /&gt;再装kb888111srvrtm\commonfiles\hdaudio.inf，&lt;br /&gt;然后再安装Realtek驱动，ok&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;重启一下听听是不是有声音=============================================================&lt;br /&gt;啥？还么有么？&lt;br /&gt;怎么可能，没开声音吧？&lt;br /&gt;默认2003系统声音是关闭的&amp;#8230;&amp;#8230;&lt;br /&gt;嘎嘎......&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/sshh/aggbug/1848483.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/sshh/archive/2010/10/12/1848483.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/12/08/1619567.html</id><title type="text">Model与XML互相转换</title><summary type="text">#region Model与XML互相转换 //// &amp;lt;summary&amp;gt; /// Model转化为XML的方法 /// &amp;lt;/summary&amp;gt; /// &amp;lt;param name="model"&amp;gt;要转化的Model&amp;lt;/param&amp;gt; /// &amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt; public static string ModelT...</summary><published>2009-12-08T08:40:00Z</published><updated>2009-12-08T08:40:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619567.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619567.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/12/08/1619565.html</id><title type="text">c#操作xml和webservice</title><summary type="text">1.获取xml文档根节点的文本http://hi.baidu.com/xuejianxiyang/album/item/8559df1211f0ef7ff919b82d.html2.创建元素（节点），属性，并给属性赋值http://hi.baidu.com/xuejianxiyang/album/item/8559df1211f0ef7ff919b82d.html#IMG=75c0db6d9b17...</summary><published>2009-12-08T08:39:00Z</published><updated>2009-12-08T08:39:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619565.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619565.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/12/08/1619564.html</id><title type="text">XML操作类--转</title><summary type="text">写的一个XML操作类，包括读取/插入/修改/删除。using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.We...</summary><published>2009-12-08T08:38:00Z</published><updated>2009-12-08T08:38:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619564.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619564.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/12/08/1619561.html</id><title type="text">C#操作XML</title><summary type="text">一、简单介绍using System.Xml;//初始化一个xml实例XmlDocument xml=new XmlDocument();//导入指定xml文件xml.Load(path);xml.Load(HttpContext.Current.Server.MapPath("~/file/bookstore.xml"));//指定一个节点XmlNode root=xml.SelectSingl...</summary><published>2009-12-08T08:37:00Z</published><updated>2009-12-08T08:37:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619561.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/12/08/1619561.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/11/28/1612430.html</id><title type="text">使用OleDbParameter来写Access的更新没反应的解决办法</title><summary type="text">动软代码生成器生成的DAL，一开始生成的是MsSQL的。后来有需求，要转换成了Access。动软对Access生成支持不好，我手动替换了一次。然后把数据库从SQL导进Access。咋一看都没问题。　　结果到了产品更新的部分，提示我Product_ID不能更新：public void Update(WoooXVi.EPCHR.Model.Product model){StringBuilder st...</summary><published>2009-11-27T17:09:00Z</published><updated>2009-11-27T17:09:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/11/28/1612430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/11/28/1612430.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/09/07/1562018.html</id><title type="text">微软图表控件MsChart使用初探(转)</title><summary type="text">微软发布了.NET 3.5框架下的图表控件,基本上能想到的图表都可以使用它绘制出来，给图形统计和报表图形显示提供了很好的解决办法，同时支持Web和WinForm两种方式，不过缺点也比较明显，只能在最新的开发环境中使用，需要.Net 3.5 Sp1以及VS 2008的开发环境。 下面是下载地址：控件：Microsoft .NET Framework 3.5 的 Microsoft 图表控件(Micr...</summary><published>2009-09-07T09:21:00Z</published><updated>2009-09-07T09:21:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562018.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562018.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/09/07/1562017.html</id><title type="text">.NET MSChart应用的一个简单例子 （转）</title><summary type="text">这几天都在研究微软才发布的MSChart图表工具，我写了简单的例子发上来让大家看看。使用前需要做得工作：1.把.net平台升级为3.5sp1的。 2.安装MSChart控件。 3.在使用时必须在项目中的web.canfig中添加一些内容； [代码]这样我们就可以使用控件来画图表了我在实例中主要对实例2做了详细的说明，实例1是ms上的例子！前台代码：[代码]后台代码：[代码]实例2的图片效果： 图片...</summary><published>2009-09-07T09:19:00Z</published><updated>2009-09-07T09:19:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562017.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562017.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/09/07/1562012.html</id><title type="text">获取真实IP</title><summary type="text">最简单的用以下语句:&amp;lt;%ip=request.ServerVariables("REMOTE_ADDR") response.Write(ip)%&amp;gt;但这种方法对代理服务器上网的就不准了,故比较全面的是用下面的方法:&amp;lt;%Private Function getIP() Dim strIPAddr If Request.ServerVariables("HTTP_X_FORWARDE...</summary><published>2009-09-07T09:17:00Z</published><updated>2009-09-07T09:17:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562012.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562012.html"/></entry><entry><id>http://www.cnblogs.com/sshh/archive/2009/09/07/1562011.html</id><title type="text">解密一切加密网页代码</title><summary type="text">有些网站的源代码是经过加密的，如何快捷的破解这些加密的代码呢？告诉你一个简单而有效的方法。在地址栏或按Ctrl+O，输入：复制内容到剪贴板 程序代码javascript:s=document.documentElement.outerHTML;document.write('');document.body.innerText=s;源代码就出来了。不论加密如何复杂，最终都要还原成浏览器可以解析的h...</summary><published>2009-09-07T09:15:00Z</published><updated>2009-09-07T09:15:00Z</updated><author><name>山虎</name><uri>http://www.cnblogs.com/sshh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562011.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sshh/archive/2009/09/07/1562011.html"/></entry></feed>
