08 2009 档案

有多少人用Google Reader 订阅了你的Blog?
摘要:一直在用Google Reader,也欢迎其他XDJM与我分享阅读的内容,偶尔感觉有趣就用Google Reader添加自己的Blog,发现一个好玩的东东,可以看到有多少人用Google Reader 订阅了自己.第一步:在添加订阅里输入自己Blog标题或关键字 第二步:就可以看到了 很少更新Blog以及偶尔更新Blog的原因:一:是技术上会点的那点东西,不足挂齿,靠GOOGLE都能GOOGLE到... 阅读全文

posted @ 2009-08-24 12:53 Haozes 阅读(683) 评论(4) 推荐(0)

(Making up the Mind试译2)Prologue: Real Scientists Don’t Study the Mind
摘要:Prologue: Real Scientists Don’t Study the MindThe Psychologist’s Fear of the Party Just like any other tribe, scientists have a hierarchy. Psychologists aresomewhere near the bottom. I dis... 阅读全文

posted @ 2009-08-24 11:00 Haozes 阅读(442) 评论(0) 推荐(0)

(Making up the Mind试译1)Preface
摘要:Preface Inside my head there is an amazing labor-saving device. Better even thana dishwasher or a calculator, my brain releases me from the dull, repetitivetask of recognizing the things in the world ... 阅读全文

posted @ 2009-08-24 10:54 Haozes 阅读(646) 评论(0) 推荐(0)

使用Visual Studio创建WebService Unit Test
摘要:1.使用Unit Test Wizard创建单元测试.不必说 2.Copy WebService项目下面的Web.config到单元测试项目下,改名App.config,如有需要修改修改相应配置 3.HostType 注释掉 4.UrlToTest 修改为指定的webservice url 如下: [TestMethod()] // [HostType("ASP.NET")] 注释掉 [AspNe... 阅读全文

posted @ 2009-08-24 10:27 Haozes 阅读(832) 评论(0) 推荐(0)