2011年3月28日

让图片当鼠标放上去变大的样式

摘要: html xmlns="http://www.w3.org/1999/xhtml"><head><title>a</title><style type="text/css">ul#hovershow{list-style-type: none;margin: 50px;float: left;display: inline;clear: both;}ul#hovershow li{float: left;display: inline;width:64px;height: 64px;margin: 2 阅读全文

posted @ 2011-03-28 16:11 Jason_xiaochao 阅读(572) 评论(0) 推荐(0)

2011年3月6日

SQL面试题

摘要: SQL面试题(1)create table testtable1(id int IDENTITY,department varchar(12) )select * from testtable1insert into testtable1 values('设计')insert into testtable1 values('市场')insert into testtable1 values('售后')/*结果id department1 设计2 市场3 售后 */create table testtable2(id int IDENTITY,dp 阅读全文

posted @ 2011-03-06 23:48 Jason_xiaochao 阅读(433) 评论(0) 推荐(0)

导航