/** * 知知文库 - 文档信息表格(显示在正文顶部) */ // 获取文档详细信息 function zib_get_doc_detail($post_id) { $cached = get_post_meta($post_id, 'zib_doc_detail_cache', true); if ($cached && is_array($cached)) { return $cached; } $detail = array( 'type' => '未知', 'size' => '未知', 'pages' => '未知', 'words' => '未知', 'downloads' => 0, 'ocr_text' => '', ); $file_id = 0; $file_keys = array('jike_file_id', 'wenku_file_id', 'document_file', 'attachment_id', 'file_id'); foreach ($file_keys as $key) { $val = get_post_meta($post_id, $key, true); if ($val && is_numeric($val)) { $file_id = intval($val); break; } } if ($file_id) { $file_path = get_attached_file($file_id); if ($file_path && file_exists($file_path)) { $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION)); $detail['type'] = strtoupper($ext); $detail['size'] = zib_format_filesize(filesize($file_path)); if ($ext == 'docx' && class_exists('ZipArchive')) { $zip = new ZipArchive(); if ($zip->open($file_path) === true) { $app_xml = $zip->getFromName('docProps/app.xml'); $zip->close(); if ($app_xml) { if (preg_match('/(\d+)<\/Pages>/i', $app_xml, $m)) { $detail['pages'] = intval($m[1]) . ' 页'; } if (preg_match('/(\d+)<\/Words>/i', $app_xml, $m)) { $detail['words'] = intval($m[1]) . ' 字'; } } } } } } $text_keys = array('jike_ocr_text', 'wenku_ocr_text', 'document_text', 'ocr_content', 'preview_text'); foreach ($text_keys as $key) { $val = get_post_meta($post_id, $key, true); if ($val && is_string($val) && mb_strlen($val) > 50) { $detail['ocr_text'] = $val; break; } } $download_keys = array('jike_download_count', 'wenku_download_count', 'download_count', 'downloads'); foreach ($download_keys as $key) { $val = get_post_meta($post_id, $key, true); if ($val && is_numeric($val)) { $detail['downloads'] = intval($val); break; } } update_post_meta($post_id, 'zib_doc_detail_cache', $detail); return $detail; } function zib_format_filesize($bytes) { if ($bytes >= 1048576) return number_format($bytes / 1048576, 2) . ' MB'; elseif ($bytes >= 1024) return number_format($bytes / 1024, 2) . ' KB'; else return $bytes . ' B'; } // 在正文顶部插入文档信息表格 add_filter('the_content', 'zib_add_doc_info_table_before_content', 5); function zib_add_doc_info_table_before_content($content) { if (!is_single() || !in_the_loop() || !is_main_query()) { return $content; } global $post; if (!$post || $post->post_type != 'post') { return $content; } $doc_info = zib_get_doc_detail($post->ID); if ($doc_info['type'] == '未知' && $doc_info['size'] == '未知') { return $content; } $table_html = '
📄 文档类型 ' . $doc_info['type'] . ' 📊 文档大小 ' . $doc_info['size'] . '
📄 总页数 ' . $doc_info['pages'] . ' 📝 总字数 ' . $doc_info['words'] . '
⬇️ 下载次数 ' . $doc_info['downloads'] . ' 次
'; return $table_html . $content; } admin-知知文库网-第6页
admin-知知文库网-第6页
Java图书管理系统开发与设计-知知文库网

Java图书管理系统开发与设计

AbstractLibrary management system is a very important part of the student managementmechanism of each school.Through the investigation of the operation of the librarymanagement mec...
2024年03月16日
网络视频直播系统研究与开发-知知文库网

网络视频直播系统研究与开发

AbstractWith the gradual improvement of campus network construction,the traditionaleducation mode must be affected by the network development,supported by themodern education must ...
2024年03月16日
高校宿舍管理系统的设计与实现-知知文库网

高校宿舍管理系统的设计与实现

目录1绪论011.1研究背景11.2研究目的和意义.11.3课题任务.11.4本文结构….12开发工具及技术介绍22.1开发工具介绍.22.2开发技术介绍.23系统分析…33.1可行性分析.33.2需求分析….44系统设计…64....
2024年03月16日
网站域名授权书-知知文库网

网站域名授权书

授权书致:财付通支付科技有限公司我司作为网站”【】”(该网站首页地址为【】),合法的1CP备案主体(该网站备案/许可证号为:【】),现我司依法授权【】(下称“被授权人”)通过上述网站向贵司...
2024年03月13日
域名主办单位的经营资质以及与申请商户的合作协议-知知文库网

域名主办单位的经营资质以及与申请商户的合作协议

3.1.4依照乙方规定就第一条之业务享受乙方指定的合作伙伴价格。甲方自行与客户约定的服务价格,!收费标准不得低于乙方公开报价。3.1.5向乙方及时提供客户的相关资料和支付相关费用以保证业务的...
2024年03月13日
橙色渐变简约风季度总结PPT模板-知知文库网

橙色渐变简约风季度总结PPT模板

✉YOURLOGO季度总结QUARTERLY橙色简约季度总结汇报您的内容打在这里,或者通过复制您的文本后,在此框中选择粘WO R K S贴,您的内容打在这里您的内容打在这里U MM A R Y汇报人:稻小壳OUARTERLY...
2024年03月07日
08514
简约人事求职简历模板-知知文库网

简约人事求职简历模板

个人简历姓名:稻小壳应聘:人事籍贯:广东广州性别:女出生:19xx.01电话:13800000001学历:本科民族:汉族邮箱:kingsoft@docer.cn日教育背景20xx.09-20xx.06毕业院校:广州双学院专业:人力...
2024年03月05日
012315
简约求职简历通用模板-知知文库网

简约求职简历通用模板

求职简历稻小壳求职意向:高级财务经理现居住:广东广州/电话:130-1300-0000/邮箱:docer(@qq.c0m个人资料性别:女年龄:28民族:汉族身高:163cm户籍:湖南长沙学历:学士学位专业:会计学政...
2024年03月05日
0749
蓝色简约育婴师高级月嫂早教师求职简历-知知文库网

蓝色简约育婴师高级月嫂早教师求职简历

PersonalResume李安娜求职意向:育婴师/早教师自我评价性格开朗,掌握婴幼儿常见病的预防,具备婴幼儿营养配餐、科学喂养、潜能开发、体能训练、个性化早教方案实施等经验,丰富的育婴知识,有...
2024年03月05日
01608
简约小清新室内设计求职简历模板-知知文库网

简约小清新室内设计求职简历模板

个人简历PE RSON AL RE S U ME8姓名:夏微凉2电话:18627****93回邮箱:67**78@qq.com求职意向:*****风
2024年03月05日
07211

在线客服系统