Every moment of my life!
2009-10-14 1:32:11 阅读(3) 评论(0)
2009-9-29 2:57:36 阅读(9) 评论(0)
2009-9-23 15:00:49 阅读(15) 评论(0)
本文是
2009-9-13 20:23:06 阅读(2) 评论(0)
readfirst:
1.upload files as normal way.Get the upload info from var $_FILES
2.I use xajax as a lib ,so I don't hack any co
So if someone use this extend,he would not need to change his co
3.Working well on (win2k,winXP.sp2)IE 6.0+sp1 / firefox 1.5x,2.x (my OS on
4.It is kind that let me konw there is any problem of this extend.
2009-9-11 13:59:47 阅读(6) 评论(0)
| 用 $_POST 数组和 APC_UPLOAD_PROGRESS 创建实时进度条 |
2009-9-9 16:25:20 阅读(10) 评论(0)
2009-9-6 0:52:07 阅读(1) 评论(0)
2009-9-1 9:23:17 阅读(2) 评论(0)
日期转化一
为了达到不同的显示效果有时,我们需要对时间进行转化,默认格式为:2007-01-03 14:33:34 ,要转化为其他格式,要用到DateTime.ToString的方法(String, IFormatProvider),如下所示:
using System;
using System.Globalization;
String format="D";
DateTime date=DataTime,Now;
Response.Write(date.ToString(format, DateTimeFormatInfo.InvariantInfo));
结果输出
Thursday, June 16, 2005
参数format格式详细用法:
2009-8-25 12:56:52 阅读(4) 评论(0)
2009-8-19 2:06:27 阅读(36) 评论(0)