08 2012 档案

摘要:declare @index nvarchar(10);set @index='100001'declare mycur cursorfor select interactid from OnlineInteractwhere interactcategoryid=1 order by createtime ascdeclare @id int;open mycurfetch next from mycur into @idwhile @@fetch_status=0--更新创建时间,随机的时间begin update OnlineInteract set indexnumbe 阅读全文
posted @ 2012-08-31 20:02 宇凡的天 阅读(191) 评论(0) 推荐(0)
摘要:.topmenu{ display: block; float: left; width: 100%; height: 36px; background-color: #3A4F63;}.topmenu{ line-height: 24px; list-style-type: none;}.topmenu a{ display: block; text-align: center;}.topmenu a:link{ color: #666; text-decoration: none;}.topmenu a:visited{ color: #666; text-decoration: none 阅读全文
posted @ 2012-08-29 23:53 宇凡的天 阅读(124) 评论(0) 推荐(0)
摘要:css菜单演示 产品介绍 产品一 产品一 产品一 产品一 产品一 产品一 服务介绍 服务二 服务二 服务二 服务二服务二 ... 阅读全文
posted @ 2012-08-29 23:52 宇凡的天 阅读(2018) 评论(0) 推荐(0)