惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Microsoft Azure Blog
Microsoft Azure Blog
云风的 BLOG
云风的 BLOG
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LangChain Blog
P
Privacy & Cybersecurity Law Blog
Hugging Face - Blog
Hugging Face - Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
大猫的无限游戏
大猫的无限游戏
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
A
Arctic Wolf
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Threatpost
The GitHub Blog
The GitHub Blog
P
Privacy International News Feed
WordPress大学
WordPress大学
U
Unit 42
S
Securelist
T
The Exploit Database - CXSecurity.com
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
Latest news
Latest news
Hacker News: Ask HN
Hacker News: Ask HN
小众软件
小众软件
Know Your Adversary
Know Your Adversary
The Cloudflare Blog
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
Security Latest
Security Latest
Google DeepMind News
Google DeepMind News
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Simon Willison's Weblog
Simon Willison's Weblog
博客园 - Franky
Y
Y Combinator Blog
博客园 - 叶小钗
Security Archives - TechRepublic
Security Archives - TechRepublic
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
S
Secure Thoughts
T
Threat Research - Cisco Blogs
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 司徒正美
M
MIT News - Artificial intelligence

博客园 - 唐朝程序员

推荐一个winform 界面交互类库转 DBCC SHOWCONTIG、DBCC DBREINDEX。 SQL Server2005索引碎片分析和解决方法 some things 微软自带的防反编译工具dotfuscator.exe的使用 在HttpModule中使用gzip,deflate协议对aspx页面进行压缩(转) SQL查询重复数据和清除重复数据 lucene 笔记 SqlServer的汉字转拼音码的函数 2010考研冲刺必备 2010公务员考试必备资料 url重写适用html为伪静态后真实的html无法访问的解决方法 SQL的 优化 (某篇的精简版) SQL 优化 (某篇的精简版) U影资源网原域名被封了,现在叫狐库网,启用了新的域名 vs2008 下载地址以及正式版序列号 Windows XP和Office2003通过正版验证,免去黑屏之忧 NOKIA诺基亚PC套件在2003系统上的安装方法 在.net 2.0 中使用ftp
windows系统事件查询
唐朝程序员 · 2010-01-01 · via 博客园 - 唐朝程序员

多朋友在事件查看器看到出现了问题,但大多不知道如何根据这些信息去解决实际碰到的问题,以下是我根据网上的讨论和实践,总结出来的一些经验供大家分享,版主觉得有帮助的话,希望加入精华,不好的话,请勿使用鸡蛋或者砖头等物体,谢谢!  
   
  事件查看器中看到不断出现下面的错误日志。  
   
  事件类型:错误  
  事件来源:TermServDevices  
  事件种类:无  
  事件   ID:1106  
  日期:2004-7-8  
  事件:14:06:37  
  用户:N/A  
  计算机:UBO-WS  
  描述:  
  无法安装打印机。    
  数据:  
  0000:   ba   06   00   00   32   04   00   00       o...2...  
  =================================  
  针对此问题,我们得到事件来源和事件ID分别是   TermServDevices   和   1106  
   
  访问http://eventid.net/search.asp(这是个查询事件里面源和ID信息的很好的站点,免费收费服务都有,英文好的朋友可以直接阅读)将上面的事件来源和事件ID填入搜索关键字里面搜索,得到以下关于此错误的信息:  
  ==============  
  Event   ID:   1106   //错误事件ID  
  Source   TermServDevices     //错误事件源  
  Type   Error     //错误类型  
  Description   The   printer   could   not   be   installed.     //简单描述(无法安装打印机)  
  Details   Comments   and   links   for   event   id   1106   from   source   TermServDevices     //这里有详细链接到具体的讨论中,点击这里  
  ============================  
  接下来点击上文Detail的链接,得到详细的讨论,Comments显示则是一些国外IT朋友对此问题的讨论,很有参考价值,然后Links里面有到微软知识库的相关问题链接:Q239088   ,   Q294429,由此我们得到两个知识库ID号   239088   和   294429  
   
  微软知识库的链接方式为:http://support.microsoft.com/default.aspx?scid=kb;zh-cn;+知识库ID号  
   
  最后,我们使用以下链接得到了最后的答案,并排错。  
   
  Windows   2000   终端服务服务器记录事件   1111、1105   和   1106  
  http://support.microsoft.com/default.aspx?scid=kb;zh-cn;239088  
   
  Windows   Server   终端服务中的打印机重定向体系结构  
  http://support.microsoft.com/default.aspx?scid=kb;zh-cn;29442

posted on 2010-01-01 22:44  唐朝程序员  阅读(573)  评论()    收藏  举报