/** * 知知文库 - 文档信息表格(显示在正文顶部) */ // 获取文档详细信息 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-知知文库网-第7页
admin-知知文库网-第7页
测量技术优化与项目效能提升的战略实践与智慧汇聚-知知文库网

测量技术优化与项目效能提升的战略实践与智慧汇聚

测量技术优化与项目效能提升的战略实践与智慧汇聚测量管理工作经验交流材料一、创新测量与精细施工的战略实践1.精确计划高效协作贵安八标项目是一项具有重要战略意义的工程,在实施过程中,我们...
2024年03月01日
06711
汽车制动系统故障诊断-知知文库网

汽车制动系统故障诊断

AbstractIn recent years,with the continuous improvement of people's living standards,people gradually enter a well-off,every household may have a small car,people beganto pay atten...
2024年03月16日
浅谈房地产投资风险及对策-知知文库网

浅谈房地产投资风险及对策

浅谈房地产投资风险及对策目录前言一、房地产投资基本理论概述…1(一)房地产投资的含义及其特点…1、房地产投资的含义…2、房地产投资的特点(二)房地产投资要素以及投资类型1、房地产投资的要素...
2024年03月17日
蓝色简约育婴师高级月嫂早教师求职简历-知知文库网

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

PersonalResume李安娜求职意向:育婴师/早教师自我评价性格开朗,掌握婴幼儿常见病的预防,具备婴幼儿营养配餐、科学喂养、潜能开发、体能训练、个性化早教方案实施等经验,丰富的育婴知识,有...
2024年03月05日
01608
校园桌面虚拟化系统的设计与实现-知知文库网

校园桌面虚拟化系统的设计与实现

AbstractWith the development of virtualization technology and computer hardware,moreand more enterprises,governments,schools and other institutions have begun to applydesktop virtu...
2024年03月16日
2018款吉利帝豪GL转向沉重故障诊断方案设计-知知文库网

2018款吉利帝豪GL转向沉重故障诊断方案设计

黔南民族职业技术学院汽车工程系毕业设计2018款吉利帝豪GL转向沉重故障诊断方案设计学生姓名指导教师:XXX1.车辆故障现象2021年接到维修车辆,该车为一辆2018年吉利帝豪GL是1.8L手动进取型汽车...
2024年03月16日
阿司匹林合成工艺及药理作用研究分-知知文库网

阿司匹林合成工艺及药理作用研究分

目录1阿司匹林的合成工艺....31.1酸催化合成阿司匹林.......31.1.1无机酸催化合成阿司匹林31.1.2.草酸催化合成阿司匹林1.1.3固体超强酸催化合成阿司匹林31.2碱催化合成阿司匹林........11.2.1无...
2024年03月17日
完善测量工作体系提高工作效率-知知文库网

完善测量工作体系提高工作效率

完善测量工作体系提高工作效率一、完善测量工作体系,确保数据准确性1.做好前期测量工作土石方测量是前期测量工作中不可或缺的一部分,它是实施阶段的重要任务之一。贵安八标项目的施工路线与七...
2024年03月01日
014315
新能源汽车运用与维修-知知文库网

新能源汽车运用与维修

以更好的完成新能源汽车的维修和检测,具有更高的检测精度和更快的速度,可以快速的定位故障的位置,使新能源汽车的维修和检测效率更高,大大提高了新能源汽车的使用期限,并为新能源汽车的推广...
2024年03月16日
浅析茅台投资价值-知知文库网

浅析茅台投资价值

贵州财经大学商务学院本科毕业设计(论文)浅析贵州茅台投资价值分析专业:学号:学生:指导教师:摘要:白酒行业是中国传统产业,也是中国食品工业的重要组成部分。贵州茅台集团是中国房白酒行...
2024年03月17日

在线客服系统