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 ... 阅读全文
posted @ 2007-12-09 12:34 fishert 阅读(1279) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2007-12-07 19:44 fishert 阅读(161) 评论(0) 推荐(0)
摘要:MapGuide Introduction 阅读全文
posted @ 2007-12-06 11:27 fishert 阅读(172) 评论(0) 推荐(0)
摘要:如何每天自动备份 SourceSafe (转) 在Microsoft Visual SourceSafe中提到管理员应该每天或者至少每周备份一次SourceSafe中的内容。这里,我们利用现有的工具实现每天自动备份SourceSafe中的内容。 1. 用到的工具 a. ssarc.exe. ssarc.exe是随着SourceSafe提供的一个备份工具,位置在SourceSafe... 阅读全文
posted @ 2007-12-05 00:35 fishert 阅读(526) 评论(0) 推荐(0)
摘要:SourceSafe Introduction 阅读全文
posted @ 2007-12-04 21:52 fishert 阅读(268) 评论(0) 推荐(0)
摘要:LINQ Introduction 阅读全文
posted @ 2007-12-04 16:17 fishert 阅读(158) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2007-12-04 15:42 fishert 阅读(171) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2007-12-04 12:45 fishert 阅读(164) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2007-12-04 10:39 fishert 阅读(236) 评论(0) 推荐(0)