


First create a data table with infinite classification. I use the types of id, name, and pid here (of course there are many ways of infinite classification, such as: id, name, pid, path. left , the form of left and right nodes)
CREATE TABLE `class` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(128) default NULL,
`pid` int(11) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
I will use an array to simulate it here without adding data. . .
$items = array(
1 => array('sid' => 1, 'pid' => 0, 'name' => 'Jiangxi Province'),
2 = > array('sid' => 2, 'pid' => 0, 'name' => 'Heilongjiang Province'),
3 => array('sid' => 3, ' pid' => 1, 'name' => 'Nanchang City'),
4 => array('sid' => 4, 'pid' => 2, 'name' => 'Harbin City'),
5 => array('sid' => 5, 'pid' => 2, 'name' => 'Jixi City'),
6 => array('sid' => 6, 'pid' => 4, 'name' => 'Xiangfang District'),
7 => array('sid' => 7, 'pid ' => 4, 'name' => 'Nangang District'),
8 => array('sid' => 8, 'pid' => 6, 'name' => ' Hexing Road'),
9 => array('sid' => 9, 'pid' => 7, 'name' => 'Xidazhi Street'),
10 = > array('sid' => 10, 'pid' => 8, 'name' => 'Northeast Forestry University'),
11 => array('sid' => 11, 'pid' => 9, 'name' => 'Harbin Institute of Technology'),
12 => array('sid' => 12, 'pid' => 8, 'name' = > 'Harbin Normal University'),
13 => array('sid' => 13, 'pid' => 1, 'name' => 'Ganzhou City'),
14 => array('sid' => 14, 'pid' => 13, 'name' => 'Gan County'),
15 => array('sid' => 15, 'pid' => 13, 'name' => 'Yudu County'),
16 => array('sid' => 16, 'pid' => 14, 'name' = > 'Maodian Town'),
17 => array('sid' => 17, 'pid' => 14, 'name' => 'Dataan Township'),
18 => array('sid' => 18, 'pid' => 16, 'name' => 'Yiyuan Village'),
19 => array('sid' => 19 , 'pid' => 16, 'name' => 'Shangba Village'),
20 => array('sid' => 20, 'pid' => 0, 'name' => 'Guangdong Province'),
21 => array('sid' => 21, 'pid' => 20, 'name' => 'Guangzhou City'),
22 => array('sid' => 22, 'pid' => 20, 'name' => 'Dongguan City'),
);
The code is as follows:
$t = array();
foreach ($items as $id => $item) {
echo $item['pid'];
if ($item['pid' ]) {
$items[$item['pid']][$item['sid']] = &$items[$item['sid']];
$t[] = $id ;
}
}
foreach($t as $u) {
unset($items[$u]);
}
echo "
";<br>print_r($items);<br>echo "";
The printed results are as follows:
The above code was collected by me on the Internet. I think it is relatively classic, and compared to others, the amount of code is small. .
Thank you to the great people on the Internet for sharing with us. . .
.

技嘉的主板怎么设置键盘开机首先,要支持键盘开机,一定是PS2键盘!!设置步骤如下:第一步:开机按Del或者F2进入bios,到bios的Advanced(高级)模式普通主板默认进入主板的EZ(简易)模式,需要按F7切换到高级模式,ROG系列主板默认进入bios的高级模式(我们用简体中文来示范)第二步:选择到——【高级】——【高级电源管理(APM)】第三步:找到选项【由PS2键盘唤醒】第四步:这个选项默认是Disabled(关闭)的,下拉之后可以看到三种不同的设置选择,分别是按【空格键】开机、按组

1.处理器在选择电脑配置时,处理器是至关重要的组件之一。对于玩CS这样的游戏来说,处理器的性能直接影响游戏的流畅度和反应速度。推荐选择IntelCorei5或i7系列的处理器,因为它们具有强大的多核处理能力和高频率,可以轻松应对CS的高要求。2.显卡显卡是游戏性能的重要因素之一。对于射击游戏如CS而言,显卡的性能直接影响游戏画面的清晰度和流畅度。建议选择NVIDIAGeForceGTX系列或AMDRadeonRX系列的显卡,它们具备出色的图形处理能力和高帧率输出,能够提供更好的游戏体验3.内存电

JSP注释的分类及用法解析JSP注释分为两种:单行注释:以结尾,只能注释单行代码。多行注释:以/*开头,以*/结尾,可以注释多行代码。单行注释示例多行注释示例/**这是一段多行注释*可以注释多行代码*/JSP注释的用法JSP注释可以用来注释JSP代码,使其更易于阅

广联达软件是一家专注于建筑信息化领域的软件公司,其产品被广泛应用于建筑设计、施工、运营等各个环节。由于广联达软件功能复杂、数据量大,对电脑的配置要求较高。本文将从多个方面详细阐述广联达软件的电脑配置推荐,以帮助读者选择适合的电脑配置处理器广联达软件在进行建筑设计、模拟等操作时,需要进行大量的数据计算和处理,因此对处理器的要求较高。推荐选择多核心、高主频的处理器,如英特尔i7系列或AMDRyzen系列。这些处理器具有较强的计算能力和多线程处理能力,能够更好地满足广联达软件的需求。内存内存是影响计算

人工智能的分类有认知AI、机器学习AI和深度学习。人工智能是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。

当涉及到大量数据的分类时,人工处理这些数据是一件非常耗时且困难的工作。这种情况下,使用神经网络进行分类就可以轻松快捷地完成这项工作。Python是一种很好的选择,因为它有很多成熟且易于使用的神经网络库。本文将介绍如何在Python中使用神经网络进行分类。神经网络和分类在讲解如何使用神经网络进行分类之前,我们需要简要了解一下神经网络的概念。神经网络是一种

电脑100兆网口怎么变成千兆的要将电脑的100兆网口升级为千兆网口,一般需要按照以下步骤进行操作:1.确认网卡是否支持千兆网速:首先需要确认电脑上的网卡是否支持千兆以太网,如果不支持的话就无法实现将100兆网口提速至千兆。2.更换网线:要实现千兆网速,需要使用Cat5e或更高规格的网线,因为Cat5e网线可以支持千兆以太网,而对于100兆以太网来说则只需使用Cat5网线即可。3.更改网卡驱动程序:如果您的网卡支持千兆以太网,则需要更新网卡的驱动程序。可以前往网卡制造商的官方网站,下载并安装最新的

本文将介绍在Python中使用高斯混合模型进行分类的基本概念与实现方法。什么是高斯混合模型?高斯混合模型(GaussianMixtureModel,GMM)是一种常见的聚类模型,它由多个高斯分布组成,在对数据进行分类时,使用这些高斯分布对数据进行建模,并通过自适应的方式确定每个样本所属的类别。GMM的基本原理GMM的基本原理是将数据集视为由多个高斯分布组


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Notepad++7.3.1
Easy-to-use and free code editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
