12 2010 档案
摘要:一些纯代码htmlheadtitle学习Javascript/titlescript type="text/javascript"var clors=["red","green","blue"];//alert(clors.toString());//输出“red,green,blue”//alert(clors.valueOf());//输出“red,green,blue”//alert(clors.toLocaleString());//输出“red,green,blue”document.write(clors.join("|"));//输出“red|green|bl
阅读全文
摘要:1.with cube 用法 统计出全部的信息select tem,Color,sum(people) as QtySum from auth group by tem,Color with cubetem Color QtySum -------------------- -------------------- ---------Chair Blue 101.00 Chair Red 210.00 Chair (null) 311.00 Table Blue 124.00 Table Red 223.00 Table (null) 347.00 (
阅读全文