06 2014 档案
SQL学习分享之数据链接(二)
摘要:1、插入数据insert into table(id,name) values("","") ---插入数据到table表中如:INSERT INTO sms.Communication ( RefType,RefId,Type,Message,CreateUserId,CreateDate ) v...
阅读全文
SQL学习 (一)
摘要:1、最近由于工作需要玩起来Sql,庆幸大学的时候数据库没逃课;select *from table where table.t=1 order by desc ----查询单个表里面的数据select *from table1,table2 where table1.id=table2.id ---...
阅读全文
CSS 伪类 学习
摘要:(1).链接伪类使用a:link{color:pink;}-----未点击的链接a:visited{color:skyblue;}-----已经点击的链接a:hover{color:red;}-----鼠标移上去的颜色变化a:active{color:black;}----选定的链接的颜色变化Tip...
阅读全文
浙公网安备 33010602011771号