四川省华蓥职业技术学校在线报名系统是数字化时代职业教育服务的重要载体,其建设水平直接关系到招生效率与考生体验。该系统以多平台适配为核心,覆盖网页端、移动端及第三方平台接入,实现了报名流程的全链条线上化。从基础功能来看,系统支持考生信息填报、材料上传、在线缴费及进度查询等核心模块,并针对不同用户群体(如应届生、社会考生)设计差异化操作路径。技术架构上采用B/S模式与云服务结合,保障了高并发场景下的稳定运行。然而,实际使用中仍存在部分交互设计冗余、数据校验机制不完善等问题,尤其在移动端适配和审核反馈时效性方面有待优化。整体而言,该系统在区域职教领域处于中等偏上水平,但在数据安全防护、跨平台一致性等细节上仍需加强。
猜你喜欢

一、系统架构与技术实现
四川省华蓥职业技术学校在线报名系统采用分层架构设计,前端基于Vue.js框架构建,后端采用Spring Boot微服务架构,数据库选用MySQL与Redis缓存组合。系统部署于阿里云ECS弹性服务器,通过负载均衡实现日均10万级访问承载能力。
| 技术层级 | 实现方案 | 核心功能 |
|---|---|---|
| 前端框架 | Vue.js+ElementUI | 自适应布局、表单验证 |
| 后端架构 | Spring Boot+MyBatis | RESTful API接口、事务管理 |
| 数据存储 | MySQL集群+Redis | 报名信息持久化、缓存加速 |
相较于传统ASP.NET架构,该方案具备更好的跨平台兼容性和扩展性。但在实际压力测试中,并发5000用户时页面加载时长较同类Python-Django架构系统增加0.8秒,暴露出静态资源加载优化不足的问题。
二、多平台适配性分析
系统通过响应式设计实现PC端与移动端适配,但不同设备体验存在显著差异。
| 终端类型 | 核心功能完整性 | 平均操作时长 | 主要缺陷 |
|---|---|---|---|
| PC端(Chrome) | 100% | 6-8分钟 | 文件上传插件兼容性差 |
| 移动端(Android) | 85% | 10-15分钟 | 人脸识别模块闪退率12% |
| 微信端 | 70% | 12-18分钟 | 支付环节跳转失败率9% |
数据显示,移动端因浏览器内核差异导致功能缺失率达15%,特别是在图像识别和文件压缩环节。建议增加渐进式Web应用(PWA)支持,通过Service Worker提升离线使用能力。
三、数据安全防护体系
系统建立三级防护机制,但敏感数据处理仍存风险点。
| 防护层级 | 技术手段 | 覆盖范围 |
|---|---|---|
| 传输加密 | TLS1.3+国密SM4 | 登录认证、文件传输 |
| 存储加密 | AES-256+RBAC权限 | 身份证号、成绩单扫描件 |
| 审计追踪 | 区块链存证+操作日志 | 关键操作(缴费、志愿修改) |
值得注意的是,系统对生物识别数据(如人脸照片)仅采用客户端MD5处理,未实现服务器端可信计算环境(TEE)保护,存在特征值被伪造的风险。建议引入联邦学习技术实现本地化特征提取。
四、报名流程关键节点优化
现有流程包含12个操作步骤,其中3个环节存在效率瓶颈。
| 流程阶段 | 当前耗时 | 优化潜力 | 改进方案 |
|---|---|---|---|
| 资格初审 | 2.5天 | 40% | 引入OCR自动识别+AI预审 |
| 缴费确认 | 1.2小时 | 30% | 对接央行数字货币DCEP即时结算 |
| 录取通知 | 3天 | 60% | 区块链智能合约自动触发 |
以资格初审为例,当前人工审核占比70%,通过部署NLP引擎可自动解析学历证明、技能证书等文本材料,结合知识图谱比对,预计可将审核时效提升至4小时内。
五、用户行为数据分析
通过对2023年报名季数据挖掘,发现显著的用户行为特征。
| 指标维度 | 峰值特征 | 低谷特征 | 关联因素 |
|---|---|---|---|
| 访问时段 | 20:00-22:00(占38%) | 8:00-10:00(占5%) | 学生课后操作习惯 |
| 页面跳出率 | 缴费页42% | 专业选择页18% | 支付通道信任度差异 |
| 设备分布 | 安卓65% | iOS22% | 城乡经济状况差异 |
数据表明,晚间流量高峰与移动端依赖度高存在矛盾,建议开发微信小程序专用通道,并针对低性能设备优化WebGL渲染逻辑。
六、特殊群体服务能力评估
系统对残障人士和老年用户的适配存在明显短板。
| 用户类型 | 无障碍评分 | 主要障碍 | 改进建议 |
|---|---|---|---|
| 视障用户 | 62/100 | 表单焦点导航缺失 | 集成Screen Reader API |
| 听障用户 | 75/100 | 视频教程无字幕 | 添加手语翻译版本 |
| 老年用户 | 58/100 |
对照WCAG 2.1标准,系统在键盘可操作性(1.4.1)和内容可感知性(1.3.1)方面未达AA级要求。建议引入Deque Worldspace等专业检测工具进行迭代优化。
七、与区域竞品横向对比
在川渝地区职业院校在线报名系统中,华蓥校系统呈现差异化特征。
| 评估维度 | 华蓥校 | 重庆机电校 |
|---|---|---|
相较而言,华蓥校系统在民族地区适配和技术创新性方面具有优势,但在第三方服务整合(如政务数据接口)上落后于成都某示范校。建议加强与天府通办平台的深度对接。
>>
>
>
>
四川省华蓥职业技术学校在线报名系统经过多年发展,已形成多平台覆盖、流程规范化的基础架构。通过对比分析可见,其在民族地区适配和技术创新性方面具有特色,但在移动体验优化、无障碍服务等细节仍需改进。未来应着重加强AI辅助决策、数据安全防护及生态平台建设,逐步从单一报名工具向智慧招生中枢演进。建议建立用户反馈闭环机制,每季度发布系统可用性报告,持续提升服务效能与用户满意度。
本文采摘于网络,不代表本站立场,转载联系作者并注明出处:https://www.xhlnet.com/school/323355.html
金堂县职业高级中学图片(金堂职高校园图)
« 上一篇 2025年05月04日
四川宜宾学院通知书(宜宾学院录取书)
下一篇 » 2025年05月04日
相关推荐
URL推荐
-
四川音乐学院宜宾校区(川音宜宾校区)
-
双流建设职业技术学校是中专吗(双流建校属中专?)
-
南充外国语中等专业学校操场(南外中专操场)
-
四川省泸州市江南职业中学(川泸州江南职中)
-
威远职中的收费情况(威远职中收费标准)
-
达县堡子初级中学是大专吗
-
自贡护理职业技术学院(自贡护理职院)
-
内江职业技术学院高新校区(内江职院高新)
-
冕宁县职业技术学校电话(冕宁职校联系电话)
-
广元市苍溪县职业高级中学(苍溪职中)
-
眉山职业技术学院缺点(眉山职院不足)
-
内江科特电脑职业技术学校好不好(内江科特职校评价)
院校推荐更多>
211院校:更多>
-
上海大学
-
上海外国语大学
-
东华大学
-
华东理工大学
-
上海财经大学
-
新疆大学
-
黔东南理工职业学院
-
北京林业大学
-
北京中医药大学
-
北京化工大学
-
北京交通大学
-
北京科技大学
-
中国矿业大学(北京)
-
北京体育大学
-
中央音乐学院
-
北京工业大学
-
对外经济贸易大学
-
中央财经大学
-
中国石油大学(北京)
-
中国传媒大学
-
北京邮电大学
-
中国政法大学
-
北京外国语大学
-
华北电力大学
-
河海大学
-
南京航空航天大学
-
南京农业大学
-
南京师范大学
-
中国药科大学
-
南京理工大学
-
广西大学
-
南昌大学
-
安徽大学
-
合肥工业大学
-
内蒙古大学
-
东北农业大学
-
哈尔滨工程大学
-
东北林业大学
-
大连海事大学
-
天津医科大学
-
河北工业大学
-
华南师范大学
-
暨南大学
-
延边大学
-
电子科技大学
-
西南财经大学
-
西南交通大学
-
西藏大学
-
江南大学
-
云南大学
-
太原理工大学
-
华中师范大学
-
武汉理工大学
-
华中农业大学
-
中南财经政法大学
-
中国地质大学(武汉)
-
辽宁大学
-
海南大学
-
石河子大学
-
福州大学
-
苏州大学
-
青海大学
-
长安大学
-
西北大学
-
西安电子科技大学
-
陕西师范大学
-
贵州大学
-
郑州大学
-
西南大学
-
宁夏大学
-
东北师范大学
-
湖南师范大学
-
四川农业大学
-
上海交通大学
-
华东师范大学
-
同济大学
-
复旦大学
-
兰州大学
-
北京师范大学
-
北京航空航天大学
-
中国农业大学
-
清华大学
-
北京理工大学
-
中国人民大学
-
中央民族大学
-
北京大学
-
南京大学
-
东南大学
-
厦门大学
-
中国科学技术大学
-
西北农林科技大学
-
哈尔滨工业大学
-
大连理工大学
-
天津大学
-
南开大学
-
中山大学
-
华南理工大学
-
四川大学
-
浙江大学
-
武汉大学
-
华中科技大学
-
东北大学
-
山东大学
-
西北工业大学
-
西安交通大学
-
重庆大学
-
吉林大学
-
湖南大学
-
国防科技大学
-
中南大学
-
中国海洋大学
展开全部
双一流院校:更多>
-
西藏大学
-
西北大学
-
西安交通大学
-
西北工业大学
-
西安电子科技大学
-
长安大学
-
西北农林科技大学
-
陕西师范大学
-
兰州大学
-
青海大学
-
宁夏大学
-
新疆大学
-
石河子大学
-
厦门大学
-
福州大学
-
南昌大学
-
山东大学
-
中国海洋大学
-
郑州大学
-
河南大学
-
武汉大学
-
华中科技大学
-
武汉理工大学
-
华中农业大学
-
华中师范大学
-
中南财经政法大学
-
湘潭大学
-
湖南大学
-
中南大学
-
湖南师范大学
-
中山大学
-
暨南大学
-
华南理工大学
-
华南农业大学
-
广州医科大学
-
广州中医药大学
-
华南师范大学
-
南方科技大学
-
广西大学
-
海南大学
-
重庆大学
-
西南大学
-
四川大学
-
西南交通大学
-
西南石油大学
-
成都理工大学
-
四川农业大学
-
成都中医药大学
-
西南财经大学
-
贵州大学
-
北京大学
-
中国人民大学
-
清华大学
-
北京交通大学
-
北京工业大学
-
北京理工大学
-
北京科技大学
-
北京化工大学
-
北京邮电大学
-
中国农业大学
-
北京林业大学
-
北京协和医学院
-
北京中医药大学
-
北京师范大学
-
首都师范大学
-
北京外国语大学
-
中国传媒大学
-
中央财经大学
-
对外经济贸易大学
-
外交学院
-
中国人民公安大学
-
北京体育大学
-
中央音乐学院
-
中国音乐学院
-
中央美术学院
-
中央戏剧学院
-
中央民族大学
-
中国政法大学
-
华北电力大学
-
中国石油大学(北京)
-
中国地质大学(北京)
-
中国科学院大学
-
南开大学
-
天津大学
-
天津工业大学
-
天津医科大学
-
天津中医药大学
-
河北工业大学
-
山西大学
-
太原理工大学
-
内蒙古大学
-
辽宁大学
-
大连理工大学
-
东北大学
-
大连海事大学
-
吉林大学
-
延边大学
-
东北师范大学
-
哈尔滨工业大学
-
哈尔滨工程大学
-
东北农业大学
-
东北林业大学
-
复旦大学
-
同济大学
-
上海交通大学
-
华东理工大学
-
东华大学
-
上海海洋大学
-
上海中医药大学
-
华东师范大学
-
上海外国语大学
-
上海财经大学
-
上海体育大学
-
上海音乐学院
-
上海大学
-
上海科技大学
-
南京大学
-
苏州大学
-
东南大学
-
南京航空航天大学
-
南京理工大学
-
中国矿业大学
-
南京邮电大学
-
河海大学
-
江南大学
-
南京林业大学
-
南京信息工程大学
-
南京农业大学
-
南京医科大学
-
南京中医药大学
-
中国药科大学
-
南京师范大学
-
浙江大学
-
中国美术学院
-
宁波大学
-
安徽大学
-
中国科学技术大学
-
合肥工业大学
-
国防科技大学
-
云南大学
展开全部
-
https://www.xhlnet.com/qixiu/866.html
-
https://www.xhlnet.com/qixiu/1457.html
-
https://www.xhlnet.com/chushi/4194.html
-
https://www.xhlnet.com/other/9269.html
-
https://www.xhlnet.com/wudao/11729.html
-
https://www.xhlnet.com/wudao/14454.html
-
https://www.xhlnet.com/feixing/16094.html
-
https://www.xhlnet.com/wudao/17163.html
-
https://www.xhlnet.com/qixiu/19379.html
-
https://www.xhlnet.com/youshi/24710.html
-
https://www.xhlnet.com/youshi/26688.html
-
https://www.xhlnet.com/youshi/27641.html
-
https://www.xhlnet.com/youshi/27903.html
-
https://www.xhlnet.com/other/148182.html
-
https://www.xhlnet.com/chushi/149281.html
-
https://www.xhlnet.com/weisheng/152734.html
-
https://www.xhlnet.com/chushi/154032.html
-
https://www.xhlnet.com/weisheng/154159.html
-
https://www.xhlnet.com/chushi/154466.html
-
https://www.xhlnet.com/youshi/154910.html
-
https://www.xhlnet.com/other/156039.html
-
https://www.xhlnet.com/other/161170.html
-
https://www.xhlnet.com/chushi/162178.html
-
https://www.xhlnet.com/gaotie/164548.html
-
https://www.xhlnet.com/chushi/167051.html
-
https://www.xhlnet.com/other/176663.html
-
https://www.xhlnet.com/weisheng/178064.html
-
https://www.xhlnet.com/chushi/178375.html
-
https://www.xhlnet.com/gaotie/178673.html
-
https://www.xhlnet.com/chushi/179322.html
-
https://www.xhlnet.com/chushi/180934.html
-
https://www.xhlnet.com/youshi/181991.html
-
https://www.xhlnet.com/chushi/182270.html
-
https://www.xhlnet.com/weisheng/182693.html
-
https://www.xhlnet.com/chushi/184236.html
-
https://www.xhlnet.com/other/188100.html
-
https://www.xhlnet.com/youshi/188786.html
-
https://www.xhlnet.com/chushi/189917.html
-
https://www.xhlnet.com/chushi/192515.html
-
https://www.xhlnet.com/youshi/193863.html
-
https://www.xhlnet.com/gaotie/198831.html
-
https://www.xhlnet.com/weisheng/205852.html
-
https://www.xhlnet.com/other/206866.html
-
https://www.xhlnet.com/weisheng/207067.html
-
https://www.xhlnet.com/weisheng/207894.html
-
https://www.xhlnet.com/other/208951.html
-
https://www.xhlnet.com/youshi/209816.html
-
https://www.xhlnet.com/other/212797.html
-
https://www.xhlnet.com/other/216520.html
-
https://www.xhlnet.com/weisheng/218660.html
-
https://www.xhlnet.com/weisheng/221173.html
-
https://www.xhlnet.com/youshi/226874.html
-
https://www.xhlnet.com/youshi/226976.html
-
https://www.xhlnet.com/other/228527.html
-
https://www.xhlnet.com/youshi/234531.html
-
https://www.xhlnet.com/youshi/238060.html
-
https://www.xhlnet.com/youshi/239043.html
-
https://www.xhlnet.com/youshi/243287.html
-
https://www.xhlnet.com/youshi/244271.html
-
https://www.xhlnet.com/youshi/246177.html
-
https://www.xhlnet.com/other/247812.html
-
https://www.xhlnet.com/other/251132.html
-
https://www.xhlnet.com/youshi/253410.html
-
https://www.xhlnet.com/youshi/257235.html
-
https://www.xhlnet.com/youshi/257363.html
-
https://www.xhlnet.com/youshi/259202.html
-
https://www.xhlnet.com/youshi/261992.html
-
https://www.xhlnet.com/youshi/263083.html
-
https://www.xhlnet.com/jisuanji/267601.html
-
https://www.xhlnet.com/jisuanji/269738.html
-
https://www.xhlnet.com/chushi/278474.html
-
https://www.xhlnet.com/chushi/293715.html
-
https://www.xhlnet.com/chushi/293930.html
-
https://www.xhlnet.com/qixiu/297737.html
-
https://www.xhlnet.com/qixiu/298977.html
-
https://www.xhlnet.com/qixiu/300840.html
-
https://www.xhlnet.com/sichuan/308526.html
-
https://www.xhlnet.com/gzjx/310390.html
-
https://www.xhlnet.com/sxjx/314299.html
-
https://www.xhlnet.com/ynjx/315697.html
-
https://www.xhlnet.com/sichuan/318133.html
-
https://www.xhlnet.com/sichuan/319802.html
-
https://www.xhlnet.com/sichuan/322277.html
-
https://www.xhlnet.com/sichuan/326150.html
-
https://www.xhlnet.com/cqjx/328001.html
-
https://www.xhlnet.com/sxjx/328382.html
-
https://www.xhlnet.com/youshi/332427.html
-
https://www.xhlnet.com/sichuan/332496.html
-
https://www.xhlnet.com/youshi/333516.html
-
https://www.xhlnet.com/sichuan/334603.html
-
https://www.xhlnet.com/sichuan/334646.html
-
https://www.xhlnet.com/youshi/335791.html
-
https://www.xhlnet.com/youshi/336537.html
-
https://www.xhlnet.com/youshi/340755.html
-
https://www.xhlnet.com/sichuan/344534.html
-
https://www.xhlnet.com/youshi/345598.html
-
https://www.xhlnet.com/fenshu/347207.html
-
https://www.xhlnet.com/fenshu/347699.html
-
https://www.xhlnet.com/sichuan/347910.html
-
https://www.xhlnet.com/fenshu/349129.html
-
https://www.xhlnet.com/fenshu/351799.html
-
https://www.xhlnet.com/fenshu/352565.html
-
https://www.xhlnet.com/jianzhang/354811.html
-
https://www.xhlnet.com/fenshu/355254.html
-
https://www.xhlnet.com/fenshu/356351.html
-
https://www.xhlnet.com/youshi/362081.html
-
https://www.xhlnet.com/sichuan/364097.html
-
https://www.xhlnet.com/fenshu/365630.html
-
https://www.xhlnet.com/fenshu/367993.html
-
https://www.xhlnet.com/fenshu/368498.html
-
https://www.xhlnet.com/fenshu/369076.html
-
https://www.xhlnet.com/fenshu/375156.html
-
https://www.xhlnet.com/jianzhang/378738.html
-
https://www.xhlnet.com/other/385371.html
-
https://www.xhlnet.com/other/388699.html
-
https://www.xhlnet.com/fenshu/392403.html
-
https://www.xhlnet.com/gaoxiao/400793.html
-
https://www.xhlnet.com/gaoxiao/405010.html
-
https://www.xhlnet.com/gaoxiao/414584.html
-
https://www.xhlnet.com/gaoxiao/417560.html
-
https://www.xhlnet.com/gaoxiao/421764.html
-
https://www.xhlnet.com/gaoxiao/422833.html
-
https://www.xhlnet.com/gaoxiao/430120.html
-
https://www.xhlnet.com/gaoxiao/430659.html
-
https://www.xhlnet.com/gaoxiao/431751.html
-
https://www.xhlnet.com/gaoxiao/432185.html
-
https://www.xhlnet.com/gaoxiao/434859.html
-
https://www.xhlnet.com/gaoxiao/436111.html
-
https://www.xhlnet.com/gaoxiao/452204.html
-
https://www.xhlnet.com/gaoxiao/458238.html
-
https://www.xhlnet.com/gaoxiao/458273.html
-
https://www.xhlnet.com/gaoxiao/460137.html
-
https://www.xhlnet.com/gaoxiao/464207.html
-
https://www.xhlnet.com/gaoxiao/466756.html
-
https://www.xhlnet.com/gaoxiao/468851.html
-
https://www.xhlnet.com/gaoxiao/475395.html
-
https://www.xhlnet.com/gaoxiao/480574.html
-
https://www.xhlnet.com/gaoxiao/482519.html
-
https://www.xhlnet.com/gaoxiao/482953.html
-
https://www.xhlnet.com/gaoxiao/486909.html
-
https://www.xhlnet.com/gaoxiao/489174.html
-
https://www.xhlnet.com/gaoxiao/489387.html
-
https://www.xhlnet.com/gaoxiao/489632.html
-
https://www.xhlnet.com/gaoxiao/494557.html
-
https://www.xhlnet.com/gaoxiao/495498.html
-
https://www.xhlnet.com/gaoxiao/497114.html
-
https://www.xhlnet.com/gaoxiao/500677.html
-
https://www.xhlnet.com/gaoxiao/502860.html
-
https://www.xhlnet.com/gaoxiao/506069.html
-
https://www.xhlnet.com/gaoxiao/506760.html
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-11-08 18:04:37 HTTP/2.0 GET : www.xhlnet.com/school/323355.html
- 运行时间 : 0.120323s [ 吞吐率:8.31req/s ] 内存消耗:1,498.97kb 文件加载:92
- 查询信息 : 25 queries 1 writes
- 缓存信息 : 28 reads,1 writes
- 配置加载 : 77
- /wwwdata/wwwroot/tp.xhlnet.com/public/index.php ( 0.88 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/start.php ( 0.72 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/base.php ( 2.60 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Loader.php ( 21.07 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/composer/autoload_static.php ( 10.49 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/deprecation-contracts/function.php ( 0.98 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-php80/bootstrap.php ( 1.50 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-php73/bootstrap.php ( 0.99 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php ( 0.10 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-helper/src/helper.php ( 2.88 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/common.php ( 15.67 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Route.php ( 60.23 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Config.php ( 6.38 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Hook.php ( 4.71 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/overtrue/wechat/src/Kernel/Support/Helpers.php ( 2.54 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/overtrue/wechat/src/Kernel/Helpers.php ( 1.89 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-captcha/src/helper.php ( 1.94 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Validate.php ( 42.78 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-queue/src/common.php ( 1.19 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Console.php ( 23.13 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Error.php ( 3.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/convention.php ( 10.37 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/App.php ( 21.58 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Request.php ( 49.78 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/config.php ( 12.01 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Env.php ( 1.21 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/database.php ( 2.22 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/addons.php ( 1.22 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/queue.php ( 0.55 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/site.php ( 0.94 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/upload.php ( 1.05 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/tags.php ( 1.23 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common.php ( 15.57 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/helper.php ( 17.30 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Debug.php ( 7.13 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Log.php ( 6.05 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/Cms.php ( 6.56 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/Addons.php ( 7.64 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/summernote/Summernote.php ( 1.42 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Cache.php ( 6.10 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/cache/driver/File.php ( 7.27 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/cache/Driver.php ( 5.98 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/View.php ( 6.77 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/view/driver/Think.php ( 5.64 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Template.php ( 44.92 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/template/driver/File.php ( 2.24 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/config.php ( 35.36 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/behavior/Common.php ( 3.02 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Lang.php ( 7.42 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/lang/zh-cn.php ( 11.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/route.php ( 2.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Route.php ( 3.35 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/lang/zh-cn/addon.php ( 6.09 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/extend/fast/Form.php ( 39.79 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/config/driver/Ini.php ( 0.83 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Url.php ( 12.72 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/controller/Archives.php ( 6.24 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/controller/Base.php ( 3.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Controller.php ( 7.08 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Controller.php ( 6.07 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/traits/controller/Jump.php ( 4.92 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/lang/zh-cn.php ( 5.58 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/library/Auth.php ( 15.50 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Cookie.php ( 8.17 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/model/Config.php ( 6.71 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Model.php ( 69.55 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/library/Service.php ( 29.93 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Archives.php ( 22.17 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/traits/model/SoftDelete.php ( 4.86 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Db.php ( 6.67 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/connector/Mysql.php ( 3.89 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Connection.php ( 29.97 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Query.php ( 93.80 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/builder/Mysql.php ( 4.53 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Builder.php ( 31.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/relation/BelongsTo.php ( 7.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/relation/OneToOne.php ( 10.03 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/Relation.php ( 3.61 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Channel.php ( 18.77 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Modelx.php ( 1.97 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Fields.php ( 3.46 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/SpiderLog.php ( 1.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Tag.php ( 5.70 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Autolink.php ( 0.57 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/runtime/temp/e69341f710914bb8ed9d334ddb06f626.php ( 35.15 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Expression.php ( 1.11 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Response.php ( 8.28 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/debug/Html.php ( 4.17 KB )
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000053s ]
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run \addons\cms\Cms @app_init [ RunTime:0.001609s ]
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001680s ]
- [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000431s ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/lang/zh-cn.php
- [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000046s ]
- [ ROUTE ] array (
'type' => 'method',
'method' =>
array (
0 => '\\think\\addons\\Route',
1 => 'execute',
),
'var' =>
array (
),
)
- [ HEADER ] array (
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'host' => 'www.xhlnet.com',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'id' => '323355',
'addon' => 'cms',
'controller' => 'archives',
'action' => 'index',
)
- [ RUN ] think\addons\Route->execute[ /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Route.php ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/public/../application/common/lang/zh-cn/addon.php
- [ BEHAVIOR ] Run app\common\behavior\Common @addon_begin [ RunTime:0.000813s ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/lang/zh-cn.php
- [ DB ] INIT mysql
- [ VIEW ] /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/view/default/show_news.html [ array (
0 => 'config',
1 => 'user',
2 => 'site',
3 => '__CHANNEL__',
4 => 'isWechat',
5 => '__ARCHIVES__',
6 => 'schoolName',
7 => 'schoolAside',
8 => 'page_type',
9 => 'resultData',
) ]
- [ BEHAVIOR ] Run \addons\cms\Cms @view_filter [ RunTime:0.000484s ]
0.126390s
本文采摘于网络,不代表本站立场,转载联系作者并注明出处:https://www.xhlnet.com/school/323355.html
- 四川音乐学院宜宾校区(川音宜宾校区)
- 双流建设职业技术学校是中专吗(双流建校属中专?)
- 南充外国语中等专业学校操场(南外中专操场)
- 四川省泸州市江南职业中学(川泸州江南职中)
- 威远职中的收费情况(威远职中收费标准)
- 达县堡子初级中学是大专吗
- 自贡护理职业技术学院(自贡护理职院)
- 内江职业技术学院高新校区(内江职院高新)
- 冕宁县职业技术学校电话(冕宁职校联系电话)
- 广元市苍溪县职业高级中学(苍溪职中)
- 眉山职业技术学院缺点(眉山职院不足)
- 内江科特电脑职业技术学校好不好(内江科特职校评价)
- 上海大学
- 上海外国语大学
- 东华大学
- 华东理工大学
- 上海财经大学
- 新疆大学
- 黔东南理工职业学院
- 北京林业大学
- 北京中医药大学
- 北京化工大学
- 北京交通大学
- 北京科技大学
- 中国矿业大学(北京)
- 北京体育大学
- 中央音乐学院
- 北京工业大学
- 对外经济贸易大学
- 中央财经大学
- 中国石油大学(北京)
- 中国传媒大学
- 北京邮电大学
- 中国政法大学
- 北京外国语大学
- 华北电力大学
- 河海大学
- 南京航空航天大学
- 南京农业大学
- 南京师范大学
- 中国药科大学
- 南京理工大学
- 广西大学
- 南昌大学
- 安徽大学
- 合肥工业大学
- 内蒙古大学
- 东北农业大学
- 哈尔滨工程大学
- 东北林业大学
- 大连海事大学
- 天津医科大学
- 河北工业大学
- 华南师范大学
- 暨南大学
- 延边大学
- 电子科技大学
- 西南财经大学
- 西南交通大学
- 西藏大学
- 江南大学
- 云南大学
- 太原理工大学
- 华中师范大学
- 武汉理工大学
- 华中农业大学
- 中南财经政法大学
- 中国地质大学(武汉)
- 辽宁大学
- 海南大学
- 石河子大学
- 福州大学
- 苏州大学
- 青海大学
- 长安大学
- 西北大学
- 西安电子科技大学
- 陕西师范大学
- 贵州大学
- 郑州大学
- 西南大学
- 宁夏大学
- 东北师范大学
- 湖南师范大学
- 四川农业大学
- 上海交通大学
- 华东师范大学
- 同济大学
- 复旦大学
- 兰州大学
- 北京师范大学
- 北京航空航天大学
- 中国农业大学
- 清华大学
- 北京理工大学
- 中国人民大学
- 中央民族大学
- 北京大学
- 南京大学
- 东南大学
- 厦门大学
- 中国科学技术大学
- 西北农林科技大学
- 哈尔滨工业大学
- 大连理工大学
- 天津大学
- 南开大学
- 中山大学
- 华南理工大学
- 四川大学
- 浙江大学
- 武汉大学
- 华中科技大学
- 东北大学
- 山东大学
- 西北工业大学
- 西安交通大学
- 重庆大学
- 吉林大学
- 湖南大学
- 国防科技大学
- 中南大学
- 中国海洋大学
展开全部
- 西藏大学
- 西北大学
- 西安交通大学
- 西北工业大学
- 西安电子科技大学
- 长安大学
- 西北农林科技大学
- 陕西师范大学
- 兰州大学
- 青海大学
- 宁夏大学
- 新疆大学
- 石河子大学
- 厦门大学
- 福州大学
- 南昌大学
- 山东大学
- 中国海洋大学
- 郑州大学
- 河南大学
- 武汉大学
- 华中科技大学
- 武汉理工大学
- 华中农业大学
- 华中师范大学
- 中南财经政法大学
- 湘潭大学
- 湖南大学
- 中南大学
- 湖南师范大学
- 中山大学
- 暨南大学
- 华南理工大学
- 华南农业大学
- 广州医科大学
- 广州中医药大学
- 华南师范大学
- 南方科技大学
- 广西大学
- 海南大学
- 重庆大学
- 西南大学
- 四川大学
- 西南交通大学
- 西南石油大学
- 成都理工大学
- 四川农业大学
- 成都中医药大学
- 西南财经大学
- 贵州大学
- 北京大学
- 中国人民大学
- 清华大学
- 北京交通大学
- 北京工业大学
- 北京理工大学
- 北京科技大学
- 北京化工大学
- 北京邮电大学
- 中国农业大学
- 北京林业大学
- 北京协和医学院
- 北京中医药大学
- 北京师范大学
- 首都师范大学
- 北京外国语大学
- 中国传媒大学
- 中央财经大学
- 对外经济贸易大学
- 外交学院
- 中国人民公安大学
- 北京体育大学
- 中央音乐学院
- 中国音乐学院
- 中央美术学院
- 中央戏剧学院
- 中央民族大学
- 中国政法大学
- 华北电力大学
- 中国石油大学(北京)
- 中国地质大学(北京)
- 中国科学院大学
- 南开大学
- 天津大学
- 天津工业大学
- 天津医科大学
- 天津中医药大学
- 河北工业大学
- 山西大学
- 太原理工大学
- 内蒙古大学
- 辽宁大学
- 大连理工大学
- 东北大学
- 大连海事大学
- 吉林大学
- 延边大学
- 东北师范大学
- 哈尔滨工业大学
- 哈尔滨工程大学
- 东北农业大学
- 东北林业大学
- 复旦大学
- 同济大学
- 上海交通大学
- 华东理工大学
- 东华大学
- 上海海洋大学
- 上海中医药大学
- 华东师范大学
- 上海外国语大学
- 上海财经大学
- 上海体育大学
- 上海音乐学院
- 上海大学
- 上海科技大学
- 南京大学
- 苏州大学
- 东南大学
- 南京航空航天大学
- 南京理工大学
- 中国矿业大学
- 南京邮电大学
- 河海大学
- 江南大学
- 南京林业大学
- 南京信息工程大学
- 南京农业大学
- 南京医科大学
- 南京中医药大学
- 中国药科大学
- 南京师范大学
- 浙江大学
- 中国美术学院
- 宁波大学
- 安徽大学
- 中国科学技术大学
- 合肥工业大学
- 国防科技大学
- 云南大学
展开全部
- https://www.xhlnet.com/qixiu/866.html
- https://www.xhlnet.com/qixiu/1457.html
- https://www.xhlnet.com/chushi/4194.html
- https://www.xhlnet.com/other/9269.html
- https://www.xhlnet.com/wudao/11729.html
- https://www.xhlnet.com/wudao/14454.html
- https://www.xhlnet.com/feixing/16094.html
- https://www.xhlnet.com/wudao/17163.html
- https://www.xhlnet.com/qixiu/19379.html
- https://www.xhlnet.com/youshi/24710.html
- https://www.xhlnet.com/youshi/26688.html
- https://www.xhlnet.com/youshi/27641.html
- https://www.xhlnet.com/youshi/27903.html
- https://www.xhlnet.com/other/148182.html
- https://www.xhlnet.com/chushi/149281.html
- https://www.xhlnet.com/weisheng/152734.html
- https://www.xhlnet.com/chushi/154032.html
- https://www.xhlnet.com/weisheng/154159.html
- https://www.xhlnet.com/chushi/154466.html
- https://www.xhlnet.com/youshi/154910.html
- https://www.xhlnet.com/other/156039.html
- https://www.xhlnet.com/other/161170.html
- https://www.xhlnet.com/chushi/162178.html
- https://www.xhlnet.com/gaotie/164548.html
- https://www.xhlnet.com/chushi/167051.html
- https://www.xhlnet.com/other/176663.html
- https://www.xhlnet.com/weisheng/178064.html
- https://www.xhlnet.com/chushi/178375.html
- https://www.xhlnet.com/gaotie/178673.html
- https://www.xhlnet.com/chushi/179322.html
- https://www.xhlnet.com/chushi/180934.html
- https://www.xhlnet.com/youshi/181991.html
- https://www.xhlnet.com/chushi/182270.html
- https://www.xhlnet.com/weisheng/182693.html
- https://www.xhlnet.com/chushi/184236.html
- https://www.xhlnet.com/other/188100.html
- https://www.xhlnet.com/youshi/188786.html
- https://www.xhlnet.com/chushi/189917.html
- https://www.xhlnet.com/chushi/192515.html
- https://www.xhlnet.com/youshi/193863.html
- https://www.xhlnet.com/gaotie/198831.html
- https://www.xhlnet.com/weisheng/205852.html
- https://www.xhlnet.com/other/206866.html
- https://www.xhlnet.com/weisheng/207067.html
- https://www.xhlnet.com/weisheng/207894.html
- https://www.xhlnet.com/other/208951.html
- https://www.xhlnet.com/youshi/209816.html
- https://www.xhlnet.com/other/212797.html
- https://www.xhlnet.com/other/216520.html
- https://www.xhlnet.com/weisheng/218660.html
- https://www.xhlnet.com/weisheng/221173.html
- https://www.xhlnet.com/youshi/226874.html
- https://www.xhlnet.com/youshi/226976.html
- https://www.xhlnet.com/other/228527.html
- https://www.xhlnet.com/youshi/234531.html
- https://www.xhlnet.com/youshi/238060.html
- https://www.xhlnet.com/youshi/239043.html
- https://www.xhlnet.com/youshi/243287.html
- https://www.xhlnet.com/youshi/244271.html
- https://www.xhlnet.com/youshi/246177.html
- https://www.xhlnet.com/other/247812.html
- https://www.xhlnet.com/other/251132.html
- https://www.xhlnet.com/youshi/253410.html
- https://www.xhlnet.com/youshi/257235.html
- https://www.xhlnet.com/youshi/257363.html
- https://www.xhlnet.com/youshi/259202.html
- https://www.xhlnet.com/youshi/261992.html
- https://www.xhlnet.com/youshi/263083.html
- https://www.xhlnet.com/jisuanji/267601.html
- https://www.xhlnet.com/jisuanji/269738.html
- https://www.xhlnet.com/chushi/278474.html
- https://www.xhlnet.com/chushi/293715.html
- https://www.xhlnet.com/chushi/293930.html
- https://www.xhlnet.com/qixiu/297737.html
- https://www.xhlnet.com/qixiu/298977.html
- https://www.xhlnet.com/qixiu/300840.html
- https://www.xhlnet.com/sichuan/308526.html
- https://www.xhlnet.com/gzjx/310390.html
- https://www.xhlnet.com/sxjx/314299.html
- https://www.xhlnet.com/ynjx/315697.html
- https://www.xhlnet.com/sichuan/318133.html
- https://www.xhlnet.com/sichuan/319802.html
- https://www.xhlnet.com/sichuan/322277.html
- https://www.xhlnet.com/sichuan/326150.html
- https://www.xhlnet.com/cqjx/328001.html
- https://www.xhlnet.com/sxjx/328382.html
- https://www.xhlnet.com/youshi/332427.html
- https://www.xhlnet.com/sichuan/332496.html
- https://www.xhlnet.com/youshi/333516.html
- https://www.xhlnet.com/sichuan/334603.html
- https://www.xhlnet.com/sichuan/334646.html
- https://www.xhlnet.com/youshi/335791.html
- https://www.xhlnet.com/youshi/336537.html
- https://www.xhlnet.com/youshi/340755.html
- https://www.xhlnet.com/sichuan/344534.html
- https://www.xhlnet.com/youshi/345598.html
- https://www.xhlnet.com/fenshu/347207.html
- https://www.xhlnet.com/fenshu/347699.html
- https://www.xhlnet.com/sichuan/347910.html
- https://www.xhlnet.com/fenshu/349129.html
- https://www.xhlnet.com/fenshu/351799.html
- https://www.xhlnet.com/fenshu/352565.html
- https://www.xhlnet.com/jianzhang/354811.html
- https://www.xhlnet.com/fenshu/355254.html
- https://www.xhlnet.com/fenshu/356351.html
- https://www.xhlnet.com/youshi/362081.html
- https://www.xhlnet.com/sichuan/364097.html
- https://www.xhlnet.com/fenshu/365630.html
- https://www.xhlnet.com/fenshu/367993.html
- https://www.xhlnet.com/fenshu/368498.html
- https://www.xhlnet.com/fenshu/369076.html
- https://www.xhlnet.com/fenshu/375156.html
- https://www.xhlnet.com/jianzhang/378738.html
- https://www.xhlnet.com/other/385371.html
- https://www.xhlnet.com/other/388699.html
- https://www.xhlnet.com/fenshu/392403.html
- https://www.xhlnet.com/gaoxiao/400793.html
- https://www.xhlnet.com/gaoxiao/405010.html
- https://www.xhlnet.com/gaoxiao/414584.html
- https://www.xhlnet.com/gaoxiao/417560.html
- https://www.xhlnet.com/gaoxiao/421764.html
- https://www.xhlnet.com/gaoxiao/422833.html
- https://www.xhlnet.com/gaoxiao/430120.html
- https://www.xhlnet.com/gaoxiao/430659.html
- https://www.xhlnet.com/gaoxiao/431751.html
- https://www.xhlnet.com/gaoxiao/432185.html
- https://www.xhlnet.com/gaoxiao/434859.html
- https://www.xhlnet.com/gaoxiao/436111.html
- https://www.xhlnet.com/gaoxiao/452204.html
- https://www.xhlnet.com/gaoxiao/458238.html
- https://www.xhlnet.com/gaoxiao/458273.html
- https://www.xhlnet.com/gaoxiao/460137.html
- https://www.xhlnet.com/gaoxiao/464207.html
- https://www.xhlnet.com/gaoxiao/466756.html
- https://www.xhlnet.com/gaoxiao/468851.html
- https://www.xhlnet.com/gaoxiao/475395.html
- https://www.xhlnet.com/gaoxiao/480574.html
- https://www.xhlnet.com/gaoxiao/482519.html
- https://www.xhlnet.com/gaoxiao/482953.html
- https://www.xhlnet.com/gaoxiao/486909.html
- https://www.xhlnet.com/gaoxiao/489174.html
- https://www.xhlnet.com/gaoxiao/489387.html
- https://www.xhlnet.com/gaoxiao/489632.html
- https://www.xhlnet.com/gaoxiao/494557.html
- https://www.xhlnet.com/gaoxiao/495498.html
- https://www.xhlnet.com/gaoxiao/497114.html
- https://www.xhlnet.com/gaoxiao/500677.html
- https://www.xhlnet.com/gaoxiao/502860.html
- https://www.xhlnet.com/gaoxiao/506069.html
- https://www.xhlnet.com/gaoxiao/506760.html
- 请求信息 : 2025-11-08 18:04:37 HTTP/2.0 GET : www.xhlnet.com/school/323355.html
- 运行时间 : 0.120323s [ 吞吐率:8.31req/s ] 内存消耗:1,498.97kb 文件加载:92
- 查询信息 : 25 queries 1 writes
- 缓存信息 : 28 reads,1 writes
- 配置加载 : 77
- /wwwdata/wwwroot/tp.xhlnet.com/public/index.php ( 0.88 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/start.php ( 0.72 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/base.php ( 2.60 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Loader.php ( 21.07 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/composer/autoload_static.php ( 10.49 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/deprecation-contracts/function.php ( 0.98 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-php80/bootstrap.php ( 1.50 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/symfony/polyfill-php73/bootstrap.php ( 0.99 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php ( 0.10 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-helper/src/helper.php ( 2.88 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/common.php ( 15.67 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Route.php ( 60.23 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Config.php ( 6.38 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Hook.php ( 4.71 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/overtrue/wechat/src/Kernel/Support/Helpers.php ( 2.54 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/overtrue/wechat/src/Kernel/Helpers.php ( 1.89 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-captcha/src/helper.php ( 1.94 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Validate.php ( 42.78 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/topthink/think-queue/src/common.php ( 1.19 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Console.php ( 23.13 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Error.php ( 3.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/convention.php ( 10.37 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/App.php ( 21.58 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Request.php ( 49.78 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/config.php ( 12.01 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Env.php ( 1.21 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/database.php ( 2.22 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/addons.php ( 1.22 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/queue.php ( 0.55 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/site.php ( 0.94 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/extra/upload.php ( 1.05 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/tags.php ( 1.23 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common.php ( 15.57 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/helper.php ( 17.30 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Debug.php ( 7.13 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Log.php ( 6.05 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/Cms.php ( 6.56 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/Addons.php ( 7.64 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/summernote/Summernote.php ( 1.42 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Cache.php ( 6.10 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/cache/driver/File.php ( 7.27 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/cache/Driver.php ( 5.98 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/View.php ( 6.77 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/view/driver/Think.php ( 5.64 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Template.php ( 44.92 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/template/driver/File.php ( 2.24 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/config.php ( 35.36 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/behavior/Common.php ( 3.02 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Lang.php ( 7.42 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/lang/zh-cn.php ( 11.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/route.php ( 2.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Route.php ( 3.35 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/lang/zh-cn/addon.php ( 6.09 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/extend/fast/Form.php ( 39.79 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/config/driver/Ini.php ( 0.83 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Url.php ( 12.72 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/controller/Archives.php ( 6.24 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/controller/Base.php ( 3.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Controller.php ( 7.08 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Controller.php ( 6.07 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/traits/controller/Jump.php ( 4.92 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/lang/zh-cn.php ( 5.58 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/library/Auth.php ( 15.50 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Cookie.php ( 8.17 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/application/common/model/Config.php ( 6.71 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Model.php ( 69.55 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/library/Service.php ( 29.93 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Archives.php ( 22.17 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/traits/model/SoftDelete.php ( 4.86 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Db.php ( 6.67 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/connector/Mysql.php ( 3.89 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Connection.php ( 29.97 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Query.php ( 93.80 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/builder/Mysql.php ( 4.53 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Builder.php ( 31.81 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/relation/BelongsTo.php ( 7.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/relation/OneToOne.php ( 10.03 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/model/Relation.php ( 3.61 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Channel.php ( 18.77 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Modelx.php ( 1.97 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Fields.php ( 3.46 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/SpiderLog.php ( 1.75 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Tag.php ( 5.70 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/model/Autolink.php ( 0.57 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/runtime/temp/e69341f710914bb8ed9d334ddb06f626.php ( 35.15 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/db/Expression.php ( 1.11 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/Response.php ( 8.28 KB )
- /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/library/think/debug/Html.php ( 4.17 KB )
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000053s ]
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run \addons\cms\Cms @app_init [ RunTime:0.001609s ]
- [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001680s ]
- [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000431s ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/thinkphp/lang/zh-cn.php
- [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000046s ]
- [ ROUTE ] array ( 'type' => 'method', 'method' => array ( 0 => '\\think\\addons\\Route', 1 => 'execute', ), 'var' => array ( ), )
- [ HEADER ] array ( 'accept-encoding' => 'gzip, br, zstd, deflate', 'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'accept' => '*/*', 'host' => 'www.xhlnet.com', 'content-length' => '', 'content-type' => '', )
- [ PARAM ] array ( 'id' => '323355', 'addon' => 'cms', 'controller' => 'archives', 'action' => 'index', )
- [ RUN ] think\addons\Route->execute[ /wwwdata/wwwroot/tp.xhlnet.com/vendor/fastadminnet/fastadmin-addons/src/addons/Route.php ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/public/../application/common/lang/zh-cn/addon.php
- [ BEHAVIOR ] Run app\common\behavior\Common @addon_begin [ RunTime:0.000813s ]
- [ LANG ] /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/lang/zh-cn.php
- [ DB ] INIT mysql
- [ VIEW ] /wwwdata/wwwroot/tp.xhlnet.com/addons/cms/view/default/show_news.html [ array ( 0 => 'config', 1 => 'user', 2 => 'site', 3 => '__CHANNEL__', 4 => 'isWechat', 5 => '__ARCHIVES__', 6 => 'schoolName', 7 => 'schoolAside', 8 => 'page_type', 9 => 'resultData', ) ]
- [ BEHAVIOR ] Run \addons\cms\Cms @view_filter [ RunTime:0.000484s ]
