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

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

博客园 - AskWeee

基于 Raphael 的 Web UI 设计 - 初稿 Bootstrap变形记 silverlight页面设计,记录之,也算是成长的过程 WPF 还有多少人在用? WPF教程.002 WPF教程尝试(修正部分格式) 有关XXX产品研发管理约定 有关软件版本管理 取之于民用之于民,分享一个云计算PPT(普及版) 学习笔记 - 002 学习笔记 - 001 JIRA + FishEye + Crucible + Confluence + PostgreSQL 测试,无意中我和你遭遇 温习:DIV CSS JS 导航菜单制作 - AskWeee 程序人生的后半生 专利之家:让灵感冒冒泡 转帖:专利之家 转帖:曲线路标北京前门上岗 中国移动:引领3G生活
系统管理工具集锦 - AskWeee - 博客园
AskWeee · 2010-09-20 · via 博客园 - AskWeee

如何删除Windows服务:

sc delete "Service Name"

今天折腾电脑,导致在VS 2010连接SQL Server时提示:

Could not load file or assembly 'Microsoft.SqlServer.Management.sdk.sfc,
Version=10.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91'or one of its
dependencies.The system cannot find the file specified.

解决方法为:

到这里:http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=en#filelist

下载下面三个安装包

Microsoft SQL Server System CLR Types

Microsoft SQL Server 2008 Native Client

Microsoft SQL Server 2008 Management Objects

这里有好多下载包,只下上面提到的三个即可

感谢网络上的朋友提供上述信息!