12 2014 档案
摘要:只需在dropins文件夹里放入features,plugins两个文件夹;访问这个路径下载即可:http://pan.baidu.com/s/1dDnJKXF
阅读全文
摘要:$("flag").attr("value",flag); $("#flag").find("option:selected").text("未录入菜单");
阅读全文
摘要:MySQL中 concat 函数使用方法:CONCAT(str1,str2,…)
阅读全文
摘要:mysql保留字段小数点后两位小数用函数:truncate(s.price,2)即可。如果想用四舍五入的话用round(s.price,2)。
阅读全文
摘要:本段代码是生成的六位随机数。也可修改生成任意位随机数。int[]array={0,1,2,3,4,5,6,7,8,9};Randomrand=newRandom();for(inti=10;i>1;i--){intindex=rand.nextInt(i);inttmp=array[index];a...
阅读全文
摘要:var obj = document.getElementsByName("abc"); for(var i = 0;i<(obj.length) * 2;i++){ obj[0].remove();//remove为jQuery方法。 }问题的解决关键在于知道了obj获取和删除obj...
阅读全文

浙公网安备 33010602011771号