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

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - Duan Junyi

招聘.net 架构师和项目经理 招聘.net/silverlight/wpf开发人员-HP 12月初在微软维亚大厦做的WPF,Silverlight培训资料下载 8月25日上午10点Webcast:Windows 7开发系列课程(1):Windows7新特性开发概览(Level 300) Windows 安全体系部分概述以及windows兼容性开发培训录像 简单写了一个windows7 native boot step bystep的文档 wpf/sl的overview资料 下载 Silverlight2 for mobile?? 12月4日上海IE8开发培训资料下载 用silverlight2.0给微软DPE做的一个简单的demo,欢迎下载 [分享视频下载]11月29日高阳和我在北京邮电大学的演讲(IT职业规划和软件加服务) 11月22日北京.net俱乐部活动ppt下载以及11月19日微软西格玛IE8开发讲座ppt下载 2008年11月22日北京.net俱乐部活动,欢迎大家用livemeeting收听 (已经结束) 微软TECHED2008 我的讲座:DEV354使用VSTS快速开发高性能WPF复合应用程序的PPT 经过修改MSN2009安装包,终于把最新版MSN安装到window server 2008下了 6月28日北京.net俱乐部活动小记以及PPT下载 silverlight2 beta 2 实现简单的手写功能 silverlight2.0之--------基本控件 4月22日上午在西格玛三楼的讲座(wcf,wf,silverlight,cardspace)
OpenSearch for MSDN via Windows 7 Search Federation
Duan Junyi · 2009-02-26 · via 博客园 - Duan Junyi

I wrote a simple  osdx to implement federal search for MSDN on windows 7 . you can click here file to download .

Here is the osdx code,you can modify it and save as msdnsearch.osdx

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
>
  
<ShortName>MSDN  Search</ShortName>
  
<Description>OpenSearch for MSDN via Windows 7 Search Federation.</Description>
  
<Url type="application/rss+xml" template="  http://social.msdn.microsoft.com/Search/Feed.aspx?query={searchTerms}&amp;locale=en-US&amp;format=RSS"/>
                                          
  
<Url type="text/html" template="http://social.msdn.microsoft.com/Search/en-US/?query={searchTerms}"/>
<LongName>MSDN Web Search</LongName>
   
<Contact>duanjunyi@live.cn</Contact>
   
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://blogs.msdn.com/favicon.ico</Image>
    
<Developer>Duan Junyi</Developer>
   
<Attribution>
     Search data Copyright 2009, Microsoft.com, Inc., All Rights Reserved
   
</Attribution>
   
<SyndicationRight>open</SyndicationRight>
   
<AdultContent>false</AdultContent>
   
<Language>en-us</Language>
   
<OutputEncoding>UTF-8</OutputEncoding>
   
<InputEncoding>UTF-8</InputEncoding></OpenSearchDescription>