邮箱帐号的故事
2009-01-08 13:55:11
查看原文
很久以来,Microsoft的email alias只支持最多八个字母。例如,姓名叫作Eric Zheng的员工,邮件帐号只能被缩成ericzhen(即ericzhen@microsoft.com);Rebecca Christianson的邮件帐号被缩写成rebecchr;Drew DeBruyne的邮件帐...
Bugs of Blogger Beta and Google Data API (Beta)
2009-01-08 13:55:11
查看原文
1. The Google Data API document is not updated.
On Google Data APIs (Beta) Developer's Guide, the feed URL is http://www.blogger.com/feeds/blogID/posts/full. But this URL doesn't work once one has upgraded hi...
转载CNET一篇关于李开复和宫力的文章
2009-01-08 13:55:11
查看原文
CNET网站今天登载了一篇题为“Microsoft loses top executive in China”的文章,作者是Ina Fried。
文中写道:
这段话翻译成中文大概是:
在微软的法律文件中,微软称李开复曾建议公...
垃圾堆的故事
2009-01-08 13:55:11
查看原文
我们组的code base已经有五六年了,虽然比不上Windows或Office,但也有年头了。经年累月的加功能,一拨拨人走,一拨拨人来。我们平时总是戏称自己是在一个垃圾堆上建一个更大的垃圾堆,而且还要保证这个垃圾堆不会倒掉。像我们...
Google Spreadsheet的一个低级bug
2009-01-08 13:55:11
查看原文
我做的截屏录像(http://www.youtube.com/watch?v=63tZmCtJcfM)。连数据都被搞错了,Google Spreadsheet还有什么实用价值?
Subject CN中的下划线与IIS Client Cert Mapping
2009-01-08 13:55:11
查看原文
昨天发现一个现象,如果:
1. 一个cert是由Windows 2003 Certificate Service颁发的,而且Subject CN中带有下划线("_"),例如SPK_PARTNER_ADCENTER;
2. IIS中创建了client cert mapping,rule是Subject CN = SPK_PARTN...
读《移山之道》后有感
2007-10-22 15:11:00
查看原文
最近不断有猎头联系我,问我有没有兴趣看看其他的机会,其中包括AutoDesk,Morgan Stanley(软件研发部门),等等。职位都是QA Lead/Manager一类的。不是没有考虑过去微软外面看看。自从2004年秋天离开上海去北京的工程院开始...
一个不算很难写的查询语句
2007-08-13 08:54:00
查看原文
这是我前阵子自己遇到的一个问题。当时有一个表,表大致是长这样的:
GroupID SectionID CreatedTime TextValue
----------- ----------- ------------------------ -----------
1 ...
Broken Service Dependency on Windows 2003
2007-04-18 11:18:00
查看原文
This is a bug.
On Windows 2003, World Wide Web Publishing Service depends on HTTP SSL and IIS Admin Service, which is to say, if HTTP SSL is stopped, World Wide Web Publishing Service cannot be running. How...
Program to Get Trusted CA List from IIS
2007-04-13 10:06:00
查看原文
Lots of people have seen the client certificate selection dialog when we use IE to browser HTTPS resources. Few people have thought about and understand why the certificate selection dialog doesn't include all ...