文章分类 -  PHP

JavaScript 图片上传预览效果
摘要:http://www.cnblogs.com/cloudgamer/archive/2009/12/22/ImagePreview.html 阅读全文
posted @ 2010-10-28 09:36 加乐sky 阅读(148) 评论(0) 推荐(0)
PHP导出excel
摘要:/** * 导出当日借阅归还书刊 csv * by zhengjc 2010-10-18 */ function export() { $status = $_GET['status']; if ( $status=="1" ){ $list = $this->bookMod->getBorrowTodayList(); $list = $this->addBookInfo( $... 阅读全文
posted @ 2010-10-27 16:23 加乐sky 阅读(172) 评论(0) 推荐(0)