12 2007 档案
摘要:int readLine(char buffer[]) { char character; int i=0; do { character =getchar(); buffer[i]=character; ++i; }while (character!='\n'); buffer[i-1]='\0'; return i-1; } int ...
阅读全文
摘要:Yes,DLINQ is excellent great.It helps developers a lot.You can use DLINQ to operate database more effectively.It just like to drag and drop somethings,coding to change the data of the DB. see ScottGu...
阅读全文
摘要:MapGuide Introduction
阅读全文
摘要:如何每天自动备份 SourceSafe (转) 在Microsoft Visual SourceSafe中提到管理员应该每天或者至少每周备份一次SourceSafe中的内容。这里,我们利用现有的工具实现每天自动备份SourceSafe中的内容。 1. 用到的工具 a. ssarc.exe. ssarc.exe是随着SourceSafe提供的一个备份工具,位置在SourceSafe...
阅读全文
摘要:SourceSafe Introduction
阅读全文
摘要:Visual Studio 2005 Team System is a solution for SDLC(Soft Development Life Cycle).It provide a lot of Tools for Designing and modeling the system,Manage the project,Develop and implement the system,T...
阅读全文
摘要:Silverlight provide media experience and RIA for web.It will challenge the position of Flash. Develop environment: Visual Studio 2008 beta 2 above Visual Expression Studio Silverlight 1.0 above Tuto...
阅读全文
摘要:Visual Studio 2008(vs 2008) beta 2 is published.It provide industry-leading developer experience of Window Vista,office 2007,web App. Key advances: Rapid Application Development To help developers rap...
阅读全文