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

推荐订阅源

N
News and Events Feed by Topic
WordPress大学
WordPress大学
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
小众软件
小众软件
L
LangChain Blog
雷峰网
雷峰网
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tor Project blog
NISL@THU
NISL@THU
Scott Helme
Scott Helme
量子位
S
Security Affairs
T
Threat Research - Cisco Blogs
博客园_首页
云风的 BLOG
云风的 BLOG
D
Docker
AWS News Blog
AWS News Blog
腾讯CDC
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
U
Unit 42
Recent Announcements
Recent Announcements
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
T
The Exploit Database - CXSecurity.com
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 热门话题
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Last Watchdog
The Last Watchdog
C
Cybersecurity and Infrastructure Security Agency CISA
IT之家
IT之家
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
F
Full Disclosure
L
Lohrmann on Cybersecurity
The Hacker News
The Hacker News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Y
Y Combinator Blog
S
Security @ Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
C
Check Point Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
N
News and Events Feed by Topic
PCI Perspectives
PCI Perspectives
I
InfoQ

博客园 - littlebamboo

【EXCEL】使用indirect()函数在excel中实现二级联动 【Excel】Excel单元格公式太长如何设置 【EXCEL】excel2007中隔行填充背景色 【EXCEL】excel中如何根据前一个下拉选项的内容.显示出下一个下拉选项内容 【office】在excel表中能引用另一个sheet表中的数据,以下拉菜单形式筛选 【mantis】(转载)Apache 2.2.11 + PHP 5.2.9 + MySQL 5.1.34 + Mantis 1.1.7配置指南 信息系统项目管理师初了解 EXCEL2007怎样设置某单元格的值为 OK 的时候 整行设置为绿色 电子签章 【转】11个相似图片搜索网站 【PPT】在PPT中插入时间和页码 【转】oracle中的递归查询 如何用excel打开后缀为txt的记事本文档,将记事本里用逗号分隔的文本转换成excel表格 【.NET】.net学习疑问汇总 【.NET】WebForm与Asp.NET MVC区别学习 【.NET】Razor学习 【SmartDraw】SmartDraw绘图种类初步认识 【.NET】开始学习.NET MVC框架的搭建 SQLite初识
解决word中就出现了无法使用鼠标拖动和选取页面文字的问题
littlebamboo · 2011-05-23 · via 博客园 - littlebamboo

今天来上班,发现打开word后,我点击鼠标光标不移动,点击文档结构图中的标题也么有任何的反应。

上网搜罗发现有人同样问题,都是出现在打开powerdesinger后。回想的确如此,上周五打开了机器上的powerdesigner。于是按照网上的步骤,处理了下,的确好了:

问题原因:

PowerDesigner安装了与Word交互的COM加载项,该加载项影响了Word的正常使用。

解决办法:

删除该COM加载项的注册表项,然后重新启动 Word。

具体步骤:

在注册表中找到如下项——[HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\WordToRQM12.Connect]删除后,重新启动WORD,没有出现任何原来的状况。

再次使用PowerDesigner12.5,则又会导致此种状况,解决的方法就是:

自己制作一个reg文件。找到该项,然后单击右键,选择导出,设置reg文件的路径和文件名。然后用记事本打开该reg文件,在该项名称前面加一个“-”,然后保存。
以后每次使用PowerDesigner之后,就直接双击该注册表文件,将其导入注册表即可。