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.
阅读全文
摘要:/* ----------------------Webkit内核滚动条通用样式定义-------------------------------------*/::-webkit-scrollbar-track-piece{ background-color:#fff;/*滚动条的背景颜色*/ -webkit-border-radius:0;/*滚动条的圆角宽度*/}::-webkit-scrollbar{ width:12px;/*滚动条的宽度*/ height:8px;/*滚动条的高度*/}::-webkit-scrollbar-thumb:vertical{/*...
阅读全文

浙公网安备 33010602011771号