摘要: 敏捷开发现在越来越流行,较能够适合不断变化的需求。敏捷开发工具也比较多,譬如VersionOne、Mingle、Scrum Works等。我使用的是Scrum Works Basic版,目前基本能够满足需求。Scrum Works Pro是商业版本,具有更强的功能。1. Scrum Works 安装下载 crumworks_1_83_win解压缩后,既可运行ScrumWorks Server Se...阅读全文
摘要: I intent to build a blog web site about bioinformatics, I configure a demo on my own machine which is based on .Text .95 in previous days.It runs perfect, the only problem is that I have to add new us...阅读全文
摘要: you can download this control at http://www.freetextbox.comWhat's new in 2.0Cross-browser support (Mozilla 1.3+, PC/IE 5+) Button/DropDown feedback Localization (create your own language files) Inline...阅读全文
摘要: I download the source code of .Text 95 from the following address:http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407I refer to scottwater and ceocio's...阅读全文
摘要: using System;public class Test{ static void Main() { // Create two equal but distinct strings string a = new string(new char[] {'h', 'e', 'l', 'l', 'o'}); string b = new string(new char[] {'h', 'e', '...阅读全文