摘要: 每30秒刷新一次页面 5秒钟后跳转 //aspx.cs this.web_title.Text = "我制作的网站标题";this.web_keywords.Name ="KEYWords";this.web_keywords.Content ="网站关键... 阅读全文
posted @ 2009-01-18 06:14 binlunia 阅读(290) 评论(0) 推荐(0)
摘要: string nowtime = DateTime.Now.Date.ToString();string sql = string.Format("select * fromLog where addTime <= #{0}#",nowtime); //这里注意:access里面时间的比较,时... 阅读全文
posted @ 2009-01-18 01:29 binlunia 阅读(293) 评论(0) 推荐(0)