'operate_delete.htm'; break; case 'operate_move': $pre .= $default_pre .= 'operate_move.htm'; break; case '404': $pre .= $default_pre .= '404.htm'; break; case 'read_404': $pre .= $default_pre .= 'read_404.htm'; break; case 'list_404': $pre .= $default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>快速

如何快速在线使用MSDN

很多小伙伴在自己的电脑上没有安装MSDN,可是去了微软的官方网站上怎么也找不到想要的函数,这里笔者告诉大家一种简单的查询方法: 比如要查Sleep的用法&#xff0c

2025-1-30470

windows下快速安装nginx并配置开机自启动的方法

目录 一、windows系统下Nginx安装启动流程: 二、设置Nginx开机自动启动 1、自启动工具下载 2、自启动工具安装 3、把nginx加入到windows服务中 nginx已经是我们日常开发中在常用不过的工具

2025-1-30870

pfile文件如何恢复_如何快速恢复删除文件?

文件删除是很简单并且很基础的操作,同时,文件删除也是日常必 不可少的操作之一。因为电脑上的存储空间有限,我们平时有必要将一些不需要的文件进行删除,以便腾出重要的磁盘空间来存储其他的数据。但是,在删除文件的时候,重要数据被误删除的情况经常发生

2025-1-29500

mkfs.ext3 快速格式化_U盘格式化

以下方式适合电脑小白用户,所以没有推荐量产工具这样比较有难度的操作,具体方法见下: 记得重要文件先备份!!!

2025-1-29560

快速体验Win10:虚拟机ISO镜像文件下载推荐

快速体验Win10:虚拟机ISO镜像文件下载推荐 【下载地址】虚拟机Win10ISO镜像文件下载 本仓库提供了一个虚拟机Win10 ISO镜像文件的下载资源。该镜像文件是我个人在使用的虚拟机Win10系统镜像&

2025-1-29760

Win10录屏,3种方法,快速搞定

在数字化时代,录屏功能已经成为了我们日常生活和工作中不可或缺的一部分。无论是为了制作教学视频,还是为了记录游戏的高光时刻,还是为了保存开会内容,录屏功能

2025-1-29620

电脑没有声音是怎么回事?几招快速解决

当电脑突然失去声音,这可能成为一种令人烦恼的体验,尤其是在你期望享受音乐、观看视频或进行在线会议的时候。幸运的是,大多数时候,电脑没有声音的问题是可以迅

2025-1-291000

怎么用电脑录制视频?小白也能快速上手

随着网络技术的发展,电脑录制视频已经成为了许多人的日常需求,无论是游戏玩家想录制自己的精彩操作,还是上班族需要录制屏幕演示,一款好用的录屏软件变得尤为重

2025-1-29690

麦克风启用但没有声音?6个快速恢复方法全解析

在进行视频通话、在线教育、游戏语音聊天以及录音等活动时,有时我们会遇到麦克风已启用但没有声音的问题,这会严重影响交流和录音的质量。下面,我们将探讨一些常见的解决方法&

2025-1-29790

Windows11笔记本耳机无声?多种解决方案助你快速恢复声音

Windows11笔记本耳机无声?多种解决方案助你快速恢复声音 随着Windows11系统的普及,越来越多的笔记本用户选择将系统升级至这一最新版本。然而,在升级过程中,一些用户遇到了耳机无声的问题,这无疑给日常依赖耳机进行工作或娱乐的用户

2025-1-29550