06 2011 档案

摘要:word-wrap:break-word;word-break:break-all; 阅读全文
posted @ 2011-06-28 10:07 cherry0917 阅读(248) 评论(0) 推荐(0)
摘要:Declare @Age intDeclare @Name varchar(20)Declare Cur Cursor For SelectAge,Name From T_User Open CurFetch next From Cur Into @Age,@NameWhile @@fetch_status=0 Begin Update T_User Set [Name]=@Name,Age=@Age Fetch Next From Cur Into @Age,@NameEnd Close Cur Deallocate Cur 阅读全文
posted @ 2011-06-20 22:56 cherry0917 阅读(97) 评论(0) 推荐(0)
摘要:<script src="jscript/jquery-1.3.min.js" type="text/javascript" language="javascript"></script><style type="text/css"> .divMenu .divHeard{width:300px;} .divli{display:none;}</style> <div class="divMenu"> <div class=&qu 阅读全文
posted @ 2011-06-16 23:45 cherry0917 阅读(195) 评论(0) 推荐(0)