枫叶飘零
认真工作,用心生活
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
posts - 8, comments - 26, trackbacks - 1
公告
昵称:
枫叶飘零
园龄:
7年9个月
粉丝:
0
关注:
0
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2008年11月 (1)
2007年6月 (1)
2004年9月 (1)
2004年5月 (3)
2004年4月 (6)
About me
Blog of my life
Blog
Alex Dong
Bernard
Dayuer
Eric Gunnerson
FengZhimei
Grhunter
IceShark
Mark
Montaque
Oleg Tkachenko
Saucer
Scottwater
WangJianshuo
wuyu(java)
宝玉
Blog Site
ASP
GotDotnet
JoyCode
MSDN
Msmvps
Sinzy
Sunmast
最新评论
阅读排行榜
评论排行榜
推荐排行榜
2008年11月23日
敏捷开发工具Scrum Works使用简介(一)
摘要: 敏捷开发现在越来越流行,较能够适合不断变化的需求。敏捷开发工具也比较多,譬如VersionOne、Mingle、Scrum Works等。我使用的是Scrum Works Basic版,目前基本能够满足需求。Scrum Works Pro是商业版本,具有更强的功能。1. Scrum Works 安装下载 crumworks_1_83_win解压缩后,既可运行ScrumWorks Server Se...
阅读全文
posted @ 2008-11-23 15:50 枫叶飘零 阅读(11340) 评论(5)
编辑
2007年6月1日
小绵羊七星彩彩票号码分析软件
摘要: 小绵羊七星彩彩票号码分析软件(试用版)软件版本:V1.0系统需求:操作系统:Windows 2000/XP/2003,建议Windows XP另外,电脑上还需要安装Microsoft Office Excel 2000/XP/2003,建议您安装Excel 2003。软件简介:小绵羊七星彩彩票号码分析软件是基于EXCEL的应用程序, 软件界面流畅、操作便捷,通俗易懂,能让您在很短的时间内便可以熟练...
阅读全文
posted @ 2007-06-01 13:20 枫叶飘零 阅读(570) 评论(0)
编辑
2004年5月10日
ADO.NET技术内幕感想(1) 与数据库的连接
摘要: 近些天打算系统的回顾一下ADO.NET技术内幕的相关知识,由于体系比较庞大,随笔中提到的主要是自己比较感兴趣的地方。连接池 连接池是与业务对象对等的中间层部分,启动一个新的业务对象时,会检查连接池现有的连接,若有就使用它,否则就创建一新连接。包含在ADO.NET中的每个.NET数据提供程序都可实现连接池。 默认连接池是打开的,当关闭连接时,并不是真正关闭实际的数据连接,若超过默认时间(60秒)未再...
阅读全文
posted @ 2004-05-10 22:33 枫叶飘零 阅读(1132) 评论(0)
编辑
2004年4月28日
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)
编辑
2004年4月26日
.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)
编辑
2004年4月25日
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)
编辑
2004年4月21日
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)
编辑
仅列出标题