摘要: select count(*) from user_tables where table_name='表名'或者select 1 from user_tables where table_name='表名' 阅读全文
posted @ 2015-03-20 15:29 haishu 阅读(1526) 评论(0) 推荐(0)
摘要: 最近将自己在项目中经常用到的excel导出方法分析如下,如有不妥之处望他人指出,如果有更好的方法希望展示出来互相学习。//导出事件protected void btnexcel_Click(object sender, EventArgs e){ //定义导出Excel的标题 List tab... 阅读全文
posted @ 2015-03-20 14:31 haishu 阅读(1057) 评论(1) 推荐(0)