05 2012 档案

摘要:update U set UserID=US.UserIDfrom UserExtendInfos as U ,Users as USwhere U.FullName=US.LoginNamemysql update from 子查询mssql 子查询更新update log set uin= b.uinfrom log a,logs bwhere a.accountuin = b.accountuinmysql 不支持 update 子查询更新找了半天资料 终于搞定了...update `log` a inner join `logs` b on a.`accountuin` = b.`a. 阅读全文
posted @ 2012-05-25 21:47 cheng1234xiang 阅读(386) 评论(0) 推荐(0)
摘要:/* ----------------------Webkit内核滚动条通用样式定义-------------------------------------*/::-webkit-scrollbar-track-piece{ background-color:#fff;/*滚动条的背景颜色*/ -webkit-border-radius:0;/*滚动条的圆角宽度*/}::-webkit-scrollbar{ width:12px;/*滚动条的宽度*/ height:8px;/*滚动条的高度*/}::-webkit-scrollbar-thumb:vertical{/*... 阅读全文
posted @ 2012-05-11 12:03 cheng1234xiang 阅读(733) 评论(0) 推荐(1)