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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - qufo

Golang 线程池 Docker 实现的 redis 主从 Golang 之 Base62 编码 Golang 之 Qrcode 二维码 Golang 之 key-value LevelDB 无废话 Thrift 之 Hello World( PHP 版). [转] putty 使用密钥登陆 OpenSSH 一个视图引发的血案 破一个行业ERP的感想 Practical Ext JS Projects with Gears中关于Gears描述。 七七前一天,搞定 PHP5 + Oracle 8.1.7 - qufo 回家 - qufo 庆祝自己通过驾驶员考试 2008.08.08.一个有记住意义的时刻。 adverbux.com 明天路考 blank.security - qufo 距离2008年8月8日还有8天。 随时10个可用线程--自己涂鸦的“线程池”
去掉PowerDesigner 15 在 Visual Studio 2008里的不兼容。
qufo · 2009-02-01 · via 博客园 - qufo

装完 PowerDesigner 15 ,如果装Vs2008的 Add-in , 再到 Vs 里,发现写代码的智能感知出现1秒左右立刻没掉,非常不爽。

上网找到,说是要去掉那个 spell check

打开VS,在Model Tools->General Options->Add-Ins里,把Spell Checker这项取消

我照样试过,发现一样,没有任何改善。

既然是一个add-in,我删了你不就得了。

于是。开始了。

文件在

C:\Program Files\sybase\PowerDesigner 15\Add-ins\Spell Checker\SpellChecker.dll

各人的文件路径可能会不一样。

在DOS 窗口中。进入到C:\Program Files\sybase\PowerDesigner 15\Add-ins\Spell Checker\

然后 regsvr32 /u SpellChecker.dll

再 ren SpellChecker.dll SpellChecker.dll.noon

改个名,防止以后要用到的时候找不到。

然后发现 VS 崩掉了,汗,忘记关 Vs 了,

正好崩掉了重启。进入一看,世界清静了,可爱的智能感知又好了。

虽然那个add-in还在,但是找不到文件,不工作了。

OK,搞定。