'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; } ?>虚拟机

虚拟机的linux 系统ping不通主机windows 7

首先在windows的开始 运行里面输入cmd得到了字符控制画面,输入ipconfig 其中IPv4  125.217.32.120 就是主机的IP地址, 然后在linux下输入ifconfig

2025-2-18720

奇迹世界2单机版安装教程+GM工具+无虚拟机

今天给大家带来一款单机游戏的架设:奇迹世界2单机版。 另外:本人承接各种游戏架设(单机联网) 本人为了学习和研究软件内含的设计思想和原理&#

2025-2-17560

虚拟机VMware Ubuntu系统与Windows文件共享的各种方法

文章目录 Samba服务无法访问 网络名不再可用的问题#1用VMware Tools 安装VMware Tools后,Windows系统的文件就可以和虚拟机VMware Ubuntu系统用鼠标直接相互施放,这种方法比较容易安装,就不多讲解。

2025-2-16920

虚拟机安装与配置<1>---Windows上安装VMware 16.0

Windows上安装VMware 16.0 安装前须知: 1.安装全程须断网,否则易安装不成功; 2.解压和安装前先关闭360、电脑管家等所有杀毒软件,防止误杀补丁,导致安装失败; 3.VMware16适用于Win7810(64位)系

2025-2-16740

Oracle VM VirtualBox虚拟机配置(配置Windows7为例)

为了学习DX11故配置了一套虚拟机的环境,将其中细则记录一番。 Win7(32位)+VS2013的配置,主要原因是和学校机房一样比较方便问老师,试过VS2010的古早界面不太舒服,当然安装2010~2013都可以正常跑代码,就是需要搭环境

2025-2-15880

windows下phpStudy搭建WNMP虚拟机域名

phpstudy应该是比较常用的php环境配置软件,一般前端开发不需要了解太多服务器知识的时候,可以选择集成的配置环境。下面就来操作一下windows下的虚拟主机配置。 环境&#xff1a

2025-2-11840

虚拟机安装Windows7教程

1、下载win7镜像文件 链接: https:pan.baidus1DYfkk72yYOejESSvVQ5v-w 提取码: xske 2、安装win7虚拟机 (1)打开vmware,选择新建虚拟机 (2)选择典型&#

2025-2-10910

win10虚拟机创建之win10系统安装

关于win10镜像的下载,可以移步到:win10虚拟机创建之win10镜像下载 关于win10虚拟机镜像的安装可以移步到:win10虚拟机创建之win10镜像安装 注&

2025-2-8830