<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>跳转错误</title><link>https://www.301404.com/</link><description>LINUXmysql优化安全配置架构建站SEO优化,LINUX,mysql,优化,安全,配置,架构,建站,SEO</description><item><title>MySQL SQL 优化命令行&amp;amp;问题 SQL 抓取方式</title><link>https://www.301404.com/post/143.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;section style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box;word-wrap: break-word !important;color: rgb(51, 51, 51);font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);font-size: 16px;&quot;&gt;&lt;section style=&quot;margin: 10px 0px;padding: 0px;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin: 0px;padding: 10px;max-width: 100%;box-sizing: border-box;word-wrap: break-word !important;display: inline-block;width: 677px;border-width: 1px;border-style: solid;border-color: rgb(192, 200, 209);background-color: rgb(239, 239, 239);&quot;&gt;&lt;section style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box;word-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;word-wrap: break-word !important;font-size: 15px;&quot;&gt;墨墨导读：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;优化的道路永无止境&lt;/span&gt;。&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;min-height: 1em;color: rgb(51, 51, 51);font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MjM5MDAxOTk2MQ==&amp;amp;mid=2650287726&amp;amp;idx=1&amp;amp;sn=b3e1eae3526208cac9512ceed2b0b822&amp;amp;chksm=be47b67889303f6ebae4cd0725118418d75b21c343e50b9a128a523a571d1fffd2ee899e9b36&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;0&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;对于数据库来说安装，部署几乎是一次性的。后期的管理和优化是持续性的工作。&lt;br  /&gt;对于MySQL来说，可以说90%问题都在SQL语句上面。从问题SQL的筛选和优化，在MySQL环境下常用哪些方式。(以下版本是MySQL8.0.23）&lt;br  /&gt;&lt;br  /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 17px;color: rgb(255, 76, 65);&quot;&gt;MySQL优化前置知识基础&lt;br  /&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;h6 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;1. MySQL优化基础&lt;/span&gt;&lt;/strong&gt;&lt;/h6&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;传统关系型数据库里面的优化器分为CBO(Cost_Based Potimizer)和RBO(Rule-Based Optimizer)两种&lt;br  /&gt;&lt;br  /&gt;RBO :&lt;br  /&gt;RBO所用的判断规则是一组内置的规则，这些规则是硬编码在数据库的编码中的，RBO会根据这些规则去从SQL诸多的路径中来选择一条作为执行计划&lt;br  /&gt;RBO最大问题在于硬编码在数据库里面的一系列固定规则，来决定执行计划。并没有考虑目标SQL中所涉及的对象的实际数量，实际数据的分布情况，这样一旦规则不适用于该SQL，那么很可能选出来的执行计划就不是最优执行计划。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;CBO :&lt;br  /&gt;CBO在会从目标诸多的执行路径中选择一个成本最小的执行路径来作为执行计划。这里的成本实际代表了MySQL根据相关统计信息计算出来目标SQL对应的步骤的IO，CPU等消耗。也就是意味着执行目标SQL所需要IO,CPU等资源的一个估计值。而成本值是根据索引，表，行的统计信息计算出来的。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;MySQL里Cardinality是CBO特有的概念，它是指指定集合包含的记录数，说白了就是指定结果集的行数。Cardinality和成本值的估计息息相关，特别是IO资源消耗，随着该结果集的递增而递增。&lt;br  /&gt;&lt;br  /&gt;通过SHOW INDEX结果中的列Cardinality来观察&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.24579124579124578&quot;  data-type=&quot;png&quot; data-w=&quot;891&quot; src=&quot;/zb_users/upload/2021/02/wxsync-136565384601fbd01c842c1612692737.png&quot;  /&gt;&lt;/section&gt;&lt;h6 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2. MySQL索引特点：&lt;/span&gt;&lt;/strong&gt;&lt;/h6&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;很多技术文章谈到MySQL都提到索引组织表，必须有主键。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;1. 索引组织表：&lt;br  /&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;&lt;img data-backh=&quot;260&quot; data-backw=&quot;339&quot; data-ratio=&quot;0.767097966728281&quot;  data-type=&quot;png&quot; data-w=&quot;541&quot; style=&quot;width: 100%;height: auto;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-992379000601fbd029db841612692738.png&quot;  /&gt;&lt;br  /&gt;&lt;br  /&gt;打个比喻，主键就是所有数据的大脑,所有的操作必须通过大脑来获取。所以SQL语句里有效使用索引是重之又重的手段。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2. 二级索引-回表操作&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.39461883408071746&quot;  data-type=&quot;png&quot; data-w=&quot;892&quot; src=&quot;/zb_users/upload/2021/02/wxsync-666110551601fbd03853b71612692739.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;仅对二级索引获取结果是非常有效的，做到隔离的其他数据，但对于不在二级索引范围内的，就是回表操作，这部分需要谨慎考虑。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;3. 索引-其他：&lt;/span&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;返回20%以上数据使用全表扫描数据；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;数据集合小的表作为驱动表；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;多个条件使用，组合索引；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;索引键上不做运算；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;备注：上面内容了解到MySQL成本计算方式，还有MySQL里索引组织表，应该有效使用索引，当捕捉到到一个SQL语句的时候通过什么方式优化。&lt;br  /&gt;&lt;br  /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 76, 65);font-size: 17px;&quot;&gt;MySQL优化命令行&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;h6 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;1. EXPLAIN&lt;/span&gt;&lt;/strong&gt;&lt;/h6&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;在不执行实际SQL语句的情况下，EXPLAIN可以说dba，开发人员常用的SQL优化命令行，EXPLAIN适用于SELECT、DELETE、INSERT、REPLACE和UPDATE语句,当EXPLAIN语句一起使用时，MySQL会显示优化器关于语句执行计划的信息。也就是说，MySQL解释了它将如何处理这条语句，包括有关表如何连接和以何种顺序连接的信息，EXPLAIN会展示预执行计划信息.&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;语法如下：&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;sql&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt; &lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt;    &lt;span class=&quot;code-snippet__keyword&quot;&gt;FORMAT&lt;/span&gt;=TREE&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt;    &lt;span class=&quot;code-snippet__keyword&quot;&gt;FORMAT&lt;/span&gt;=&lt;span class=&quot;code-snippet__keyword&quot;&gt;JSON&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt;    &lt;span class=&quot;code-snippet__keyword&quot;&gt;ANALYZE&lt;/span&gt; &lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt;    [options] &lt;span class=&quot;code-snippet__keyword&quot;&gt;FOR&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;CONNECTION&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/pre&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN&lt;br  /&gt;MYSQL执行计划顺序普遍原则是：在所有组中，id值越大，优先级越高，越先执行，id如果相同，可以认为是一组，从上往下顺序执行&lt;br  /&gt;执行之前，要了解下显示字段代表意义：&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.5074074074074074&quot;  data-type=&quot;png&quot; data-w=&quot;810&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1041402687601fbd04214311612692740.png&quot;  /&gt;&lt;br  /&gt;&lt;img data-ratio=&quot;0.3263157894736842&quot;  data-type=&quot;png&quot; data-w=&quot;855&quot; src=&quot;/zb_users/upload/2021/02/wxsync-579119410601fbd04865ca1612692740.png&quot;  /&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN：&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.08784596871239471&quot;  data-type=&quot;png&quot; data-w=&quot;831&quot; src=&quot;/zb_users/upload/2021/02/wxsync-150497606601fbd0525b091612692741.png&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN &amp;nbsp; &amp;nbsp;FORMAT=TREE：&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.1624548736462094&quot;  data-type=&quot;png&quot; data-w=&quot;831&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1516914983601fbd05da4451612692741.png&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN &amp;nbsp; &amp;nbsp;FORMAT=JSON：&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.9069373942470389&quot;  data-type=&quot;png&quot; data-w=&quot;591&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1304217109601fbd06a0bdc1612692742.png&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;备注：3种方式算是预评估计划，但实际可能按照当时的情况，会变动。3种方式下多了一些字段：如 cost  ,read_cost,eval_cost  prefix_cost,data_read_per_join都是估计的成本相关信息，所以这些成本信息仅作为参考。毫秒为单位&lt;/span&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN ANALYZE&lt;br  /&gt;MySQL 8.0.18引入了EXPLAIN ANALYZE，输出的信息是关于优化器估计执行成本和实际成本。&lt;br  /&gt;EXPLAIN ANALYZE可以用于SELECT语句，多表UPDATE和DELETE语句。&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.16626506024096385&quot;  data-type=&quot;png&quot; data-w=&quot;830&quot; src=&quot;/zb_users/upload/2021/02/wxsync-563816085601fbd0774c481612692743.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;备注：结果集显示里多了actual time。为了确认这个是否实际成本。通过status观察值，EXPLAIN ANALYZE之后 实际执行SELECT时 page是否也没变化。&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;img data-ratio=&quot;0.5469879518072289&quot;  data-type=&quot;png&quot; data-w=&quot;830&quot; src=&quot;/zb_users/upload/2021/02/wxsync-698238773601fbd08761191612692744.png&quot;  /&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN CONNECTION&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;sql&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;EXPLAIN&lt;/span&gt; [options] &lt;span class=&quot;code-snippet__keyword&quot;&gt;FOR&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;CONNECTION&lt;/span&gt; connection_id;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN FOR CONNECTION返回当前用于在给定连接中执行查询的解释信息。对于长时间正在执行的SQL可以通过这个方式，获取当前执行的执行计划，延迟等原因。&lt;br  /&gt;connection_id是连接标识符，从INFORMATION_SCHEMA PROCESSLIST表或SHOW PROCESSLIST语句获得.对于自己是connection id 无效。&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;ruby&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__comment&quot;&gt;##session1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; SELECT CONNECTION_ID();&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+-----------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| CONNECTION_ID() |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+-----------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;|              14 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+-----------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; set (&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; select * from employees;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__comment&quot;&gt;#session2&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; EXPLAIN FOR CONNECTION &lt;span class=&quot;code-snippet__number&quot;&gt;14&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+-------------+-----------+------------+------+---------------+------+---------+------+--------+----------+-------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| id |&lt;/span&gt; select_type &lt;span class=&quot;code-snippet__params&quot;&gt;| table     |&lt;/span&gt; partitions &lt;span class=&quot;code-snippet__params&quot;&gt;| type |&lt;/span&gt; possible_keys &lt;span class=&quot;code-snippet__params&quot;&gt;| key  |&lt;/span&gt; key_len &lt;span class=&quot;code-snippet__params&quot;&gt;| ref  |&lt;/span&gt; rows   &lt;span class=&quot;code-snippet__params&quot;&gt;| filtered |&lt;/span&gt; Extra &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+-------------+-----------+------------+------+---------------+------+---------+------+--------+----------+-------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt;  &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| SIMPLE      |&lt;/span&gt; employees &lt;span class=&quot;code-snippet__params&quot;&gt;| NULL       |&lt;/span&gt; ALL  &lt;span class=&quot;code-snippet__params&quot;&gt;| NULL          |&lt;/span&gt; NULL &lt;span class=&quot;code-snippet__params&quot;&gt;| NULL    |&lt;/span&gt; NULL &lt;span class=&quot;code-snippet__params&quot;&gt;| 299556 |&lt;/span&gt;   &lt;span class=&quot;code-snippet__number&quot;&gt;100.00&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| NULL  |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+-------------+-----------+------------+------+---------------+------+---------+------+--------+----------+-------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.11311672683513839&quot;  data-type=&quot;png&quot; data-w=&quot;831&quot; src=&quot;/zb_users/upload/2021/02/wxsync-2134782929601fbd0909ce41612692745.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;备注：第一次执行有效，后面执行多次无效，目前来看不完善的功能，但很便利。&lt;br  /&gt;&lt;/span&gt;&lt;/section&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2. PROFILE&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;&lt;br  /&gt;PROFILE语句显示当前会话过程中执行的语句的资源使用情况。&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;sql&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;SHOW&lt;/span&gt; PROFILE [&lt;span class=&quot;code-snippet__keyword&quot;&gt;type&lt;/span&gt; [, &lt;span class=&quot;code-snippet__keyword&quot;&gt;type&lt;/span&gt;] ... ] [&lt;span class=&quot;code-snippet__keyword&quot;&gt;FOR&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;QUERY&lt;/span&gt; n] [&lt;span class=&quot;code-snippet__keyword&quot;&gt;LIMIT&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;row_count&lt;/span&gt; [&lt;span class=&quot;code-snippet__keyword&quot;&gt;OFFSET&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;offset&lt;/span&gt;]] &lt;span class=&quot;code-snippet__keyword&quot;&gt;type&lt;/span&gt;: { &lt;span class=&quot;code-snippet__keyword&quot;&gt;ALL&lt;/span&gt; | &lt;span class=&quot;code-snippet__keyword&quot;&gt;BLOCK&lt;/span&gt; IO | &lt;span class=&quot;code-snippet__keyword&quot;&gt;CONTEXT&lt;/span&gt; SWITCHES | CPU | IPC | &lt;span class=&quot;code-snippet__keyword&quot;&gt;MEMORY&lt;/span&gt; | PAGE FAULTS | &lt;span class=&quot;code-snippet__keyword&quot;&gt;SOURCE&lt;/span&gt; | SWAPS }&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/pre&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;ALL 显示所有性能信息&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;BLOCK IO 显示块IO操作的次数&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;CONTEXT SWITCHES 显示上下文切换次数，不管是主动还是被动&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;CPU 显示用户CPU时间、系统CPU时间&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;IPC 显示发送和接收的消息数量&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;MEMORY [当前没有实现]&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;PAGE FAULTS 显示页错误数量&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;SOURCE 显示源码中的函数名称与位置&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;SWAPS 显示SWAP的次数&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;ruby&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; show variables like &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;%profiling%&#039;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+------------------------+-------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| Variable_name          |&lt;/span&gt; Value &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+------------------------+-------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; have_profiling         &lt;span class=&quot;code-snippet__params&quot;&gt;| YES   |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| profiling              |&lt;/span&gt; OFF   &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; profiling_history_size &lt;span class=&quot;code-snippet__params&quot;&gt;| 15    |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+------------------------+-------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; SET profiling = &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Query OK, &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt; rows affected, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; warning (&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; SELECT * FROM employees WHERE first_name like &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;Ho%&#039;&lt;/span&gt; limit &lt;span class=&quot;code-snippet__number&quot;&gt;5&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------+------------+------------+-----------+--------+------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| emp_no |&lt;/span&gt; birth_date &lt;span class=&quot;code-snippet__params&quot;&gt;| first_name |&lt;/span&gt; last_name &lt;span class=&quot;code-snippet__params&quot;&gt;| gender |&lt;/span&gt; hire_date  &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------+------------+------------+-----------+--------+------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt;  &lt;span class=&quot;code-snippet__number&quot;&gt;11105&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| 1956-12-17 |&lt;/span&gt; Holgard    &lt;span class=&quot;code-snippet__params&quot;&gt;| McAlpine  |&lt;/span&gt; M      &lt;span class=&quot;code-snippet__params&quot;&gt;| 1990-01-13 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;|  11484 |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;1959&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;04&lt;/span&gt;-08 &lt;span class=&quot;code-snippet__params&quot;&gt;| Holgard    |&lt;/span&gt; Siepmann  &lt;span class=&quot;code-snippet__params&quot;&gt;| M      |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;1995&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;01&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;22&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt;  &lt;span class=&quot;code-snippet__number&quot;&gt;15162&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| 1960-05-01 |&lt;/span&gt; Holgard    &lt;span class=&quot;code-snippet__params&quot;&gt;| Koblitz   |&lt;/span&gt; F      &lt;span class=&quot;code-snippet__params&quot;&gt;| 1990-08-07 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;|  16372 |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;1961&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;02&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;12&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| Holgard    |&lt;/span&gt; Terkki    &lt;span class=&quot;code-snippet__params&quot;&gt;| M      |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;1991&lt;/span&gt;-&lt;span class=&quot;code-snippet__number&quot;&gt;06&lt;/span&gt;-08 &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt;  &lt;span class=&quot;code-snippet__number&quot;&gt;16374&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| 1963-05-23 |&lt;/span&gt; Holgard    &lt;span class=&quot;code-snippet__params&quot;&gt;| Nergos    |&lt;/span&gt; F      &lt;span class=&quot;code-snippet__params&quot;&gt;| 1987-05-21 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------+------------+------------+-----------+--------+------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;5&lt;/span&gt; rows &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; set (&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; SHOW PROFILES;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----------+------------+-------------------------------------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| Query_ID |&lt;/span&gt; Duration   &lt;span class=&quot;code-snippet__params&quot;&gt;| Query                                                       |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----------+------------+-------------------------------------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;|        1 |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;0056&lt;/span&gt;895&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;| SELECT * FROM employees WHERE first_name like &#039;Ho%&#039; limit 5 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----------+------------+-------------------------------------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; set, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; warning (&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; SHOW PROFILE FOR QUERY &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------------------------------+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| Status                         |&lt;/span&gt; Duration &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------------------------------+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; starting                       &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.004549 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| Executing hook on transaction  |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000030&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; starting                       &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000016 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| checking permissions           |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00031&lt;/span&gt;9 &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; Opening tables                 &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000055 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| init                           |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00000&lt;/span&gt;8 &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; System lock                    &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000009 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| optimizing                     |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000011&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; statistics                     &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000071 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| preparing                      |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000205&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; executing                      &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000357 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| &lt;span class=&quot;code-snippet__keyword&quot;&gt;end&lt;/span&gt;                            |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000007&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; query &lt;span class=&quot;code-snippet__keyword&quot;&gt;end&lt;/span&gt;                      &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000005 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| waiting &lt;span class=&quot;code-snippet__keyword&quot;&gt;for&lt;/span&gt; handler commit     |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000011&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; closing tables                 &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000008 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__params&quot;&gt;| freeing items                  |&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;000022&lt;/span&gt; &lt;span class=&quot;code-snippet__params&quot;&gt;|&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|&lt;/span&gt; cleaning up                    &lt;span class=&quot;code-snippet__params&quot;&gt;| 0.000010 |&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+--------------------------------+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;17&lt;/span&gt; rows &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; set, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; warning (&lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;.&lt;span class=&quot;code-snippet__number&quot;&gt;00&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;img data-ratio=&quot;0.899009900990099&quot;  data-type=&quot;png&quot; data-w=&quot;505&quot; src=&quot;/zb_users/upload/2021/02/wxsync-702570992601fbd09ac1b81612692745.png&quot;  /&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;shell&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__meta&quot;&gt;mysql&amp;gt;&lt;/span&gt;&amp;nbsp;SHOW&amp;nbsp;PROFILE&amp;nbsp;CPU&amp;nbsp;FOR&amp;nbsp;QUERY&amp;nbsp;1;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;img data-ratio=&quot;0.6362339514978602&quot;  data-type=&quot;png&quot; data-w=&quot;701&quot; src=&quot;/zb_users/upload/2021/02/wxsync-149517899601fbd0a34a311612692746.png&quot;  /&gt;&lt;br  /&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;备注：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;资源方面影响SQL语句执行效率的时候，可通过这个方式获取信息，特别是IO，CPU，网络等方面的问题，能有效的定位。&lt;/span&gt;&lt;/section&gt;&lt;h2 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;3. OPTIMIZER_TRACE&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;优化器跟踪实际执行的过程，以帮助理解MySQL优化器所采取的决策和行动。&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.18531889290012032&quot;  data-type=&quot;png&quot; data-w=&quot;831&quot; src=&quot;/zb_users/upload/2021/02/wxsync-19063395601fbd0a992c71612692746.png&quot;  /&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;optimizer_trace：enabled：启用/禁用optimizer_trace功能 ， one_line：决定了跟踪信息的存储方式，为on表示使用单行存储，否则以JSON树的标准展示形式存储。&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;optimizer_trace_features：该变量中存储了跟踪信息中可控的打印项，可以通过调整该变量，greedy_search,range_optimizerdynamic_range,repeated_subselect&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;optimizer_trace_max_mem_size ：optimizer_trace内存的大小，如果跟踪信息超过这个大小，信息将会被截断&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;optimizer_trace_offset：则是约束偏移量。和 LIMIT 一样，optimizer_trace_offset 从0开始计算&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;使用方式：&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;sql&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;1.SET OPTIMIZER_TRACE=&quot;enabled=on&quot;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;2.执行 sql 语句&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;3. &lt;span class=&quot;code-snippet__keyword&quot;&gt;SELECT&lt;/span&gt; * &lt;span class=&quot;code-snippet__keyword&quot;&gt;FROM&lt;/span&gt; INFORMATION_SCHEMA.OPTIMIZER_TRACE &lt;span class=&quot;code-snippet__keyword&quot;&gt;limit&lt;/span&gt; &lt;span class=&quot;code-snippet__number&quot;&gt;30&lt;/span&gt; \G;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;4.关闭 &lt;span class=&quot;code-snippet__keyword&quot;&gt;SET&lt;/span&gt; OPTIMIZER_TRACE=&lt;span class=&quot;code-snippet__string&quot;&gt;&quot;enabled=off&quot;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;line-height: normal;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;TRACE：过程&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;1.2634643377001455&quot;  data-type=&quot;png&quot; data-w=&quot;687&quot; src=&quot;/zb_users/upload/2021/02/wxsync-2055591120601fbd0b79fc01612692747.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;备注：3个大步骤 ，9个子步骤把每个过程都列出来。&lt;br  /&gt;在主从架构下（所有条件相等下）碰到SQL执行得到不一样的执行时间，可通过这个方式查找原因。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;注意：&lt;br  /&gt;必须真正的执行才能得到结果，所以合理使用：&lt;/span&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;EXPLAIN ANALYZE；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;PROFILE；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;OPTIMIZER_TRACE；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;color: rgb(255, 76, 65);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 76, 65);font-size: 17px;&quot;&gt;&lt;br  /&gt;问题SQL语句抓取&lt;br  /&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;MySQL怎样抓有问题的sql 语句。目前接触的经验，可以归纳为3个方面：&lt;/span&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;慢日志；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;performance_schema系统性能表；&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;业务的一些反馈， 死锁检查，jdbc探针，网络流量镜像 等方式；&lt;br  /&gt;下面只普遍的前2种方式说明。&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h6 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;1. MySQL慢日志&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h6&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;最普遍常用的方式，当语句执行时间较长时，通过日志的方式进行记录，这种方式就是慢查询的日志。&lt;br  /&gt;&lt;br  /&gt;开启慢查询日志，可以让MySQL记录下查询超过指定时间的语句，通过定位分析性能的瓶颈，才能更好的优化数据库系统的性能。&lt;br  /&gt;&lt;br  /&gt;参数说明：&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.463855421686747&quot;  data-type=&quot;png&quot; data-w=&quot;830&quot; src=&quot;/zb_users/upload/2021/02/wxsync-200431677601fbd0c176e81612692748.png&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;慢日志分析方式：&lt;br  /&gt;1）使用MySQL官方提供的开源工具mysqldumpslow进行分析&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;nginx&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt; &lt;span class=&quot;code-snippet__attribute&quot;&gt;mysqldumpslow&lt;/span&gt; -t &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;  /data/mysql/mysql-slow.log  &lt;span class=&quot;code-snippet__comment&quot;&gt;#显示出慢查询日志中最慢的10条sql&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;br  /&gt;&lt;/section&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2）perconal提供的pt-query-digest工具进行分析&lt;/span&gt;&lt;/section&gt;&lt;pre&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;cpp&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt; pt-query-digest  /data/mysql/mysql-slow.&lt;span class=&quot;code-snippet__built_in&quot;&gt;log&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/section&gt;&lt;/pre&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;img data-ratio=&quot;0.8839285714285714&quot;  data-type=&quot;png&quot; data-w=&quot;896&quot; src=&quot;/zb_users/upload/2021/02/wxsync-875545901601fbd0cb1fd41612692748.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;备注：&lt;br  /&gt;第一部分：显示出了日志的时间范围，以及总的sql数量和不同的sql数量。&lt;br  /&gt;第二部分：显示出统计信息。&lt;br  /&gt;第三部分：每一个sql具体的分析&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;如何通过pt-query-digest 慢查询日志发现有问题的sql&lt;/span&gt;&lt;/section&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;查询次数多且每次查询占用时间长的sql&lt;br  /&gt;通常为pt-query-digest分析的前几个查询&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;IO消耗大的sql&lt;br  /&gt;注意pt-query-digest分析中的Rows examine项&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 15px;&quot;&gt;&lt;section style=&quot;margin-bottom: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;索引命中统计&lt;br  /&gt;注意pt-query-digest分析中Rows examine（扫描行数） 和 Rows sent （发送行数）的对比&amp;nbsp;，如果扫描行数远远大于发送行数，则说明索引命中率并不高。&lt;/span&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h6 style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2. events_statements_summary_by_digest统计的SQL语句&lt;/span&gt;&lt;/strong&gt;&lt;/h6&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;性能监控performance_schema下记录SQL执行情况：&lt;br  /&gt;events_statements_summary_by_digest：sql语句汇总统计数据，表结构说明如下:&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.8543833580980683&quot;  data-type=&quot;png&quot; data-w=&quot;673&quot; src=&quot;/zb_users/upload/2021/02/wxsync-38675810601fbd0d206ff1612692749.png&quot;  /&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;备注：数据行数performance_schema_digests_size控制，默认是10000，如果超过这个最大值，新的sql语句无法插入。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 17px;color: rgb(255, 76, 65);&quot;&gt;4. 总结&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;SQL语句优化的需要了解MySQL的基础架构和一些体系架构方面的知识，再结合提供的命令行进行优化，也少不了问题SQL抓取方法。&lt;br  /&gt;&lt;/span&gt;&lt;img data-ratio=&quot;0.6641998149861239&quot;  data-type=&quot;png&quot; data-w=&quot;1081&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1218794926601fbd0d7f1021612692749.png&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;从小的细节开始关注。&lt;br  /&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;margin-bottom: 20px;&quot;&gt;&lt;span style=&quot;color: rgb(255, 76, 65);&quot;&gt;&lt;strong&gt;作者&lt;/strong&gt;&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;崔虎龙：云和恩墨MySQL技术顾问，长期服务于金融、游戏、物流等行业的数据中心，设计数据存储架构，并熟悉数据中心运营管理的流程及规范，自动化运维等。擅长MySQL、Redis、MongoDB数据库高可用设计和运维故障处理、备份恢复、升级迁移、性能优化。自学通过了MySQL  OCP 5.6和MySQL OCP  5.7认证。2年多开发经验，10年数据库运维工作经验，其中专职做MySQL工作8年；曾经担任过项目经理、数据库经理、数据仓库架构师、MySQL技术专家、DBA等职务；涉及行业：金融（银行、理财）、物流、游戏、医疗、重工业等。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 15px;margin-left: 8px;margin-right: 8px;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;墨天轮原文链接：https://www.modb.pro/db/43315（复制到浏览器或者点击“阅读原文”立即查看）&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section style=&quot;margin: 5px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;word-break: break-word;color: rgb(74, 74, 74);font-family: Avenir, Tahoma, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, Helvetica, sans-serif;font-size: 16px;line-height: 1.5em;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;推荐阅读：&lt;/span&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MjM5MDAxOTk2MQ==&amp;amp;mid=2650290140&amp;amp;idx=1&amp;amp;sn=1701367a66086dc38399527c8823c2e4&amp;amp;chksm=be47afca893026dcc6d0fa06bd56d61b128cac1aee3d2f219c62adac69d5cc8dc92e41b1edec&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;11&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;267页！2020年度数据库技术年刊&lt;/a&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 5px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;word-break: break-word;color: rgb(74, 74, 74);font-family: Avenir, Tahoma, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, Helvetica, sans-serif;font-size: 16px;line-height: 1.5em;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;推荐下载：&lt;/span&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MjM5MDAxOTk2MQ==&amp;amp;mid=2650289039&amp;amp;idx=1&amp;amp;sn=eccb043c1ca79ee805856545238ce885&amp;amp;chksm=be47ab998930228f9c321a4272d616776daa81e253f7d8955e9f14fcea93cbf134f3ff5415ef&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; style=&quot;font-size: 15px;&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2020数据技术嘉年华PPT下载&lt;/span&gt;&lt;/a&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section style=&quot;margin: 5px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;word-break: break-word;color: rgb(74, 74, 74);font-family: Avenir, Tahoma, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, Helvetica, sans-serif;font-size: 16px;line-height: 1.5em;background-color: rgb(255, 255, 255);&quot;&gt;&lt;br  /&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;2020数据技术嘉年华近50个PPT下载、视频回放已上传墨天轮平台，可在“&lt;/span&gt;&lt;span style=&quot;font-size: 15px;color: rgb(255, 0, 0);&quot;&gt;&lt;strong&gt;数据和云&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;”公众号回复关键词“&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;color: rgb(255, 0, 0);&quot;&gt;2020DTC&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;”获得！&lt;br  /&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 5px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;word-break: break-word;color: rgb(74, 74, 74);font-family: Avenir, Tahoma, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, Helvetica, sans-serif;font-size: 16px;line-height: 1.5em;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 5px 8px;padding: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: 0.544px;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px;-webkit-text-stroke-width: 0px;word-break: break-word;color: rgb(74, 74, 74);font-family: Avenir, Tahoma, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, Helvetica, sans-serif;font-size: 16px;line-height: 1.5em;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 15px;background-color: rgb(0, 0, 0);&quot;&gt;视频号，新的分享时代，关注我们，看看有什么新发现？&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img data-croporisrc=&quot;https://mmbiz.qpic.cn/mmbiz_jpg/bURPjgFpGMR1USJerIwtCQeGlBYpehHufonwkpTY7tOXojEbbncbh5ophMzLMujK2rIicXMttDDQsMraVTv3Yrw/640?wx_fmt=jpeg&quot; data-cropx1=&quot;0&quot; data-cropx2=&quot;968&quot; data-cropy1=&quot;277.94059405940595&quot; data-cropy2=&quot;1408.8712871287128&quot; data-ratio=&quot;1.1683884297520661&quot; data-type=&quot;jpeg&quot; data-w=&quot;968&quot; style=&quot;visibility: visible !important;width: 202px !important;height: auto !important;&quot;  src=&quot;/zb_users/upload/2021/02/wxsync-1253921287601fbd0e2f8a41612692750.jpeg&quot;  /&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;line-height: normal;&quot;&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section data-style-id=&quot;22662&quot; data-support=&quot;96编辑器&quot;&gt;&lt;section&gt;&lt;section data-style-id=&quot;19571&quot; data-support=&quot;96编辑器&quot;&gt;&lt;section&gt;&lt;img style=&quot;width: 190px;margin-right: auto;margin-left: auto;display: block;&quot; data-ratio=&quot;0.05278592375366569&quot; data-w=&quot;341&quot; data-type=&quot;png&quot;  src=&quot;/zb_users/upload/2021/02/wxsync-1968880554601fbd0e68dd21612692750.png&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;数据和云&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;ID：OraNews&lt;br  /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;如有收获，请划至底部，点击“&lt;span style=&quot;font-size: 15px;color: #007aaa;&quot;&gt;在看&lt;/span&gt;”，谢谢！&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;点击下图查看更多 ↓&lt;/span&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://mp.weixin.qq.com/s?__biz=MjM5MzExMTU2OQ==&amp;amp;mid=2650608271&amp;amp;idx=1&amp;amp;sn=9484f01e17fe09c1ede4d9a6bad6b3e2&amp;amp;scene=21#wechat_redirect&quot; data-linktype=&quot;1&quot;&gt;&lt;span class=&quot;js_jump_icon h5_image_link&quot; style=&quot;inset: auto;&quot; data-positionback=&quot;static&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.328125&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;832&quot; style=&quot;margin: 0px;width: 677px !important;height: auto !important;visibility: visible !important;&quot;  src=&quot;/zb_users/upload/2021/02/wxsync-32028052601fbd0f13c501612692751.png&quot;  /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://mp.weixin.qq.com/s?__biz=MjM5MzExMTU2OQ==&amp;amp;mid=2650608548&amp;amp;idx=1&amp;amp;sn=394b8298a99c8ee255fdf9d700293213&amp;amp;scene=21#wechat_redirect&quot; data-linktype=&quot;1&quot;&gt;&lt;span class=&quot;js_jump_icon h5_image_link&quot; style=&quot;inset: auto;&quot; data-positionback=&quot;static&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.328125&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot; style=&quot;margin: 0px;width: 677px !important;height: auto !important;visibility: visible !important;&quot;  src=&quot;/zb_users/upload/2021/02/wxsync-914963891601fbd0fd1d481612692751.jpeg&quot;  /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://mp.weixin.qq.com/s?__biz=MjM5MzExMTU2OQ==&amp;amp;mid=2650608207&amp;amp;idx=1&amp;amp;sn=239bdc59fb778aa7b516502466ac7180&amp;amp;scene=21#wechat_redirect&quot; data-linktype=&quot;1&quot;&gt;&lt;span class=&quot;js_jump_icon h5_image_link&quot; style=&quot;inset: auto;&quot; data-positionback=&quot;static&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.328125&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1280&quot; style=&quot;margin: 0px;width: 677px !important;height: auto !important;visibility: visible !important;&quot;  src=&quot;/zb_users/upload/2021/02/wxsync-1644797240601fbd10289741612692752.png&quot;  /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;background-image: url(&#039;/zb_users/upload/2021/02/wxsync-bg718066592601fbd015a26a1612692737.jpeg&#039;);background-attachment: scroll;background-size: 13.8587%;background-position: 0% 0%;background-repeat: repeat;&quot; data-width=&quot;100%&quot;&gt;&lt;section style=&quot;margin: 20px 0%;text-align: center;transform: translate3d(0px, 0px, 0px);&quot;&gt;&lt;section style=&quot;display: inline-block;width: 90%;border-width: 1px;border-style: solid;border-color: transparent;padding: 5px;box-shadow: rgb(170, 170, 170) 0px 0px 10px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot; data-width=&quot;90%&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;&quot; data-width=&quot;&quot;&gt;&lt;section style=&quot;overflow: hidden;margin-right: auto;margin-left: auto;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-bottom: 0.5em;overflow: hidden;display: inline-block;vertical-align: bottom;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;color: rgb(35, 21, 10);font-size: 2em;max-width: 100%;vertical-align: top;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 16px;color: #8dcbbf;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;云和恩墨大讲堂 | &lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 16px;color: #8dcbbf;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;一个分享交流的地方&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;padding-top: 0.3em;max-width: 100%;border-top: 1px dashed rgb(168, 164, 171);display: inline-block;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-size: 14px;color: #8dcbbf;&quot;&gt;长按，识别二维码，加入&lt;strong&gt;万人&lt;/strong&gt;交流社群&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-size: 14px;color: #8dcbbf;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;color: rgb(35, 21, 10);font-size: medium;display: inline-block;width: 111.297px;&quot;&gt;&lt;strong&gt;&lt;img data-ratio=&quot;1&quot; data-type=&quot;jpeg&quot; data-w=&quot;430&quot; style=&quot;border-radius: 5px;border-width: 1px;border-style: dashed;border-color: rgb(168, 164, 171);box-shadow: rgba(0, 0, 0, 0.33) 6px 6px 5px 0px;margin-bottom: 1.4px;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 111.297px !important;height: auto !important;&quot;  width=&quot;111.297px&quot; height=&quot;auto&quot; border=&quot;0&quot; src=&quot;/zb_users/upload/2021/02/wxsync-424770338601fbd10af1fb1612692752.jpeg&quot;  /&gt;&lt;/strong&gt;&lt;/section&gt;&lt;p style=&quot;color: rgb(35, 21, 10);font-size: medium;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;color: #8dcbbf;box-sizing: border-box !important;word-wrap: break-word !important;&quot;&gt;请备注：云和恩墨大讲堂&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: right;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;strong style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;word-wrap: break-word !important;letter-spacing: 0.544px;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;background-color: rgb(0, 122, 170);margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;color: rgb(255, 255, 255);overflow-wrap: break-word !important;&quot;&gt;&amp;nbsp; 点个“在看”&lt;/span&gt;&lt;/strong&gt; &lt;strong style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;word-wrap: break-word !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;background-color: rgb(0, 122, 170);margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;color: rgb(255, 255, 255);overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: right;margin-left: 8px;margin-right: 8px;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;&lt;strong style=&quot;margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;word-wrap: break-word !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;font-size: 15px;background-color: rgb(0, 122, 170);margin: 0px;padding: 0px;max-width: 100%;box-sizing: border-box !important;color: rgb(255, 255, 255);overflow-wrap: break-word !important;&quot;&gt;你的喜欢会被看到❤&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         数据和云                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 18:12:32 +0800</pubDate></item><item><title>CentOS 落幕，将于2021年底结束维护</title><link>https://www.301404.com/post/142.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.6938775510204082&quot; data-s=&quot;300,640&quot;  data-type=&quot;png&quot; data-w=&quot;1470&quot; style=&quot;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1028615901601f8388af0981612678024.png&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;官方最新消息：&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;518&quot; data-backw=&quot;578&quot; data-ratio=&quot;0.8966267682263329&quot; data-s=&quot;300,640&quot;  data-type=&quot;png&quot; data-w=&quot;919&quot; style=&quot;width: 100%;height: auto;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-2109112194601f838968b6c1612678025.png&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;译文：&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CentOS项目的未来是CentOS Stream，明年，我们将把重点从重建Red Hat Enterprise Linux（RHEL）的CentOS Linux转移到CentOS Stream，后者紧跟当前RHEL版本发布。作为对RHEL 8的重建，CentOS Linux 8将于2021年底结束。CentOSStream在此日期之后继续，作为Red Hat Enterprise Linux的上游（开发）分支。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;同时，我们了解到你们中的许多人都对CentOS Linux 7进行了深入的投资，我们将在RHEL 7整个生命周期的剩余时间内继续生产该版本。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;CentOS Stream也将成为CentOS特殊兴趣小组（SIG）之间合作重大转变的核心。这样可以确保SIG在开发和测试RHEL的下一版本。这也为SIG提供了明确的单一目标，而不必为两个发行版进行构建和测试。它给CentOS贡献者社区带来了对RHEL未来的巨大影响。并且消除了在Linux发行生态系统中“ CentOS”的含义的困惑。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;当CentOS Linux 8（RHEL8的重建）结束时，最好的选择是迁移到CentOS Stream 8，这是CentOS Linux 8的一个很小的变化，并具有像传统CentOS Linux版本一样的定期更新。如果您在生产环境中使用CentOS Linux 8，并且担心CentOS Stream不能满足您的需求，我们建议您与Red Hat联系以获取选项。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;当您弄清楚项目重点的这种转变可能对您有何影响时，我们将提供一个常见问题解答来帮助您解决信息和计划需求。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5088757396449705&quot; data-s=&quot;300,640&quot;  data-type=&quot;png&quot; data-w=&quot;845&quot; style=&quot;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-678247333601f838a704f41612678026.png&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         Linux运维交流社区                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 14:07:06 +0800</pubDate></item><item><title>红旗Linux桌面操作系统11来了</title><link>https://www.301404.com/post/141.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;color: black;padding-right: 10px;padding-left: 10px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;letter-spacing: 0.05em;line-height: 2;&quot;&gt;&lt;img data-ratio=&quot;0.25&quot; data-type=&quot;gif&quot; data-w=&quot;1200&quot; class=&quot;__bg_gif&quot;  style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);font-size: 16px;border-radius: 3px;box-sizing: border-box !important;overflow-wrap: break-word !important;width: 677px !important;visibility: visible !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-445195220601f82dd50b4f1612677853.gif&quot;  /&gt;&lt;/section&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;min-height: 1em;text-align: left;line-height: 1.75em;margin-top: 10px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;据红旗 Linux 官方，红旗 Linux 桌面操作系统 V11 社区预览版近期发布，2021 年 1 月 10 日将开放下载。&lt;/span&gt;&lt;/section&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;padding-right: 10px;padding-left: 10px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;letter-spacing: 0.05em;color: rgb(63, 63, 63);line-height: 2;&quot;&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;&quot;&gt;&lt;img data-ratio=&quot;0.5152284263959391&quot;  data-type=&quot;png&quot; data-w=&quot;788&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;box-shadow: rgb(51, 51, 51) 0px 0px 10px;border-radius: 5px;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1571868899601f82de2d2001612677854.png&quot;  /&gt;&lt;/figure&gt;&lt;/section&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;max-width: 100%;min-height: 1em;text-align: left;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;红旗 Linux 桌面操作系统 V11 全面优化、广泛兼容、稳定可靠、智能交互。良好的硬件兼容，支持多款国产自主 CPU 品牌，同时还具有丰富的外设支持及海量的易用生态软件，打造全新的 UI 设计风格，带来更灵动的视觉效果和便捷的操作体验。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;p style=&quot;margin-top: 20px;margin-bottom: 10px;max-width: 100%;min-height: 1em;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 30px;line-height: normal;font-family: &amp;quot;PingFang SC Semibold&amp;quot;;color: rgb(255, 98, 95);white-space: normal;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;font-family: &amp;quot;PingFang SC&amp;quot;;font-size: 20px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;良好的硬件兼容&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/p&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;兼容x86、ARM、MIPS、SW等&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;CPU指令集架构；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;支持国产自主CPU品牌：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;龙芯、申威、鲲鹏、麒麟、飞腾、&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 20px;max-width: 100%;min-height: 1em;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;海光、兆芯。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;99&quot; data-backw=&quot;578&quot; data-cropselx1=&quot;0&quot; data-cropselx2=&quot;578&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;98&quot; data-ratio=&quot;0.16793893129770993&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;2358&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 578px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-856617656601f82deadc541612677854.png&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/p&gt;&lt;section style=&quot;margin-bottom: 10px;max-width: 100%;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 30px;line-height: normal;font-family: &amp;quot;PingFang SC Semibold&amp;quot;;color: rgb(255, 98, 95);white-space: normal;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;line-height: normal;font-family: &amp;quot;PingFang SC&amp;quot;;font-kerning: none;font-size: 20px;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;丰富的外设支持&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;white-space: normal;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;兼容主流厂商的打印机、扫描仪、&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;white-space: normal;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;摄像头、高拍仪、读卡器、Raid卡、&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;white-space: normal;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;HBA卡、生物识别设备等外设，&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 20px;max-width: 100%;min-height: 1em;white-space: normal;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;满足多场景使用需求。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;157&quot; data-backw=&quot;578&quot; data-ratio=&quot;0.27109375&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1280&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 184.988px !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-328287843601f82df1873e1612677855.png&quot;  /&gt;&lt;/p&gt;&lt;section style=&quot;max-width: 100%;text-align: center;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 18px;font-family: &amp;quot;PingFang SC&amp;quot;;color: rgb(0, 0, 0);white-space: normal;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 10px;max-width: 100%;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 20px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;易用的软件生态&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;满足用户在各场景下的使用需求，&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;提供办公学习、社交沟通、编程开发、&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;图片处理等高频应用软件，&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;margin-bottom: 20px;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;更有游戏、影音等娱乐软件可供选择。&lt;/span&gt;&lt;strong style=&quot;max-width: 100%;color: rgb(255, 98, 95);font-family: &amp;quot;PingFang SC&amp;quot;;font-size: 20px;white-space: normal;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;/strong&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;232&quot; data-backw=&quot;578&quot; data-ratio=&quot;0.4015625&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1280&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 273.055px !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-72718462601f82dfeaa431612677855.png&quot;  /&gt;&lt;/p&gt;&lt;section style=&quot;max-width: 100%;text-align: center;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 18px;font-family: &amp;quot;PingFang SC&amp;quot;;color: rgb(0, 0, 0);white-space: normal;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 10px;max-width: 100%;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 20px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;全新的UI设计风格&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;从文字到图形，从终端到窗口，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;全新的布局和图标设计，&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 15px;max-width: 100%;min-height: 1em;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;带来更灵动的视觉效果和便捷的操作体验&lt;/span&gt;&lt;span style=&quot;max-width: 100%;font-size: 16px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;table width=&quot;677&quot;&gt;&lt;tbody style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;150&quot; data-backw=&quot;267&quot; data-ratio=&quot;0.5625&quot; data-type=&quot;gif&quot; data-w=&quot;960&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 179.188px !important;visibility: visible !important;width: 317px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-197612583601f82e1459681612677857.gif&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;151&quot; data-backw=&quot;268&quot; data-ratio=&quot;0.5625&quot; data-type=&quot;gif&quot; data-w=&quot;960&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 179.188px !important;visibility: visible !important;width: 317px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1755567902601f82e22c6291612677858.gif&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;150&quot; data-backw=&quot;267&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 179.188px !important;visibility: visible !important;width: 317px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-356095328601f82e2e20d61612677858.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;151&quot; data-backw=&quot;268&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;height: 179.188px !important;visibility: visible !important;width: 317px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1230588128601f82e3773d11612677859.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-617103782601f82e3de7691612677859.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;268&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;background-color: rgb(255, 255, 255);overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-458767530601f82e4866ca1612677860.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;section style=&quot;max-width: 100%;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 20px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;版本信息&lt;/span&gt;&lt;/strong&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 20px;max-width: 100%;min-height: 1em;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 24px;line-height: normal;font-family: &amp;quot;PingFang SC Semibold&amp;quot;;white-space: normal;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;line-height: normal;font-family: &amp;quot;PingFang SC&amp;quot;;font-kerning: none;color: rgb(81, 80, 80);font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;版本11.0.1-Alpha&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-backh=&quot;437&quot; data-backw=&quot;578&quot; data-ratio=&quot;0.756896551724138&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;580&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-997779439601f82e509c581612677861.png&quot;  /&gt;&lt;/p&gt;&lt;section data-support=&quot;96编辑器&quot; data-style-id=&quot;29001&quot; style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;padding: 13px;max-width: 100%;border-width: 1px;border-style: solid;border-color: rgb(51, 51, 51);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-right: 16px;margin-left: 16px;max-width: 100%;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;font-size: 18px;line-height: 1.75em;font-family: &amp;quot;PingFang SC&amp;quot;;white-space: normal;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;font-variant-numeric: normal;font-variant-east-asian: normal;font-stretch: normal;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;基于debian 10.6开发，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;商用维护的内核版本(4.19）；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;提供内核自主升级优化解决方案，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;满足开发者需求；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;KDE框架版本5.54.0，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;KDE Plasma版本5.14.5；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;支持Java 11，详见JDK 11；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;桌面环境和系统基础应用使用DTK和QT5进行研发，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;QT版本5.11.3；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;提供终端域管平台解决方案，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;全方位解决终端管理问题；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;支持移动安装、网络安装、&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Minimal Install、&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;UEFI模式等方式安装系统；&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;提供引导权限控制、安全启动机制、&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;用户权限限制、应用证书签名等&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;系统级安全策略。&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin-top: -6px;margin-right: auto;margin-left: auto;max-width: 100%;width: 6.5em;background-color: rgb(254, 254, 254);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img data-ratio=&quot;0.10362694300518134&quot; data-type=&quot;gif&quot; data-w=&quot;193&quot; class=&quot;__bg_gif&quot;  style=&quot;display: block;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 193px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1447541833601f82e5597a01612677861.gif&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;line-height: 1.75em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 20px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;预置壁纸&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;携手视觉中国签约摄影师，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;多种风格壁纸资源，&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;text-align: center;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;营造不一样的桌面风景。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;line-height: 1.75em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;table width=&quot;677&quot;&gt;&lt;tbody style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-563712117601f82e652ddb1612677862.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-433843313601f82e750ee71612677863.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1916705658601f82e7b47de1612677863.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-213783295601f82e8316081612677864.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-635318398601f82e8ccd1e1612677864.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1285118136601f82e97bdb71612677865.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1507044269601f82ea3f5411612677866.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-139837343601f82eabe2011612677866.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5625&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1280&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1524660844601f82eb2b2b91612677867.jpeg&quot;  /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;section style=&quot;max-width: 100%;line-height: 1.75em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;white-space: normal;background-color: rgb(255, 255, 255);letter-spacing: 0px;font-size: 15px;color: rgb(62, 62, 62);line-height: 2;font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;line-height: 2;letter-spacing: 0px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;line-height: 2;letter-spacing: 0px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-mpa-template=&quot;t&quot; mpa-from-tpl=&quot;t&quot; style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img data-copyright=&quot;0&quot; data-cropselx1=&quot;0&quot; data-cropselx2=&quot;558&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;267&quot; data-ratio=&quot;0.1814814814814815&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot;  style=&quot;border-radius: 24px;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 312.109px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1224512452601f82eb97d331612677867.png&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section data-mpa-template=&quot;t&quot; mpa-from-tpl=&quot;t&quot; style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-mpa-category=&quot;模板&quot; data-mid=&quot;&quot; mpa-from-tpl=&quot;t&quot; style=&quot;padding-top: 20px;max-width: 100%;display: flex;justify-content: center;align-items: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-mid=&quot;&quot; mpa-from-tpl=&quot;t&quot; style=&quot;max-width: 100%;display: flex;justify-content: center;align-items: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-mid=&quot;&quot; mpa-from-tpl=&quot;t&quot; style=&quot;padding: 4px 9px 3px 10px;max-width: 100%;display: flex;justify-content: center;align-items: center;background: rgb(145, 127, 207);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p data-mid=&quot;&quot; style=&quot;max-width: 100%;min-height: 1em;font-size: 16px;font-family: PingFangSC-Medium, &amp;quot;PingFang SC&amp;quot;;color: rgb(255, 255, 255);line-height: 23px;letter-spacing: 1px;text-align: left;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;往期推荐&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;padding-right: 10px;padding-left: 10px;max-width: 100%;white-space: normal;background-color: rgb(255, 255, 255);word-break: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;letter-spacing: 0.05em;color: rgb(89, 89, 89);line-height: 2;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;padding-right: 10px;padding-left: 10px;max-width: 100%;word-break: break-word;letter-spacing: 0.05em;line-height: 2;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;padding-right: 10px;padding-left: 10px;max-width: 100%;word-break: break-word;letter-spacing: 0.05em;line-height: 2;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; class=&quot;list-paddingleft-2&quot; style=&quot;margin-top: 8px;margin-bottom: 8px;padding-left: 25px;max-width: 100%;color: black;overflow-wrap: break-word !important;&quot;&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-top: 15px;margin-bottom: 10px;max-width: 100%;min-height: 1em;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247485374&amp;amp;idx=1&amp;amp;sn=4eff0d1ae4f215d1ff2a06c3b50de55a&amp;amp;chksm=eaf1e1b1dd8668a7d74cdeb9964219f99c40ff1dd29f861ee0c214f4a0b79cf26b582447f1f2&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;Bashtop – Linux的资源监视工&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Bashtop – Linux的资源监视工&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247485325&amp;amp;idx=1&amp;amp;sn=8d2e18cce199ba11bd103740e87937e3&amp;amp;chksm=eaf1e182dd86689463088b826ba959b7f93c68b8a3e12d9d6b277d08330fa19fb30538868547&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;用 Docker 快速搭建 Kafka 集群&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;用 Docker 快速搭建 Kafka 集群&lt;/a&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247485301&amp;amp;idx=1&amp;amp;sn=432bcb3ad4540f42e8061969833c3f23&amp;amp;chksm=eaf1e17add86686cc80613332437ed6c3be6d14335897bceac1719ebf0fd610f1f83c987dc06&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;如何在Linux上恢复误删除的文件或目录&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;如何在Linux上恢复误删除的文件或目录&lt;/a&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247485112&amp;amp;idx=1&amp;amp;sn=96eacaa27a605ad89683b9e5f337cb31&amp;amp;chksm=eaf1e0b7dd8669a11407ac8a193857732f0970cc74b0aa7a4ab7daf092ba9a533672eb3efa8a&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;Kubernetes如何高效管理节点的资源&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Kubernetes如何高效管理节点的资源&lt;/a&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247484938&amp;amp;idx=1&amp;amp;sn=146c0bd65856ef308adb59d5c318d08f&amp;amp;chksm=eaf1e005dd86691347a4a2d2be7a0b68877d2b2ad8658ef5d7f1133b211fc5411314a3bbcf87&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;一文入门Kubernetes&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;一文入门Kubernetes&lt;/a&gt;&lt;/section&gt;&lt;/li&gt;&lt;li style=&quot;max-width: 100%;color: rgb(122, 79, 214);font-weight: bold;font-size: 15px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;line-height: 26px;color: rgb(1, 1, 1);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2ODM2NjY4OA==&amp;amp;mid=2247484555&amp;amp;idx=1&amp;amp;sn=8c74ff6257227dd8b1f1123bbffef046&amp;amp;chksm=eaf1e284dd866b92cdc4775fcb84ee08e6c3ae2323415a5b15cc304e1fe0464464a9b7e982aa&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;详解k8s的4种Service类型&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot; hasload=&quot;1&quot; style=&quot;color: rgb(122, 79, 214);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;详解k8s的4种Service类型&lt;/a&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.32667876588021777&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;551&quot;  style=&quot;box-sizing: border-box !important;overflow-wrap: break-word !important;width: 551px !important;visibility: visible !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-995528542601f82ec165bf1612677868.png&quot;  /&gt;&lt;/p&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         Linux技术社区                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 14:04:28 +0800</pubDate></item><item><title>Linux 下自动应答工具 Expect 使用指南</title><link>https://www.301404.com/post/140.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;section data-mpa-powered-by=&quot;yiban.io&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);font-size: 16px;line-height: 1.5em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 0.544px;word-spacing: 2px;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;公众号关注&amp;nbsp;「&lt;span style=&quot;max-width: 100%;color: rgb(0, 122, 170);letter-spacing: 0.544px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;letter-spacing: 0.544px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;奇妙的 Linux 世界&lt;/span&gt;&lt;/span&gt;」&lt;/span&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);color: rgb(62, 62, 62);font-size: 15px;word-spacing: 2px;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;letter-spacing: 0.544px;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;设为「&lt;span style=&quot;max-width: 100%;color: rgb(0, 122, 170);letter-spacing: 0.544px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;星标&lt;/span&gt;」，每天带你玩转 Linux ！&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-cropselx1=&quot;0&quot; data-cropselx2=&quot;562&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;330&quot; data-ratio=&quot;0.405446293494705&quot;  data-type=&quot;png&quot; data-w=&quot;661&quot; style=&quot;border-radius: 6px;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 578px;height: 234px;&quot; title=&quot;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-532868884601f81dc130d11612677596.png&quot;  /&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;/section&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;font-size: 16px;color: black;line-height: 1.6;letter-spacing: 0px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;&quot;&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;Expect 是用于自动化交互式应用程序&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;1. 软件介绍&lt;/span&gt;&lt;/h2&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;现代的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Shell&lt;/code&gt; 对程序提供了最小限度的控制(程序的开始/停止/关闭等)，而把交互的特性留给了用户。这意味着有些程序，你不能非交互的运行，比如说 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;passwd&lt;/code&gt; 命令。有一些程序可以非交互的运行，但在很大程度上丧失了灵活性，比如说 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;fsck&lt;/code&gt; 命令。这表明 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Unix&lt;/code&gt; 的工具构造逻辑开始出现问题。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Expect&lt;/code&gt; 恰恰填补了其中的一些裂痕，解决了在 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Unix&lt;/code&gt; 环境中长期存在着的一些问题。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Expect&lt;/code&gt; 使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 作为语言核心，不管程序是交互和还是非交互的，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Expect&lt;/code&gt; 都能运用。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 实际上是一个子程序库，这些子程序库可以嵌入到程序里从而提供语言服务。最终的语言有点象一个典型的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Shell&lt;/code&gt; 语言。里面有给变量赋值的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;set&lt;/code&gt; 命令，控制程序执行的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;if&lt;/code&gt;, &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;for&lt;/code&gt;, &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;continue&lt;/code&gt; 等命令，还能进行普通的数学和字符串操作。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Expect&lt;/code&gt; 是在 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 基础上创建起来的并且还提供了一些 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 所没有的命令：&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;spawn&lt;/strong&gt;命令激活一个 Unix 程序来进行交互式的运行&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;send&lt;/strong&gt;命令向进程发送字符串&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;expect&lt;/strong&gt;命令等待进程的某些字符串且支持正规表达式并能同时等待多个字符串&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;命令格式&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;patlist1&amp;nbsp;action1&amp;nbsp;patlist2&amp;nbsp;action2.....&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;该命令一直等到当前进程的输出和以上的某一个模式相匹配，或者等到时间超过一个特定的时间长度，或者等到遇到了文件的结束为止。每一个 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;patlist&lt;/code&gt; 都由一个模式或者模式的表(&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;lists&lt;/code&gt;)组成。如果有一个模式匹配成功，相应的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;action&lt;/code&gt; 就被执行，执行的结果从 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 返回。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;被精确匹配的字符串(或者当超时发生时，已经读取但未进行匹配的字符串)被存贮在变量 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect_match&lt;/code&gt; 里面。如果 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;patlist&lt;/code&gt; 是 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;eof&lt;/code&gt; 或者 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;timeout&lt;/code&gt; 的情况，则发生文件结束或者超时时才执行相应的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;action&lt;/code&gt; 动作。一般超时的默认值是 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;10&lt;/code&gt; 秒，但可以用类似 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;&quot;set timeout 30&quot;&lt;/code&gt; 之类的命令把超时时值设定为 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;30&lt;/code&gt; 秒。&lt;/p&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;下面的一个程序段是从一个有关登录的脚本里面摘取的&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;abort是在脚本的别处定义的过程，而其他的action使用类似与C语言的Tcl原语&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*welcome*&quot;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;break&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*busy*&quot;&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;print&lt;/span&gt;&amp;nbsp;busy;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;continue&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*failed*&quot;&lt;/span&gt;&amp;nbsp;abort&lt;br  /&gt;&amp;nbsp;&amp;nbsp;timeout&amp;nbsp;abort&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;模式是通常的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;C Shell&lt;/code&gt; 风格的&lt;strong&gt;正规表达式&lt;/strong&gt;，模式必须匹配当前进程的从上一个 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 或者 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;interact&lt;/code&gt; 开始的所有输出(所以统配符*****使用的非常的普遍)。但是，一旦输出超过 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;2000&lt;/code&gt; 个字节，前面的字符就会被忘记，这可以通过设定 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;match_max&lt;/code&gt; 的值来改变。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;字符可以使用反斜杠来单独的引用，反斜杠也被用于对语句的延续，如果不加反斜杠的话，语句到一行的结尾处就结束了。这和 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 也是一致的。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 在发现有开的单引号或者开的双引号时都会继续扫描。而且，分号可以用于在一行中分割多个语句。这乍听起来有点让人困惑，但是，这是解释性语言的风格，但是，这确实是 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;Tcl&lt;/code&gt; 的不太漂亮的部分。&lt;/p&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;spawn&amp;nbsp;passwd&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&lt;br  /&gt;expect&amp;nbsp;eof&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*No&amp;nbsp;such&amp;nbsp;user.*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;3}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*New&amp;nbsp;password:&quot;&lt;/span&gt;&lt;br  /&gt;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;[index&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2]\r&quot;&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;eof&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;4}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Password&amp;nbsp;too&amp;nbsp;long*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;5}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Password&amp;nbsp;too&amp;nbsp;short*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;5}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Retype&amp;nbsp;new&amp;nbsp;password:&quot;&lt;/span&gt;&lt;br  /&gt;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;[index&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;3]&amp;nbsp;&quot;&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Mismatch*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;6}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Password&amp;nbsp;unchanged*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;7}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&amp;nbsp;&quot;&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*&quot;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;6}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;eof&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;这个脚本退出时用一个数字来表示所发生的情况。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;0&lt;/code&gt; 表示 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;passwd&lt;/code&gt; 程序正常运行，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;1&lt;/code&gt; 表示非预期的死亡，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;2&lt;/code&gt; 表示锁定，等等。使用数字是为了简单起见。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 返回字符串和返回数字是一样简单的，即使是派生程序自身产生的消息也是一样的。实际上，典型的做法是把整个交互的过程存到一个文件里面，只有当程序的运行和预期一样的时候才把这个文件删除。否则这个 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;log&lt;/code&gt; 被留待以后进一步的检查。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;这个 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;passwd&lt;/code&gt; 检查脚本被设计成由别的脚本来驱动。这第二个脚本从一个文件里面读取参数和预期的结果。对于每一个输入参数集，它调用第一个脚本并且把结果和预期的结果相比较。(因为这个任务是非交互的，一个普通的老式 shell 就可以用来解释第二个脚本)。比如说，一个 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;passwd&lt;/code&gt; 的数据文件很有可能就象下面一样。&lt;/p&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bogus&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&lt;br  /&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;abledabl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;abledabl&lt;br  /&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;abcdefghijklm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&lt;br  /&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;abc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&lt;br  /&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foobar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bar&lt;br  /&gt;passwd.exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;padding-top: 8px;padding-bottom: 8px;line-height: 26px;word-spacing: 3px;letter-spacing: 1px;color: rgb(66, 75, 93);&quot;&gt;第一个域的名字是要被运行的回归脚本。第二个域是需要和结果相匹配的退出值。第三个域就是用户名。第四个域和第五个域就是提示时应该输入的密码。减号仅 仅表示那里有一个域，这个域其实绝对不会用到。在第一个行中，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;bogus&lt;/code&gt; 表示用户名是非法的，因此 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;passwd&lt;/code&gt; 会响应说：没有此用户。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 在退出时会返回 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;3&lt;/code&gt;，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;3&lt;/code&gt; 恰好就是第二个域。在最后一行中，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;^C&lt;/code&gt; 就是被切实的送给程序来验证程序是否恰当的退出。&lt;br  /&gt;&lt;mpcpc js_editor_cpcad=&quot;&quot; class=&quot;js_cpc_area cpc_iframe&quot; src=&quot;/cgi-bin/readtemplate?t=tmpl/cpc_tmpl#1611736434370&quot; data-category_id_list=&quot;1|11|16|17|22|24|26|27|28|29|3|31|32|35|36|37|39|41|42|43|45|46|47|48|49|5|50|51|52|53|54|55|6|7|8&quot; data-id=&quot;1611736434370&quot;&gt;&lt;/mpcpc&gt;&lt;/p&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;2. 工具安装&lt;/span&gt;&lt;/h2&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;源代码和下载地址都是由 Linux 软件基金会维护的(sourceforge)&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;因为Expect需要Tcl编程语言的支持&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;yum&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;gcc&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;yum&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;tcl&amp;nbsp;tclx&amp;nbsp;tcl-devel&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;centos&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;yum&amp;nbsp;&amp;nbsp;install&amp;nbsp;expect&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;因为Expect需要Tcl编程语言的支持&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;gcc&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;apt&amp;nbsp;install&amp;nbsp;tcl&lt;br  /&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;ubuntu&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;apt&amp;nbsp;install&amp;nbsp;expect&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;下载源代码包&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;官网主页地址:&amp;nbsp;http://sourceforge.net/projects/expect/&lt;/span&gt;&lt;br  /&gt;wget&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;https://sourceforge.net/projects/expect/files/Expect/5.45.4/expect5.45.4.tar.gz/download&quot;&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;源代码编译&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;./configure&amp;nbsp;\&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;--with-tcl=/usr/lib&amp;nbsp;\&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;--with-tclinclude=/usr/include/tcl-private/generic&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;源代码安装&lt;/span&gt;&lt;br  /&gt;$&amp;nbsp;sudo&amp;nbsp;make&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;make&amp;nbsp;install&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;3. 基础知识&lt;/span&gt;&lt;/h2&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;主要介绍常见的 4 个命令的使用方式&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;我们知道，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;send&lt;/code&gt; 命令用于发送信息到进程中，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 命令则是根据进程反馈的信息进行对应逻辑的交互的。而 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;spawn&lt;/code&gt; 命令后的 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;send&lt;/code&gt; 和 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 命令其实都是和使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;spawn&lt;/code&gt; 命令打开的进程进行交互的。&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;需要说明的是 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;interact&lt;/code&gt; 命令其实用的不多，一般情况下使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;spawn&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;send&lt;/code&gt; 和 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 命令就可以很好的完成任务了。但在一些特殊场合下，使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;interact&lt;/code&gt; 命令还是能够发挥很好作用的。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;interact&lt;/code&gt; 命令主要用于退出自动化进入人工交互。比如我们使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;spawn&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;send&lt;/code&gt; 和 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;expect&lt;/code&gt; 命令完成了 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;ftp&lt;/code&gt; 登陆主机，执行下载文件任务，但是我们希望在文件下载结束以后，仍然可以停留在 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;ftp&lt;/code&gt; 命令行状态，以便手动的执行后续命令，此时使用 &lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding-top: 2px;padding-bottom: 2px;margin-right: 2px;margin-left: 2px;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;background-image: initial;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;border-radius: 0px;color: rgb(235, 97, 97);border-bottom: 1px solid rgb(235, 97, 97);&quot;&gt;interact&lt;/code&gt; 命令就可以很好的完成这个任务。&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; style=&quot;overflow-x: auto;&quot;&gt;&lt;table&gt;&lt;thead&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-right-style: initial;border-bottom-style: initial;border-left-style: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;th style=&quot;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;text-align: left;&quot;&gt;编号&lt;/th&gt;&lt;th style=&quot;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;text-align: left;&quot;&gt;命令&lt;/th&gt;&lt;th style=&quot;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;text-align: left;&quot;&gt;作用&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;border-width: 0px;border-style: initial;border-color: initial;&quot;&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-right-style: initial;border-bottom-style: initial;border-left-style: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;1&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;&lt;strong&gt;&lt;code&gt;send&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;send 命令接收一个字符串并将该参数发送到进程中&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-right-style: initial;border-bottom-style: initial;border-left-style: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: rgb(248, 248, 248);&quot;&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;2&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;&lt;strong&gt;&lt;code&gt;expect&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;expect 通常用来等待进程的反馈再发送对应的交互命令&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-right-style: initial;border-bottom-style: initial;border-left-style: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;3&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;&lt;strong&gt;&lt;code&gt;spawn&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;spawn 命令用来启动新的进程&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-right-style: initial;border-bottom-style: initial;border-left-style: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: rgb(248, 248, 248);&quot;&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;4&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;&lt;strong&gt;&lt;code&gt;interact&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border-color: rgb(204, 204, 204);color: rgb(66, 75, 93);font-size: 14px;min-width: 85px;&quot;&gt;允许退出自动化进入人工交互&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/section&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;4. 控制结构&lt;/span&gt;&lt;/h2&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;介绍 TCL 语言的控制结构&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[1] if else&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;10&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;alias_host&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;b1_password&amp;nbsp;ASJZOMxlgM^9&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;b2_password&amp;nbsp;a0yDuePSLUGM&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argc&lt;/span&gt;!=1}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;echo&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;请输入想要远程连接的服务器:&amp;nbsp;[b1|b2]&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$alias_host&lt;/span&gt;==&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;b1&quot;&lt;/span&gt;}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;escape@192.168.100.100&amp;nbsp;-p&amp;nbsp;22&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$b1_password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;interact&lt;br  /&gt;}&amp;nbsp;elseif&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$alias_host&lt;/span&gt;==&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;b2&quot;&lt;/span&gt;}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;escape@192.168.100.101&amp;nbsp;-p&amp;nbsp;22&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$b2_password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;interact&lt;br  /&gt;}&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;else&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;请输入想要远程连接的服务器:&amp;nbsp;[b1|b2]&quot;&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[2] switch&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;10&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;alias_host&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;b1_password&amp;nbsp;ASJZOMxlgM^9&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;b2_password&amp;nbsp;a0yDuePSLUGM&lt;br  /&gt;&lt;br  /&gt;switch&amp;nbsp;-glob&amp;nbsp;--&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$file1&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b1&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;escape@192.168.100.100&amp;nbsp;-p&amp;nbsp;22&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$b1_password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;interact&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b2&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;escape@192.168.100.101&amp;nbsp;-p&amp;nbsp;22&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$b2_password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;interact&lt;br  /&gt;}&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[3] while&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;test&lt;/span&gt;&amp;nbsp;0&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;while&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$test&lt;/span&gt;&amp;lt;10}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;test&lt;/span&gt;&amp;nbsp;[expr&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$test&lt;/span&gt;&amp;nbsp;+&amp;nbsp;1}]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$test&lt;/span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;7}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;break&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$test&lt;/span&gt;&amp;nbsp;&amp;lt;&amp;nbsp;3&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;continue&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[4] catch&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;proc&amp;nbsp;Error&amp;nbsp;{}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;error&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;This&amp;nbsp;is&amp;nbsp;a&amp;nbsp;error&amp;nbsp;for&amp;nbsp;test&quot;&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;catch&amp;nbsp;Error&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;test&lt;/span&gt;&lt;br  /&gt;puts&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$test&lt;/span&gt;&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;5. 简单使用&lt;/span&gt;&lt;/h2&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;下面是一些简单的示例代码，主要帮助我们理解 expect 的使用。&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[1] 系统指定修改用户密码&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;[escape@linuxworld&amp;nbsp;~]$&amp;nbsp;passwd&lt;br  /&gt;Changing&amp;nbsp;password&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;for&lt;/span&gt;&amp;nbsp;user&amp;nbsp;escape.&lt;br  /&gt;Changing&amp;nbsp;password&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;for&lt;/span&gt;&amp;nbsp;escape.&lt;br  /&gt;(current)&amp;nbsp;UNIX&amp;nbsp;password:&lt;br  /&gt;New&amp;nbsp;password:&lt;br  /&gt;Retype&amp;nbsp;new&amp;nbsp;password:&lt;br  /&gt;passwd:&amp;nbsp;all&amp;nbsp;authentication&amp;nbsp;tokens&amp;nbsp;updated&amp;nbsp;successfully.&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;password.exp&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&amp;nbsp;-d&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&lt;br  /&gt;&lt;br  /&gt;spawn&amp;nbsp;passwd&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;password&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2]&lt;br  /&gt;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*New&amp;nbsp;password:*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*Retype&amp;nbsp;new&amp;nbsp;password:*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;expect&amp;nbsp;eof&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[2] 登陆远程服务器并停留在远程服务器上&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;login.exp&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;设置超时时间&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;host&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;100.200.200.200&quot;&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;username&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;root&quot;&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;password&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;123456&quot;&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;给ssh运行进程加个壳用来传递交互指令&lt;/span&gt;&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$username&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$host&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;判断上次输出结果里是否包含指定的字符串&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;exp_continue表示继续执行下一步&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*yes/no&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;;exp_continue}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;匹配即可发送密码到对应进程中&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;}&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;执行完成后保持交互状态&lt;/span&gt;&lt;br  /&gt;interact&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[3] 传输参数执行登并停留在远程服务器上&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;login.exp&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/tcl/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;$argc表示参数个数&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argc&lt;/span&gt;&amp;nbsp;&amp;lt;&amp;nbsp;3}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;puts&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Usage:cmd&amp;nbsp;&amp;lt;host&amp;gt;:&amp;lt;username&amp;gt;&amp;nbsp;-p&amp;nbsp;&amp;lt;port&amp;gt;&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;获取第几个参数的内容&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;host&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;username&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;password&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;port&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;3]&lt;br  /&gt;&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$username&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$host&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$port&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password*&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$password&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;interact&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[4] 在 shell 脚本中使用 expect&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;[1]&amp;nbsp;直接添加expect脚本文件&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/bin/bash&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;user:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_user&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;ip:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_ip&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;port:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_port&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;echo&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ssh&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_user&lt;/span&gt;:&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_ip&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_port&lt;/span&gt;&quot;&lt;/span&gt;&lt;br  /&gt;./login.exp&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$remote_user&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$remote_ip&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$remote_port&lt;/span&gt;&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;[2]&amp;nbsp;在shell脚本直接写入expect命令&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/bin/bash&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;user:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_user&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;ip:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_ip&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;read&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;please&amp;nbsp;input&amp;nbsp;you&amp;nbsp;port:&quot;&lt;/span&gt;&amp;nbsp;-t30&amp;nbsp;remote_port&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;echo&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ssh&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_user&lt;/span&gt;:&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_ip&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$remote_port&lt;/span&gt;&quot;&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;expect&amp;nbsp;-d&amp;nbsp;&amp;lt;&amp;lt;EOF&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$remote_ip&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;{&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*yes/no&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;;exp_continue}&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password:&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Xuansiwei123!\r&quot;&lt;/span&gt;}&lt;br  /&gt;}&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;eof;&lt;br  /&gt;EOF&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;6. 高级示例&lt;/span&gt;&lt;/h2&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;&lt;strong&gt;弄懂下面的高级玩法，就可以应对日常的工作使用了。&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[1] 自动 telnet 会话&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&amp;nbsp;-f&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ip&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第1个参数,作为IP&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;userid&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第2个参数,作为userid&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;mypassword&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2&amp;nbsp;]&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第3个参数,作为密码&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;mycommand&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;3&amp;nbsp;]&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第4个参数，作为命令&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;设置超时时间&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;向远程服务器请求打开一个telnet会话，并等待服务器询问用户名&lt;/span&gt;&lt;br  /&gt;spawn&amp;nbsp;telnet&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ip&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;username:&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;输入用户名，并等待服务器询问密码&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$userid&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password:&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;输入密码，并等待键入需要运行的命令&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$mypassword&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;%&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;输入预先定好的密码，等待运行结果&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$mycommand&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;%&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;将运行结果存入到变量中，显示出来或者写到磁盘中&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;results&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(buffer)&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;退出telnet会话，等待服务器的退出提示EOF&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;exit\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;eof&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;mpcpc js_editor_cpcad=&quot;&quot; class=&quot;js_cpc_area cpc_iframe&quot; src=&quot;/cgi-bin/readtemplate?t=tmpl/cpc_tmpl#1611736479020&quot; data-category_id_list=&quot;1|11|16|17|22|24|26|27|28|29|3|31|32|35|36|37|39|41|42|43|45|46|47|48|49|5|50|51|52|53|54|55|6|7|8&quot; data-id=&quot;1611736479020&quot;&gt;&lt;/mpcpc&gt;&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[2] 自动建立 FTP 会话&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&amp;nbsp;-f&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ip&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第1个参数,作为IP&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;userid&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第2个参数,作为Userid&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;mypassword&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2&amp;nbsp;]&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第3个参数,作为密码&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;设置超时时间&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;向远程服务器请求打开一个FTP会话，并等待服务器询问用户名&lt;/span&gt;&lt;br  /&gt;spawn&amp;nbsp;ftp&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ip&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;username:&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;输入用户名，并等待服务器询问密码&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$userid&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password:&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;输入密码，并等待FTP提示符的出现&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$mypassword&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ftp&amp;gt;&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;切换到二进制模式，并等待FTP提示符的出现&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;bin\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ftp&amp;gt;&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;关闭ftp的提示符&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;prompt\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ftp&amp;gt;&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;下载所有文件&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;mget&amp;nbsp;*\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;ftp&amp;gt;&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;退出此次ftp会话，并等待服务器的退出提示EOF&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;bye\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;eof&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[3] 自动登录 ssh&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&amp;nbsp;-f&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ip&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第1个参数,作为IP&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;username&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1&amp;nbsp;]&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第2个参数,作为username&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;mypassword&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2&amp;nbsp;]&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;接收第3个参数,作为密码&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;设置超时时间&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$username&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ip&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;发送ssh请求&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;返回信息匹配&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*yes/no&quot;&lt;/span&gt;&amp;nbsp;{&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;;&amp;nbsp;exp_continue}&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;第一次ssh连接会提示yes/no,继续&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*password:&quot;&lt;/span&gt;&amp;nbsp;{&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$mypassword&lt;/span&gt;\r&quot;&lt;/span&gt;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;出现密码提示,发送密码&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;interact&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#&amp;nbsp;交互模式,用户会停留在远程服务器上面&lt;/span&gt;&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[4] 自动登录 ssh 执行命令&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;IP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;PASSWD&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;CMD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;3]&lt;br  /&gt;&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$USER&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$IP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$CMD&lt;/span&gt;&lt;br  /&gt;expect&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;(yes/no)?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password:&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$PASSWD&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password:&quot;&lt;/span&gt;&amp;nbsp;{send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$PASSWD&lt;/span&gt;\r&quot;&lt;/span&gt;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*&amp;nbsp;to&amp;nbsp;host&quot;&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br  /&gt;expect&amp;nbsp;eof&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[5] 批量登录 ssh 服务器执行操作范例 =&amp;gt; for 循环&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;for&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;i&amp;nbsp;10}&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$i&lt;/span&gt;&amp;nbsp;&amp;lt;=&amp;nbsp;12}&amp;nbsp;{incr&amp;nbsp;i}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ssh_user&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;-i&amp;nbsp;.ssh/&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ssh_user&lt;/span&gt;&amp;nbsp;abc&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$i&lt;/span&gt;.com&lt;br  /&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect_before&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;no)?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;&amp;nbsp;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sleep&amp;nbsp;1&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password*&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;hello\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*#&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;echo&amp;nbsp;hello&amp;nbsp;expect!&amp;nbsp;&amp;gt;&amp;nbsp;/tmp/expect.txt\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*#&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;echo\r&quot;&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[6] 批量登录 ssh 并执行命令 =&amp;gt; foreach 语法&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argc&lt;/span&gt;!=2}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_user&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;usage:&amp;nbsp;./expect&amp;nbsp;ssh_user&amp;nbsp;password\n&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;foreach&amp;nbsp;i&amp;nbsp;{11&amp;nbsp;12}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ssh_user&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;password&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;-i&amp;nbsp;.ssh/&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ssh_user&lt;/span&gt;&amp;nbsp;root@xxx.yy.com&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect_before&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;no)?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;&amp;nbsp;}&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sleep&amp;nbsp;1&lt;br  /&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Enter&amp;nbsp;passphrase&amp;nbsp;for&amp;nbsp;key*&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;password\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*#&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;echo&amp;nbsp;hello&amp;nbsp;expect!&amp;nbsp;&amp;gt;&amp;nbsp;/tmp/expect.txt\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;expect&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*#&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;echo\r&quot;&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[7] 批量 ssh 执行命令 =&amp;gt; 用 shell 调用 tclsh 方式、多进程同时执行&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/bin/sh&lt;br  /&gt;&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exec&lt;/span&gt;&amp;nbsp;tclsh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$0&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$@&lt;/span&gt;&quot;&lt;/span&gt;&lt;br  /&gt;package&amp;nbsp;require&amp;nbsp;Expect&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;username&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;password&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;argv&amp;nbsp;[lrange&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2&amp;nbsp;end]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;prompt&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;(%|#|\\$)&amp;nbsp;$&quot;&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;foreach&amp;nbsp;ip&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;spawn&amp;nbsp;ssh&amp;nbsp;-t&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$username&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ip&lt;/span&gt;&amp;nbsp;sh&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lappend&amp;nbsp;ids&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$spawn_id&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;expect_before&amp;nbsp;-i&amp;nbsp;ids&amp;nbsp;eof&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;index&amp;nbsp;[lsearch&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ids&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(spawn_id)]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ids&amp;nbsp;[lreplace&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ids&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$index&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$index&lt;/span&gt;]&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;[llength&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ids&lt;/span&gt;]&amp;nbsp;exp_continue&lt;br  /&gt;}&lt;br  /&gt;expect&amp;nbsp;-i&amp;nbsp;ids&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;(yes/no)\\?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;-i&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(spawn_id)&amp;nbsp;yes\r&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;-i&amp;nbsp;ids&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Enter&amp;nbsp;passphrase&amp;nbsp;for&amp;nbsp;key&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;-i&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(spawn_id)&amp;nbsp;\r&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;-i&amp;nbsp;ids&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;assword:&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;-i&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(spawn_id)&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$password&lt;/span&gt;\r&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;-i&amp;nbsp;ids&amp;nbsp;-re&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$prompt&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;spawn_id&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$expect_out&lt;/span&gt;(spawn_id)&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;echo&amp;nbsp;hello;&amp;nbsp;exit\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;timeout&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1&lt;br  /&gt;}&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;&lt;strong&gt;[8] 使用 ssh 自动登录 expect 脚本 =&amp;gt; ssh.expect&lt;/strong&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;The&amp;nbsp;authenticity&amp;nbsp;of&amp;nbsp;host&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&#039;192.168.xxx.xxx&amp;nbsp;(192.168.xxx.xxx)&#039;&lt;/span&gt;&amp;nbsp;can&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&#039;t&amp;nbsp;be&amp;nbsp;established.&lt;br  /&gt;RSA&amp;nbsp;key&amp;nbsp;fingerprint&amp;nbsp;is&amp;nbsp;25:e8:4c:89:a3:b2:06:ee:de:66:c7:7e:1b:fa:1c:c5.&lt;br  /&gt;Are&amp;nbsp;you&amp;nbsp;sure&amp;nbsp;you&amp;nbsp;want&amp;nbsp;to&amp;nbsp;continue&amp;nbsp;connecting&amp;nbsp;(yes/no)?&lt;br  /&gt;&lt;br  /&gt;Warning:&amp;nbsp;Permanently&amp;nbsp;added&amp;nbsp;&#039;&lt;/span&gt;192.168.xxx.xxx&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&#039;&amp;nbsp;(RSA)&amp;nbsp;to&amp;nbsp;the&amp;nbsp;list&amp;nbsp;of&amp;nbsp;known&amp;nbsp;hosts.&lt;br  /&gt;Enter&amp;nbsp;passphrase&amp;nbsp;for&amp;nbsp;key&amp;nbsp;&#039;&lt;/span&gt;/data/key/my_dsa&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&#039;:&lt;br  /&gt;&lt;br  /&gt;Last&amp;nbsp;login:&amp;nbsp;Sun&amp;nbsp;Jan&amp;nbsp;26&amp;nbsp;13:39:37&amp;nbsp;2019&amp;nbsp;from&amp;nbsp;192.168.xxx.xxx&lt;br  /&gt;[root@master003&amp;nbsp;~]#&lt;br  /&gt;root@192.168.xxx.xxx&#039;&lt;/span&gt;s&amp;nbsp;password:&lt;br  /&gt;&lt;br  /&gt;Last&amp;nbsp;login:&amp;nbsp;Thu&amp;nbsp;Jan&amp;nbsp;23&amp;nbsp;17:50:43&amp;nbsp;2019&amp;nbsp;from&amp;nbsp;192.168.xxx.xxx&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;margin: 12px auto;border-radius: 5px;box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09) !important;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/8ZFzrRjqatqibicpBWQVYpycCBVFUKiafyZWHfiacYxcExDDkF0OSibliaAQicxPib4XN2ibNW395qsibubTYteibZYicTdmcw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(39, 40, 34);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 16px;color: #ddd;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #272822;border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #75715e;line-height: 26px;&quot;&gt;#!/usr/bin/expect&amp;nbsp;-f&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argc&lt;/span&gt;&amp;nbsp;&amp;lt;&amp;nbsp;4}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_user&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Usage:\n&amp;nbsp;&amp;nbsp;&lt;span style=&quot;line-height: 26px;&quot;&gt;$argv0&lt;/span&gt;&amp;nbsp;IPaddr&amp;nbsp;User&amp;nbsp;Passwd&amp;nbsp;Port&amp;nbsp;Passphrase\n&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;puts&amp;nbsp;stderr&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;argv&amp;nbsp;error!\n&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sleep&amp;nbsp;1&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;1&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;timeout&amp;nbsp;30&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;ip&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;0&amp;nbsp;]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;user&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;1&amp;nbsp;]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;passwd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;2&amp;nbsp;]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;3&amp;nbsp;]&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;passphrase&amp;nbsp;[lindex&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$argv&lt;/span&gt;&amp;nbsp;4&amp;nbsp;]&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #f92672;font-weight: bold;line-height: 26px;&quot;&gt;if&lt;/span&gt;&amp;nbsp;{&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$port&lt;/span&gt;&amp;nbsp;==&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&quot;&lt;/span&gt;}&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;port&amp;nbsp;22&lt;br  /&gt;}&lt;br  /&gt;&lt;br  /&gt;spawn&amp;nbsp;ssh&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$user&lt;/span&gt;@&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$ip&lt;/span&gt;&amp;nbsp;-p&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;$port&lt;/span&gt;&lt;br  /&gt;&lt;br  /&gt;expect_before&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;(yes/no)\\?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;yes\r&quot;&lt;/span&gt;}&lt;br  /&gt;&lt;br  /&gt;expect&amp;nbsp;\&lt;br  /&gt;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Enter&amp;nbsp;passphrase&amp;nbsp;for&amp;nbsp;key*&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$passphrase&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&amp;nbsp;password:?&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;&lt;span style=&quot;line-height: 26px;&quot;&gt;$passwd&lt;/span&gt;\r&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exp_continue&lt;br  /&gt;}&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*\[#\\\$]&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;interact&lt;br  /&gt;}&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;*&amp;nbsp;to&amp;nbsp;host&quot;&lt;/span&gt;&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_user&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Connect&amp;nbsp;faild!&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2&lt;br  /&gt;}&amp;nbsp;timeout&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_user&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Connect&amp;nbsp;timeout!&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&amp;nbsp;2&lt;br  /&gt;}&amp;nbsp;eof&amp;nbsp;{&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_user&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;&quot;Lost&amp;nbsp;connect!&quot;&lt;/span&gt;&lt;br  /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #a6e22e;line-height: 26px;&quot;&gt;exit&lt;/span&gt;&lt;br  /&gt;}&lt;br  /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-weight: bold;font-size: 18px;margin-top: 24px;margin-bottom: 12px;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e7642b;text-align: center;display: block;background-color: #e7642b;color: white;padding: 3px 11px;border-radius: 1px;&quot;&gt;7. 参考博客&lt;/span&gt;&lt;/h2&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 15px;padding-left: 24px;color: rgb(66, 75, 93);&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;expect - 教程中文版&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;expect - 正则模式说明&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;margin-top: 4px;margin-bottom: 4px;line-height: 24px;&quot;&gt;expect - 自动交互脚本&lt;br  /&gt;&lt;br  /&gt;&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;blockquote data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 0.9em;overflow: auto;color: rgb(106, 115, 125);padding: 10px 10px 10px 20px;margin: 0px 8px;border-width: initial;border-style: none;border-color: initial;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;&quot;&gt;&lt;p style=&quot;padding-top: 8px;padding-bottom: 8px;word-spacing: 3px;letter-spacing: 1px;font-size: 14px;color: rgb(66, 75, 93);line-height: 24px;&quot;&gt;本文转载自：「 Escape 的博客 」，原文：https://tinyurl.com/y4wa98s9，版权归原作者所有。欢迎投稿，投稿邮箱: editor@hi-linux.com。&lt;/p&gt;&lt;/blockquote&gt;&lt;/section&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;letter-spacing: 0.544px;white-space: normal;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;img class=&quot;__bg_gif&quot; data-ratio=&quot;1&quot; data-type=&quot;gif&quot; data-w=&quot;55&quot;  style=&quot;font-family: Optima-Regular, PingFangTC-light;letter-spacing: 0.544px;vertical-align: top;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 55px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-402750191601f81dcca4081612677596.gif&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;letter-spacing: 0.544px;white-space: normal;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;line-height: 1.5em;letter-spacing: 1px;font-family: Optima-Regular, PingFangTC-light;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img data-ratio=&quot;0.19718309859154928&quot; data-type=&quot;png&quot; data-w=&quot;71&quot; data-width=&quot;100%&quot; title=&quot;&quot;  style=&quot;color: rgb(34, 34, 34);font-size: 16px;caret-color: rgb(34, 34, 34);font-family: 微软雅黑;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 45px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-109000585601f81dd21a6f1612677597.png&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;line-height: 1.5em;letter-spacing: 1px;font-family: Optima-Regular, PingFangTC-light;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(55, 61, 65);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;你可能还喜欢&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;line-height: 1.5em;letter-spacing: 1px;font-family: Optima-Regular, PingFangTC-light;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 12px;color: rgb(178, 178, 178);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;点击下方图片即可阅读&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;letter-spacing: 0.544px;white-space: normal;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI3MTI2NzkxMA==&amp;amp;mid=2247494001&amp;amp;idx=1&amp;amp;sn=d39706831a16fa5f281e8fe67d8e2988&amp;amp;chksm=eac6c858ddb1414e21b95886d93a25beb7a2452fc66a1725e4fa6572e2432e633798f70b22e4&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;你已选中了添加链接的内容&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;1&quot;&gt;&lt;span class=&quot;js_jump_icon h5_image_link&quot; data-positionback=&quot;static&quot; style=&quot;max-width: 100%;line-height: 0;inset: auto;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img  data-type=&quot;jpeg&quot; data-ratio=&quot;0.6666666666666666&quot; data-w=&quot;720&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1712034485601f81dd95c8c1612677597.jpeg&quot;  /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;font-family: Optima-Regular, PingFangTC-light;line-height: 1.5em;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(136, 136, 136);font-size: 12px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;一文读懂 Kubernetes 容器网络&lt;/span&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;font-family: Optima-Regular, PingFangTC-light;line-height: 1.5em;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;text-align: left;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a class=&quot;weapp_image_link&quot; data-miniprogram-appid=&quot;wxb036cafe2994d7d0&quot; data-miniprogram-path=&quot;/portal/group-profile/group-profile?group_id=13104376175437498&amp;amp;invite_ticket=BgAAhl6oLK69p9KB6GHVi0T8yg&amp;amp;fromScene=bizArticle&quot; data-miniprogram-nickname=&quot;微信圈子&quot; href=&quot;&quot; data-miniprogram-type=&quot;image&quot; data-miniprogram-servicetype=&quot;0&quot; style=&quot;color: var(--weui-LINK);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;line-height: 0;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-ratio=&quot;0.4255555555555556&quot; data-w=&quot;900&quot;  style=&quot;border-width: 0px;border-style: initial;border-color: initial;background-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-351224743601f81de60f6d1612677598.jpeg&quot;  /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(136, 136, 136);font-size: 12px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;点击上方图片，打开小程序，加入「玩转 Linux」圈子&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;letter-spacing: 0.544px;white-space: normal;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5555555555555556&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;900&quot;  style=&quot;background-color: rgb(238, 237, 235);border-width: 1px;border-style: solid;border-color: rgb(238, 237, 235);background-size: 22px;background-position: center center;background-repeat: no-repeat;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1434283705601f81df2321a1612677599.png&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(136, 136, 136);font-size: 12px;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;&gt;更多有趣的互联网新鲜事，关注「奇妙的互联网」视频号全了解！&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;  /&gt;&lt;/span&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;letter-spacing: 0.544px;white-space: normal;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;color: rgb(89, 89, 89);font-size: 15px;background-color: rgb(255, 255, 255);text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI3MTI2NzkxMA==&amp;amp;mid=2247487968&amp;amp;idx=2&amp;amp;sn=476c03c6edfae6907020c23094496791&amp;amp;chksm=eac530c9ddb2b9dfa28b928a36b38c24dc40969accffc6e634592e97f7f9c85bfa0d30bb1a55&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;你已选中了添加链接的内容&quot; tab=&quot;innerlink&quot; data-linktype=&quot;1&quot; style=&quot;color: var(--weui-LINK);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;&quot;&gt;&lt;span class=&quot;js_jump_icon h5_image_link&quot; data-positionback=&quot;static&quot; style=&quot;inset: auto;margin: 0px;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-ratio=&quot;0.5555555555555556&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;900&quot;  style=&quot;border-width: 0px;border-style: initial;border-color: initial;inset: auto;margin: 0px;box-sizing: border-box !important;overflow-wrap: break-word !important;user-select: text !important;visibility: visible !important;width: 677px !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1404472400601f81dfb5f231612677599.png&quot;  /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         奇妙的Linux世界                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 14:00:00 +0800</pubDate></item><item><title>Oracle云时代MySQL HTAP解决方案</title><link>https://www.301404.com/post/139.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;Oracle Cloud 在2020年终于大张旗鼓的上线了推动，终于搞出来一个本地MySQL和线上MySQL大差异点云上HTAP MySQL方案：MySQL HeatWave。架构如下：&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages js_insertlocalimg&quot; data-ratio=&quot;0.6266666666666667&quot; data-s=&quot;300,640&quot;  data-type=&quot;png&quot; data-w=&quot;600&quot; style=&quot;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-119235366601f80b7421b51612677303.png&quot;  /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 在MySQL HeatWave架构下实现了数据请求单一入口，数据写入先写InnoDB，如果该表定义为Rapid引擎，同时从会InnoDB则推送给HeatWave; 对于SELECT请求，优化器会判断，如果从InnoDB中请求快，则从InnoDB层请求数据返回，如果涉及到复杂运算则从HeatWave中请求及返回。可以说这个结构是行(InnoDB)+列（HeatWave)混合存储的结构，同一个架构完美解决OLTP，OLAP需求（感觉也是一个高富帅的解决方法），从油管上看BenchMark基本是同行业无敌。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;这里大概也罗列一下HeatWave的一些限制，供使用者一些参考：&lt;/p&gt;&lt;p&gt;1. &amp;nbsp;HeatWave Cluster目前支持最多24个节点，每个节点最大内存420G，共9T数据，Rapid引擎数据在内存中，Youtube上有一些详细介绍，自行翻墙观看。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;2. HeatWave只能处理SELECT请求&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;3. 表的数据需要自动用HeatWave处理的，引擎需要改为：rapid为第二个引擎，数据还是持久化在InnoDB中, 对于不支持的列需要定义加上：not secondary 参考支持的数据类型：&amp;nbsp;&lt;/p&gt;&lt;p&gt;https://dev.mysql.com/doc/heatwave/en/heatwave-supported-data-types.html&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;4. 表引擎没有指定为Rapid的，如果想用HeatWave，需要手工加载到HeatWave中，如：alter table TBname secondary_load;&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;因为这个架构是基于云上基础能力开发的架构，目前没办法线下部署想体验，只能用Oracle Cloud上的MySQL &amp;nbsp;Service，在Oracle MySQL Service中也可以看到低于9T的数据，HTAP基本随意造了。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;如果你没办法使用Oracle Cloud，也可以考虑使用clickhouse扮演一部分这个功能，参考：&lt;span style=&quot;text-decoration: underline;color: rgb(3, 102, 214);&quot;&gt;https://clickhouse.tech/docs/en/engines/database-engines/materialize-mysql/&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;用好这个功能也可以给MySQL手工安装一个OLAP的翅膀。&lt;br  /&gt;&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         MySQLBeginner                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 13:55:03 +0800</pubDate></item><item><title>MySQL查看及杀掉链接方法大全</title><link>https://www.301404.com/post/137.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;p data-lake-id=&quot;48c32a09c7423bb870d4f72cece59db7&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.05em;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;前言：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;a20d224c568e48b9d67847a2c66a8c01_p_0&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;b1efdd3cb5892a1bb863cb29e64c5694&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;在数据库运维过程中，我们时常会关注数据库的链接情况，比如总共有多少链接、有多少活跃链接、有没有执行时间过长的链接等。数据库的各种异常也能通过链接情况间接反应出来，特别是数据库出现死锁或严重卡顿的时候，我们首先应该查看数据库是否有异常链接，并杀掉这些异常链接。本篇文章将主要介绍如何查看数据库链接及如何杀掉异常链接的方法。&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;7faf682ba42c11fe9a7dfecc88d937a4&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;h4 data-lake-id=&quot;bcd847dc4554029f5c92b7481359b2b7&quot; data-wording=&quot;true&quot; style=&quot;padding-top: 7px;padding-bottom: 7px;font-weight: 700;line-height: 24px;&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 104, 39);&quot;&gt;&amp;nbsp;&lt;/span&gt; 1.查看数据库链接&lt;/h4&gt;&lt;p data-lake-id=&quot;246ccde6c474552b308e58c2de4c1f1e&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;fea780bb2e7e41231582f6da2c47a77f&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;查看数据库链接最常用的语句就是 show processlist 了，这条语句可以查看数据库中存在的线程状态。普通用户只可以查看当前用户发起的链接，具有 PROCESS 全局权限的用户则可以查看所有用户的链接。&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;461353f6fd93ef6a0cbc76f8a71595c0&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;4eb2cc86306e3973cc95e60380a7ea61&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;show processlist 结果中的 Info 字段仅显示每个语句的前 100 个字符，如果需要显示更多信息，可以使用 show full processlist 。同样的，查看 information_schema.processlist 表也可以看到数据库链接状态信息。&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;e133c4e05f0df3ac698248dd413c018e&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;color: black;line-height: 1.6;letter-spacing: 0px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;padding: 10px;&quot;&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;box-shadow: rgba(170, 170, 170, 0.48) 0px 0px 6px 0px;max-width: 100%;border-radius: 4px;margin-top: 10px;margin-right: auto;margin-left: auto;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/4toJlb3BpXtvHHJY8qlFz7RyyHqOQibibjD7mp2EZLB58NFhtaoB8lACv2glSHYZnvySq7gaJ45mkmDhhw6EkXSw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(255, 255, 255);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 15px 16px 16px;display: -webkit-box;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;font-size: 12px;background: rgb(255, 255, 255);border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;普通用户只能看到当前用户发起的链接&lt;/span&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;user&lt;/span&gt;();&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;user()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;testuser@localhost&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------------------+&lt;/span&gt;&lt;br  /&gt;1&amp;nbsp;row&amp;nbsp;in&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;grants&lt;/span&gt;;&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;Grants&amp;nbsp;for&amp;nbsp;testuser@%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;GRANT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;USAGE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;ON&lt;/span&gt;&amp;nbsp;*.*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;TO&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;@&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;%&#039;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;GRANT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;SELECT&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;INSERT&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;UPDATE&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;DELETE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;ON&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`testdb`&lt;/span&gt;.*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;TO&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;@&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;%&#039;&lt;/span&gt;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;rows&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;processlist&lt;/span&gt;;&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;User&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;db&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Command&amp;nbsp;|&amp;nbsp;Time&amp;nbsp;|&amp;nbsp;State&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;769386&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;201&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;769390&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;|&amp;nbsp;testdb&amp;nbsp;|&amp;nbsp;Query&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;|&amp;nbsp;starting&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;processlist&lt;/span&gt;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;rows&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist;&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+-----------+----------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;HOST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;DB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;COMMAND&amp;nbsp;|&amp;nbsp;TIME&amp;nbsp;|&amp;nbsp;STATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+-----------+----------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;769386&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;210&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;769390&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;|&amp;nbsp;testdb&amp;nbsp;|&amp;nbsp;Query&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;|&amp;nbsp;executing&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+-----------+--------+---------+------+-----------+----------------------------------------------+&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;rows&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;授予了PROCESS权限后，可以看到所有用户的链接&lt;/span&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;grant&lt;/span&gt;&amp;nbsp;process&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;on&lt;/span&gt;&amp;nbsp;*.*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;to&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;@&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;%&#039;&lt;/span&gt;;&lt;br  /&gt;Query&amp;nbsp;OK,&amp;nbsp;0&amp;nbsp;rows&amp;nbsp;affected&amp;nbsp;(0.01&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;flush&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;privileges&lt;/span&gt;;&lt;br  /&gt;Query&amp;nbsp;OK,&amp;nbsp;0&amp;nbsp;rows&amp;nbsp;affected&amp;nbsp;(0.00&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;grants&lt;/span&gt;;&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;Grants&amp;nbsp;for&amp;nbsp;testuser@%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;GRANT&lt;/span&gt;&amp;nbsp;PROCESS&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;ON&lt;/span&gt;&amp;nbsp;*.*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;TO&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;@&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;%&#039;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;GRANT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;SELECT&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;INSERT&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;UPDATE&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;DELETE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;ON&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`testdb`&lt;/span&gt;.*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;TO&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;@&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;%&#039;&lt;/span&gt;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;----------------------------------------------------------------------+&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;rows&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;br  /&gt;&lt;br  /&gt;mysql&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;processlist&lt;/span&gt;;&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+--------------------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;User&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;db&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Command&amp;nbsp;|&amp;nbsp;Time&amp;nbsp;|&amp;nbsp;State&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+--------------------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;|&amp;nbsp;769347&amp;nbsp;|&amp;nbsp;root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;testdb&amp;nbsp;|&amp;nbsp;Sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;53&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;769357&amp;nbsp;|&amp;nbsp;root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;192.168.85.0:61709&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;521&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;769386&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;Sleep&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;406&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br  /&gt;|&amp;nbsp;769473&amp;nbsp;|&amp;nbsp;testuser&amp;nbsp;|&amp;nbsp;localhost&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;testdb&amp;nbsp;|&amp;nbsp;Query&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;|&amp;nbsp;starting&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;processlist&lt;/span&gt;&amp;nbsp;|&lt;br  /&gt;+&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;--------+----------+--------------------+--------+---------+------+----------+------------------+&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;4&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;rows&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;set&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;0.00&lt;/span&gt;&amp;nbsp;sec)&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p data-lake-id=&quot;a2009045cf11b8f3d75c34c4603b93dd&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;mpcpc js_editor_cpcad=&quot;&quot; class=&quot;js_cpc_area cpc_iframe&quot; src=&quot;/cgi-bin/readtemplate?t=tmpl/cpc_tmpl#1612613395457&quot; data-category_id_list=&quot;1|11|16|17|22|24|26|27|28|29|3|31|32|35|36|37|39|41|42|43|45|46|47|48|49|5|50|51|52|53|54|55|7|8&quot; data-id=&quot;1612613395457&quot;&gt;&lt;/mpcpc&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;d466d5d54c103bbcc11ffb966f1a699f&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;通过 show processlist 所得结果，我们可以清晰了解各线程链接的详细信息。具体字段含义还是比较容易理解的，下面具体来解释下各个字段代表的意思：&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;51ec0e7da4320bc164bc58c4f361199e&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-lake-id=&quot;4b77a80cd524bd367af0fc04bbd2f9ea&quot; lake-indent=&quot;0&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Id&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：就是这个链接的唯一标识，可通过 kill 命令，加上这个Id值将此链接杀掉。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;User&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：就是指发起这个链接的用户名。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Host&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：记录了发送请求的客户端的 IP 和 端口号，可以定位到是哪个客户端的哪个进程发送的请求。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;db&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：当前执行的命令是在哪一个数据库上。如果没有指定数据库，则该值为 NULL 。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Command&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：是指此刻该线程链接正在执行的命令。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Time&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：表示该线程链接处于当前状态的时间。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;State&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：线程的状态，和 Command 对应。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;Info&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;：记录的是线程执行的具体语句。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-lake-id=&quot;35f0c49a5b4f1e18a23d6da7536ee08b&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;c075df9d3a74ad6fdac8205e0348c5c7&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;当数据库链接数过多时，筛选有用信息又成了一件麻烦事，比如我们只想查某个用户或某个状态的链接。这个时候用 show processlist 则会查找出一些我们不需要的信息，此时使用 information_schema.processlist 进行筛选会变得容易许多，下面展示几个常见筛选需求：&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;df1197e1b93da91abc67b61e010c2be9&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;color: black;line-height: 1.6;letter-spacing: 0px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;padding: 10px;&quot;&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;box-shadow: rgba(170, 170, 170, 0.48) 0px 0px 6px 0px;max-width: 100%;border-radius: 4px;margin-top: 10px;margin-right: auto;margin-left: auto;&quot;&gt;&lt;span style=&quot;display: block;background: url(&amp;quot;https://mmbiz.qpic.cn/mmbiz_png/4toJlb3BpXtvHHJY8qlFz7RyyHqOQibibjD7mp2EZLB58NFhtaoB8lACv2glSHYZnvySq7gaJ45mkmDhhw6EkXSw/640?wx_fmt=png&amp;quot;) 10px 10px / 40px no-repeat rgb(255, 255, 255);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;&quot;&gt;&lt;/span&gt;&lt;code style=&quot;overflow-x: auto;padding: 15px 16px 16px;display: -webkit-box;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;font-size: 12px;background: rgb(255, 255, 255);border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;只查看某个ID的链接信息&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;id&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;705207&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;筛选出某个用户的链接&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;user&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;筛选出所有非空闲的链接&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;command&amp;nbsp;!=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Sleep&#039;&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;筛选出空闲时间在600秒以上的链接&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;command&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Sleep&#039;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;and&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #5c2699;line-height: 26px;&quot;&gt;time&lt;/span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;600&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;筛选出处于某个状态的链接&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;state&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Sending&amp;nbsp;data&#039;&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;筛选某个客户端IP的链接&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.processlist&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;host&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;like&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;192.168.85.0%&#039;&lt;/span&gt;;&lt;span style=&quot;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;text-align: justify;letter-spacing: 0px;&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;h4 data-lake-id=&quot;0cf058417117975a51cbfff988fc7dbb&quot; data-wording=&quot;true&quot; style=&quot;padding-top: 7px;padding-bottom: 7px;font-weight: 700;line-height: 24px;&quot;&gt;&lt;mpcpc js_editor_cpcad=&quot;&quot; class=&quot;js_cpc_area cpc_iframe&quot; src=&quot;/cgi-bin/readtemplate?t=tmpl/cpc_tmpl#1612613405811&quot; data-category_id_list=&quot;1|11|16|17|22|24|26|27|28|29|3|31|32|35|36|37|39|41|42|43|45|46|47|48|49|5|50|51|52|53|54|55|7|8&quot; data-id=&quot;1612613405811&quot;&gt;&lt;/mpcpc&gt;&lt;/h4&gt;&lt;h4 data-lake-id=&quot;0cf058417117975a51cbfff988fc7dbb&quot; data-wording=&quot;true&quot; style=&quot;padding-top: 7px;padding-bottom: 7px;font-weight: 700;line-height: 24px;&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 104, 39);&quot;&gt;&amp;nbsp;&lt;/span&gt; 2.杀掉数据库链接&lt;/h4&gt;&lt;p data-lake-id=&quot;eb7368935eaf3f5919fb2c3bc95f5930&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;d009b05947e74934b2bc19a3b1211af2&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;如果某个数据库链接异常，我们可以通过 kill 语句来杀掉该链接，kill 标准语法是：KILL [CONNECTION | QUERY] processlist_id;&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;8ab22fff556e5233407ff8ed4d917e52&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;d44cc47893380500e7fbe96ada0efa88&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;KILL 允许使用可选的 CONNECTION 或 QUERY 修饰符：&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;f02ee09946a5f16c56c39a3e37d12df3&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-lake-id=&quot;00efbdfa5c0937f01c3b659bc1ac5c2b&quot; lake-indent=&quot;0&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;KILL CONNECTION 与不含修改符的 KILL 一样，它会终止该 process 相关链接。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;KILL QUERY 终止链接当前正在执行的语句，但保持链接本身不变。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-lake-id=&quot;bbc6afc4741f10f4ed09019d445b477f&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;cf3bed83bb1b9e2ce6dd0a91f3c5d056&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;杀掉链接的能力取决于 SUPER 权限：&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;f94273069d35c5275e0a811638e00106&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;ul data-lake-id=&quot;419fe9198b6e0f2f4d815d0f16c05783&quot; lake-indent=&quot;0&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot; class=&quot;list-paddingleft-2&quot;&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;如果没有 SUPER 权限，则只能杀掉当前用户发起的链接。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;具有 SUPER 权限的用户，可以杀掉所有链接。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-lake-id=&quot;12f589826240cbf6ee4763badb9451a8&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;545596dbb3624f2bc18a18843810218e&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;遇到突发情况，需要批量杀链接时，可以通过拼接 SQL 得到 kill 语句，然后再执行，这样会方便很多，分享几个可能用到的杀链接的 SQL ：&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;55754915cd8d8ae31fd5754e34102510&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;color: black;line-height: 1.6;letter-spacing: 0px;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;font-size: 14px;padding: 10px;&quot;&gt;&lt;pre data-tool=&quot;mdnice编辑器&quot; style=&quot;box-shadow: rgba(170, 170, 170, 0.48) 0px 0px 6px 0px;max-width: 100%;border-radius: 4px;margin-top: 10px;margin-right: auto;margin-left: auto;&quot;&gt;&lt;code style=&quot;overflow-x: auto;padding: 15px 16px 16px;display: -webkit-box;font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;font-size: 12px;background: rgb(255, 255, 255);border-radius: 5px;&quot;&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;杀掉空闲时间在600秒以上的链接，拼接得到kill语句&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;concat&lt;/span&gt;(&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;KILL&amp;nbsp;&#039;&lt;/span&gt;,&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;id&lt;/span&gt;,&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;;&#039;&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`processlist`&lt;/span&gt;&amp;nbsp;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;command&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Sleep&#039;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;and&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #5c2699;line-height: 26px;&quot;&gt;time&lt;/span&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;color: #1c00cf;line-height: 26px;&quot;&gt;600&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;杀掉处于某个状态的链接，拼接得到kill语句&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;concat&lt;/span&gt;(&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;KILL&amp;nbsp;&#039;&lt;/span&gt;,&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;id&lt;/span&gt;,&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;;&#039;&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`processlist`&lt;/span&gt;&amp;nbsp;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;state&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Sending&amp;nbsp;data&#039;&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;concat&lt;/span&gt;(&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;KILL&amp;nbsp;&#039;&lt;/span&gt;,&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;id&lt;/span&gt;,&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;;&#039;&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`processlist`&lt;/span&gt;&amp;nbsp;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;where&lt;/span&gt;&amp;nbsp;state&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;Waiting&amp;nbsp;for&amp;nbsp;table&amp;nbsp;metadata&amp;nbsp;lock&#039;&lt;/span&gt;;&lt;br  /&gt;&lt;br  /&gt;&lt;span style=&quot;color: #007400;line-height: 26px;&quot;&gt;#&amp;nbsp;杀掉某个用户发起的链接，拼接得到kill语句&lt;/span&gt;&lt;br  /&gt;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;concat&lt;/span&gt;(&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;KILL&amp;nbsp;&#039;&lt;/span&gt;,&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;id&lt;/span&gt;,&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;;&#039;&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;from&lt;/span&gt;&amp;nbsp;information_schema.&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;`processlist`&lt;/span&gt;&amp;nbsp;&lt;br  /&gt;&amp;nbsp;&lt;span style=&quot;color: #aa0d91;line-height: 26px;&quot;&gt;user&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;color: #c41a16;line-height: 26px;&quot;&gt;&#039;testuser&#039;&lt;/span&gt;;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p data-lake-id=&quot;1b07807410972def61d5774fb9e2806b&quot; style=&quot;font-size: 14px;color: rgb(38, 38, 38);line-height: 1.74;letter-spacing: 0.05em;outline-style: none;overflow-wrap: break-word;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;8113efcc441b86de52232a571a006fbe&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;这里提醒下，kill 语句一定要慎用！特别是此链接执行的是更新语句或表结构变动语句时，杀掉链接可能需要比较长时间的回滚操作。&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;9d7cf44ed0bfc3f6d66eb7e523ad6ff0&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;ebcdc0828dc5498e6040ba70d3b60a42&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;总结：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;fef52bb98fa47a0b48ab4a9bc5e56f1e&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;14da3f80fbfeb5cce88c2f567be7dc50&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;本篇文章讲解了查看及杀掉数据库链接的方法，以后怀疑数据库有问题，可以第一时间看下数据库链接情况。&lt;/span&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;f13ad79e95593819cd3e75baba1b0d7e&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p data-lake-id=&quot;f84aa613ea588256223bffe829cb43c2&quot; data-wording=&quot;true&quot; style=&quot;margin-right: 8px;margin-left: 8px;max-width: 100%;min-height: 1em;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;white-space: normal;text-size-adjust: auto;font-size: 14px;color: rgb(38, 38, 38);letter-spacing: 0.05em;outline-style: none;line-height: 2em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;color: rgb(255, 41, 65);&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(255, 41, 65);max-width: 100%;font-size: 15px;letter-spacing: 1px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;最后祝各位新年快乐！年前最后一篇技术文，点个在看可好？等着我，年前有波红包抽奖要来的！！&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;white-space: normal;max-width: 100%;box-sizing: border-box;caret-color: rgb(51, 51, 51);font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;text-size-adjust: auto;background-color: rgb(255, 255, 255);overflow-wrap: break-word !important;&quot;&gt;&lt;section powered-by=&quot;xiumi.us&quot; style=&quot;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;padding-top: 1.1em;max-width: 100%;box-sizing: border-box;text-align: center;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;box-sizing: border-box;display: inline-block;vertical-align: top;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;padding: 0.2em 0.4em;max-width: 100%;box-sizing: border-box;border-radius: 0px 0.5em 0.5em 0px;background-color: rgb(249, 110, 87);color: rgb(255, 255, 255);overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;box-sizing: border-box;min-height: 1em;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;推荐阅读&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;max-width: 100%;box-sizing: border-box;width: 0px;border-right: 4px solid rgb(249, 110, 87);border-top: 4px solid rgb(249, 110, 87);overflow-wrap: break-word !important;border-left: 4px solid transparent !important;border-bottom: 4px solid transparent !important;&quot;&gt;&lt;br  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;padding-left: 10px;max-width: 100%;box-sizing: border-box;display: inline-block;vertical-align: top;color: rgb(160, 160, 160);font-size: 14px;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;box-sizing: border-box;min-height: 1em;overflow-wrap: break-word !important;&quot;&gt;（点击标题可跳转阅读）&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;margin-top: -3.5em;margin-left: 8px;padding: 3.5em 10px 10px;max-width: 100%;box-sizing: border-box;border-width: 1px;border-style: solid;border-color: rgb(204, 204, 204);overflow-wrap: break-word !important;&quot;&gt;&lt;section powered-by=&quot;xiumi.us&quot; style=&quot;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;max-width: 100%;box-sizing: border-box;font-size: 14px;line-height: 2.6;overflow-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2NTA3OTY2Nw==&amp;amp;mid=2647635846&amp;amp;idx=1&amp;amp;sn=9b3153af46f491e517a5ee0ea50b019a&amp;amp;chksm=f299c99ac5ee408c61267bfd39a9477c1ca3d29822d7f6704bca3b1247525e94264a2d5ba7c9&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;MySQL字段类型最全解析&lt;/a&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2NTA3OTY2Nw==&amp;amp;mid=2647635812&amp;amp;idx=1&amp;amp;sn=1bd1c90a029efdb0ccfab0bed1862d12&amp;amp;chksm=f299c978c5ee406e21e0cb658ddeec0908df38d7cfeaecea45079b5be1d2e4a3febd2fcdb64c&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;简单说几个MySQL高频面试题&lt;/a&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;max-width: 100%;min-height: 1em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzI2NTA3OTY2Nw==&amp;amp;mid=2647635621&amp;amp;idx=1&amp;amp;sn=2b430266418688ca00d6f49958639472&amp;amp;chksm=f299c8b9c5ee41af81cdb503f21d3b32b468bf42b3abf7f27106a6708f9dda713bc5a9636b0d&amp;amp;scene=21#wechat_redirect&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;年底了，你的数据库密码安全吗&lt;/a&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 8px;margin-left: 8px;white-space: normal;max-width: 100%;caret-color: rgb(51, 51, 51);text-size-adjust: auto;font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;background-color: rgb(255, 255, 255);letter-spacing: 1.5px;line-height: 1.75em;text-align: center;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(0, 0, 0);box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;color: rgb(83, 83, 83);font-size: 16px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;- End -&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 8px;margin-left: 8px;white-space: normal;max-width: 100%;caret-color: rgb(51, 51, 51);text-size-adjust: auto;font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;background-color: rgb(255, 255, 255);letter-spacing: 1.5px;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 16px;margin-left: 16px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-size-adjust: auto;background-color: rgb(255, 255, 255);caret-color: rgb(62, 62, 62);color: rgb(62, 62, 62);font-size: 16px;letter-spacing: 1px;text-align: center;min-height: 1em;white-space: pre-wrap;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(102, 102, 102);font-size: 14px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;动动手指转发、在看&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 16px;margin-left: 16px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-size-adjust: auto;background-color: rgb(255, 255, 255);caret-color: rgb(62, 62, 62);color: rgb(62, 62, 62);font-size: 16px;letter-spacing: 1px;text-align: center;min-height: 1em;white-space: pre-wrap;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: rgb(102, 102, 102);font-size: 14px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;是对我最大的鼓励&lt;/strong&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 16px;margin-left: 16px;max-width: 100%;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-size-adjust: auto;background-color: rgb(255, 255, 255);caret-color: rgb(62, 62, 62);color: rgb(62, 62, 62);font-size: 16px;letter-spacing: 1px;text-align: center;min-height: 1em;white-space: pre-wrap;line-height: 1.75em;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;  /&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 16px;margin-left: 16px;white-space: normal;max-width: 100%;caret-color: rgb(51, 51, 51);text-size-adjust: auto;font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;background-color: rgb(255, 255, 255);text-align: center;line-height: 1.75em;letter-spacing: 1.5px;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;img class=&quot;rich_pages&quot; data-cropselx1=&quot;20&quot; data-cropselx2=&quot;221&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;279&quot; data-ratio=&quot;1.1582089552238806&quot; data-s=&quot;300,640&quot;  data-type=&quot;png&quot; data-w=&quot;670&quot; style=&quot;height: 279px;box-shadow: rgb(170, 170, 170) 0px 0px 14px 0px;width: 241px;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-582947497601f8025bc27a1612677157.png&quot;  /&gt;&lt;/section&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         MySQL技术                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Sun, 07 Feb 2021 10:33:26 +0800</pubDate></item><item><title>null调整为not null default xxx，不得不注意的坑</title><link>https://www.301404.com/post/138.html</link><description>&lt;div class=&#039;wxsyncmain&#039;&gt;                                                                                                          &lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;最近碰到一个case，值得分享一下。&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;transform: rotate(0deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);font-size: 18px;color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;现象&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;一个DDL，将列的属性从null调整为not null default xxx，&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;sql&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__keyword&quot;&gt;alter&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__keyword&quot;&gt;table&lt;/span&gt;&amp;nbsp;slowtech.t1&amp;nbsp;&lt;span class=&quot;code-snippet__keyword&quot;&gt;modify&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__keyword&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__built_in&quot;&gt;varchar&lt;/span&gt;(&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;)&amp;nbsp;&lt;span class=&quot;code-snippet__keyword&quot;&gt;not&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__keyword&quot;&gt;default&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;code-snippet__string&quot;&gt;&#039;slowtech&#039;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;通过平台执行（平台调用的是pt-online-schema-change）。&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;但在执行的过程中，&lt;span style=&quot;color: rgb(72, 118, 255);&quot;&gt;业务SQL报错&lt;/span&gt;，提示“ERROR 1048 (23000): Column &#039;name&#039; cannot be null”。&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;在剖析具体的问题之前，首先，我们看看pt-online-schema-change的原理。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);font-size: 18px;color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;PT-OSC的&lt;span style=&quot;box-sizing: border-box;&quot;&gt;实现&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;原理&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;img data-cropselx1=&quot;0&quot; data-cropselx2=&quot;578&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;443&quot; data-ratio=&quot;0.7656045395024007&quot;  data-type=&quot;png&quot; data-w=&quot;2291&quot; style=&quot;vertical-align: middle;box-sizing: border-box;width: 578px;height: 442px;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-511664746601f808b4a9241612677259.png&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;从原理图中可以看到，&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;1. &amp;nbsp;对于全量数据的同步，pt-online-schema-change是以chunk为单位分批来拷贝的。&lt;/p&gt;&lt;p&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;2. &amp;nbsp;对于增量数据的同步，pt-online-schema-change是通过触发器来实现的。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;结合pt-online-schema-change的原理，我们来重现下问题场景。&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;perl&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech.t1(id &lt;span class=&quot;code-snippet__keyword&quot;&gt;int&lt;/span&gt; primary key,name varchar(&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;));&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech._t1_new(id &lt;span class=&quot;code-snippet__keyword&quot;&gt;int&lt;/span&gt; primary key,name varchar(&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;));&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; alter table slowtech._t1_new modify name varchar(&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;) &lt;span class=&quot;code-snippet__keyword&quot;&gt;not&lt;/span&gt; null default &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;slowtech&#039;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create trigger slowtech.&lt;span class=&quot;code-snippet__string&quot;&gt;`pt_osc_slowtech_t1_ins`&lt;/span&gt; after insert on &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;each&lt;/span&gt; row replace into &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`_t1_new`&lt;/span&gt; (&lt;span class=&quot;code-snippet__string&quot;&gt;`id`&lt;/span&gt;, &lt;span class=&quot;code-snippet__string&quot;&gt;`name`&lt;/span&gt;) &lt;span class=&quot;code-snippet__keyword&quot;&gt;values&lt;/span&gt; (new.&lt;span class=&quot;code-snippet__string&quot;&gt;`id`&lt;/span&gt;, new.&lt;span class=&quot;code-snippet__string&quot;&gt;`name`&lt;/span&gt;);&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert into slowtech.t1(id) &lt;span class=&quot;code-snippet__keyword&quot;&gt;values&lt;/span&gt;(&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;);&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;ERROR &lt;span class=&quot;code-snippet__number&quot;&gt;1048&lt;/span&gt; (&lt;span class=&quot;code-snippet__number&quot;&gt;23000&lt;/span&gt;): Column &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;name&#039;&lt;/span&gt; cannot be null&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;问题完美呈现，有的童鞋可能会有疑问，t1的name列默认不是null么？&lt;/span&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;为什么不允许null值的插入？&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;section powered-by=&quot;xiumi.us&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section powered-by=&quot;xiumi.us&quot; style=&quot;transform: rotate(0deg);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);font-size: 18px;color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;问题原因&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;问题出在触发器上面。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;font-size: 16px;&quot;&gt;触发器会将业务SQL（“insert into slowtech.t1(id) values(1)”）和触发操作（“replace into slowtech._t1_new (id, name) values(1, null)”）放到&lt;span style=&quot;color: rgb(72, 118, 255);&quot;&gt;一个事务内执行&lt;/span&gt;。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;“insert into slowtech.t1(id) values(1)”并不违反t1表的约束，但违反了_t1_new表的约束。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;通过上面的分析，我们得到了两点启示：&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;1. &amp;nbsp;类似DDL（将列的属性从null修改为not null default &#039;abc&#039;）要注意。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;从原理上看，&lt;/span&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;color: rgb(72, 118, 255);&quot;&gt;既然涉及到全量数据+增量数据的同步，都会存在这种问题&lt;/span&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;，不单单是pt-online-schema-change，包括Online DDL，gh-ost同样如此&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;只不过，触发器这种方案会将业务SQL和触发操作耦合在一起，相对来说，对业务有一定的侵入性。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;2. 既然触发器会将业务SQL和触发操作放到一个事务内执行，&lt;span style=&quot;color: rgb(72, 118, 255);&quot;&gt;如果pt-online-schema-change异常退出，留下了触发器和中间表（_t1_new），在清理现场时，应首先删除触发器，再删除中间表。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;如果首先删除中间表，会导致针对原表的所有DML操作失败。&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;cs&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; drop table slowtech._t1_new;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert &lt;span class=&quot;code-snippet__keyword&quot;&gt;into&lt;/span&gt; slowtech.&lt;span class=&quot;code-snippet__function&quot;&gt;t1 &lt;span class=&quot;code-snippet__title&quot;&gt;values&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;,&lt;span class=&quot;code-snippet__string&quot;&gt;&#039;victor&#039;&lt;/span&gt;&lt;/span&gt;)&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;ERROR &lt;span class=&quot;code-snippet__number&quot;&gt;1146&lt;/span&gt; (&lt;span class=&quot;code-snippet__number&quot;&gt;42&lt;/span&gt;S02): Table &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;slowtech._t1_new&#039;&lt;/span&gt; doesn&lt;span class=&quot;code-snippet__string&quot;&gt;&#039;t exist&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);font-size: 18px;color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;数据拷贝也有坑&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;在执行DDL之前，还有一段小插曲。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;在执行DDL之前，开发提单将该列的null值修改为了默认值。这样就导致了，问题是在业务SQL插入的过程中暴露的，而不是在数据拷贝过程中暴露。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: rgb(72, 118, 255);&quot;&gt;在数据拷贝的过程中，如果拷贝的数据中，该列存在null值，pt-online-schema-change会直接报错退出。&lt;/span&gt;&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;typescript&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech.t1(id int primary key,name varchar(&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;));&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert into slowtech.t1(id) values(&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;);&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;# pt-online-schema-change h=xxxxx,u=root,p=&lt;span class=&quot;code-snippet__number&quot;&gt;123456&lt;/span&gt;,D=slowtech,t=t1 --alter &lt;span class=&quot;code-snippet__string&quot;&gt;&quot;modify name varchar(10) not null default &#039;slowtech&#039;&quot;&lt;/span&gt; --execute&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;No slaves found.  See --recursion-method &lt;span class=&quot;code-snippet__keyword&quot;&gt;if&lt;/span&gt; host xxxx has slaves.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Not checking slave lag because no slaves were found and --check-slave-lag was not specified.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Operation, tries, wait:&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  analyze_table, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  copy_rows, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;0.25&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  create_triggers, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  drop_triggers, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  swap_tables, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  update_foreign_keys, &lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Altering &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt;...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Creating &lt;span class=&quot;code-snippet__keyword&quot;&gt;new&lt;/span&gt; table...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Created &lt;span class=&quot;code-snippet__keyword&quot;&gt;new&lt;/span&gt; table slowtech._t1_new OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Altering &lt;span class=&quot;code-snippet__keyword&quot;&gt;new&lt;/span&gt; table...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Altered &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`_t1_new`&lt;/span&gt; OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Creating triggers...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Created triggers OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Copying approximately &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; rows...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropping triggers...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropped triggers OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropping &lt;span class=&quot;code-snippet__keyword&quot;&gt;new&lt;/span&gt; table...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropped &lt;span class=&quot;code-snippet__keyword&quot;&gt;new&lt;/span&gt; table OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt; was not altered.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;        (&lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; cleanup) &lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; &lt;span class=&quot;code-snippet__built_in&quot;&gt;Error&lt;/span&gt; copying rows &lt;span class=&quot;code-snippet__keyword&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt; to &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`_t1_new`&lt;/span&gt;: &lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Copying rows caused a MySQL error &lt;span class=&quot;code-snippet__number&quot;&gt;1048&lt;/span&gt;:&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;    Level: Warning&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;     Code: &lt;span class=&quot;code-snippet__number&quot;&gt;1048&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;  Message: Column &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;name&#039;&lt;/span&gt; cannot be &lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;    Query: INSERT LOW_PRIORITY IGNORE INTO &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`_t1_new`&lt;/span&gt; (&lt;span class=&quot;code-snippet__string&quot;&gt;`id`&lt;/span&gt;, &lt;span class=&quot;code-snippet__string&quot;&gt;`name`&lt;/span&gt;) SELECT &lt;span class=&quot;code-snippet__string&quot;&gt;`id`&lt;/span&gt;, &lt;span class=&quot;code-snippet__string&quot;&gt;`name`&lt;/span&gt; FROM &lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt; LOCK IN SHARE MODE &lt;span class=&quot;code-snippet__comment&quot;&gt;/*pt-online-schema-change 9234 copy table*/&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropping triggers...&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;2020&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-09&lt;/span&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;-07&lt;/span&gt;T09:&lt;span class=&quot;code-snippet__number&quot;&gt;13&lt;/span&gt;:&lt;span class=&quot;code-snippet__number&quot;&gt;25&lt;/span&gt; Dropped triggers OK.&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__string&quot;&gt;`slowtech`&lt;/span&gt;.&lt;span class=&quot;code-snippet__string&quot;&gt;`t1`&lt;/span&gt; was not altered.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;上述报错，pt-online-schema-change加个参数即可规避（--null-to-not-null）。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;在实现上，该参数会忽略1048错误，此时，对于字符类型的列，会填充空字符，对于数字类型的列，会填充0。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;cs&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech.t1(id &lt;span class=&quot;code-snippet__keyword&quot;&gt;int&lt;/span&gt; primary key,&lt;span class=&quot;code-snippet__function&quot;&gt;name &lt;span class=&quot;code-snippet__title&quot;&gt;varchar&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;&lt;/span&gt;))&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech._t1_new(id &lt;span class=&quot;code-snippet__keyword&quot;&gt;int&lt;/span&gt; primary key,&lt;span class=&quot;code-snippet__function&quot;&gt;name &lt;span class=&quot;code-snippet__title&quot;&gt;varchar&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;&lt;/span&gt;))&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; alter table slowtech._&lt;span class=&quot;code-snippet__function&quot;&gt;t1_new modify name &lt;span class=&quot;code-snippet__title&quot;&gt;varchar&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;&lt;/span&gt;) not &lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;default&lt;/span&gt; &#039;slowtech&#039;&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert &lt;span class=&quot;code-snippet__keyword&quot;&gt;into&lt;/span&gt; slowtech.t1(id) values(&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;);&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;select&lt;/span&gt; * &lt;span class=&quot;code-snippet__keyword&quot;&gt;from&lt;/span&gt; slowtech.t1;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;| id | name |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|  &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; | NULL |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;code-snippet__function&quot;&gt;row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;code-snippet__title&quot;&gt;set&lt;/span&gt; (&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;0.00&lt;/span&gt; sec&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert low_priority ignore &lt;span class=&quot;code-snippet__keyword&quot;&gt;into&lt;/span&gt; slowtech._&lt;span class=&quot;code-snippet__title&quot;&gt;t1_new&lt;/span&gt; (&lt;span class=&quot;code-snippet__params&quot;&gt;id, name&lt;/span&gt;) &lt;span class=&quot;code-snippet__keyword&quot;&gt;select&lt;/span&gt; id, name &lt;span class=&quot;code-snippet__keyword&quot;&gt;from&lt;/span&gt; slowtech.t1 &lt;span class=&quot;code-snippet__keyword&quot;&gt;lock&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; share mode&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Query OK, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; row affected, &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; warning (&lt;span class=&quot;code-snippet__number&quot;&gt;0.01&lt;/span&gt; sec)&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;Records: &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;  Duplicates: &lt;span class=&quot;code-snippet__number&quot;&gt;0&lt;/span&gt;  Warnings: &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; show warnings;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+---------+------+------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;| Level   | Code | Message                      |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+---------+------+------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;| Warning | &lt;span class=&quot;code-snippet__number&quot;&gt;1048&lt;/span&gt; | Column &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;name&#039;&lt;/span&gt; cannot be &lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt; |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+---------+------+------------------------------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;code-snippet__function&quot;&gt;row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;code-snippet__title&quot;&gt;set&lt;/span&gt; (&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;0.00&lt;/span&gt; sec&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;select&lt;/span&gt; * &lt;span class=&quot;code-snippet__keyword&quot;&gt;from&lt;/span&gt; slowtech._t1_new&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;| id | name |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|  &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; |      |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;code-snippet__function&quot;&gt;row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;code-snippet__title&quot;&gt;set&lt;/span&gt; (&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;0.00&lt;/span&gt; sec&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;font-size: 16px;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;所以，线上使用该参数要注意，要确认被填充的值是否符合自己的预期行为。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 16px;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;从目前的分析来看，要将一个列的属性从null直接修改为not null default xxx，几乎是不可能的，除非：&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;1. &amp;nbsp;该列不存在null值。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;2. &amp;nbsp;在DDL的过程中，没有类似于“insert into slowtech.t1(id) values(1)”的业务SQL出现。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;transform: rotate(0deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;结论&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;很显然，这两个条件很难同时满足。既然如此，这个需求还能实现吗？能！只不过比较复杂。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;下面，看看具体的实施步骤。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;1.&amp;nbsp;&amp;nbsp;&lt;span style=&quot;font-size: 16px;&quot;&gt;首先，将列的属性调整为null default xxx，这样做的目的是为了避免增量同步过程中，类似“insert into slowtech.t1(id) values(1)”的业务SQL，产生新的null值。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;2. 其次，手动将null值调整为默认值。需要注意的是，如果记录数较多，这一步的操作难度也是极大的。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;3. 最后，将列的属性调整为not null default xxx。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;padding: 3px;display: inline-block;border-bottom: 1px solid rgb(72, 118, 255);font-size: 18px;color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;p cid=&quot;n47&quot; mdtype=&quot;heading&quot; style=&quot;box-sizing: border-box;&quot;&gt;对于not null default xxx的正确理解&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;在很多数据库规范里面，都推荐将列定义为not null default xxx，但很多童鞋，对这段定义的实际效果却相当模糊。&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;下面具体来说说，这段定义的实际作用。这段定义实际上由两部分组成：&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;br  /&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;1.&amp;nbsp;&amp;nbsp;&lt;span style=&quot;font-size: 16px;&quot;&gt;not null，约束，指的是不可显式插入null值，如，&lt;/span&gt;&lt;/p&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;cs&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; create table slowtech.t1(id &lt;span class=&quot;code-snippet__keyword&quot;&gt;int&lt;/span&gt; primary key,&lt;span class=&quot;code-snippet__function&quot;&gt;name &lt;span class=&quot;code-snippet__title&quot;&gt;varchar&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;10&lt;/span&gt;&lt;/span&gt;) not &lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;default&lt;/span&gt; &#039;slowtech&#039;)&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert &lt;span class=&quot;code-snippet__keyword&quot;&gt;into&lt;/span&gt; slowtech.&lt;span class=&quot;code-snippet__function&quot;&gt;t1 &lt;span class=&quot;code-snippet__title&quot;&gt;values&lt;/span&gt;(&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;,&lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt;&lt;/span&gt;)&lt;/span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;ERROR &lt;span class=&quot;code-snippet__number&quot;&gt;1048&lt;/span&gt; (&lt;span class=&quot;code-snippet__number&quot;&gt;23000&lt;/span&gt;): Column &lt;span class=&quot;code-snippet__string&quot;&gt;&#039;name&#039;&lt;/span&gt; cannot be &lt;span class=&quot;code-snippet__literal&quot;&gt;null&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br  /&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;2. &amp;nbsp;default &#039;slowtech&#039;，如果在插入时，没有显式指定值，则以默认值填充。&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section class=&quot;code-snippet__fix code-snippet__js&quot;&gt;&lt;ul class=&quot;code-snippet__line-index code-snippet__js&quot;&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;code-snippet__js&quot; data-lang=&quot;cs&quot;&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; insert &lt;span class=&quot;code-snippet__keyword&quot;&gt;into&lt;/span&gt; slowtech.t1(id) values(&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt;);&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;mysql&amp;gt; &lt;span class=&quot;code-snippet__keyword&quot;&gt;select&lt;/span&gt; * &lt;span class=&quot;code-snippet__keyword&quot;&gt;from&lt;/span&gt; slowtech.t1;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;| id | name     |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;|  &lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; | slowtech |&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;+----+----------+&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;code-snippet_outer&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;1&lt;/span&gt; &lt;span class=&quot;code-snippet__function&quot;&gt;row &lt;span class=&quot;code-snippet__keyword&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;code-snippet__title&quot;&gt;set&lt;/span&gt; (&lt;span class=&quot;code-snippet__params&quot;&gt;&lt;span class=&quot;code-snippet__number&quot;&gt;0.00&lt;/span&gt; sec&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;可以看到，这两部分其实没有任何关系，对于一个列，我们同样可以定义为null default xxx。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: rgb(72, 118, 255);font-size: 18px;letter-spacing: 0px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;br  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;margin: 10px 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 0 0 auto;align-self: flex-end;min-width: 10%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: translate3d(8px, 0px, 0px);margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;color: rgb(72, 118, 255);font-size: 18px;padding-right: 10px;padding-left: 10px;letter-spacing: 0px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;往期&amp;nbsp;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;·&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;推荐&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin-right: 0%;margin-bottom: 3px;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;height: 1px;background-color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;transform: translate3d(10px, 0px, 0px);-webkit-transform: translate3d(10px, 0px, 0px);-moz-transform: translate3d(10px, 0px, 0px);-o-transform: translate3d(10px, 0px, 0px);margin: -20px 0% -2px;font-size: 0px;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;overflow: hidden;height: 22px;width: 22px;border-left: 1px solid rgb(72, 118, 255);border-bottom-left-radius: 0px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;padding-right: 6px;padding-left: 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-o-transform: rotateZ(45deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;text-align: center;font-size: 0px;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;overflow: hidden;height: 8px;width: 8px;border-style: solid;border-width: 2px;border-radius: 0px;border-color: rgb(72, 118, 255);box-shadow: rgba(255, 255, 255, 0) 2px -2px 0px;background-color: rgba(149, 114, 239, 0.12);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483762&amp;amp;idx=1&amp;amp;sn=c6bfd3a7e88b619e0bbd7cc89705c3a5&amp;amp;chksm=fd726558ca05ec4ee0e35dc5de0c0c480465454af851fb4559dc34830cc770349a9e2bf16f86&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;使用MySQL，SQL_MODE有哪些坑，你知道么？&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;使用MySQL，SQL_MODE有哪些坑，你知道么？&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483754&amp;amp;idx=1&amp;amp;sn=5c9c5d18dc69c2326ec9420134ece5fa&amp;amp;chksm=fd726540ca05ec5669573db37308d8f65759386708b6de8a4334454c0be748f8743499bdf341&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;来，看看MySQL 5.6, 5.7, 8.0的新特性&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;来，看看MySQL 5.6, 5.7, 8.0的新特性&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483742&amp;amp;idx=1&amp;amp;sn=38b6f3e33013a46c6b547176d65ae808&amp;amp;chksm=fd726574ca05ec62d83949716fc87a20cc2f5ca2a2363d44737b8a08271bc85f40133a4325ed&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;开发规范，推荐使用TIMESTAMP，真的合适么&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;开发规范，推荐使用TIMESTAMP，真的合适么&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483736&amp;amp;idx=1&amp;amp;sn=13e20523e9337d1b69f990bd4f06f1d0&amp;amp;chksm=fd726572ca05ec647d6862992bff5fcd7d352a995841022d4cd321a87ff9cfeccfe83cc0612e&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 5.6中如何定位DDL被阻塞的问题&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL 5.6中如何定位DDL被阻塞的问题&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483735&amp;amp;idx=1&amp;amp;sn=a3de9f2632581b4643781b44cdbfe819&amp;amp;chksm=fd72657dca05ec6b1a82338e8416b58b58278daee749620393ec268a98833e6d2b0b25fe20ff&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 5.7中如何定位DDL被阻塞的问题&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL 5.7中如何定位DDL被阻塞的问题&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483729&amp;amp;idx=1&amp;amp;sn=03711c826fcef68ea530a9cfa4decb25&amp;amp;chksm=fd72657bca05ec6d356040139c0f649800b5d5c454a4d675241fdd6a8809bb1657778a4aa032&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL表结构变更，不可不知的Metadata Lock&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL表结构变更，不可不知的Metadata Lock&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;  /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483711&amp;amp;idx=1&amp;amp;sn=5c55c3fbfc9a11d494d445fece36d32a&amp;amp;chksm=fd726515ca05ec03b6364bd5c78d4c422d0b85a24785ac952da3eacd04cc2a28e575443e756e&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;升级MySQL5.7，唯一需要开发Review代码地方&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;升级MySQL5.7，唯一需要开发Review代码地方&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483707&amp;amp;idx=1&amp;amp;sn=4b7658c82f2b0c85cffa7b616365a428&amp;amp;chksm=fd726511ca05ec07cbdf6cf3dd917aadb6d2dca38ec7e6e9b421af60f53af2b53ad2272771e5&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL root密码忘记，原来还有更优雅的解法&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL root密码忘记，原来还有更优雅的解法&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483693&amp;amp;idx=1&amp;amp;sn=7f6c0b2304101a5dbe7a64ac3817ae12&amp;amp;chksm=fd726507ca05ec1118f92e3091cf6a295dd3ec9e45a8571737966bb363f4d11906b29f29621c&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 8 新特性之自增主键的持久化&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL 8 新特性之自增主键的持久化&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483690&amp;amp;idx=1&amp;amp;sn=43381254c42c1f540a5a1b572895c916&amp;amp;chksm=fd726500ca05ec16e55eaf324b37fa054d9a04aaa37cb3b3fe5e33e1daef46c5e284af62ab3b&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 8 新特性之降序索引&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL 8 新特性之降序索引&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483678&amp;amp;idx=1&amp;amp;sn=47c8f8be09a782176dc4c996cbbb4bf8&amp;amp;chksm=fd726534ca05ec22d4c0a5db19a735c5a9574e6ac5659dfd5e9f722a7fc99e6ebd79509f9798&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 8 新特性之持久化全局变量的修改&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;MySQL 8 新特性之持久化全局变量的修改&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box;font-size: 14px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU3ODU4MTgyOQ==&amp;amp;mid=2247483658&amp;amp;idx=1&amp;amp;sn=8a01e3609e2190b78262a58159613ec0&amp;amp;chksm=fd726520ca05ec36b2ed8e83bbd5138e9cce4b2bbfba11869a3f23bd7ae0fa8bcc5198225aaf&amp;amp;scene=21#wechat_redirect&quot; textvalue=&quot;MySQL 8 新特性之Invisible Indexes&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; data-linktype=&quot;2&quot;&gt;MySQL 8 新特性之Invisible Indexes&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;margin: 10px 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;align-self: center;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;height: 1px;background-color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;min-width: 10%;max-width: 100%;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;font-size: 12px;color: rgb(72, 118, 255);padding-right: 6px;padding-left: 6px;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;p style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&amp;nbsp;END&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;height: 1px;background-color: rgb(72, 118, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;margin: 10px 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;min-width: 10%;max-width: 100%;flex: 0 0 auto;height: auto;margin-right: -23px;margin-left: -18px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;text-align: center;justify-content: center;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 45px;vertical-align: top;background-color: rgb(109, 103, 255);flex: 0 0 auto;height: auto;line-height: 0;letter-spacing: 0px;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;img data-ratio=&quot;0.1503268&quot;  data-type=&quot;gif&quot; data-w=&quot;306&quot; style=&quot;vertical-align: middle;width: 100%;box-sizing: border-box;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1093464643601f808bc19f91612677259.gif&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;border-style: solid;border-width: 1px;border-radius: 0px;border-color: rgb(109, 103, 255);flex: 100 100 0%;align-self: center;height: auto;padding: 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: 33%;flex: 0 0 auto;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;img data-cropselx1=&quot;0&quot; data-cropselx2=&quot;172&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;172&quot; data-ratio=&quot;1&quot;  data-type=&quot;jpeg&quot; data-w=&quot;258&quot; style=&quot;vertical-align: middle;box-sizing: border-box;width: 172px;height: 172px;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1512409579601f808c7b2901612677260.jpeg&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;padding-left: 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;margin-top: 20px;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;min-width: 10%;max-width: 100%;height: auto;border-bottom: 15px solid rgba(109, 103, 255, 0.11);border-bottom-right-radius: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-right: 0%;margin-bottom: -10px;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 17px;line-height: 1;letter-spacing: 0px;padding-right: 6px;padding-left: 6px;color: rgb(109, 103, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;扫二维码｜欢迎关注&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;margin-top: 10px;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;text-align: center;font-size: 14px;color: rgb(106, 106, 106);line-height: 1.6;letter-spacing: 2px;padding-right: 6px;padding-left: 6px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: left;box-sizing: border-box;&quot;&gt;公众号｜MySQL实战&lt;/p&gt;&lt;p style=&quot;text-align: left;box-sizing: border-box;&quot;&gt;功夫就是时间！&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;min-width: 10%;max-width: 100%;flex: 0 0 auto;height: auto;margin-right: -18px;margin-left: -23px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;display: flex;flex-flow: row nowrap;text-align: center;justify-content: center;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 45px;vertical-align: top;background-color: rgb(109, 103, 255);flex: 0 0 auto;height: auto;line-height: 0;letter-spacing: 0px;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin-right: 0%;margin-left: 0%;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;img data-ratio=&quot;0.1503268&quot;  data-type=&quot;gif&quot; data-w=&quot;306&quot; style=&quot;vertical-align: middle;width: 100%;box-sizing: border-box;&quot; src=&quot;/zb_users/upload/2021/02/wxsync-1614272601f808ce63d81612677260.gif&quot;  /&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;font-size: 16px;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot; powered-by=&quot;xiumi.us&quot;&gt;&lt;ul class=&quot;list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;/ul&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;                 &lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号:                         MySQL实战                      &lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Fri, 29 Jan 2021 20:27:56 +0800</pubDate></item><item><title>常用 Linux 发行版操作系统大盘点！</title><link>https://www.301404.com/post/135.html</link><description>&lt;div class=&quot;wxsyncmain&quot;&gt;&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; style=&quot;white-space: normal;text-size-adjust: auto;padding-right: 10px;padding-left: 10px;line-height: 1.6;word-break: break-word;overflow-wrap: break-word;text-align: left;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;quot;PingFang SC&amp;quot;, Cambria, Cochin, Georgia, Times, &amp;quot;Times New Roman&amp;quot;, serif;margin-top: -10px;font-size: 15px;letter-spacing: 0.05em;color: rgb(89, 89, 89);&quot;&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.4255555555555556&quot; data-type=&quot;png&quot; data-w=&quot;3600&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-9789959085f7ee705669ef1602152197.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;在之前的两篇文章中：&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;《&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU4ODI1MjA3NQ==&amp;mid=2247485626&amp;idx=1&amp;sn=9fd011d30805eeaac87314073a1a50b6&amp;chksm=fddede7ecaa95768d64cd3e9cf8587bff052021898ac4ede90e3c433021d127e9b47dbbe07e8&amp;scene=21#wechat_redirect&quot; textvalue=&quot;人手一套Linux环境搭建之：macOS版本教程&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; style=&quot;color: rgb(0, 82, 255);text-decoration: underline;&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;color: #0052FF;&quot;&gt;&lt;strong&gt;人手一套Linux环境搭建之：macOS版本教程&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;》&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;《&lt;a target=&quot;_blank&quot; href=&quot;http://mp.weixin.qq.com/s?__biz=MzU4ODI1MjA3NQ==&amp;mid=2247485751&amp;idx=1&amp;sn=d7902f33d239bf4d8af901c934464a5b&amp;chksm=fddedff3caa956e5423c4256ba8167958d18b28f44ee9294c1e938ea3a4fc617550a1b5ae4c2&amp;scene=21#wechat_redirect&quot; textvalue=&quot;人手一套Linux环境搭建之：Windows版本教程&quot; data-itemshowtype=&quot;0&quot; tab=&quot;innerlink&quot; style=&quot;color: rgb(0, 82, 255);text-decoration: underline;&quot; data-linktype=&quot;2&quot;&gt;&lt;span style=&quot;color: #0052FF;&quot;&gt;&lt;strong&gt;人手一套Linux环境搭建之：Windows版本教程&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;》&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;详细演示了如何在&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Windows&lt;/code&gt;系统和&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;macOS&lt;/code&gt;系统上基于虚拟机来打造&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;学习和实验用&lt;/strong&gt;的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;环境，这两篇文章中安装的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统都是&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/code&gt;这个发行版，于是一些小伙伴发出了&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;致命三连击&lt;/strong&gt;：&lt;/p&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;为啥不选用其他类型的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统呢？&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;还有哪些&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统可供选用呢？&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;我到底该选哪一种&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;操作系统呢？&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;得嘞，我写文章还不行嘛。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;1.1168831168831168&quot; data-type=&quot;png&quot; data-w=&quot;77&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-676913745f7ee70572b881602152197.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;不过由于个人能力和见识有限，如有不当之处，还请批评指出，一起交流进步。&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;眼花缭乱！&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统的种类实在是太多了，具体的发行版种类让人看得眼花缭乱，本文就试着来总结一波，&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;理一理&lt;/strong&gt;、&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;顺一顺&lt;/strong&gt;，帮助我们做到心里有数。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;单谈&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;的概念实在是太泛了。严格来讲，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;只能说是一种操作系统的&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;内核&lt;/strong&gt;，所以我们通常所说的&amp;nbsp;&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;“Linux操作系统”&lt;/strong&gt;&amp;nbsp;一般指的是&amp;nbsp;&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;采用Linux作为内核&lt;/strong&gt;&amp;nbsp;的操作系统！&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;首先我们选两个常见的维度，来&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;做个分类&lt;/strong&gt;吧。&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h4 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 30px;margin-bottom: 15px;font-weight: bold;color: black;font-size: 18px;&quot;&gt;按是否商业版来划分&lt;/h4&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;现有的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;发行版操作系统，可以划分为由商业公司维护的&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;商业版本&lt;/strong&gt;和由开源社区维护的&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;免费发行&lt;/strong&gt;版本。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;商业版&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统典型的代表那就是&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;RedHat Enterprise Linux&lt;/code&gt;，而平时我们所常用的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Debain&lt;/code&gt;这种则一般属于免费发行版。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;有人会说，Linux不是开源的吗？不应该都是免费的吗？&lt;/strong&gt;&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;是的，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;内核是开源的，但是&amp;nbsp;&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;开源≠免费&lt;/strong&gt;，我们可以理解为付费的是它的服务或者商业支持，所以有些&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;的发行版它也有它所谓的商业版。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;当然这个角度我们不用纠结太多，一般个人使用，用免费发行版比较多。&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h4 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 30px;margin-bottom: 15px;font-weight: bold;color: black;font-size: 18px;&quot;&gt;按包管理器来划分&lt;/h4&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;首先，什么是包管理器呢？&lt;/strong&gt;&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;这么说吧，如果没有包管理器这个东西的存在，那估计仅仅是&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统上的软件安装，怕是就要劝退很多用户了，因为很多的&lt;strong style=&quot;color: rgb(53, 179, 120);&quot;&gt;软件依赖处理&lt;/strong&gt;会让人抓狂。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;因此简单起见，我们可以将包管理器理解为，用来为&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统上的软件&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;安装&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;卸载&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;升级&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;查询&lt;/code&gt;提供支持的组件，所以对于用户使用来说，一般是一组工具命令集。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;目前&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;世界里的包管理种类繁荣，选几个最主流的，可以大致梳理成如下表格所示，每一种都有对应的Linux发行版代表：&lt;/p&gt;&lt;table data-tool=&quot;mdnice编辑器&quot;&gt;&lt;thead&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;font-size: 16px;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);text-align: center;&quot;&gt;包管理器名称&lt;/th&gt;&lt;th style=&quot;font-size: 16px;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);text-align: center;&quot;&gt;常用标志性指令&lt;/th&gt;&lt;th style=&quot;font-size: 16px;border-top-width: 1px;border-color: rgb(204, 204, 204);background-color: rgb(240, 240, 240);text-align: center;&quot;&gt;代表系统举例&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;border-width: 0px;border-style: initial;border-color: initial;&quot;&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;DPKG&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;dpkg、apt&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Debain、Ubuntu等&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: rgb(248, 248, 248);&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;RPM&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;rpm、yum&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;RedHat、CentOS等&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Pacman&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;pacman&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Arch、Manjaro等&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: rgb(248, 248, 248);&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;DNF&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;dnf&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Fedora&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: white;&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Zypper&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;zypper&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;SUSE&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-width: 1px 0px 0px;border-top-style: solid;border-top-color: rgb(204, 204, 204);background-color: rgb(248, 248, 248);&quot;&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Portage&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;emerge&lt;/td&gt;&lt;td style=&quot;font-size: 16px;border-color: rgb(204, 204, 204);text-align: center;&quot;&gt;Gentoo&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;用一个脑图来总结一下可能会更加形象：&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;text-align: center;&quot;&gt;&lt;strong&gt;（建议横屏观看）&lt;/strong&gt;&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-backh=&quot;1231&quot; data-backw=&quot;558&quot; data-cropselx1=&quot;0&quot; data-cropselx2=&quot;558&quot; data-cropsely1=&quot;0&quot; data-cropsely2=&quot;265&quot; data-ratio=&quot;2.2067510548523206&quot; data-type=&quot;jpeg&quot; data-w=&quot;948&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;width: 100%;height: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-659143325f7ee70587a511602152197.jpeg&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;所接下来分别针对这里面的几个主流使用的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;发行版系统来大致唠一唠。&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Debian&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Debian&lt;/code&gt;和&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/code&gt;是一个派系的，但界面可能没有&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/code&gt;那么华丽，但是比较稳定，也适合用作服务器操作系统。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Debian&lt;/code&gt;在开源圈子用得十分广泛，也有一大批开源爱好者活跃于其中。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.6374207188160677&quot; data-type=&quot;png&quot; data-w=&quot;1892&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-3845772555f7ee705984bd1602152197.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/code&gt;界面比较华丽，包管理器很完善，社区也非常活跃，个人用户确实很多，所以从市面上看的确比较大众化。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.53&quot; data-type=&quot;png&quot; data-w=&quot;1200&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-9391248145f7ee705f3b791602152197.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;RedHat&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;RHEL（Red Hat Enterprise Linux）&lt;/code&gt;毕竟是商业版&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;系统，一般多用于企业生产环境，提供完善的商业支持，在性能、稳定性方面也有很大的保障。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.5285481239804242&quot; data-type=&quot;png&quot; data-w=&quot;2452&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-9863037335f7ee70618f5d1602152198.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/code&gt;可以理解为是基于&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;RedHat&lt;/code&gt;商业版系统的社区编译重发布版，完全开源免费，因此相较于其他一些免费的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;发行版会更加稳定，也因此一般企业里常用作服务器操作系统。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.6792307692307692&quot; data-type=&quot;png&quot; data-w=&quot;1300&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-5469020325f7ee7065be5b1602152198.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Fedora&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Fedora&lt;/code&gt;其实和&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;RedHat&lt;/code&gt;也同属一个派系，背后的支撑企业也是红帽子公司。但是&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Fedora&lt;/code&gt;是免费发行版，而且更加侧重于新技术的试验和加持，因此稳定性方面的考量较&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/code&gt;会稍微次要一些。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.4301628106255356&quot; data-type=&quot;png&quot; data-w=&quot;2334&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-5229702535f7ee706702e81602152198.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;SUSE&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;SUSE&lt;/code&gt;背后也算是有大公司的支持了，目前主要也还是多用于企业用户。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.675392670157068&quot; data-type=&quot;png&quot; data-w=&quot;2292&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-12305126855f7ee7068c9e21602152198.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Arch&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Arch&lt;/code&gt;的确比较适合好奇心强的人尝鲜，它的官方&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Wiki&lt;/code&gt;做得好，&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;AUR&lt;/code&gt;仓库很繁荣，适合&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;DIY&lt;/code&gt;玩家去折腾，确实也吸引了不少粉丝。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.6256742179072277&quot; data-type=&quot;png&quot; data-w=&quot;1854&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-3795588735f7ee706d3cf91602152198.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Manjaro&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Manjaro&lt;/code&gt;可以看成是&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Arch Linux&lt;/code&gt;的衍生分支，既包含了&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Arch&lt;/code&gt;的常见优点，但也对用户友好，注重体验和稳定性。&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Manjaro&lt;/code&gt;的安装和使用都比较方便，目前使用用户非常多。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.46246006389776356&quot; data-type=&quot;png&quot; data-w=&quot;2504&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-20111947315f7ee7072a5b61602152199.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;Gentoo&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Gentoo&lt;/code&gt;适合极客范化的折腾，也比较适合有特殊需要和特殊化定制的需求，总体来说比较小众。但是用得很6的大佬们都说好，因为这些大佬们大多有系统洁癖，控制欲很强，什么都需要自己编译、自己定制，这个对他们来说简直就是天堂了。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;&quot;&gt;&lt;img data-ratio=&quot;0.5157446808510638&quot; data-type=&quot;png&quot; data-w=&quot;2350&quot; style=&quot;display: block;margin-right: auto;margin-left: auto;&quot; src=&quot;/zb_users/upload/2020/10/wxsync-1687054785f7ee707625ed1602152199.png&quot;/&gt;&lt;/figure&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;其他Linux发行版&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;上文中只是介绍了比较主流和常用的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;发行版，实际上各种各样的&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;发行版和其衍生系统数不胜数，在此也不一一列举了。&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 24px;margin-top: 1.2em;margin-bottom: 1em;font-weight: bold;color: rgb(53, 179, 120);&quot;&gt;选用建议&lt;/h1&gt;&lt;ul data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;如果是完全0基础的新手，只是想入门&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;的生态，体验&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Linux&lt;/code&gt;界面，那&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Ubuntu&lt;/code&gt;就非常合适&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;如果喜欢折腾和DIY，好奇心满满，可以试试&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Arch&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Manjaro&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Gentoo&lt;/code&gt;这些&lt;/section&gt;&lt;/li&gt;&lt;li&gt;&lt;section style=&quot;line-height: 26px;color: rgb(1, 1, 1);margin-top: 10px;margin-bottom: 10px;&quot;&gt;如果想用来部署服务，考虑稳定性，那&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;CentOS&lt;/code&gt;、&lt;code style=&quot;font-size: 14px;overflow-wrap: break-word;padding: 2px 4px;border-radius: 4px;margin-right: 2px;margin-left: 2px;background-color: rgba(27, 31, 35, 0.05);font-family: &amp;quot;Operator Mono&amp;quot;, Consolas, Monaco, Menlo, monospace;word-break: break-all;color: rgb(53, 179, 120);&quot;&gt;Debian&lt;/code&gt;都是不错的选择&lt;/section&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;font-size: 16px;padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 1em 4px;&quot;&gt;当然这仅仅只是参考，最终的选择还是看个人需求和兴趣！&lt;/p&gt;&lt;hr data-tool=&quot;mdnice编辑器&quot; style=&quot;height: 1px;border-style: solid;border-color: rgb(53, 179, 120);margin: 1.5em auto;&quot;/&gt;&lt;/section&gt;&lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CodeSheep&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Thu, 08 Oct 2020 18:16:39 +0800</pubDate></item><item><title>Linus：我们都老了，但Linux维护后继无人</title><link>https://www.301404.com/post/133.html</link><description>&lt;div class=&quot;wxsyncmain&quot;&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 14px;color: #888888;&quot;&gt;编译 |&amp;nbsp;核子可乐、Tina&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;在本周召开的线上开源峰会与嵌入式 Linux 大会上，Linux 缔造者 Linus Torvalds 谈到了为开源操作系统寻找未来维护者时的种种挑战。Torvalds 近年来已经不再发表主题演讲，但这一次他与 VMware 公司首席开源官 Dirk Hohndel 展开了远程对话。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;这次讨论很快就涉及到了一个令人不安的问题：在目前这一代维护者逐渐老去之后，Linux 项目将走向何处？面对 Torvalds 等这批五零后、六零后项目管理者，Hohndel 提到：“我们这个社区终归要考虑代际变更的问题。到那时，我们该怎么办？”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages js_insertlocalimg&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; style=&quot;text-align: center;color: rgb(63, 63, 63);&quot; data-ratio=&quot;0.5339366515837104&quot; data-w=&quot;442&quot; src=&quot;/zb_users/upload/2020/10/wxsync-1965693295f7ee5cd13c021602151885.jpeg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;white-space: pre-line;text-align: justify;font-size: 14px;color: #888888;&quot;&gt;VMware 公司的 Dirk Hohndel（图左）在本届线上开源峰会中与 Linus Torvalds 进行了对话。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;Torvalds 的回应是，Linux 内核社区的参与者们年纪不算太大。他表示，“很多新人都在 50 岁以下，他们才是目前开发工作的主力。当然，跟那些 30 岁上下的人们相比，我们确实是越来越老了。好在我们这些长期参与项目的早期成员还能做做维护与管理工作。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;维护者在社区内建立信任需要花费不少时间，Torvalds 指出，“这种信任不仅来自其他维护者，同时也来自所有代码贡献者……这肯定需要时间。”Torvalds 强调，“事实证明，维护者真的不好找。只要开始接管内核维护工作，就得一直坚持下去。每天都不能放松。我们得阅读电子邮件、做出回复，总之得一直待在那儿。而且维护工作属于那种要求不低但却需求面不大的小众岗位。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;“我们的维护者确实不够。能编写代码的人很多，能处理一部分维护工作的也不少，但很难找到那种可以吸纳他人代码贡献并立足上游将一切整合起来的人才。这也是我们目前面临的一大主要问题。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;另外，Linux 内核大部分是由 C 语言编写的。为此，Hohndel 问道：“C 语言是否会被 GO 及 Rust 语言取代，&lt;strong&gt;我们这些用 C 的人有没有可能在二十年后变得像现在的 COBOL 程序员一样？&lt;/strong&gt;”Torvalds 的回应是，“C 语言目前仍是全球十大人气语言之一。但对语言的具体选择并不会对内核造成太大的影响。与驱动程序相似，内核团队正在研究多种语言接口，相信不久之后就能实现。总而言之，我们必将使用不同的模型编写 Linux 代码，而 C 绝对不会是其中唯一的模型选项。”&lt;/p&gt; 		&lt;span style=&quot;height: 57px;line-height: 62px;color: #00B38A;border-bottom: 2px solid #00B38B;background-position: 50% 50%;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-size: 55px;margin-top: 38px;margin-bottom: 10px;display: inline-block;&quot;&gt;顶尖 Linux 开发者们已至暮年&lt;/span&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;上一代顶级程序员们确实在逐渐老去，Linus Torvalds 本人今年也超过了 50 岁。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;Linux 社区需要新鲜血液，这也是事实。根据 Linux 基金会营销与开发人员计划副总裁 Amanda McPherson 所言，“目前 Linux 项目的参与者数量已经达到历史最高点。而且自 2005 年以来，已经有超过 8000 人为 Linux 内核做出贡献。”但从参与者数字来看，老一辈 Linux 程序员仍然是项目的主力。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;软件开发分析公司 Bitergia 创始者之一 Jesús M González-Barahona 就发现，在以“参与项目的时间”作为“年龄”指标对 Linux 内核开发者进行统计时，可以看到新生代程序员的占比一直在逐年下降。目前占比最高的参与者们，一般是十多年前就加入了 Linux 社区，之后几代的比例则呈现出下降趋势。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;Linux 社区当然早就意识到了这个问题。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;2010 年，资深 Linux 开发者兼 Linux Driver 项目负责人 Greg Kroah-Harman 就在 Linux 基金会协作峰会的内核小组讨论上指出，“项目高层的更迭一直没能成功完成。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;Parallels 公司服务器虚拟化 CTO James Bottomley 也表示，&lt;strong&gt;“老一辈贡献者仍是项目主力。Linux 内核开发工作一直无法接棒，几年之后不知道还能剩下多少早期成员。”&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;谷歌软件工程师兼高级 Linux 内核开发者 Andrew Morton 则总结道，“没错，&lt;strong&gt;我们正在变老，精力也越来越差&lt;/strong&gt;。从现在来看，年轻一代也不像当初的贡献者们那样对内核开发充满热情。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;从多年前开始，Linux 基金会就一直试图解决问题。作为思路之一，Linux 基金会正努力吸引更多业余程序员加入进来。McPherson 补充道，“虽然 Linux 项目的参与者数量创下历史新高，但我们一直在努力吸引更多新的人才。而且大家基本达成了共识，&lt;strong&gt;人才匮乏已经成为 Linux 实现进一步增长的最大障碍&lt;/strong&gt;。我们希望通过 LinuxCon 在新生代程序员中建立影响力，但目前看来这张网撒得太大，导致很多人搞不清 LinuxCon 到底是以开发者为中心、还是以系统管理员 / 架构师为中心。”&lt;/p&gt; 		&lt;span style=&quot;height: 57px;line-height: 62px;color: #00B38A;border-bottom: 2px solid #00B38B;background-position: 50% 50%;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-size: 55px;margin-top: 38px;margin-bottom: 10px;display: inline-block;&quot;&gt;“怼天怼地怼空气”的 Linus&lt;/span&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;尽管 Linus Torvalds 有着无可置疑的天赋，但他对待社区参与者的方式使他成为一个极具争议性的人物。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;对他行为的相关抱怨可以追溯到多年前。2013 年，Intel 公司的内核开发人员 Sarah Sharp 称 Torvalds 的行为是不专业的，称 Torvalds“主张进行人身恐吓和暴力行为。”Torvalds 随后指责 Sharp 把自己描述成受害者博取同情，不接受任何劝他应该改变的建议。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;在 2015 年发表演讲说到英伟达时，Torvalds 还曾转向一台摄像机说“so Nvidia fuck you”并竖起了中指。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;2015 年底，Sarah Sharp 宣布退出（Closing a door）内核社区。Sarah Sharp 当时说道，过去一年多时间她已经逐步终止了手中的各项社区工作，转交了 USB 3.0 主控制器驱动的维护工作，不再担任开源会议的内核协调员。她不再递交任何补丁和 bug 报告，不再向内核邮件列表写任何的建议。她声称，Linux 内核社区的互动是一种“潜在有毒的背景辐射”，充满了性别歧视、语言暴力和不尊重人。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;Torvalds 最终也意识到他的言行会伤害到社区发展。2018 年，他决定休假并反思自己的行为，在 4.19-rc4 版本发布公告中他写道：“我将抽出时间休息并寻求一些帮助，了解如何理解他人的情绪并做出适当的反应... 我不是一个能对他人的感受感同身受的人，很多人对此也并不惊讶。多年来，我误解了很多人，而我自己并没有意识到我对某些情况的判断有多么糟糕，这样造成了一种不专业的环境，这样不太好。”&lt;/p&gt; 		&lt;span style=&quot;height: 57px;line-height: 62px;color: #00B38A;border-bottom: 2px solid #00B38B;;background-position: 50% 50%;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-size: 55px;margin-top: 38px;margin-bottom: 10px;display: inline-block;&quot;&gt;写在最后&lt;/span&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;去年 8 月 7 日，首个专注于报道 Linux 内核及其发行版的杂志 Linux Journal 宣布停刊。杂志主编在官网公告上表示，因资金断裂，永久关停，并解雇了所有员工。很多人选择 Linux，是因为 Linux 开源免费。免费使用，但是又不愿意花钱或参与贡献。当时有人评论说：“今天死的是一个 Linux 杂志，明天就可能就是 Linux Mint 或者 LibreOffice。”&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;如今，Linux 作为最流行的操作系统，在超过 20 亿的设备上运行，已经成为人类技术发展中的不可或缺的一部分。我们难以想象无人维护的后果会是什么样。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;&lt;span style=&quot;font-size: 14px;color: #888888;&quot;&gt;参考阅读：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;&lt;span style=&quot;font-size: 14px;color: #888888;&quot;&gt;https://www.zdnet.com/article/graying-linux-developers-look-for-new-blood/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box;white-space: pre-line;line-height: 27px;padding-top: 23px;padding-right: 8px;padding-left: 8px;color: rgb(74, 74, 74);&quot;&gt;&lt;span style=&quot;font-size: 14px;color: #888888;&quot;&gt;https://www.theregister.com/2020/06/30/hard_to_find_linux_maintainers_says_torvalds/&lt;/span&gt;&lt;/p&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;p&gt;本篇文章来源于微信公众号: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; InfoQ&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description><pubDate>Thu, 08 Oct 2020 18:11:25 +0800</pubDate></item><item><title>20000 字干货笔记，一天搞定 MySQL ！</title><link>https://www.301404.com/post/132.html</link><description>&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;今天给大家分享的是我学习MySQL记录的详细笔记，有基础知识，也有实战案例，文章较长，建议收藏~&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; text-align: center; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;font-size: 18px; margin: 0px; padding: 0px; max-width: 100%; font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.544px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;基本语法&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;显示所有数据库&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;databases&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建数据库&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATABASE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;test&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;切换数据库&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;use&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;test&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;显示数据库中的所有表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;show&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;tables&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建数据表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;pet&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;owner&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;species&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sex&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;birth&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATE&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;death&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATE&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查看数据表结构&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;describe&amp;nbsp;pet;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;desc&amp;nbsp;pet;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;pet;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;插入数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;pet&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;puffball&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;Diane&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;hamster&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;f&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1990-03-30&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;修改数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;UPDATE&lt;/span&gt;&amp;nbsp;pet&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SET&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;squirrel&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;owner&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;Diane&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;删除数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DELETE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;pet&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;squirrel&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;删除表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DROP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;myorder;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;font-size: 18px; text-align: center; margin: 0px; padding: 0px; max-width: 100%; font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.544px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;/strong&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.544px;&quot;&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; text-align: center; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 18px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.544px;&quot;&gt;数据库大三大设计范式&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;1NF&lt;/span&gt;&lt;/strong&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;不可分割性，只要字段值还可以继续拆分，就不满足第一范式。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;不可分割的意思就按字面理解就是最小单位，不能再分成更小单位了。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;字段只能是一个值，不能被拆分成多个字段，否则的话，它就是可分割的，就不符合一范式。&lt;/span&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;2NF&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;第二范式就是要有主键，要求其他字段都依赖于主键。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;为什么要有主键？没有主键就没有唯一性，没有唯一性在集合中就定位不到这行记录，所以要主键。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;在满足第一范式的前提下，主键外的每一列都必须完全依赖于主键。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;如果出现不完全依赖，只可能发生在联合主键的情况下。&lt;/span&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;3NF&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;在满足第二范式的前提下，除了主键列之外，其他列之间不能有传递依赖关系，即“消除冗余”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;消除冗余，就是各&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;种信息只在一个地方存储，不出现在多张表中。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;范式总结：&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;范式，其实是用来学习参考的，设计的时候根据情况，未必一定要遵守，要灵活结合业务实际情况决定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; white-space: normal; background-color: rgb(255, 255, 255); text-align: center; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; text-align: center; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 18px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.544px;&quot;&gt;查询练习&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;准备数据&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建数据库&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATABASE&lt;/span&gt;&amp;nbsp;select_test;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;切换数据库&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;USE&lt;/span&gt;&amp;nbsp;select_test;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建学生表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;student&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;PRIMARY&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sex&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;birthday&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATE&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;生日&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;所在班级&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建教师表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;PRIMARY&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sex&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;birthday&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATE&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;profession&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;职称&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;department&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;部门&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;创建课程表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;course&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;PRIMARY&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;教师编号&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;表示该&amp;nbsp;tno&amp;nbsp;来自于&amp;nbsp;teacher&amp;nbsp;表中的&amp;nbsp;no&amp;nbsp;字段值&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FOREIGN&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;(t_no)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;REFERENCES&lt;/span&gt;&amp;nbsp;teacher(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;成绩表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;score&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;学生编号&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NULL&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;课程号&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DECIMAL&lt;/span&gt;,&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;成绩&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;表示该&amp;nbsp;s_no,&amp;nbsp;c_no&amp;nbsp;分别来自于&amp;nbsp;student,&amp;nbsp;course&amp;nbsp;表中的&amp;nbsp;no&amp;nbsp;字段值&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FOREIGN&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;(s_no)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;REFERENCES&lt;/span&gt;&amp;nbsp;student(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FOREIGN&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;(c_no)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;REFERENCES&lt;/span&gt;&amp;nbsp;course(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;设置&amp;nbsp;s_no,&amp;nbsp;c_no&amp;nbsp;为联合主键&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PRIMARY&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;KEY&lt;/span&gt;(s_no,&amp;nbsp;c_no)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查看所有表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SHOW&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLES&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;添加学生表数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;101&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;曾华&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1977-09-01&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95033&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;102&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;匡明&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1975-10-02&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;103&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王丽&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;女&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1976-01-23&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95033&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;104&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李军&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1976-02-20&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95033&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王芳&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;女&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1975-02-10&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;106&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;陆军&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1974-06-03&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;107&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王尼玛&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1976-02-20&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95033&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;108&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;张全蛋&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1975-02-10&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;赵铁柱&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1974-06-03&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;添加教师表数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;804&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李诚&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1958-12-02&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;副教授&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;856&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;张旭&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1969-03-12&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;讲师&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;电子工程系&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;825&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王萍&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;女&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1972-05-05&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;助教&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;831&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;刘冰&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;女&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;1977-08-14&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;助教&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;电子工程系&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;添加课程表数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机导论&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;825&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;操作系统&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;804&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;6-166&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;数字电路&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;856&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;9-888&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;高等数学&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;831&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;添加添加成绩表数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;103&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;92&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;103&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;86&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;103&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;6-166&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;85&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;88&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;75&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;6-166&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;79&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;76&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;68&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;6-166&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;81&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查看表结构&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;基础查询&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;student&amp;nbsp;表的所有行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;student&amp;nbsp;表中的&amp;nbsp;name、sex&amp;nbsp;和&amp;nbsp;class&amp;nbsp;字段的所有行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;,&amp;nbsp;sex,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;teacher&amp;nbsp;表中不重复的&amp;nbsp;department&amp;nbsp;列&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;department:&amp;nbsp;去重查询&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DISTINCT&lt;/span&gt;&amp;nbsp;department&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;score&amp;nbsp;表中成绩在60-80之间的所有行（区间查询和运算符查询）&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;BETWEEN&amp;nbsp;xx&amp;nbsp;AND&amp;nbsp;xx:&amp;nbsp;查询区间,&amp;nbsp;AND&amp;nbsp;表示&amp;nbsp;&amp;quot;并且&amp;quot;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BETWEEN&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;60&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;80&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;60&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&amp;lt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;80&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;score&amp;nbsp;表中成绩为&amp;nbsp;85,&amp;nbsp;86&amp;nbsp;或&amp;nbsp;88&amp;nbsp;的行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;IN:&amp;nbsp;查询规定中的多个值&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;85&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;86&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;88&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;student&amp;nbsp;表中&amp;nbsp;&amp;#39;95031&amp;#39;&amp;nbsp;班或性别为&amp;nbsp;&amp;#39;女&amp;#39;&amp;nbsp;的所有行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;or:&amp;nbsp;表示或者关系&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;or&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;女&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;以&amp;nbsp;class&amp;nbsp;降序的方式查询&amp;nbsp;student&amp;nbsp;表的所有行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;DESC:&amp;nbsp;降序，从高到低&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;ASC（默认）:&amp;nbsp;升序，从低到高&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ORDER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ORDER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ASC&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;以&amp;nbsp;c_no&amp;nbsp;升序、degree&amp;nbsp;降序查询&amp;nbsp;score&amp;nbsp;表的所有行&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ORDER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ASC&lt;/span&gt;,&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;&amp;quot;95031&amp;quot;&amp;nbsp;班的学生人数&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;COUNT:&amp;nbsp;统计&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;COUNT&lt;/span&gt;(*)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询 score 表中的最高分的学生学号和课程编号（子查询或排序查询）。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;(SELECT&amp;nbsp;MAX(degree)&amp;nbsp;FROM&amp;nbsp;score):&amp;nbsp;子查询，算出最高分&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;s_no,&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;=&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;MAX&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;&amp;nbsp;排序查询&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;LIMIT&amp;nbsp;r,&amp;nbsp;n:&amp;nbsp;表示从第r行开始，查询n条数据&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ORDER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;LIMIT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;0&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;LIMIT&amp;nbsp;n&amp;nbsp;offset&amp;nbsp;r:&amp;nbsp;表示查询n条数据,从第r行开始&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;ORDER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;LIMIT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;&amp;nbsp;offse&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: #FFFFFF; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 1px; color: #333333;&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h2 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;分组计算平均成绩&lt;/span&gt;&lt;/h2&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询每门课的平均成绩&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;AVG:&amp;nbsp;平均值&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AVG&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AVG&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AVG&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;6-166&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;GROUP&amp;nbsp;BY:&amp;nbsp;分组查询&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AVG&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; min-height: 1em; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;分组条件与模糊查询&lt;/pre&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询score表中至少有 2 名学生选修，并以 3 开头的课程的平均分数&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;分析表发现，至少有 2 名学生选修的课程是3-105、3-245、6-166，以 3 开头的课程是3-105、3-245。也就是说，我们要查询所有3-105和3-245的degree平均分。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;首先把&amp;nbsp;c_no,&amp;nbsp;AVG(degree)&amp;nbsp;通过分组查询出来&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no,&amp;nbsp;AVG(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;AVG(degree)&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-105&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;85.3333&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-245&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;76.3333&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-166&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;81.6667&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;再查询出至少有&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;&amp;nbsp;名学生选修的课程&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;HAVING:&amp;nbsp;表示持有&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;HAVING&amp;nbsp;COUNT(c_no)&amp;nbsp;&amp;gt;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;并且是以&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;开头的课程&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;LIKE&lt;/span&gt;&amp;nbsp;表示模糊查询，&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;quot;%&amp;quot;&lt;/span&gt;&amp;nbsp;是一个通配符，匹配&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;quot;3&amp;quot;&lt;/span&gt;&amp;nbsp;后面的任意字符。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;LIKE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;&amp;#39;3%&amp;#39;;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;把前面的SQL语句拼接起来，&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;后面加上一个 COUNT(*)，表示将每个分组的个数也查询出来。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no,&amp;nbsp;AVG(degree),&amp;nbsp;COUNT(*)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;HAVING&amp;nbsp;COUNT(c_no)&amp;nbsp;&amp;gt;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;LIKE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;&amp;#39;3%&amp;#39;;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;AVG(degree)&amp;nbsp;|&amp;nbsp;COUNT(*)&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-105&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;85.3333&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-245&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;76.3333&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+----------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h2 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;多表查询 - 1&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有学生的name，以及该学生在score表中对应的c_no和degree&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;no,&amp;nbsp;name&amp;nbsp;FROM&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;101&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;|&lt;/span&gt;&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;103&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;106&amp;nbsp;|&lt;/span&gt;&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;107&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王尼玛&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;108&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张全蛋&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;109&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;通过分析可以发现，只要把score表中的s_no字段值替换成student表中对应的name字段值就可以了，如何做呢？&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;FROM...:&amp;nbsp;表示从&amp;nbsp;student,&amp;nbsp;score&amp;nbsp;表中查询&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;-- WHERE 的条件表示为，只有在 student.no 和 score.s_no 相等时才显示出来。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;name,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;student,&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;WHERE&amp;nbsp;student.no&amp;nbsp;=&amp;nbsp;score.s_no;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;多表查询 - 2&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有学生的 no 、课程名称 ( course 表中的 name ) 和成绩 ( score 表中的degree ) 列。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;只有score关联学生的no，因此只要查询score表，就能找出所有和学生相关的no和degree：&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; min-height: 1em; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;/pre&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;然后查询course表：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;9-888&amp;nbsp;|&amp;nbsp;高等数学&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;只要把score表中的c_no替换成course表中对应的name字段值就可以了。&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; min-height: 1em; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;增加一个查询字段 name，分别从 score、course 这两个表中查询。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;-- as 表示取一个该字段的别名。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;s_no,&amp;nbsp;name&amp;nbsp;as&amp;nbsp;c_name,&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;score,&amp;nbsp;course&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;WHERE&amp;nbsp;score.c_no&amp;nbsp;=&amp;nbsp;course.no;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-----------------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-----------------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-----------------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;/pre&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;三表关联查询&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有学生的 name 、课程名 ( course 表中的 name ) 和 degree 。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;只有score表中关联学生的学号和课堂号，我们只要围绕着score这张表查询就好了。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;只要把 s_no 和 c_no 替换成 student 和 course 表中对应的 name 字段值就好了。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;首先把 s_no 替换成 student 表中的 name 字段：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;name,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;student,&amp;nbsp;score&amp;nbsp;WHERE&amp;nbsp;student.no&amp;nbsp;=&amp;nbsp;score.s_no;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;再把c_no替换成course表中的name字段：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;课程表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;9-888&amp;nbsp;|&amp;nbsp;高等数学&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;由于字段名存在重复，使用&amp;nbsp;&amp;quot;表名.字段名 as 别名&amp;quot;&amp;nbsp;代替。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;student.name&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;as&lt;/span&gt;&amp;nbsp;s_name,&amp;nbsp;course.name&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;as&lt;/span&gt;&amp;nbsp;c_name,&amp;nbsp;degree&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student,&amp;nbsp;score,&amp;nbsp;course&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;student.NO&amp;nbsp;=&amp;nbsp;score.s_no&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;score.c_no&amp;nbsp;=&amp;nbsp;course.no;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h2 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询加分组求平均分&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询95031班学生每门课程的平均成绩。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;在score表中根据student表的学生编号筛选出学生的课堂号和成绩：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;IN&amp;nbsp;(..):&amp;nbsp;将筛选出的学生号当做&amp;nbsp;s_no&amp;nbsp;的条件查询&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;s_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;这时只要将c_no分组一下就能得出95031班学生每门课的平均成绩：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AVG&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;s_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;95031&amp;#39;&lt;/span&gt;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;AVG(degree)&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;82.0000&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;71.5000&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;80.0000&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+-------------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 1&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询在 3-105 课程中，所有成绩高于 109 号同学的记录。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;先用子查询查找出109同学在3-105中的成绩&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;and&lt;/span&gt;&amp;nbsp;s_no=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;然后再以课程3-105为条件，查找成绩大76的记录&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;and&lt;/span&gt;&amp;nbsp;degree&amp;gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;and&lt;/span&gt;&amp;nbsp;s_no=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 2&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有成绩高于 109 号同学的 3-105 课程成绩记录。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;不限制课程号，只要成绩大于109号同学的3-105课程成绩就可以。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&amp;gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;s_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;109&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;);&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;YEAR 函数与带 IN 关键字查询&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有和 101 、108 号学生同年出生的 no 、name 、birthday 列。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;,&amp;nbsp;birthday&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;student&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;year&lt;/span&gt;(birthday)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;in&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;year&lt;/span&gt;(birthday)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;student&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;in&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;101&lt;/span&gt;,&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;108&lt;/span&gt;));&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;多层嵌套子查询&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询&amp;nbsp;&amp;#39;张旭&amp;#39;&amp;nbsp;教师任课的学生成绩表。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;用的三张表teacher、course、score，首先找到教师编号：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;SELECT&amp;nbsp;NO&amp;nbsp;FROM&amp;nbsp;teacher&amp;nbsp;WHERE&amp;nbsp;NAME&amp;nbsp;=&amp;nbsp;&amp;#39;张旭&amp;#39;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;通过sourse表找到该教师课程号：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;course&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;=&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NO&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NAME&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;张旭&amp;#39;&lt;/span&gt;)&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;通过筛选出的课程号查询成绩表：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;teacher&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;张旭&amp;#39;&lt;/span&gt;));&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;margin-right: 8px; margin-bottom: 15px; margin-left: 8px; padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; line-height: 1.75em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;多表查询&lt;/strong&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询某选修课程多于5个同学的教师姓名。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;首先在teacher表中，根据no字段来判断该教师的同一门课程是否有至少5名学员选修：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;teacher&amp;nbsp;表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;804&amp;nbsp;|&amp;nbsp;李诚&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;825&amp;nbsp;|&amp;nbsp;王萍&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;831&amp;nbsp;|&amp;nbsp;刘冰&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;856&amp;nbsp;|&amp;nbsp;张旭&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;在这里找到对应的条件&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查看和教师编号有有关的表的信息：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;course;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;t_no:&lt;/span&gt;&amp;nbsp;教师编号&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-----------------+------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;t_no&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-----------------+------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;3-105&amp;nbsp;|&lt;/span&gt;&amp;nbsp;计算机导论&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;825&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;3-245&amp;nbsp;|&lt;/span&gt;&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;804&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;6-166&amp;nbsp;|&lt;/span&gt;&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;856&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;9-888&amp;nbsp;|&lt;/span&gt;&amp;nbsp;高等数学&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;831&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-----------------+------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;我们已经找到和教师编号有关的字段就在course表中，但是还无法知道哪门课程至少有5名学生选修，所以还需要根据score表来查询：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;在此之前向 score 插入一些数据，以便丰富查询条件。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;101&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;90&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;102&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;91&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;104&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;89&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查询&amp;nbsp;score&amp;nbsp;表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;在 score 表中将 c_no 作为分组，并且限制 c_no 持有至少 5 条数据。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;HAVING&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;COUNT&lt;/span&gt;(*)&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-105&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;根据筛选出来的课程号，找出在某课程中，拥有至少5名学员的教师编号：&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;HAVING&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;COUNT&lt;/span&gt;(*)&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;t_no&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;825&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+在teacher表中，根据筛选出来的教师编号找到教师姓名：SELECT name FROM teacher WHERE no IN (&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;最终条件&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;GROUP&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;BY&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;HAVING&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;COUNT&lt;/span&gt;(*)&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h2 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 3&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 “计算机系” 课程的成绩表。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;思路是，先找出teacher表中所有计算机系课程的编号，根据这个编号查询course表中的课程编号，再用课程编号查找score表&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;通过&amp;nbsp;teacher&amp;nbsp;表查询所有&amp;nbsp;`计算机系`&amp;nbsp;的教师编号&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;,&amp;nbsp;department&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+--------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;department&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+--------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;804&lt;/span&gt;&amp;nbsp;|&amp;nbsp;李诚&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;825&lt;/span&gt;&amp;nbsp;|&amp;nbsp;王萍&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+--------+--------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;通过&amp;nbsp;course&amp;nbsp;表查询该教师的课程编号&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-245&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-105&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;根据筛选出来的课程号查询成绩表&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;UNION 和 NOT IN 的使用&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询计算机系与电子工程系中的不同职称的教师。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+------------+------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;|&amp;nbsp;sex&amp;nbsp;|&amp;nbsp;birthday&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;profession&amp;nbsp;|&amp;nbsp;department&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+------------+------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;804&amp;nbsp;|&amp;nbsp;李诚&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1958-12-02&amp;nbsp;|&amp;nbsp;副教授&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;825&amp;nbsp;|&amp;nbsp;王萍&amp;nbsp;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&amp;nbsp;1972-05-05&amp;nbsp;|&amp;nbsp;助教&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;831&amp;nbsp;|&amp;nbsp;刘冰&amp;nbsp;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&amp;nbsp;1977-08-14&amp;nbsp;|&amp;nbsp;助教&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;电子工程系&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;856&amp;nbsp;|&amp;nbsp;张旭&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1969-03-12&amp;nbsp;|&amp;nbsp;讲师&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;电子工程系&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+------------+------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;NOT:&amp;nbsp;代表逻辑非&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;profession&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;profession&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;电子工程系&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;合并两个集&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;UNION&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;电子工程系&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;profession&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;NOT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;profession&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;department&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机系&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;ANY 表示至少一个 - DESC ( 降序 )&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询课程 3-105 且成绩 至少 高于 3-245 的 score 表。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;WHERE&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;WHERE&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;ANY:&lt;/span&gt;&amp;nbsp;符合SQL语句中的任意条件。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;也就是说，在&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;成绩中，只要有一个大于从&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;筛选出来的任意行就符合条件，&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;最后根据降序查询结果。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;WHERE&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;&amp;nbsp;AND&amp;nbsp;degree&amp;nbsp;&amp;gt;&amp;nbsp;ANY(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT&amp;nbsp;degree&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;WHERE&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;)&amp;nbsp;ORDER&amp;nbsp;BY&amp;nbsp;degree&amp;nbsp;DESC;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;表示所有的 ALL&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询课程 3-105 且成绩高于 3-245 的 score 表。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;只需对上一道题稍作修改。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-- ALL:&amp;nbsp;符合SQL语句中的所有条件。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;也就是说，在 3-105 每一行成绩中，都要大于从 3-245 筛选出来全部行才算符合条件。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-105&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&amp;gt;&amp;nbsp;ALL(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;3-245&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h2 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;复制表的数据作为条件查询&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询某课程成绩比该课程平均成绩低的score表。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;查询平均分&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;c_no,&amp;nbsp;AVG(degree)&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;GROUP&amp;nbsp;BY&amp;nbsp;c_no;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;b表&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;AVG(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;87.6667&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;3-245&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;76.3333&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81.6667&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-------+-------------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;查询&amp;nbsp;score&amp;nbsp;表&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;select&amp;nbsp;*&amp;nbsp;from&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;a表&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;86&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;85&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;将表&amp;nbsp;b&amp;nbsp;作用于表&amp;nbsp;a&amp;nbsp;中查询数据&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;score&amp;nbsp;a&amp;nbsp;(b):&amp;nbsp;将表声明为&amp;nbsp;a&amp;nbsp;(b)，&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;如此就能用 a.c_no = b.c_no 作为条件执行查询了。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;a&amp;nbsp;WHERE&amp;nbsp;degree&amp;nbsp;&amp;lt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(SELECT&amp;nbsp;AVG(degree)&amp;nbsp;FROM&amp;nbsp;score&amp;nbsp;b&amp;nbsp;WHERE&amp;nbsp;a.c_no&amp;nbsp;=&amp;nbsp;b.c_no)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;degree&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;68&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;81&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+--------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 4&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有任课 ( 在 course 表里有课程 ) 教师的 name 和 department 。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;,&amp;nbsp;department&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;department&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+-----------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;李诚&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;王萍&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;计算机系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;刘冰&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;电子工程系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;张旭&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;电子工程系&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+-----------------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;条件加组筛选&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 student 表中至少有 2 名男生的 class 。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;查看学生表信息&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+-----------+-----+------------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;sex&amp;nbsp;|&amp;nbsp;birthday&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;class&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+-----------+-----+------------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;101&amp;nbsp;|&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1977-09-01&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;102&amp;nbsp;|&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1975-10-02&amp;nbsp;|&amp;nbsp;95031&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;|&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&amp;nbsp;1976-01-23&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;104&amp;nbsp;|&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1976-02-20&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;105&amp;nbsp;|&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&amp;nbsp;1975-02-10&amp;nbsp;|&amp;nbsp;95031&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;106&amp;nbsp;|&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1974-06-03&amp;nbsp;|&amp;nbsp;95031&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;107&amp;nbsp;|&amp;nbsp;王尼玛&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1976-02-20&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;108&amp;nbsp;|&amp;nbsp;张全蛋&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1975-02-10&amp;nbsp;|&amp;nbsp;95031&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;|&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1974-06-03&amp;nbsp;|&amp;nbsp;95031&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;110&amp;nbsp;|&amp;nbsp;张飞&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;1974-06-03&amp;nbsp;|&amp;nbsp;95038&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+-----------+-----+------------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;只查询性别为男，然后按 class 分组，并限制 class 行大于 1。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;sex=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;group&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;by&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;having&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;count&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;)&amp;gt;=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;；&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;|&amp;nbsp;sex&amp;nbsp;|&amp;nbsp;birthday&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;101&lt;/span&gt;&amp;nbsp;|&amp;nbsp;曾华&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1977&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-09&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-01&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;95033&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;102&lt;/span&gt;&amp;nbsp;|&amp;nbsp;匡明&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-10&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;-02&lt;/span&gt;&amp;nbsp;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;95031&lt;/span&gt;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----+------+-----+------------+-------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;NOT LIKE 模糊查询取反&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 student 表中不姓 &amp;quot;王&amp;quot; 的同学记录。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;NOT:&lt;/span&gt;&amp;nbsp;取反&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;LIKE:&lt;/span&gt;&amp;nbsp;模糊查询&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;mysql&amp;gt;&amp;nbsp;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;student&amp;nbsp;WHERE&amp;nbsp;name&amp;nbsp;NOT&amp;nbsp;LIKE&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王%&amp;#39;&lt;/span&gt;;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+-----+------------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;sex&amp;nbsp;|&lt;/span&gt;&amp;nbsp;birthday&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+-----+------------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;|&lt;/span&gt;&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1977&lt;/span&gt;-09-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;01&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;|&lt;/span&gt;&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1976&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;106&amp;nbsp;|&lt;/span&gt;&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;108&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张全蛋&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;|&lt;/span&gt;&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;110&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张飞&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95038&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+-----------+-----+------------+-------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;YEAR 与 NOW 函数&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 student 表中每个学生的姓名和年龄。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;select&amp;nbsp;name,&amp;nbsp;year(now())-year(birthday)&amp;nbsp;as&amp;nbsp;age&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;from&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;age&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;42&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;44&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;43&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;43&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;44&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;45&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;王尼玛&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;43&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;张全蛋&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;44&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&lt;/span&gt;&amp;nbsp;赵铁柱&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;45&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;张飞&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;45&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----------+------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;MAX 与 MIN 函数&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 student 表中最大和最小的 birthday 值。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;MAX&lt;/span&gt;(birthday),&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;MIN&lt;/span&gt;(birthday)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;---------------+---------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;MAX(birthday)&amp;nbsp;|&amp;nbsp;MIN(birthday)&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;---------------+---------------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;1977-09-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;1974-06-03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;---------------+---------------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;多段排序&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;以 class 和 birthday 从大到小的顺序查询 student 表。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;student&amp;nbsp;ORDER&amp;nbsp;BY&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; color: inherit; line-height: inherit; word-break: inherit !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #A5DA2D; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #A5DA2D; word-break: inherit !important;&quot;&gt;birthday&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #A5DA2D; word-break: inherit !important;&quot;&gt;DESC&lt;/span&gt;;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+--------+-----+------------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;sex&amp;nbsp;|&lt;/span&gt;&amp;nbsp;birthday&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+--------+-----+------------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;110&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张飞&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95038&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;|&lt;/span&gt;&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1977&lt;/span&gt;-09-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;01&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1976&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;107&amp;nbsp;|&lt;/span&gt;&amp;nbsp;王尼玛&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1976&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;|&lt;/span&gt;&amp;nbsp;王丽&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1976&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;01&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;23&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95033&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;|&lt;/span&gt;&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;|&lt;/span&gt;&amp;nbsp;王芳&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;女&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;108&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张全蛋&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1975&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;02&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;10&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;106&amp;nbsp;|&lt;/span&gt;&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;|&lt;/span&gt;&amp;nbsp;赵铁柱&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1974&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;06&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;03&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;95031&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+-----+--------+-----+------------+-------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 5&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询 &amp;quot;男&amp;quot; 教师及其所上的课程。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;t_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;in&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;teacher&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+--------------+------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;t_no&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+--------------+------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;3-245&amp;nbsp;|&amp;nbsp;操作系统&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;804&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;6-166&amp;nbsp;|&amp;nbsp;数字电路&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;856&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-------+--------------+------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;MAX 函数与子查询&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询最高分同学的 score 表。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;找出最高成绩（该查询只能有一个结果）&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;MAX&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;根据上面的条件筛选出所有最高成绩表，&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;该查询可能有多个结果，假设 degree 值多次符合条件。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;degree&amp;nbsp;=&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;MAX&lt;/span&gt;(degree)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;92&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 6&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询和 &amp;quot;李军&amp;quot; 同性别的所有同学 name 。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;select&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;from&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;where&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李军&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;匡明&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;陆军&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;王尼玛&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;张全蛋&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;赵铁柱&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;张飞&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 7&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询和 &amp;quot;李军&amp;quot; 同性别且同班的同学 name 。&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px; background-color: rgba(0, 0, 0, 0.03);&quot;&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;,&amp;nbsp;sex,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李军&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李军&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----------+-----+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;sex&amp;nbsp;|&amp;nbsp;class&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----------+-----+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;曾华&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;李军&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;王尼玛&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;男&amp;nbsp;&amp;nbsp;|&amp;nbsp;95033&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-----------+-----+-------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;子查询 - 8&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有选修 &amp;quot;计算机导论&amp;quot; 课程的 &amp;quot;男&amp;quot; 同学成绩表。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;需要的 &amp;quot;计算机导论&amp;quot; 和性别为 &amp;quot;男&amp;quot; 的编号可以在 course 和 student 表中找到。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;score&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;=&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;course&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;计算机导论&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;)&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;AND&lt;/span&gt;&amp;nbsp;s_no&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;IN&lt;/span&gt;&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;no&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;student&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;WHERE&lt;/span&gt;&amp;nbsp;sex&amp;nbsp;=&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;男&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;s_no&amp;nbsp;|&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;|&amp;nbsp;degree&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;91&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&amp;nbsp;3-105&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;76&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;按等级查询&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;建立一个 grade 表代表学生的成绩等级，并插入数据：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;low&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INT&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;upp&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INT&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;char&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;90&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;100&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;A&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;80&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;89&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;B&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;70&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;79&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;C&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;60&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;69&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;D&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;grade&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;0&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;59&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;E&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;grade;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;low&amp;nbsp;&amp;nbsp;|&amp;nbsp;upp&amp;nbsp;&amp;nbsp;|&amp;nbsp;grade&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+------+-------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;90&amp;nbsp;|&amp;nbsp;&amp;nbsp;100&amp;nbsp;|&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;80&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;89&amp;nbsp;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;70&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;79&amp;nbsp;|&amp;nbsp;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;60&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;69&amp;nbsp;|&amp;nbsp;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;59&amp;nbsp;|&amp;nbsp;E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+------+-------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;查询所有学生的 s_no 、c_no 和 grade 列。&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;思路是，使用区间 ( BETWEEN ) 查询，判断学生的成绩 ( degree ) 在 grade 表的 low和 upp 之间。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;s_no,&amp;nbsp;c_no,&amp;nbsp;grade&amp;nbsp;FROM&amp;nbsp;score,&amp;nbsp;grade&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;WHERE&amp;nbsp;degree&amp;nbsp;BETWEEN&amp;nbsp;low&amp;nbsp;AND&amp;nbsp;upp;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;s_no&amp;nbsp;|&lt;/span&gt;&amp;nbsp;c_no&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;grade&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;101&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;102&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;103&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;104&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;105&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;105&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;245&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;109&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;-&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;166&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+-------+-------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;连接查询&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;准备用于测试连接查询的数据：&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;DATABASE&lt;/span&gt;&amp;nbsp;testJoin;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;person&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;id&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INT&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;),&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cardId&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INT&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;CREATE&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;TABLE&lt;/span&gt;&amp;nbsp;card&amp;nbsp;(&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;id&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INT&lt;/span&gt;,&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;name&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VARCHAR&lt;/span&gt;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;20&lt;/span&gt;)&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;card&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;饭卡&amp;#39;&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;建行卡&amp;#39;&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;农行卡&amp;#39;&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;4&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;工商卡&amp;#39;&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;邮政卡&amp;#39;&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;card;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&amp;nbsp;饭卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&amp;nbsp;建行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&amp;nbsp;农行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;|&amp;nbsp;工商卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;|&amp;nbsp;邮政卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INSERT&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INTO&lt;/span&gt;&amp;nbsp;person&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;VALUES&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;张三&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;李四&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;),&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;王五&amp;#39;&lt;/span&gt;,&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;6&lt;/span&gt;);&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;person;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;cardId&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&amp;nbsp;张三&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&amp;nbsp;李四&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&amp;nbsp;王五&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;分析两张表发现，person 表并没有为 cardId 字段设置一个在 card 表中对应的 id外键。如果设置了的话，person 中 cardId 字段值为 6 的行就插不进去，因为该cardId 值在 card 表中并没有。&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;内连接&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;要查询这两张表中有关系的数据，可以使用 INNER JOIN ( 内连接 ) 将它们连接在一起。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-- INNER JOIN:&amp;nbsp;表示为内连接，将两张表拼接在一起。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-- on:&amp;nbsp;表示要执行某个条件。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;SELECT&lt;/span&gt;&amp;nbsp;*&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;FROM&lt;/span&gt;&amp;nbsp;person&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;INNER&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;JOIN&lt;/span&gt;&amp;nbsp;card&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;on&lt;/span&gt;&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;cardId&amp;nbsp;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&amp;nbsp;张三&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&amp;nbsp;饭卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&amp;nbsp;李四&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&amp;nbsp;农行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;------+--------+--------+------+-----------+&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;--&amp;nbsp;将 INNER 关键字省略掉，结果也是一样的。&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #808080; word-break: inherit !important;&quot;&gt;-- SELECT * FROM person JOIN card on person.cardId = card.id;注意：card 的整张表被连接到了右边。&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;左外连接&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;完整显示左边的表 ( person ) ，右边的表如果符合条件就显示，不符合则补 NULL 。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;-- LEFT JOIN 也叫做 LEFT OUTER JOIN，用这两种方式的查询结果是一样的。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;LEFT&amp;nbsp;JOIN&amp;nbsp;card&amp;nbsp;on&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;cardId&amp;nbsp;|&lt;/span&gt;&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张三&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;饭卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李四&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;农行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;/span&gt;&amp;nbsp;王五&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;h3 style=&quot;margin: 0px 8px 15px; padding: 0px; font-weight: 400; font-size: 16px; max-width: 100%; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;右外链接&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;完整显示右边的表 ( card ) ，左边的表如果符合条件就显示，不符合则补 NULL 。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;RIGHT&amp;nbsp;JOIN&amp;nbsp;card&amp;nbsp;on&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;cardId&amp;nbsp;|&lt;/span&gt;&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张三&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;饭卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李四&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;农行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;建行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;4&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;工商卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;邮政卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;padding: 0px 0px 0px 2.2em; max-width: 100%; color: rgb(51, 51, 51); font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; clear: both; min-height: 1em; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;全&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;外链接&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;完整显示两张表的全部数据。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; max-width: 100%; font-size: inherit; color: inherit; line-height: inherit; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;code style=&quot;margin: 0px 2px; padding: 0.5em; max-width: 100%; box-sizing: border-box !important; overflow-wrap: normal !important; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); word-break: normal !important; overflow: auto !important; display: -webkit-box !important;&quot;&gt;--&amp;nbsp;MySQL&amp;nbsp;不支持这种语法的全外连接&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;FULL&amp;nbsp;JOIN&amp;nbsp;card&amp;nbsp;on&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;出现错误：&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;--&amp;nbsp;ERROR&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1054&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;42&lt;/span&gt;S22):&amp;nbsp;Unknown&amp;nbsp;column&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;person.cardId&amp;#39;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #F82375; word-break: inherit !important;&quot;&gt;in&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #EEDC70; word-break: inherit !important;&quot;&gt;&amp;#39;on&amp;nbsp;clause&amp;#39;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;-- MySQL全连接语法，使用 UNION 将两张表合并在一起。&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;LEFT&amp;nbsp;JOIN&amp;nbsp;card&amp;nbsp;on&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;UNION&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;RIGHT&amp;nbsp;JOIN&amp;nbsp;card&amp;nbsp;on&amp;nbsp;person.cardId&amp;nbsp;=&amp;nbsp;card.id;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;cardId&amp;nbsp;|&lt;/span&gt;&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;张三&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;1&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;饭卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;|&lt;/span&gt;&amp;nbsp;李四&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;3&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;农行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;|&lt;/span&gt;&amp;nbsp;王五&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;2&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;建行卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;4&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;工商卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;NULL&amp;nbsp;|&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #AE87FA; word-break: inherit !important;&quot;&gt;5&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: inherit !important; font-size: inherit; line-height: inherit; color: #FF9823; word-break: inherit !important;&quot;&gt;|&amp;nbsp;邮政卡&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;/&gt;+------+--------+--------+------+-----------+&lt;/code&gt;&lt;/pre&gt;&lt;/section&gt;&lt;section style=&quot;margin: 0px 8px 15px; padding: 0px; max-width: 100%; color: rgb(51, 51, 51); font-size: 17px; text-align: justify; white-space: normal; min-height: 1em; font-family: -apple-system-font, system-ui, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; background-color: rgb(255, 255, 255); line-height: 1.75em; letter-spacing: 1px; box-sizing: border-box !important; overflow-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;全&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 15px;&quot;&gt;文到这里撒花完结~&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 08 Oct 2020 18:06:46 +0800</pubDate></item></channel></rss>