msblog
i am aokuny
摘要: declare@BuildingGID varchar(200)declare@FloorSerial varchar(200)declare @maxFloorNumber intdeclaretmp_cursor cursorfor select BuildingGID,FloorSerial,maxFloorNumber from T_P_CRM_InitRoomDesc--原表数据open tmp_cursorfetch next from tmp_cursor into @BuildingGID,@FloorSerial,@maxFloorNumberwhile @@fetch_st 阅读全文
posted @ 2011-06-22 16:05 aokuny 阅读(194) 评论(0) 推荐(0)
摘要: #region SetClientCaching /// <summary> /// 设置文件Etag缓存 /// </summary> /// <param name="request"></param> /// <param name="response"></param> public static void SetPa... 阅读全文
posted @ 2009-10-19 12:25 aokuny 阅读(191) 评论(0) 推荐(0)
摘要: 范德萨范德萨 阅读全文
posted @ 2009-05-18 23:14 aokuny 阅读(127) 评论(0) 推荐(0)