/** * 知知文库 - 文档信息表格(显示在正文顶部) */ // 获取文档详细信息 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-知知文库网-第2页
admin-知知文库网-第2页
简约求职简历通用模板-知知文库网

简约求职简历通用模板

求职简历稻小壳求职意向:高级财务经理现居住:广东广州/电话:130-1300-0000/邮箱:docer(@qq.c0m个人资料性别:女年龄:28民族:汉族身高:163cm户籍:湖南长沙学历:学士学位专业:会计学政...
2024年03月05日
0749
网络视频直播系统研究与开发-知知文库网

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

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日
电子诊断技术在新能源汽车维修中的应用-知知文库网

电子诊断技术在新能源汽车维修中的应用

以更好的完成新能源汽车的维修和检测,具有更高的检测精度和更快的速度,可以快速的定位故障的位置,使新能源汽车的维修和检测效率更高,大大提高了新能源汽车的使用期限,并为新能源汽车的推广...
2024年03月16日
安吉尔A7lite大水量净水器在中国市场的营销计划书-知知文库网

安吉尔A7lite大水量净水器在中国市场的营销计划书

I.项目介绍1.1营销计划概况根据目前中国市场的净水器的发展情况,分析出安吉尔A71ite大水量净水器在中国市场的优势和劣势,取长补短,制定出一份是个安吉尔A71ite大水量净水器在中国的营销计划...
2024年03月17日
50m3h洗浴污水处理回用系统设计-知知文库网

50m3h洗浴污水处理回用系统设计

50mh洗浴污水处理回用系统设计目录消叟.Abstract.…】绪论.…1.1研究背景…1.1.1我国水资源状况1.1.2处理需求…1.2选题背景.21.2.1设计参数….21.2.2气象水文及地理资料1.3BR工艺.21.3.1MBR工艺...
2024年03月02日
05211
汽车ABS故障检测-知知文库网

汽车ABS故障检测

目录引言.1第1章ABS相关概述21.1ABS基本结构及工作过程…21.1.1ABS的基本结构.….21.1.2ABS的工作过程.21.2汽车ABS的基本原理31.3帕萨特轿车ABS的结构..4第2章汽车ABS系统的故障检测…52.1汽车A...
2024年03月16日
铜仁市旅游业投资对经济拉动贡献的分析-知知文库网

铜仁市旅游业投资对经济拉动贡献的分析

铜仁市旅游业投资对经济拉动贡献的分析专业:学号:学生:指导教师:摘要:旅游产业的快速发展带动了旅游目的地的经济发展,成为许多国家和地区的经济发展的重要因素,进而铜仁市旅游产业也逐渐...
2024年03月17日
简约人事求职简历模板-知知文库网

简约人事求职简历模板

个人简历姓名:稻小壳应聘:人事籍贯:广东广州性别:女出生:19xx.01电话:13800000001学历:本科民族:汉族邮箱:kingsoft@docer.cn日教育背景20xx.09-20xx.06毕业院校:广州双学院专业:人力...
2024年03月05日
012315
途锐汽车前车雷达失效故障诊断与维修-知知文库网

途锐汽车前车雷达失效故障诊断与维修

黔南民族职业技术学院汽车工程系毕业设计途锐汽车前车雷达失效故障诊断与维修学生姓名指导教师:XXX1.汽车雷达的介绍1.1.汽车雷达的作用当今车辆日益增多安全事故也是随之升高,汽车雷达成了汽...
2024年03月16日
房地产投资在贵州省贵阳市中经济增长论证分析2-知知文库网

房地产投资在贵州省贵阳市中经济增长论证分析2

贵州财经大学商务学院本科毕业设计(论文)Demonstration and Analysis of real estate Investment inGuizhou ProvinceMajor:Student ID:Student:Instructor:Abstract:since China's reform and...
2024年03月17日

在线客服系统