摘要:
不难看出,经常见到Scott Guthrie所用的的Visual Studio主题就是Oren Ellenbogen's Dark Scheme主题。Oren Ellenbogen's Dark SchemeA lot of the darker schemes like Oren's don't use a True Black, but an "off black." His theme is very low contrast and uses muted, relaxing colors.Mike "Blowmage&quo 阅读全文
摘要:
Vista>个人认为系统跟WEB(Silverlight)一样,也革命了,必须用上Vista及其以上版本(win2008)。NOD32>杀毒软件ESET扫描超速,超轻巧,另一个不错的选择是kaspersky。Internet Explorer 8 Beta 2>浏览器功能大战中的主浏览器。FireFox>基于接口,扩展,标准型的浏览器。Visual Studio 2008>毫无疑问你会用Visual Studio 2005就一定会用Visual Studio 2008。Sql Server 2008>我只会用,也只用过微软的数据库。你会用Sql Server 阅读全文
摘要:
前言Messenger Platform 团队将在 Mix 09 上推出新的 Windows Live Messenger Web Toolkit 和 Web Bar 控件,其中Web Bar控件包含完整的 Messenger 体验,功能包括: 联系人列表 — 管理、搜索、发起对话,还支持 Favorites 联系人; 对话列表 — 用户切换、管理活动对话; 用户区 — 显示用户状态,并允许用户更新信息,; 跨页导航 — 能在站内切换页面的同时,保持 Windows Live Messenger 的登录状态。 Web Bar Control 将会显示在... 阅读全文
摘要:
微软宣布Internet Explorer 8.0 释放 中国 - 中文 简体 For Windows Server 2003 http://go.microsoft.com/fwlink/?LinkID=142202 Windows XP Windows XP x64 Windows Vista Windows Vista 64-bit Windows Server 2003 Windows S... 阅读全文
摘要:
一般我们编程的时候Using默认一般做法如下: using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Net; using System.IO; 但是,有很多情况,比如,现在有2个类,类名都叫Class1,2个类在不同的名称空间,现在要在同一文件中提取这2... 阅读全文