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

推荐订阅源

N
News and Events Feed by Topic
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
Jina AI
Jina AI
H
Help Net Security
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
L
LangChain Blog
Recorded Future
Recorded Future
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ
GbyAI
GbyAI
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
M
MIT News - Artificial intelligence
爱范儿
爱范儿
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Y
Y Combinator Blog
B
Blog
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
W
WeLiveSecurity
MongoDB | Blog
MongoDB | Blog
Cloudbric
Cloudbric
N
News and Events Feed by Topic
The Cloudflare Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
D
DataBreaches.Net
博客园 - 【当耐特】
T
Troy Hunt's Blog
V
Visual Studio Blog
V2EX - 技术
V2EX - 技术
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google Online Security Blog
Google Online Security Blog
The GitHub Blog
The GitHub Blog

博客园 - Yolion

[转贴]VBA语句集粹 Google奥运会logo [转载]How to test web load balance 离开Cnblogs太久了 Top 10 .NET & C# on Amazon 解析Response对象 看东亚四强赛想到的 [转贴]ASP.NET Session State Partitioning using State Server Load Balancing 招聘ASP.NET(C#)软件工程师(上海) 我与ASP.NET之父Scott Guthrie合影 推荐一款Xml编辑器(XML Notepad) DIV+CSS教程(来自标准之路) 收集不同浏览器下,CSS Hacks 公司尽然把cnblogs给屏蔽了,可恶!!! 大家有没有发现博客园收藏文章不成功的问题 CSV文件的注意事项 ASP.NET 2.0中CSS失效的问题总结(摘自孟子E章) sql server系统表详细说明(转) HTML转义字符表
关于用IE7.0开发ASP.NET的一个小问题
Yolion · 2007-10-30 · via 博客园 - Yolion

用VS2005开发的人都知道运行ASP.NET程序时,默认情况下自动启动IE7.0浏览器,把程序显示在Tab上。因为IE7.0支持同时打开多个页面,如果你运行完程序后,打开新的Tab来浏览别的网页,这个时候当你停止程序运行后,你会发现整个IE7.0被自动关掉了。发现从Google上搜到的好东东没有了。

个人建议,微软需要在功能上改进。如果已打开IE7.0,那么程序在新的Tab下运行就可以了。同样在停止程序的时候,关闭掉自己的Tab页也就可以了。
以上是个人的看法,不知道各位怎么看。