摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usin... 阅读全文
posted @ 2010-06-03 11:39 SoLo. 阅读(3614) 评论(0) 推荐(0)
摘要: [代码]DateTime time = ?;//发贴时间if (time.AddMinutes(30) > DateTime.Now){//超过半小时} else {//未超过半小时} 阅读全文
posted @ 2010-06-03 11:11 SoLo. 阅读(591) 评论(0) 推荐(0)