posts - 8,  comments - 26,  trackbacks - 1
04 2004 档案
Text.96 Version Information
摘要: 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...阅读全文
posted @ 2004-04-28 20:33 枫叶飘零 阅读(1314) | 评论 (0) 编辑
FreeTextbox 2.0, simple and cool
摘要: 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...阅读全文
posted @ 2004-04-28 11:15 枫叶飘零 阅读(720) | 评论 (0) 编辑
.TEXT 95(2)
posted @ 2004-04-27 14:58 枫叶飘零 阅读(773) | 评论 (0) 编辑
.TEXT 95
摘要: 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...阅读全文
posted @ 2004-04-26 10:43 枫叶飘零 阅读(1177) | 评论 (7) 编辑
IIS配置
摘要: 今天想打开web项目时提示: Visual Studio .NET 已检测到指定的Web服务器运行的不是ASP.NET 1.1版。您将无法运行ASP.NET Web应用原因大概是自己原来安装VS.NET2003时没有安装IIS,后来才装上的。自己重新安装了.NET Framework1.1还是不行。后来找到了找这个命令,在.NET 命令行下输入:aspnet_regiis -i 就没有问题了。可参...阅读全文
posted @ 2004-04-25 08:42 枫叶飘零 阅读(4033) | 评论 (7) 编辑
Equals and ==
摘要: 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', '...阅读全文
posted @ 2004-04-21 10:59 枫叶飘零 阅读(502) | 评论 (1) 编辑