上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页
摘要: SHOW CREATE TABLE tp_web_log_all 阅读全文
posted @ 2018-06-19 18:08 邹柯 阅读(2204) 评论(0) 推荐(0) 编辑
摘要: Application\Oa\Model\PublicModel.class.php 导出模板 阅读全文
posted @ 2018-06-07 13:10 邹柯 阅读(758) 评论(0) 推荐(0) 编辑
摘要: (1)strlen 获取字符串长度 (2)mb_strlen 使用方法: int mb_strlen ( string $str [, string $encoding ] )返回给定的字符串 string 的长度。encoding参数为字符编码。如果省略,则使用内部字符编码。 GBK编码的状态下 阅读全文
posted @ 2018-06-05 19:22 邹柯 阅读(395) 评论(0) 推荐(0) 编辑
摘要: //导出到csv public function exportCsvByIds($ids){ header("Content-type:text/html;charset=utf-8"); $license = M('license'); $where ="id in($ids) and status=1 "; //... 阅读全文
posted @ 2018-05-30 11:22 邹柯 阅读(570) 评论(0) 推荐(0) 编辑
摘要: /* * 文件上传 * @param $upload_path 文件上传路径 * @param $formpic 表单name属性名称 */ private function doUpload($upload_path,$formpic){ //配置 //设置文件上传的路径 $config['upl... 阅读全文
posted @ 2018-05-30 11:12 邹柯 阅读(361) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页