摘要: /* //考卷下载 public function download(){ // 接收参数 $paper_id = $_GET['paper_id']; if ($paper_id ){ $files = M('file'); $file = $files->field('file_url')->w 阅读全文
posted @ 2018-07-04 09:39 wongjull 阅读(481) 评论(0) 推荐(0)
摘要: text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 单元格内容超过时的解决办法 或者这种解决方式 阅读全文
posted @ 2018-07-04 09:35 wongjull 阅读(165) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-07-04 09:35 wongjull 阅读(832) 评论(0) 推荐(0)
摘要: // 解决表情emoji保存时出现乱码问题// 输入的表情编译 $content为需要编译的内容function emoji_json_encode($content){ $emoji=json_encode($content); return preg_replace("#(\\\ue[0-9a- 阅读全文
posted @ 2018-07-04 09:33 wongjull 阅读(129) 评论(0) 推荐(0)
摘要: tp5 操作monodb 无model的CURD写法(demo) 阅读全文
posted @ 2018-07-04 09:23 wongjull 阅读(393) 评论(0) 推荐(0)