06 2014 档案

摘要:js轮换广告1.纵向轮换2.横向轮换 pptBox.js ​ 阅读全文
posted @ 2014-06-19 10:18 艾紫霁 阅读(348) 评论(0) 推荐(0)
摘要:第一种比较实用,Insert添加数据/// /// 导出数据到Excel并保存 /// /// DataSet /// 文件路径 /// excel列名 逗号分割的字符串 /// 数据库列名 逗号分割字符串 ... 阅读全文
posted @ 2014-06-10 16:50 艾紫霁 阅读(252) 评论(0) 推荐(0)
摘要:去除当天 重复的评论去除重复数据 保留一条delete from Evaluation where id NOT IN (select MAX(id) from Evaluation WHERE CONVERT(varchar(100),AddDate, 23)='2014-04-08' GRO... 阅读全文
posted @ 2014-06-05 10:12 艾紫霁 阅读(2710) 评论(0) 推荐(0)
摘要:if( document.getElementById("div").css("display")==='none')if( document.getElementById("div").css("display")==='block')$("#div").is(":hidden");// 判断是否... 阅读全文
posted @ 2014-06-05 10:07 艾紫霁 阅读(613) 评论(0) 推荐(0)