摘要:
declare @users table(id int , name varchar(300),sex varchar(10) , age int, addtime datetime) ;insert into @users select 1,'liu','男',30,GETDATE() union select 2 , 'liu','女',30 , GETDATE() union select ... 阅读全文
摘要:
最近用 Yui comprressor 压缩 flexigrid 报: "invalid property id" 查询到如下:For those using the YUI comprressor, it will fail on the following line:$(this.colCopy).css({position:'absolute',float:'left',display:'n... 阅读全文