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

推荐订阅源

S
Security @ Cisco Blogs
H
Hacker News: Front Page
P
Privacy International News Feed
N
News and Events Feed by Topic
T
Threatpost
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
K
Kaspersky official blog
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
Security Latest
Security Latest
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
L
Lohrmann on Cybersecurity
Jina AI
Jina AI
P
Proofpoint News Feed
AI
AI
雷峰网
雷峰网
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
博客园 - 叶小钗
Webroot Blog
Webroot Blog
Apple Machine Learning Research
Apple Machine Learning Research
SecWiki News
SecWiki News
罗磊的独立博客
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
S
Security Affairs
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
月光博客
月光博客
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
Securelist
W
WeLiveSecurity
T
Troy Hunt's Blog
A
Arctic Wolf
博客园 - 司徒正美

博客园 - Kiki

美国发音规则 《组织行为学》词汇表 软件测试工程师的招聘体会(一) 软件测试工程师的招聘体会(二)谈谈毕业生如何面试软件工程师 如何做报表测试 Amazon EC2之初体验(一) Amazon EC2之初体验(二) Rational工具 一个尚未发现bug的小程序 我的测试人才培养之道 测试工程师的十二宗最 HTML-based模式和URL-based模式的区别 (翻译)程序员的程序不工作时他们最常说的20个回复 (翻译)功能测试解决方案的评估报告 (翻译)图形用户界面 (转贴※整理)翻译的心得 (翻译)如何编写更佳的bug report (翻译)加入俱乐部吧 我对PMP考试的一些体会
英文Windows无法打开中文名CHM文件的解决方法
Kiki · 2007-06-22 · via 博客园 - Kiki

英文Windows无法打开中文名CHM文件的解决方法

--------------------------------------------------------------------------------

1Control Panel --> Regional and Language Settings

2、更改Regional Options选项卡里的Standard and FormatsChinese(PRC)

3、重新打开文件

另外,如果不想改此设置,只要将文件名更改为英文,而且保证文件的绝对路径为英文和数字(最好是简单的路径,如d:\)即可

--------------------------------------------------------------------------------

CHM文件出现“网页不能浏览”错误的解决方法

有时我们打开CHM文档会出现如下错误。

因为NTFS磁盘格式的安全性要求造成的。从网上下载的文件放到本地的NTFS磁盘时,系统会将这些文件默认为“锁定”。解决办法就是将其移到其他的FAT32磁盘或采用如下方法。

1、右击文件,选择Properties属性

2、在General窗口中点击“Unlock”,点击”OK”

--------------------------------------------------------------------------------

CHM文档打开后出现乱码的解决方法

1IE --> View  --> Encoding ,修改为Chinese SimplifiedGB2312)或其他中文

2、重启IE,将.chm文档拖入IE,点击open

--------------------------------------------------------------------------------

CHM文档打开后出现"不能打开文件mk:@MSITStore:\****.chm"错误的解决方法

出现这个问题有可能是因为系统中的Hhctrl.ocx文件丢失或者被其他版本的Hhctrl.ocx覆盖所造成的,解决办法可以从其他相同的电脑或者安装光盘中重新拷贝,然后重新注册Hhctrl.ocx"regsvr32 c:\windows\system\hhctrl.ocx)文件。