自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

转载 SQL DATEDIFF语法及时间函数 Sql 查询当天、本周、本月记录

--查询当天:   select * from info where DateDiff(dd,datetime,getdate())=0     --查询24小时内的:   select * from info where DateDiff(hh,datetime,getDate())<=24     --info为表名,datetime为数据库中的字段值  --查询当天:select * from info where DateDiff(dd,datetime,getdate())=0--查询

2010-06-29 15:29:00 1273

原创 asp.net 线程定时器(Timer )的使用

using System;using System.Web.UI.WebControls;using System.Threading;namespace test{ public partial class _Default : System.Web.UI.Page { public static Label lb; protected void Page_Load(object

2010-06-02 00:11:00 2325

ckeditor_aspnet_3.6.4

ckeditor_aspnet_3.6.4 非常好,且稳定的在线编辑器。可配合ckfinder实现在线编辑联合资源管理。

2013-02-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除