RSS 2.0 Feed
2004-09 Entries
摘要:前面提过的cc.Net不支持带空格的路径名,在nant也同样存在 比如   09a1eb7f44a77" culture="neutral" /><bindingRedirect oldVersion="2.1.4.0" newVersion="2.2.0.0"/></dependentAssembly></assemblyBinding></runtime>  ...[阅读全文]

posted @ | Feedback (0) | Filed Under [ Dot Net ]

摘要:QuickTransit软件将开创全新世界 >>> 使用任意的处理器,在任意操作系统上,运行任意应用程序,而性能没有任何损失。Linux程序运行在Windows上,Mac程序运行在Linux上,Intel代码库运行在PowerPc芯片上......一个不可能完成的任务。 在出身于硅谷的Transative公司旗下的QuickTransit软件已允许程序直接运行在多种硬件平台上,诸如Mac,PC,大型机,服务器。并且这个过程不需用户干涉和没有任何性能损失。 该公司表示:QuickTransit软件解决了程序在一个平台转换到另一平台的接口。在一种特定平台编写的应用程序几乎能在其他平台上运行,且不需对内部程序作任何修改。...... 这是他们自己的宣传。 真的假的?各种cpu的指令都不一样,评论看下来,质疑占绝大多数。如果是真的,大家现在去买他们的股票吧。 看来都知道博客堂是中国.Net宣传的最前沿了。http://paowang.com/cgi-bin/forum/viewpost.cgi?which=it&id=7058...[阅读全文]

posted @ | Feedback (7) | Filed Under [ 无聊 ]

摘要:也不算非常新了 Pragmatic Unit Testing in C# with NUnit 作者Andy Hunt, Dave Thomas 著名的Pragmatic Programmers系列丛书中的一本 同系列还有The Pragmatic Programmer: From Journeyman to Master Pragmatic Version Control: with CVS Pragmatic Unit Testing: in Java with JUnit Pragmatic Project Automation: How to Build, Deploy, and Monitor Java Applications Programming Ruby: The Pragmatic Programmer's Guide, Second Edition Pragmatic Projects: A Practical Guide to Successful Software Projects 感觉最好的是The Pragmatic Programmer: From Journeyman to Master 另外一本Open Source .NET Development : Programming with NAnt, NUnit, NDoc, and More书没找到哪里有, amazon也还没有review, 写得怎么样不得而知, 不过有很多人推荐。 另外 两个寻找.Net世界open source软件的地方Open Source Software in C#sharp tool box...[阅读全文]

posted @ | Feedback (0) | Filed Under [ Dot Net ]

摘要: 昨天在家里用CC.Net的时候,发现devenv原来不支持带空格的文件名。 在CC.Net中新增了一个Project,build设置为devenv<build type="devenv" solutionfile="D:\my project\my.sln" configuration="debug" /> 编译时发现有错误,查看log文件 Microsoft (R) Development Environment  Version 7.10.3077.Copyright (C) Microsoft Corp 1984-2001. All rights reserved. The following files specified on the command line: D:\my project\my.slncould not be found and will not be loaded. solutionfile换成D:\my~1\my.sln也不行 直接运行 devenv D:\my project\my.sln也是同样的错误信息,devenv "D:\my project\my.sln"才有效。好像用nant也会有同样的问题。 需要修改所有的文件路径把空格都去掉? 麻烦。...[阅读全文]

posted @ | Feedback (4) | Filed Under [ Dot Net ]

摘要:Discovering Better Code(1)——Unit Test的草稿...[阅读全文]

posted @ | Feedback (0) | Filed Under [ 拥抱变化 ]