08 2014 档案
摘要:var array = [];//显示按优惠金额层$("#showAmountDiv").click(function () { showDiv("amountDiv");});//显示按优惠百分比层$("#showPercentDiv").click(function () { sho...
阅读全文
摘要:1、查询Student表中的所有记录的Sname、Ssex和Class列。select sname,ssex,class from studentLinq: from s in Students select new { s.SNAME, s.SSEX, s.CLASS }Lambda: Stude...
阅读全文