说文解字:“慧”是手把兰花草,心善心美!
wptr33 2025-07-24 22:30 7 浏览
我从山中来,带着兰花草
种在校园中,希望花开早
...
每当听到这首歌,我便会想起青葱美好。而“美”与“慧”仿佛是一对孪生姐妹,常常关联在一起,形影不离。
今天我们就来解一下“慧”这个字。
先来看“慧”的上半部分“彗”,甲骨文非常像是两根修长的竹子,后来为了和羽毛的“羽”相区别,它的上面又加了个竹字头。它的本意是扫帚,同时“彗”也是一种草的名字,“彗”草似藜,其树可以做扫帚。
到了小篆,“慧”字的形状演变成了上面是一个生字,意为草木从地上长出之形,下面是一只手,最下面是一个心字。
很多人都把“慧”字解释为智慧、聪慧之意。在我看来,这不就是一个美丽的姑娘,手持兰花草,而又心美心善吗。所以很多女孩的名字中都带了“慧”这个字呀。
而关于智慧,一切智慧的来源皆源于心。心善心美而又追求美好,保持平静和放松,便能心生智慧。
以上,与君共享
I come from the mountains, bringing orchid grass with me.
Plant it in the campus, hoping it will bloom early.
...
Whenever I hear this song, I will be reminded of the verdant and beautiful days. And "beauty" and "wisdom" seem to be twin sisters, often associated with each other and inseparable.
Today, let's analyze the character "hui" (慧).
First, look at the upper part of "hui", which is "hui" (彗). In oracle bone inscriptions, it very much looks like two slender bamboos. Later, in order to distinguish it from "yu" (羽, feather), a bamboo - radical was added on top of it. Its original meaning is a broom, and at the same time, "hui" is also the name of a kind of grass. The "hui" grass is like goosefoot, and its branches can be made into brooms.
By the time of the small seal script, the shape of the character "hui" evolved into having a "sheng" (生, grow) on the top, which means the shape of grass and trees growing from the ground, a hand below it, and a "xin" (心, heart) at the bottom.
Many people interpret the character "hui" as meaning wisdom and intelligence. In my opinion, isn't it just like a beautiful girl, holding orchid grass in her hand and having a beautiful and kind heart? That's why many girls have the character "hui" in their names.
As for wisdom, all sources of wisdom originate from the heart. With a kind and beautiful heart, while also pursuing beauty, keeping calm and relaxed, wisdom will be born in the heart.
The above is for sharing with you.
相关推荐
- oracle中merge into语句详解(oracle的merge语句)
-
由于工作中使用,研究了mergeinto语句是insert与update语句的结合,可以同时实现update和insert的功能。一、mergeinto语句的语法。MERGEINTOsch...
- N张图告诉你K-DB为什么能全面兼容Oracle?
-
不是每一款数据库都能全面兼容Oracle,就像不是所有数据库都可以被称之为K-DB。一般数据库能做到的SQL标准和函数上兼容Oracle,而K-DB则能实现更多,在数据库体系架构、集群方式、数据库对象...
- ORACLE 错误代码及解决办法(oracle错误码942)
-
ORA-00001:违反唯一约束条件(.)错误说明:当在唯一索引所对应的列上键入重复值时,会触发此异常。ORA-00017:请求会话以设置跟踪事件ORA-00018:超出最大会话数ORA-00...
- SQL知识大全三):SQL中的字符串处理和条件查询
-
点击上方蓝字关注我们今天是SQL系列的第三讲,我们会讲解条件查询,文本处理,百分比,行数限制,格式化以及子查询。...
- LabVIEW实现Oracle数据库的访问(深入浅出labview数据库应用)
-
1.安装Oracle客户端下载:从Oracle官方网站下载适用于Windows操作系统的Oracle驱动程序。确保下载的版本与LabVIEW环境和操作系统兼容。...
- Oracle查询语句,你知道几个?(oracle常用查询语句)
-
介绍以下非常有用的Oracle查询语句,主要涵盖了日期操作,获取服务器信息,获取执行状态,计算数据库大小等方面的查询。日期/时间查询1、获取当前月份的第一天运行这个命令能快速返回当前月份的第一天,可...
- Oracle数据库中判断字段不为空?(oracle数据库中判断字段不为空的函数)
-
Oracle数据库中如何判断字段不为空在Oracle数据库中,判断字段(列)不为空通常涉及到几种不同的场景和需求。下面是一些常见的方法来检查字段是否不为空:1.使用NVL函数NVL函数可以用来将NU...
- Oracle 字典表使用函数自动转码,自定义函数传参
-
创建函数模板CREATEORREPLACEFUNCTIONdic_val--定义函数(dict_idINVARCHAR2,codeINVARCHAR2)--定义参数RETURN...
- 从上百个字段到1个CLOB:Oracle JSON存储实战指南
-
陆沉盯着左右两个屏幕上显示的数据格式文档,右手小拇指无意思地一下又一下的敲击着机械键盘的Ctrl键,在清脆的“哒哒”声中思考着。...
- 程序员面试中问到的Oracle常用数据类型
-
Oracle中常用数据类型有:1、字符类型1.1、定长字符1.1.1、Char字符长度不够自动在右边加空格符号。最大存2000个字符,当字符长度超出2000个报错。不指定大小默认为1。1.1.2、...
- 了解 Oracle 中单引号与双引号的用法,一篇文章教会你!
-
无论测试或者开发,对数据库的增删改查都是家常便饭。但有些小知识是经常被忽略,却又不能不去了解的,例如单引号和双引号的用法和区别,看完这一篇,你肯定会有收获。...
- Oracle字符串转日期错误,试试TO_TIMESTAMP函数
-
最近,在工作中,发现有些字符串格式无法转换成日期格式,如下图:这种to_date是无法转换的,会报错,因此,需要用到:TO_TIMESTAMP,具体格式如下:TO_TIMESTAMP(字段名,...
- oracle——空字符串('')不能用和!=
-
oracle——空字符串('')不能用<>和!=最近在查询空字符串的数据时发现查询不出数据。后来发现以前的写法在oracle中不能用。记录一下:数据如下:...
- oracle的listagg函数,可以把多行转为一个字符串
-
oracle的listagg函数可以把多行转为一个字符串,用起来很方便,示例如下:witht1as(select'001'asitemcode,'苹果'...
- MySQL 教程的天花板--入门到高级(mysql实用教程)
-
给大家推荐一套MySQL的教程,堪称MySQL教程的天花板。此教程包含...
- 一周热门
-
-
C# 13 和 .NET 9 全知道 :13 使用 ASP.NET Core 构建网站 (1)
-
因果推断Matching方式实现代码 因果推断模型
-
git pull命令使用实例 git pull--rebase
-
git 执行pull错误如何撤销 git pull fail
-
面试官:git pull是哪两个指令的组合?
-
git pull 和git fetch 命令分别有什么作用?二者有什么区别?
-
git fetch 和git pull 的异同 git中fetch和pull的区别
-
git pull 之后本地代码被覆盖 解决方案
-
还可以这样玩?Git基本原理及各种骚操作,涨知识了
-
git命令之pull git.pull
-
- 最近发表
-
- oracle中merge into语句详解(oracle的merge语句)
- N张图告诉你K-DB为什么能全面兼容Oracle?
- ORACLE 错误代码及解决办法(oracle错误码942)
- SQL知识大全三):SQL中的字符串处理和条件查询
- LabVIEW实现Oracle数据库的访问(深入浅出labview数据库应用)
- Oracle查询语句,你知道几个?(oracle常用查询语句)
- Oracle数据库中判断字段不为空?(oracle数据库中判断字段不为空的函数)
- Oracle 字典表使用函数自动转码,自定义函数传参
- 从上百个字段到1个CLOB:Oracle JSON存储实战指南
- 程序员面试中问到的Oracle常用数据类型
- 标签列表
-
- git pull (33)
- git fetch (35)
- mysql insert (35)
- mysql distinct (37)
- concat_ws (36)
- java continue (36)
- jenkins官网 (37)
- mysql 子查询 (37)
- python元组 (33)
- mybatis 分页 (35)
- vba split (37)
- redis watch (34)
- python list sort (37)
- nvarchar2 (34)
- mysql not null (36)
- hmset (35)
- python telnet (35)
- python readlines() 方法 (36)
- munmap (35)
- docker network create (35)
- redis 集合 (37)
- python sftp (37)
- setpriority (34)
- c语言 switch (34)
- git commit (34)