<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>开发板学习笔记</title><link>http://121.229.42.79/</link><description>开发板学习笔记 龙芯嵌入式</description><item><title>龙芯2K1000下的memtester及stressapptest的交叉编译运行测试</title><link>http://121.229.42.79/?id=16</link><description>&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;strong&gt; 最近新设计的龙芯2K1000-DDR4_SODIMM核心板（LoongRing Pai）模块进入压力测试阶段！&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/cool.png&quot;/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; 主要搭载硬件模块简介：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; ①处理器龙芯2K1000 1GHz双核，无缝支持2K1000LA版本；&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; ②内存4GB DDR3（时钟频率@400-450MHz）；&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; ③双路RTL8211E GMAC PHY网卡 ；&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; ④板载硬件WDT看门狗芯片可配置使用/禁用；&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; ⑤板载一颗SPI FLASH可以作为启动PMON或者挂载到SPI0 CS3使用。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img class=&quot;ue-image&quot; data-width=&quot;1280&quot; data-height=&quot;1706&quot; src=&quot;http://121.229.42.79/zb_users/upload/2023/01/202301171673915321307308.jpg&quot; title=&quot;2k1000-dimm-tiny.jpg&quot; alt=&quot;2k1000-dimm-tiny.jpg&quot; width=&quot;372&quot; height=&quot;506&quot; style=&quot;width: 372px; height: 506px;&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 有了硬件，龙芯官方PMON（下载地址：&lt;strong&gt;http://ftp.loongnix.cn/loongsonpi/pi_2/source/&lt;/strong&gt;）也正常跑起，为了方便测试直接采用了vmlinuz+内嵌ramdisk模式启动到文件系统，至此就需要一些专门的测试软件开展稳定性和性能压力测试，确保各位龙粉能稳定的折腾龙芯2K1000哦&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/grin.png&quot;/&gt;，于是脑袋里第一反应就是UnixBench、memtester、stressapptest等常规开源测试程序。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; ---&amp;gt;下面进入正题：首先去下载相关测试程序源码①memtester下载地址&amp;nbsp;&lt;a href=&quot;https://pyropus.ca./software/memtester/old-versions/memtester-4.6.0.tar.gz&quot; _src=&quot;https://pyropus.ca./software/memtester/old-versions/memtester-4.6.0.tar.gz&quot;&gt;https://pyropus.ca./software/memtester/old-versions/memtester-4.6.0.tar.gz&lt;/a&gt;&amp;nbsp; ②stressapptest下载地址&amp;nbsp;&lt;a href=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot; _src=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot;&gt;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&lt;/a&gt;&amp;nbsp;，然后就到ubuntu虚拟机里面进行交叉编译，下面要说明的就是编译注意点：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;1）在交叉编译龙芯64位处理器下的【memtester】时候需要手动修改2个源文件：conf-cc、conf-ld，具体分布修改为：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【1修改conf-cc为如下】&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;em&gt;mips64el-linux-gcc -O2 -DPOSIX -D_POSIX_C_SOURCE=200809L -D_FILE_OFFSET_BITS=64 -DTEST_NARROW_WRITES -c&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;This will be used to compile .c files.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;If you use GCC 12, it emits a warning for something which is correct code.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;The warning message looks like an error:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; memtester.c:142:9: error: suggest parentheses around assignment used as&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; truth value [-Werror=parentheses]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;You can ignore the warning message; the code is correct.&amp;nbsp; If the warning message&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;bothers you, you can add `-Wno-parentheses` to the options above.&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【2修改conf-ld为如下】&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;mips64el-linux-gcc -s&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;This will be used to link .o files into an executable.&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;2）保存后，在顶层目录执行make即可生成memtester可执行程序，如下图&lt;strong style=&quot;white-space: normal;&quot;&gt;：&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; （需要注意的是交叉编译工具需要提前安装，下载地址：&lt;a href=&quot;http://ftp.loongnix.cn/loongsonpi/pi_2/toolchain/gcc-4.9.3-64-gnu%20.tar.gz&quot; _src=&quot;http://ftp.loongnix.cn/loongsonpi/pi_2/toolchain/gcc-4.9.3-64-gnu%20.tar.gz&quot;&gt;http://ftp.loongnix.cn/loongsonpi/pi_2/toolchain/gcc-4.9.3-64-gnu%20.tar.gz&lt;/a&gt;）&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img class=&quot;ue-image&quot; data-width=&quot;670&quot; data-height=&quot;147&quot; src=&quot;http://121.229.42.79/zb_users/upload/2023/01/202301171673916167103212.png&quot; title=&quot;mem_comp.png&quot; alt=&quot;mem_comp.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;3）然后拷贝到开发板文件系统运行就可以了，具体使用方法很简单，运行 # ./memtester 1024 3，表示1024M内存测试3次，运行过程如下&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/wink.png&quot;/&gt;：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img class=&quot;ue-image&quot; data-width=&quot;869&quot; data-height=&quot;581&quot; src=&quot;http://121.229.42.79/zb_users/upload/2023/01/202301171673917270793720.png&quot; title=&quot;memtest.png&quot; alt=&quot;memtest.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;strong&gt; 4）接下来编译测试【stressapptest】，同样先去下载源码：&lt;a href=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot; _src=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot;&gt;&lt;/a&gt;&lt;/strong&gt;&lt;a href=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot; _src=&quot;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&quot;&gt;https://gitcode.net/mirrors/stressapptest/stressapptest/-/archive/master/stressapptest-master.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 解压后进入顶层目录即可，先开始配置，为了方便在ramdisk文件系统的运行，需要编译为可执行程序+静态库这样就直接运行了不依赖外部库文件：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; # CC=&amp;quot;mips64el-linux-gcc&amp;quot; ./configure --host=mips64el-linux- --with-static&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; # make&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 编译完成后可执行程序在&lt;strong&gt;【 stressapptest-master/src 】&lt;/strong&gt;目录下哦！！！&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img class=&quot;ue-image&quot; data-width=&quot;657&quot; data-height=&quot;189&quot; src=&quot;http://121.229.42.79/zb_users/upload/2023/01/202301171673917735200942.png&quot; title=&quot;stressapp.png&quot; alt=&quot;stressapp.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 然后开始运行测试，具体的使用参数可以自行搜索，这款工具还是不错的&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/cool.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 参考测试命令：stressapptest -s 600 -M 1024 -m 2 -C 8 -W&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 参数说明：&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -s: number of second to run the application&amp;nbsp; 测试时间&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -m: number of memory copy threads to run&amp;nbsp; 复制线程数 (Memory Copy)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -i: number of memory invert threads to run&amp;nbsp; 反转线程数 (Invert Copy)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -c: CRC check&amp;nbsp; CRC校验&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;(Data Check)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -C: number of memory CPU stress threads to run&amp;nbsp; &amp;nbsp; CPU压力线程数&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; -M: Megabytes of ram to run&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 尽可能测试最大的可用内存空间&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; -W:&amp;nbsp;Use more CPU-stressful memory copy&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;可以查看其他所有参数 # ./stressapptest -h&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 运行截图如下：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img class=&quot;ue-image&quot; data-width=&quot;869&quot; data-height=&quot;581&quot; src=&quot;http://121.229.42.79/zb_users/upload/2023/01/202301171673918877902668.png&quot; title=&quot;stressapptest.png&quot; alt=&quot;stressapptest.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; 2K1000疯狂压力测试中~~~~~~~~&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; ==========================END==========================&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 17 Jan 2023 08:22:09 +0800</pubDate></item><item><title>Ubuntu下的龙芯LS2K1000之PMON编译</title><link>http://121.229.42.79/?id=15</link><description>&lt;p&gt;【0】首先从官方下载PMON源码：&lt;a href=&quot;http://ftp.loongnix.cn/loongsonpi/source/pmon-loongson3.tar.bz2&quot; _src=&quot;http://ftp.loongnix.cn/loongsonpi/source/pmon-loongson3.tar.bz2&quot;&gt;http://ftp.loongnix.cn/loongsonpi/source/pmon-loongson3.tar.bz2&lt;/a&gt;，直接解压到本地# tar zxvf /home/fisung/work/ls2kTools/gcc-4.4-gnu_pmon.tar.gz -C /usr/local，设置一下PATH，本文直接写到profile里：&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;# vim.tiny /etc/profile&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 把&amp;nbsp;export PATH=/usr/local/opt/gcc-4.4-gnu/bin:$PATH 加入到最后一行即可。保存退出。&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;723&quot; data-height=&quot;469&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667542149139553.png&quot; alt=&quot;1667542146220.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 为了使得在终端下生效直接&amp;nbsp;source /etc/profile。这样系统就可以找到mipsel-linux-开头的工具链了。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 然后下载交叉编译工具：&lt;a href=&quot;http://ftp.loongnix.cn/loongsonpi/toolchain/gcc-4.4-gnu_pmon.tar.gz&quot; _src=&quot;http://ftp.loongnix.cn/loongsonpi/toolchain/gcc-4.4-gnu_pmon.tar.gz&quot;&gt;http://ftp.loongnix.cn/loongsonpi/toolchain/gcc-4.4-gnu_pmon.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;【1】PMON的编译首先要制作pmoncfg、bison、flex工具，但是Ubuntu默认不带他们&lt;span style=&quot;color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;，需要在线安装：# apt-get install xutils-dev&amp;nbsp;bison flex -y&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;img data-width=&quot;854&quot; data-height=&quot;327&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667540804996475.png&quot; alt=&quot;1667540800740.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;【2】安装好工具后，进入PMON下的/tools/pmoncfg目录直接make即可生成pmoncfg，把它放到bin下就可以了，或者添加个PATH也行，此处为了偷懒&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/cool.png&quot;/&gt;直接将pmoncfg可执行程序放到用户的bin下即可：# cp pmoncfg /usr/local/bin&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;img data-width=&quot;761&quot; data-height=&quot;610&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667541228192908.png&quot; alt=&quot;1667541224809.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;【3】回到顶层目录后，依据自己芯片型号进入ls2k目录：# cd zloader.ls2k&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;1054&quot; data-height=&quot;241&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667541369371647.png&quot; alt=&quot;1667541366134.png&quot;/&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;【4】然后依据自己的主板配置情况适当修改pmon 2k的配置文件：主要有①输出串口地址；②内存总线及容量配置；③网卡挂载地址；④2K的各种模块时钟；⑤匹配内核的MTD地址等，所涉及的配置文件一般位于顶层目录的“Targets/LS2K/conf”下面，具体选择何配置文件查看“Makefile.LS2K”即可：&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;611&quot; data-height=&quot;275&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667541611897494.png&quot; alt=&quot;1667541607172.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 一般情况，要根据具体的板子硬件在“make cfg”的时候选择相应配置文件进行配置编译要素。&lt;/p&gt;&lt;p&gt;【5】这里直接默认进行编译了，因为手头不是龙芯派，配置参数就不贴了。主要走通一遍从源码到编译生成bin的过程！&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;# make cfg all tgt=rom&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 一步到位编译生成，如果要用多线程编译那就在后面加上“-j N”，N就是线程数，这样编译会很快。编译完成，在当前目录下生成了&amp;quot;gzrom.bin&amp;quot;如下：&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;img data-width=&quot;1182&quot; data-height=&quot;534&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667542619107235.png&quot; alt=&quot;1667542492918.png&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;当然编译时还可以&lt;span style=&quot;color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;make dtb 可以将dtb为设备树纳入gzrom。&lt;/span&gt;请继续关注后续文章。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;-------------------------------------------------------------------END---------------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#4d4d4d;font-family:-apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px; font-variant-ligatures: no-common-ligatures; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 04 Nov 2022 13:42:49 +0800</pubDate></item><item><title>Ubuntu14.04下的samba文件共享服务安装</title><link>http://121.229.42.79/?id=14</link><description>&lt;p&gt;【1】首先，启动终端后进入超级用户&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; $ sudo su&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 输入超级用户密码，进入管理员控制模式：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;em&gt;&lt;img data-width=&quot;724&quot; data-height=&quot;468&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667522113181886.png&quot; alt=&quot;1667522097094.png&quot;/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【2】建议先更新下：# apt-get update&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【3】然后在线安装samba，一般安装服务、客户端：# apt-get install samba samba-common -y&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【4】安装完成后，需要设置要共享给Windows的文件夹，此处路径为：/home/fisung/work，可以按照需求自行制定&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【5】修改共享文件夹权限，# chmod 777&amp;nbsp;/home/fisung/work&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【6】给samba添加一个用户：# smbpasswd -a fisung （输入密码也可以同用户密码一致）， 为方便使用，防止忘记了~~~此处直接同系统用户保持一致：fisung&amp;nbsp;&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/grin.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【7】接下来重要的步骤，修改samba的配置文件，在Ubuntu14下默认的路径是：/etc/samba/smb.conf，该文件里面已经存在配置模板了，只要将“；”配置选项注释去掉并微改即可！&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 这里直接使用配置文件自带的“Share Definitions”栏目进行配置，修改点：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ①&lt;img data-width=&quot;647&quot; data-height=&quot;149&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667522729214072.png&quot; alt=&quot;1667522725768.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;此处改下Windows访问看到的名称，此处设置为“homeShare”；重要的“path”需要同前文所述的一致~&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ②&lt;img data-width=&quot;698&quot; data-height=&quot;329&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667522842188483.png&quot; alt=&quot;1667522838293.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;继续沿着配置文件往下设置，主要为图中所示的四处即可！read only = no，说明非“只读”；两个权限掩码都是0755即可；最下面的有效用户则同前文设置的samba用户一致！&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;③:wq保存退出，配置到此结束！&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【8】要在Windows下访问，首先查看Ubuntu本机ip：# ifconfig，这里是192.168.172.130&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img data-width=&quot;723&quot; data-height=&quot;464&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667522456155508.png&quot; alt=&quot;1667522451761.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【9】关闭Ubuntu的防火墙：#&amp;nbsp;&lt;span style=&quot;color: #333333; font-family: Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;ufw disable&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【10】在Windows下运行：\\192.168.172.130（此处按照自己的Ubuntu机器的实际IP来访问）&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img data-width=&quot;399&quot; data-height=&quot;230&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667523001123751.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【11】&lt;img data-width=&quot;541&quot; data-height=&quot;496&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/11/202211041667523067144713.png&quot; alt=&quot;1667523064992.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;【12】双击后需要填写账号密码，输入：fisung+密码即可！就是之前新建samba用户的账号密码！&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;-------------------------------------------END-------------------------------------------------&lt;/p&gt;</description><pubDate>Fri, 04 Nov 2022 08:32:38 +0800</pubDate></item><item><title>龙芯3A4000下的Nginx-1.14.2配置安装、美化</title><link>http://121.229.42.79/?id=13</link><description>&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;Nginx&amp;nbsp;(engine x) 是一个高性能的&lt;/span&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://baike.baidu.com/item/HTTP&quot; style=&quot;color: rgb(19, 110, 194); text-decoration-line: none; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;HTTP&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;和&lt;/span&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://baike.baidu.com/item/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/7793488&quot; data-lemmaid=&quot;7793488&quot; style=&quot;color: rgb(19, 110, 194); text-decoration-line: none; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;反向代理&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;web服务器，同时也提供了IMAP/POP3/SMTP服务。Nginx是由伊戈尔·赛索耶夫为&lt;/span&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://baike.baidu.com/item/%E4%BF%84%E7%BD%97%E6%96%AF/125568&quot; data-lemmaid=&quot;125568&quot; style=&quot;color: rgb(19, 110, 194); text-decoration-line: none; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;俄罗斯&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;访问量第二的Rambler.ru站点（俄文：Рамблер）开发的，公开版本1.19.6发布于2020年12月15日。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 18px;&quot;&gt;1.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 18px; line-height: 150%;&quot;&gt;准备工作，安装loongnix-2003-liveCD操作系统，基于Fedora21。&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;2.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;机器环境，CPU 3A4000，内存16GB，硬盘：系统盘128GB SSD，数据盘WD 8TB&amp;nbsp;7200RPM ，公网固定IP。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;3.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;安装完成后首先需要配置ssh服务，使得可以远程部署vsftp及nginx环境。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;下面是比较号的参考文章！↓&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;4.&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://blog.csdn.net/weixin_47980221/article/details/123516857&quot; style=&quot;line-height: 150%; color: rgb(128, 0, 128); text-decoration: underline; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;span style=&quot;line-height: 150%; color: #800080; text-decoration: underline; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;https://blog.csdn.net/weixin_47980221/article/details/123516857&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;5.&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://blog.csdn.net/qq_40907977/article/details/106815216&quot; style=&quot;line-height: 150%; color: rgb(0, 0, 255); text-decoration: underline; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;span style=&quot;line-height: 150%; color: #0000FF; text-decoration: underline; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;https://blog.csdn.net/qq_40907977/article/details/106815216&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;6.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;更新下系统，运行#yum&amp;nbsp;update&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;运行更新会出错，原因是龙芯的FTP地址变了&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;修改：# vim /etc/yum.repos.d/fedora.repo&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# vim /etc/yum.repos.d/loongnix-rocky.repo&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;把其中的域名，后缀从.org 改为.cn即可。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;7.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;安装vsftpd，用户传输文件# yum install vsftpd -y&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;8.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;安装编译nginx必备环境！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;安装make：#yum -y install gcc automake autoconf libtool make&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;安装gcc g++：#yum install gcc gcc-c++&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;安装pcre和pcre-devel：#yum install -y pcre pcre-devel &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;安装zlib：#yum install -y zlib zlib-devel &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;安装openssl：yum install -y openssl openssl-devel &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;9.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;下载nginx：wget http://nginx.org/download/nginx-1.14.2.tar.gz &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;10.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;解压源码包：#tar -zxvf nginx-1.14.2.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;11.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;进入目录开始配置和编译安装：#cd nginx-1.14.2 &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#./configure --with-http_ssl_module --with-http_flv_module --with-http_gzip_static_module --with-http_stub_status_module --add-module=/你的真实路径/nginx-upload-module-2.255 --add-module=/&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 18px;&quot;&gt;你的真实路径&lt;/span&gt;/nginx-upload-progress-module-master --with-http_mp4_module --with-http_addition_module&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#make &amp;amp; make install&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;12.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;启动nginx：# /usr/local/nginx/sbin/nginx&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;13.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;查看是否在运行了，# ps -ef |grep nginx，如下图表示正常：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;588&quot; data-height=&quot;85&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/05/202205041651646956135990.jpg&quot; title=&quot;nginxps.jpg&quot; alt=&quot;nginxps.jpg&quot;/&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;14.&amp;nbsp;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;修改下conf文件，80端口需要备案，因此我们改为8000，在浏览器输入：&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://58.221.204.205:8000/&quot; style=&quot;text-decoration: underline; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;http://你的&lt;/span&gt;&lt;span style=&quot;text-decoration: underline; line-height: 150%; color: #0000FF; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;主机IP地址&lt;/span&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;:8000&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;line-height: 150%; font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;，访问见到如下图就成功安装ngnix了！接下来就是配置和美化的工作了~~~&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;658&quot; data-height=&quot;248&quot; src=&quot;http://121.229.42.79/zb_users/upload/2022/05/202205041651646974137754.jpg&quot; title=&quot;welcomenginx.jpg&quot; alt=&quot;welcomenginx.jpg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;font-size: 18px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;================END=================&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 04 May 2022 14:43:41 +0800</pubDate></item><item><title>龙芯3A4000下编译HADOOP3.2.1</title><link>http://121.229.42.79/?id=12</link><description>&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;1.&lt;span style=&quot;font-family:宋体&quot;&gt;首先下载最高版本&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;hadoop-3.2.1-src.tar.gz&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;源码包，下载地址：&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://hadoop.apache.org/releases.html&quot;&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;line-height: 150%;color: #0000FF;font-size: 16px&quot;&gt;https://hadoop.apache.org/releases.html&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;或直达地址&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;↓&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;a href=&quot;https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.1/hadoop-3.2.1-src.tar.gz&quot;&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;color: #0000FF&quot;&gt;https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.2.1/hadoop-3.2.1-src.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;2.&lt;span style=&quot;font-family:宋体&quot;&gt;在&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;LOONGNIX&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;系统启动&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;服务，方便传递数据资料：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl enable sshd.service &amp;nbsp;&amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;开机启动&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;①&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#vi /etc/samba/smb.conf&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;slave2&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;comment = Public slave2 Home&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;path = &lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;/home&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public = yes&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;writable = yes&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;browseable = yes&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;guest ok = yes&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;valid users = &lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;slave2&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# smbpasswd –a slave2&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;配置 以及没有权限访问的 解决方法&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;vi &amp;nbsp;/etc/samba/smb.conf &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;workgroup = WORKGROUP //&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;修改工作组名 &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;[test] &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//test&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;为打开&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;时你想显示的名字 （共享文件夹名） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;comment=This is my samba server &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（这是注释行，可以不写东西） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;path=/**** &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（指定要共享文件的位置） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;writable = yes &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;browseable =yes &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;read only = yes &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;create mode=0664 &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（这是文件权限） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;directory mode=0777 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（这是目录权限） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;service smb start &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;[root @linux samba]# useradd &amp;nbsp;samba &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（建一个名叫&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;的用户） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;[root @linux samba]# passwd samba &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（给&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;用户添加密码） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[root @linux samba]# smbpasswd -a samba &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[root @linux samba]# service smb restart &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;在&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;Windows&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;客户机的地址栏中输入&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;服务器&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;ip&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;（如“&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;\\192.168.138.110&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;） &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;原文链接：&lt;/span&gt;&lt;a href=&quot;https://blog.csdn.net/u012207077/article/details/11929989&quot;&gt;&lt;span style=&quot;text-decoration:underline;&quot;&gt;&lt;span style=&quot;font-family: 宋体;line-height: 150%;color: #0000FF;font-size: 16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;https://blog.csdn.net/u012207077/article/details/11929989&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl enable smb.service &amp;nbsp;&amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;开机启动&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl start smb.service &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;立即启动&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl restart smb.service &amp;nbsp;&amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;立即重启&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# firewall-cmd --permanent --zone=public --add-service=samba &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;配置防火墙&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# setsebool -P samba_enable_home_dirs on &amp;nbsp;# &lt;span style=&quot;font-family:宋体&quot;&gt;命令解除&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;selinux&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;对&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;samba&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;的限制&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl stop firewalld.service # &lt;span style=&quot;font-family:宋体&quot;&gt;关闭 防火墙&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# systemctl disable firewalld.service&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;3.&lt;span style=&quot;font-family:宋体&quot;&gt;开始安装配置&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;hadoop&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;①&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;检查&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;java&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;版本，并进行升级：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# java –version&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;openjdk version &amp;quot;1.8.0_242&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;OpenJDK Runtime Environment (Loongson 8.1.4-loongson3a-Fedora) (build 1.8.0_242-b08)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# yum update java&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;②&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;安装&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;maven&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# yum install maven&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;查看版本：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# mvn –version&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Apache Maven 3.2.2 (NON-CANONICAL_2015-07-07T11:23:04_root; 2015-07-07T11:23:04+08:00)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Maven home: /usr/share/maven&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Java version: 1.8.0_242, vendor: Oracle Corporation&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242-1.b08.8.1.4.fc21.loongson.mips64el/jre&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Default locale: en_AU, platform encoding: UTF-8&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;OS name: &amp;quot;linux&amp;quot;, version: &amp;quot;3.10.84-21.fc21.loongson.18.mips64el&amp;quot;, arch: &amp;quot;mips64el&amp;quot;, family: &amp;quot;unix&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;③&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;安装&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;Protocol Buffer 2.5.0&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，必须是这个版本&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# yum install protobuf-devel&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;查看版本：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# protoc –version&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;libprotoc 2.5.0&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;④安装Findbugs（可选）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;# yum install findbugs&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;⑤http://mirrors.hust.edu.cn/apache/hadoop/common/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;下载&lt;/span&gt; hadoop&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;3.2.1&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;span style=&quot;font-family:宋体&quot;&gt;的源码包，或者&lt;/span&gt;windows下载了放到samba文件夹内。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;# tar zxvf hadoop-3.2.1-src.tar.gz&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;# cd hadoop-3.2.1-src&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;⑥安装其他依赖包&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;# yum install -y openssl openssl-devel svn ncurses-devel zlib-devel libtool&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:16px&quot;&gt;# yum install -y snappy snappy-devel bzip2 bzip2-devel lzo lzo-devel lzop autoconf automake&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;⑦修改maven为阿里云镜像&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;# vi /etc/maven/&lt;/span&gt;&lt;span style=&quot;;font-family:Calibri;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;settings.xml&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;lt;mirrors&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- mirror&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| Specifies a repository mirror site to use instead of a given repository. The repository that&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;mirror&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;id&amp;gt;mirrorId&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;mirrorOf&amp;gt;repositoryId&amp;lt;/mirrorOf&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;Human Readable Name for this Mirror.&amp;lt;/name&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;url&amp;gt;http://my.repository.com/repo/path&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/mirror&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;--&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;lt;mirror&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;id&amp;gt;alimaven&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;aliyun maven&amp;lt;/name&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;url&amp;gt;http://maven.aliyun.com/nexus/content/groups/public/&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;mirrorOf&amp;gt;central&amp;lt;/mirrorOf&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/mirror&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/mirrors&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;⑧开始编译，遇到的问题后面继续补充说明解决办法！&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:16px&quot;&gt;# mvn clean package -Pdist,native -DskipTests -Dtar&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;错误&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;：&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (clean) on project hadoop-assemblies: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -&amp;gt; [Help 1]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;强制关系不对，主要为&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;mvn&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;版本不对，搜下 &lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;enforced.maven.version &lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;发现在 &lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;hadoop-project/pom.xml &lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;定义了这个变量：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;lt;enforced.maven.version&amp;gt;[3.3.0,)&amp;lt;/enforced.maven.version&amp;gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，对比本机版本&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;.2.2&lt;span style=&quot;font-family:宋体&quot;&gt;，改为：&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;lt;enforced.maven.version&amp;gt;[3.2.1)&amp;lt;/enforced.maven.version&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;错误&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;：&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] Failed to execute goal org.apache.hadoop:hadoop-maven-plugins:3.2.1:cmak&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] For more information about the errors and possible solutions, please rea&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;[ERROR] &amp;nbsp;&amp;nbsp;mvn &amp;lt;goals&amp;gt; -rf :hadoop-mapreduce-client-nativetask&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;解决方案，实际是&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;G&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;CC&lt;span style=&quot;font-family:宋体&quot;&gt;不支持&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;Error: unrecognized opcode `bswap $3&amp;#39;&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;指令，需要修改&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/src/lib/primitives.h&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;文件&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;，实现字节反转，大小端转换&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;/**&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;* little-endian to big-endian or vice versa&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;*/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;inline uint32_t bswap(uint32_t val) {&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;return &amp;nbsp;__builtin_bswap32(val);&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;/&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#ifdef __aarch64__&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;__asm__(&amp;quot;rev %w[dst], %w[src]&amp;quot; : [dst]&amp;quot;=r&amp;quot;(val) : [src]&amp;quot;r&amp;quot;(val));&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#else&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;__asm__(&amp;quot;bswap %0&amp;quot; : &amp;quot;=r&amp;quot; (val) : &amp;quot;0&amp;quot; (val));&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#endif&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;return val;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;*/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;inline uint64_t bswap64(uint64_t val) {&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;return __builtin_bswap64(val);&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;/&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#ifdef __aarch64__&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;__asm__(&amp;quot;rev %[dst], %[src]&amp;quot; : [dst]&amp;quot;=r&amp;quot;(val) : [src]&amp;quot;r&amp;quot;(val));&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#else&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#ifdef __X64&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;__asm__(&amp;quot;bswapq %0&amp;quot; : &amp;quot;=r&amp;quot; (val) : &amp;quot;0&amp;quot; (val));&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#else&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;uint64_t lower = val &amp;amp; 0xffffffffU;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;uint32_t higher = (val &amp;gt;&amp;gt; 32) &amp;amp; 0xffffffffU;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;lower = bswap(lower);&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;higher = bswap(higher);&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;return (lower &amp;lt;&amp;lt; 32) + higher;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#endif&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#endif&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;return val;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;*/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;错误&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;：&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Failed to find a viable JVM installation under JAVA_HOME&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px&quot;&gt;解决方案：&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;hadoop-common-project/hadoop-common/HadoopJNI.cmake&lt;span style=&quot;font-family:宋体&quot;&gt;，修改增加该文件的红色内容：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;# Linux-specific JNI configuration.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;#&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;if(CMAKE_SYSTEM_NAME STREQUAL &amp;quot;Linux&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# Locate JNI_INCLUDE_DIRS and JNI_LIBRARIES.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# Since we were invoked from Maven, we know that the JAVA_HOME environment&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# variable is valid. &amp;nbsp;So we ignore system paths here and just use JAVA_HOME.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;file(TO_CMAKE_PATH &amp;quot;$ENV{JAVA_HOME}&amp;quot; _java_home)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(CMAKE_SYSTEM_PROCESSOR MATCHES &amp;quot;^i.86$&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_java_libarch &amp;quot;i386&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL &amp;quot;x86_64&amp;quot; OR CMAKE_SYSTEM_PROCESSOR STREQUAL &amp;quot;amd64&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_java_libarch &amp;quot;amd64&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elseif(CMAKE_SYSTEM_PROCESSOR MATCHES &amp;quot;^arm&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_java_libarch &amp;quot;arm&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elseif(CMAKE_SYSTEM_PROCESSOR MATCHES &amp;quot;mips64&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_java_libarch &amp;quot;mips64el&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elseif(CMAKE_SYSTEM_PROCESSOR MATCHES &amp;quot;^(powerpc|ppc)64le&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(EXISTS &amp;quot;${_java_home}/jre/lib/ppc64le&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;set(_java_libarch &amp;quot;ppc64le&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else()&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;set(_java_libarch &amp;quot;ppc64&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif()&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else()&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_java_libarch ${CMAKE_SYSTEM_PROCESSOR})&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif()&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(_JDK_DIRS &amp;quot;${_java_home}/jre/lib/${_java_libarch}/*&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/jre/lib/${_java_libarch}&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/jre/lib/*&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/jre/lib&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/lib/*&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/lib&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/include/*&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}/include&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;${_java_home}&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;border-bottom: 1px solid windowtext;padding: 0 0 1px;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:宋体;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;错误&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;;font-family:Calibri;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;Cound not find a SASL library (GSASL (gsasl) or Cyrus SASL (libsasl2).&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;border-bottom: 1px solid windowtext;padding: 0 0 1px;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:Arial;color:#FF0000;font-size:14px;background:#FFFFFF&quot;&gt;yum install -y cyrus-sasl*&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;border-bottom: 1px solid windowtext;padding: 0 0 1px;line-height: 150%&quot;&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;font-size:16px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 150%&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;编译成功后&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Segoe UI Symbol&amp;#39;;line-height:150%;color:#FF0000;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;���&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px;background:#FFFF00;background:#FFFF00&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;：&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;line-height:150%;color:#FF0000;font-size:16px&quot;&gt;hadoop-dist/target&lt;span style=&quot;font-family:宋体&quot;&gt;下有打包文件&lt;/span&gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;hadoop-3.2.1.tar.gz&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Reactor Summary:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Main ................................. SUCCESS [ &amp;nbsp;2.678 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Build Tools .......................... SUCCESS [ &amp;nbsp;3.506 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Project POM .......................... SUCCESS [ &amp;nbsp;2.514 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Annotations .......................... SUCCESS [ &amp;nbsp;5.096 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Assemblies ........................... SUCCESS [ &amp;nbsp;0.429 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Project Dist POM ..................... SUCCESS [ &amp;nbsp;2.885 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Maven Plugins ........................ SUCCESS [ &amp;nbsp;9.406 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MiniKDC .............................. SUCCESS [ &amp;nbsp;3.656 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Auth ................................. SUCCESS [ 13.136 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Auth Examples ........................ SUCCESS [ &amp;nbsp;4.639 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Common ............................... SUCCESS [02:17 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop NFS .................................. SUCCESS [ 10.171 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop KMS .................................. SUCCESS [ &amp;nbsp;8.426 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Common Project ....................... SUCCESS [ &amp;nbsp;0.085 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS Client .......................... SUCCESS [01:03 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS ................................. SUCCESS [02:05 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS Native Client ................... SUCCESS [ 41.364 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HttpFS ............................... SUCCESS [ 13.055 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS-NFS ............................. SUCCESS [ &amp;nbsp;6.400 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS-RBF ............................. SUCCESS [ 40.502 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop HDFS Project ......................... SUCCESS [ &amp;nbsp;0.086 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN ................................. SUCCESS [ &amp;nbsp;0.086 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN API ............................. SUCCESS [ 36.244 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Common .......................... SUCCESS [01:23 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Registry ........................ SUCCESS [ 11.267 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Server .......................... SUCCESS [ &amp;nbsp;0.123 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Server Common ................... SUCCESS [ 26.934 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN NodeManager ..................... SUCCESS [ 36.577 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Web Proxy ....................... SUCCESS [ &amp;nbsp;7.212 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN ApplicationHistoryService ....... SUCCESS [ 13.187 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Timeline Service ................ SUCCESS [ &amp;nbsp;9.842 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN ResourceManager ................. SUCCESS [ 54.365 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Server Tests .................... SUCCESS [ &amp;nbsp;3.114 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Client .......................... SUCCESS [ 12.816 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN SharedCacheManager .............. SUCCESS [ &amp;nbsp;6.498 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Timeline Plugin Storage ......... SUCCESS [ &amp;nbsp;6.502 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase Backend ... SUCCESS [ &amp;nbsp;0.107 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase Common .... SUCCESS [ &amp;nbsp;9.432 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase Client .... SUCCESS [ &amp;nbsp;7.990 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase Servers ... SUCCESS [ &amp;nbsp;0.082 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase Server 1.2 &amp;nbsp;SUCCESS [ &amp;nbsp;7.418 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN TimelineService HBase tests ..... SUCCESS [ &amp;nbsp;5.674 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Router .......................... SUCCESS [ 10.479 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Applications .................... SUCCESS [ &amp;nbsp;0.072 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN DistributedShell ................ SUCCESS [ &amp;nbsp;6.202 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Unmanaged Am Launcher ........... SUCCESS [ &amp;nbsp;3.765 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Client ..................... SUCCESS [ &amp;nbsp;0.281 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Core ....................... SUCCESS [ 35.878 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Common ..................... SUCCESS [ 28.873 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Shuffle .................... SUCCESS [ &amp;nbsp;9.000 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce App ........................ SUCCESS [ 19.491 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce HistoryServer .............. SUCCESS [ 11.275 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce JobClient .................. SUCCESS [ 12.324 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Mini-Cluster ......................... SUCCESS [ &amp;nbsp;1.920 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Services ........................ SUCCESS [ &amp;nbsp;0.078 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Services Core ................... SUCCESS [ &amp;nbsp;5.557 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Services API .................... SUCCESS [ &amp;nbsp;2.540 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Image Generation Tool ................ SUCCESS [ &amp;nbsp;7.011 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Yet Another Learning Platform ...................... SUCCESS [ &amp;nbsp;7.747 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Site ............................ SUCCESS [ &amp;nbsp;0.090 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN UI .............................. SUCCESS [ &amp;nbsp;0.150 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop YARN Project ......................... SUCCESS [ 16.322 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce HistoryServer Plugins ...... SUCCESS [ &amp;nbsp;3.580 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce NativeTask ................. SUCCESS [ 55.974 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Uploader ................... SUCCESS [ &amp;nbsp;3.973 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Examples ................... SUCCESS [ &amp;nbsp;9.389 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce ............................ SUCCESS [ &amp;nbsp;7.425 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop MapReduce Streaming .................. SUCCESS [ 22.612 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Distributed Copy ..................... SUCCESS [ &amp;nbsp;9.895 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Archives ............................. SUCCESS [ &amp;nbsp;3.973 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Archive Logs ......................... SUCCESS [ &amp;nbsp;4.475 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Rumen ................................ SUCCESS [ 10.340 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Gridmix .............................. SUCCESS [ &amp;nbsp;7.934 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Data Join ............................ SUCCESS [ &amp;nbsp;4.585 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Extras ............................... SUCCESS [ &amp;nbsp;4.341 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Pipes ................................ SUCCESS [ 11.278 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop OpenStack support .................... SUCCESS [ &amp;nbsp;7.679 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Amazon Web Services support .......... SUCCESS [ 41.114 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Kafka Library support ................ SUCCESS [ &amp;nbsp;9.197 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Azure support ........................ SUCCESS [ 28.260 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Aliyun OSS support ................... SUCCESS [ 16.968 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Aggregator .................... SUCCESS [ &amp;nbsp;4.107 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Scheduler Load Simulator ............. SUCCESS [ 10.779 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Resource Estimator Service ........... SUCCESS [ 11.466 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Azure Data Lake support .............. SUCCESS [ 12.997 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Tools Dist ........................... SUCCESS [ 18.208 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Tools ................................ SUCCESS [ &amp;nbsp;0.070 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client API ........................... SUCCESS [06:48 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Runtime ....................... SUCCESS [05:31 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Packaging Invariants .......... SUCCESS [ &amp;nbsp;2.140 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Test Minicluster .............. SUCCESS [10:17 min]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Packaging Invariants for Test . SUCCESS [ &amp;nbsp;0.428 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Packaging Integration Tests ... SUCCESS [ &amp;nbsp;0.309 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Distribution ......................... SUCCESS [ 38.525 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Client Modules ....................... SUCCESS [ &amp;nbsp;0.088 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Cloud Storage ........................ SUCCESS [ &amp;nbsp;1.292 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Apache Hadoop Cloud Storage Project ................ SUCCESS [ &amp;nbsp;0.090 s]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] ------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] BUILD SUCCESS&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] ------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Total time: 45:40 min&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Finished at: 2020-07-14T08:06:34+08:00&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] Final Memory: 200M/1265M&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;[INFO] ------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:&amp;#39;Times New Roman&amp;#39;;font-size:13px&quot;&gt;至此就编译完成啦，基本上问题搜索下都是会有答案的@细心耐心。&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 05 Apr 2022 18:27:21 +0800</pubDate></item><item><title>GD32VF103的第一个LED程序调试</title><link>http://121.229.42.79/?id=11</link><description>&lt;p&gt;GD32VF103是一款RISC-V的单片机，与普通的STM32F系列有着质的区别，笔者使用的是官方推荐之NucleiStudio IDE开发环境，可以从官方下载最新版，本站也保留了一个备份，具体下载地址：&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/toolchain/NucleiStudio_IDE_202102-win64.zip&quot; target=&quot;_self&quot;&gt;IDE工具&lt;/a&gt;&lt;/p&gt;&lt;p&gt;绿色版本，直接解压运行NucleiStudio.exe即可！&lt;/p&gt;&lt;p&gt;打开后的启动logo面如下，21年02月版本：&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;452&quot; data-height=&quot;302&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630660536109505.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;随后需要确定工作目录，默认即可，点击”运行“：&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;664&quot; data-height=&quot;317&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630660577104053.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;默认进入主界面，关闭即可，选择File-Import，导入Demo源码例子，下载地址→&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/sourcecode/GD32VF103_Firmware_Library_V1.1.2.rar&quot; target=&quot;_self&quot;&gt;源码Demo&lt;/a&gt;：&lt;br/&gt;&lt;/p&gt;&lt;p&gt;导入界面选择如下图所示即可，下一步需要选择示例代码的root根目录位置，GD32VF103_Firmware_Library_V1.1.2\GD32VF103_Firmware_Library_V1.1.2\Template\Eclipse_project。&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;511&quot; data-height=&quot;543&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630660708315934.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;点击Finish后，左侧就已经出现工程目录结构了：&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;357&quot; data-height=&quot;803&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630660903261762.png&quot; title=&quot;微信图片_20210903172130.png&quot; alt=&quot;微信图片_20210903172130.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;接下来通过开发板的GD-LINK链接电脑，自动安装驱动，然后需要在工程里配置Debug参数：&lt;/p&gt;&lt;p&gt;①下载cfg文件，放在一个指定位置即可，例如本案例存放位置为工程目录下，方便以后的工程调试，当然也可以放在其他目录里面。&lt;/p&gt;&lt;p&gt;②设置Debug参数，点击Run-Debug Configuration，然后双击”GDB OpenOCD Debugging“自动生成工程配置，然后指定工程输出的elf文件，并在”Debugger“标签页设置cfg文件路径和命令参数，如下图所示：&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;984&quot; data-height=&quot;691&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630661193131379.png&quot; style=&quot;&quot; title=&quot;微信图片_20210903172537.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;③设置：-f &amp;quot;C:\Users\Administrator\Downloads\NucleiStudio_IDE_202102-win64\NucleiStudio\openocd_gdlink.cfg&amp;quot;，当然依据实际文件位置填写即可。&lt;/p&gt;&lt;p&gt;④&lt;/p&gt;&lt;p&gt;set mem inaccessible-by-default off&lt;/p&gt;&lt;p&gt;set arch riscv:rv32&lt;/p&gt;&lt;p&gt;set remotetimeout 250&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;984&quot; data-height=&quot;691&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630661193235715.png&quot; title=&quot;微信图片_20210903172603.png&quot; style=&quot;white-space: normal;&quot;/&gt;&lt;/p&gt;&lt;p&gt;⑤点击”Debug“按钮进入程序调试：&lt;/p&gt;&lt;p&gt;&lt;img data-width=&quot;1052&quot; data-height=&quot;943&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630661398587333.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;好了，虽然调试速度不是很快，但是已经提供了国产RISC-V单片机和免费的开发环境了，多支持国产，未来会越走越顺。&lt;img class=&quot;ue-emoticon&quot; data-width=&quot;16&quot; data-height=&quot;16&quot; src=&quot;http://121.229.42.79/zb_users/emotion/default/cool.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Sep 2021 17:09:23 +0800</pubDate></item><item><title>GD32VF103芯片简介</title><link>http://121.229.42.79/?id=10</link><description>&lt;p&gt;&amp;nbsp; GD32VF103设备是一种基于RISC-V核心的32位通用微控制器，在处理功率、降低功耗和外围设置方面的比例最好。RISC-V处理器核心与增强核心-本地中断控制器(ECLIC)、SysTick计时器和高级调试支持紧密耦合。&lt;/p&gt;&lt;p&gt;&amp;nbsp; GD32VF103系列MCU采用了全新的基于开源指令集架构RISC-V的Bumblebee处理器内核，是兆易创新(Gigadevice)携手中国领先的RISC-V处理器内核IP和解决方案厂商芯来科技(Nuclei System Technology)，面向物联网及其它超低功耗场景应用自主联合开发的一款商用RISC-V处理器内核。 GD32VF103系列RISC-V MCU提供了108MHz的运算主频，以及16KB到128KB的片上闪存和6KB到32KB的SRAM缓存，gFlash®专利技术支持内核访问闪存高速零等待。Bumblebee内核还内置了单周期硬件乘法器、硬件除法器和加速单元应对高级运算和数据处理的挑战。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;826&quot; data-height=&quot;517&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630628544284899.png&quot; title=&quot;RISC.png&quot; width=&quot;693&quot; height=&quot;432&quot; style=&quot;white-space: normal; width: 693px; height: 432px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; GD32VF103设备集成了RISC-V32位处理器核心，以108MHz频率运行，Flash存取零等待状态，以获得最大效率。它提供高达128KB的芯片上闪存和32KB的SRAM内存。广泛的增强I/O和外围设连接到两个APB总线。该设备提供最多两个12位ADC，最多两个12位DAC，最多4个通用16位定时器，两个基本计时器和一个PWM高级计时器，以及标准和高级通信接口：多达三个SPI、两个I2C、三个USART、两个UART、两个I2S、两个罐、一个USBFS。&lt;/p&gt;&lt;p&gt;&amp;nbsp; 该设备从2.6到3.6V的电源工作，在-40到+85°C温度范围内可用。几种节能模式为唤醒延迟和功耗之间的最大限度优化提供了灵活性，这是低功耗应用中特别重要的考虑因素。&lt;/p&gt;&lt;p&gt;&amp;nbsp; 上述特点使得GD32VF103设备适用于广泛的互连应用，特别是在工业控制、电机驱动、电源监视器和报警系统、消费者和手持设备、POS、车辆GPS、LED显示等领域。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;878&quot; data-height=&quot;1051&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/09/202109031630628544147328.png&quot; style=&quot;width: 589px; height: 739px;&quot; title=&quot;微信图片_20210903082132.png&quot; width=&quot;589&quot; height=&quot;739&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;数据手册：&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/datasheet/GD32VF103_Datasheet_Rev1.4.pdf&quot; target=&quot;_self&quot;&gt;英文下载&lt;/a&gt;&lt;/p&gt;&lt;p&gt;用户手册：&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/datasheet/GD32VF103_yonghushouce_Rev1.3.pdf&quot; target=&quot;_self&quot;&gt;中文下载&lt;/a&gt;、&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/datasheet/GD32VF103_User_Manual_Rev1.3.pdf&quot; target=&quot;_self&quot;&gt;英文下载&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;官方GD32固件源代码：&lt;a href=&quot;http://121.229.42.79/ftp/gd32mcu/gd32vf103/sourcecode/GD32VF103_Firmware_Library_V1.1.2.rar&quot; target=&quot;_self&quot;&gt;下载&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Sep 2021 08:18:23 +0800</pubDate></item><item><title>回味经典P4电脑老机</title><link>http://121.229.42.79/?id=9</link><description>&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; font-size: 24px;&quot;&gt;在&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;南方的某个雨夜梦到自己在大学宿舍”奋笔疾书“，手指在鼠标两键上舞蹈，原来自己在玩红色警戒2共和国之辉（中国版），并且开启了1打9模式，启用超级务器！热血沸腾&lt;/span&gt;&lt;span class=&quot;syl-emoji&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 22px 0px 0px 24px; border: 0px; display: inline-block; vertical-align: middle; position: relative; top: -2px; background-position: 50% center; background-repeat: no-repeat; background-size: auto 22px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; background-image: url(&amp;quot;https://sf1-scmcdn-tos.pstatp.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_67_erkang@3x.png&amp;quot;);&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;于是半夜起来打开手机，登录某鱼市场挑选主板......&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;534&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629108692205369.jpg&quot; title=&quot;DSC_1956.jpg&quot; alt=&quot;DSC_1956.jpg&quot;/&gt;&lt;/p&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;主板型号&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629108953331085.jpg&quot; title=&quot;DSC_1957.jpg&quot; alt=&quot;DSC_1957.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;主板接口&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629108999690891.jpg&quot; title=&quot;DSC_1955.jpg&quot; alt=&quot;DSC_1955.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;P4 630 3.0Ghz LGA775&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; font-size: 24px;&quot;&gt;为&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;了一定的可玩性，选择了Intel 915G系列主板，华硕代工的清华同方品牌主板P5GD1-TM/S，那时候觉得清华同方还是很不错的，我的第2台电脑就是此品牌，其实是为了能回到过去——JAY，然后就是不停地配套内存、CPU、硬盘、电源、显示器（专门找了一台17寸4:3，分辨率为1280*1024的显示器，和过去配套吧&lt;/span&gt;&lt;span class=&quot;syl-emoji&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 22px 0px 0px 24px; border: 0px; display: inline-block; vertical-align: middle; position: relative; top: -2px; background-position: 50% center; background-repeat: no-repeat; background-size: auto 22px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; background-image: url(&amp;quot;https://sf1-scmcdn-tos.pstatp.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_2_kiss@3x.png&amp;quot;);&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;）最终成果如下：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 18px; text-align: justify; background-color: #FFFFFF;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109046207658.jpg&quot; title=&quot;DSC_1953.jpg&quot; alt=&quot;DSC_1953.jpg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;老主板配套件全家福&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; font-size: 24px;&quot;&gt;接&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;下来就是熟知地系统安装，以前地主板BIOS还是蓝白色调地，很有历史熟悉感~设置好USB光驱启动（此主板大约2005年左右发布，那时候就有USB光驱启动了方便至极&lt;/span&gt;&lt;span class=&quot;syl-emoji&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 22px 0px 0px 24px; border: 0px; display: inline-block; vertical-align: middle; position: relative; top: -2px; background-position: 50% center; background-repeat: no-repeat; background-size: auto 22px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF; background-image: url(&amp;quot;https://sf1-scmcdn-tos.pstatp.com/goofy/toutiao/tt_tps/static/images/ttemoji_v2/emoji_30_titter@3x.png&amp;quot;);&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 16px; color: #222222; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; text-align: justify; background-color: #FFFFFF;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109093490967.jpg&quot; title=&quot;DSC_1980.jpg&quot; alt=&quot;DSC_1980.jpg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;经典BIOS设置界面&lt;/p&gt;&lt;p data-track=&quot;10&quot; style=&quot;box-sizing: border-box; margin-top: 20px; margin-bottom: 20px; padding: 0px; border: 0px; color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 18px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-size: 24px;&quot;&gt;开&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;始一步步安装Windows XP SP3 32bit最后最终官方纯净ISO版本。。。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109126133957.jpg&quot; title=&quot;DSC_1984.jpg&quot; alt=&quot;DSC_1984.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;Windows XP SP3安装中&lt;/p&gt;&lt;p data-track=&quot;12&quot; style=&quot;box-sizing: border-box; margin-top: 20px; margin-bottom: 20px; padding: 0px; border: 0px; color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 18px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-size: 24px;&quot;&gt;那&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;个年代地系统装完基本都是要从0开始安装主板、显卡等驱动程序，此主板也不例外，最主要地显卡程序一定要稳定，我买了一块当年主流地显卡ATI Randon 300 128MB现存仅有一个VGA接口+看不懂没用过的接口。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109167162354.jpg&quot; title=&quot;1.jpg&quot; alt=&quot;1.jpg&quot;/&gt;&lt;/p&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;ATI独立显卡&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;534&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109197362348.jpg&quot; title=&quot;DSC_1986.jpg&quot; alt=&quot;DSC_1986.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;显卡驱动安装中，帅气&lt;/p&gt;&lt;p data-track=&quot;15&quot; style=&quot;box-sizing: border-box; margin-top: 20px; margin-bottom: 20px; padding: 0px; border: 0px; color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 18px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-size: 24px;&quot;&gt;接&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;下来就是进入回味环节喽，当年最喜欢的几款单机游戏：&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #333333; --tt-darkmode-color: #A3A3A3;&quot;&gt;英雄无敌3、WR3、红警、星际 、三国志、三国群英传、侠盗、真三国无双、&lt;/span&gt;暗黑&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #333333; --tt-darkmode-color: #A3A3A3;&quot;&gt;、帝国时代、血战上海滩、极品飞车等等，自己在大学生时代玩最多的还属红色警戒2，熟悉的画面和并没有忘记的快捷键，居然还能立马上手操作！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109254143086.jpg&quot; title=&quot;DSC_1988.jpg&quot; alt=&quot;DSC_1988.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;红色警戒2共和国之辉&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109278746145.jpg&quot; title=&quot;DSC_1989.jpg&quot; alt=&quot;DSC_1989.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;血战上海滩&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109300120003.jpg&quot; title=&quot;DSC_1990.jpg&quot; alt=&quot;DSC_1990.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;开启疯狂打鬼子&lt;br/&gt;&lt;/p&gt;&lt;p data-track=&quot;19&quot; style=&quot;box-sizing: border-box; margin-top: 20px; margin-bottom: 20px; padding: 0px; border: 0px; color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 18px; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-size: 24px;&quot;&gt;那&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;时候有一台计算机必须要玩下性能测试，以前必装的软件还有：Windows优化大师、Everest、3DMark系列，不折腾一遍不算完，虽然处理器性能在如今开看来真的很渣，当主板BIOS放开倍频设置后P4系列的超频是必选科目。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; color: #333333; --tt-darkmode-color: #A3A3A3;&quot;&gt;&lt;/span&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;800&quot; data-height=&quot;533&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108161629109333762021.jpg&quot; title=&quot;DSC_1992.jpg&quot; alt=&quot;DSC_1992.jpg&quot;/&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;3DMark 2003se测评中&lt;/p&gt;&lt;div class=&quot;article-content&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;SF Pro Display&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 12px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;article class=&quot;syl-article-base syl-page-article syl-device-pc tt-article-content&quot; style=&quot;box-sizing: border-box; padding: 0px; text-align: justify; overflow-wrap: break-word; word-break: break-word; overflow: hidden; hyphens: auto; color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; line-height: 1.667; font-size: 18px; margin-bottom: 20px;&quot;&gt;&lt;p data-track=&quot;21&quot; style=&quot;box-sizing: border-box; margin-top: 20px; padding: 0px; border: 0px; margin-bottom: 0px !important;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-size: 1.882em;&quot;&gt;写&lt;/span&gt;在最后，如今的你是否盼望着能回到曾经的电脑游戏和网吧夜生活呢？&lt;/p&gt;&lt;/article&gt;&lt;/div&gt;</description><pubDate>Mon, 16 Aug 2021 18:09:39 +0800</pubDate></item><item><title>君正X1000芯片简介</title><link>http://121.229.42.79/?id=8</link><description>&lt;p&gt;&lt;span style=&quot;color: #C00000; font-size: 16px;&quot;&gt;&lt;strong&gt;君正X1000/X1000E是一款MIPS架构低功耗物联网处理器&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;•&amp;nbsp;高性能&amp;nbsp;XBurst®&amp;nbsp;1 CPU，主频1.0GHz&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;•&amp;nbsp;超低功耗&amp;nbsp;(&amp;lt;200mW)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;• 1秒极速启动&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;•&amp;nbsp;内置LPDDR&amp;nbsp;（X1000：32MB，X1000E：64MB）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;•&amp;nbsp;内置语音唤醒引擎和音频CODEC&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong style=&quot;color: rgb(192, 0, 0); font-size: 16px; white-space: normal;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;196&quot; data-height=&quot;192&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151629025687140098.png&quot; title=&quot;jzcpu.png&quot; alt=&quot;jzcpu.png&quot;/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;strong style=&quot;color: rgb(192, 0, 0); font-size: 16px; white-space: normal;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;606&quot; data-height=&quot;378&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151629025582103293.png&quot; title=&quot;junzheng.png&quot; alt=&quot;junzheng.png&quot; style=&quot;color: rgb(51, 51, 51); font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px; white-space: normal;&quot;/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;图例 芯片架构功能框图&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #C00000; font-size: 16px;&quot;&gt;&lt;strong&gt;应用领域：&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;•&amp;nbsp;&amp;nbsp;智能音频：智能音箱，智能玩具&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;•&amp;nbsp;&amp;nbsp;图像识别：二维码识别，指纹识别&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;•&amp;nbsp;&amp;nbsp;智能家电：智能空调，智能冰箱和日用小家电&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;•&amp;nbsp;&amp;nbsp;智能家居：智能网关，智能灯&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;•&amp;nbsp;&amp;nbsp;智能办公：云打印机，数据网关&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;padding: 0px; margin: 0pt; color: rgb(51, 51, 51); white-space: normal; background: rgb(255, 255, 255); font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;color: #C00000; font-size: 16px;&quot;&gt;&lt;strong&gt;芯片规格：&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; width=&quot;595&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 52.5pt;&quot; class=&quot;firstRow&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;padding: 5.4pt; border-width: 1pt; border-color: rgb(204, 204, 204);&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;background: #FFFFFF; line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;CPU&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(255, 255, 255); border-width: 1pt 1pt 1pt medium; border-left-style: none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;XBurst&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;®&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;CPU 1.0GHz&lt;span style=&quot;font-family:黑体&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;MIPS&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;架构&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;硬件&lt;span style=&quot;font-family:Arial&quot;&gt;FPU&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;SIMD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;16KB L1 I-cache&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;16KB L1 D-cache&lt;span style=&quot;font-family:黑体&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;128KB L2&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;统一&lt;span style=&quot;font-family:Arial&quot;&gt;cache&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 20.25pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;内存&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;片内&lt;span style=&quot;font-family:Arial&quot;&gt;32/64MBytes LPDDR&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 20.25pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;显示屏支持&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(255, 255, 255); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持&lt;span style=&quot;font-family:Arial&quot;&gt;8-bit&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;、&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;9-bit&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;、&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;16-bit&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;并行接口&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;SLCD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 51pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;摄像头支持&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持&lt;span style=&quot;font-family:Arial&quot;&gt;8-bit&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;并行接口，支持&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;万像素设备&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;JPEG&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;硬件编码器，&lt;span style=&quot;font-family:Arial&quot;&gt;1280x720@30fps&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持&lt;span style=&quot;font-family:Arial&quot;&gt;CCIR656&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;输入&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 68.25pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;background: #FFFFFF; line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;音频处理器及接口&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(255, 255, 255); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;嵌入式高品质音频编解码器，含立体声&lt;span style=&quot;font-family:Arial&quot;&gt;ADC&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;DAC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;低功耗&lt;span style=&quot;font-family:Arial&quot;&gt;DMIC&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;控制器，含语音唤醒引擎&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持&lt;span style=&quot;font-family:Arial&quot;&gt;I2S/ SPDIF&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;接口的外部音频编解码器&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;有主&lt;span style=&quot;font-family:Arial&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;从模式的&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;PCM&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;接口&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 140pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;片上接口&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;I2C x3&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;SPI x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;USB 2.0HS OTG x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;MMC/SD/SDIO x2&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;全双工&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;UARTx3&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;串口&lt;span style=&quot;font-family:Arial&quot;&gt;flash&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;接口&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;智能卡接口&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;I2S x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;PCM x1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;以太网&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;MAC x1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 50.25pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;background: rgb(255, 255, 255); border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;安全性&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(255, 255, 255); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;1Kbits OTP ROM&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持&lt;span style=&quot;font-family:Arial&quot;&gt;RSA(1024bits)&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;AES(128bits)&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;硬件编码&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;支持安全启动&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 20.25pt;&quot;&gt;&lt;td width=&quot;148&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt; border-top-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204); padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;封装&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;background: rgb(240, 240, 240); border-width: medium 1pt 1pt medium; border-top-style: none; border-left-style: none; border-color: currentcolor rgb(204, 204, 204) rgb(204, 204, 204) currentcolor; padding: 5.4pt;&quot;&gt;&lt;p style=&quot;margin: 0pt; line-height: 24px; font-family: 宋体; font-size: 12pt;&quot;&gt;&lt;span style=&quot;line-height: 21px; font-family: Arial; font-size: 10.5pt;&quot;&gt;封装形式&lt;span style=&quot;font-family:Arial&quot;&gt;BGA-190&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;，外形尺寸&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;13mm x 13mm x 1.2mm&lt;/span&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;font-family:Arial&quot;&gt;0.8mm Pitch&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Aug 2021 19:03:44 +0800</pubDate></item><item><title>6502处理器简介</title><link>http://121.229.42.79/?id=7</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;个人电脑的革命起源于Intel 8080 CPU，这款推出于1974年的2Mhz 8-bit CPU是第一款（可以由爱好者自行组装的）电脑套件的心脏。但价格更加便宜的6502 CPU才是真正带来家用电脑市场繁荣的英雄。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;584&quot; data-height=&quot;263&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151628992159837714.png&quot; title=&quot;6502.png&quot; alt=&quot;6502.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;图1 6502 CPU-DIP封装&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #C00000;&quot;&gt;&lt;strong&gt;6502背后的故事：&lt;/strong&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 像8080和Z-80一样，6502是一款8-bit CPU，最多可以寻址64KB内存。就像Zilog Z-80是基于更早的Intel 8080 CPU一样，MOS 6502是基于摩托罗拉6800 CPU（与8080同年发布，售价和8080一样为360美元）开发的。事实上，6502背后的许多工程师也都曾在摩托罗拉参与过6800处理器的开发。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;550&quot; data-height=&quot;408&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151628992094170889.jpg&quot; title=&quot;apple2_6502.jpg&quot; alt=&quot;apple2_6502.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;图2 沃茨和乔布斯手持Apple II主板，Apple II也采用6502 CPU&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;figure&gt;&lt;/figure&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 6502的设计目标是“一款比6800性能更好、价格更低的替代品”，当1975年下半年6502开始发售的时候，其标价为25美元。作为回应，摩托罗拉大幅降低了6800的售价，从175美元降价到69美元 - 即使如此，仍然接近6502售价的三倍。（MOS科技还曾经开发过可以在电路板上直接替换6800的6501 CPU，但由于摩托罗拉的起诉，MOS科技放弃了6501计划并向摩托罗拉支付了20万美元）。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 1976年5月，摩托罗拉再次将6800 CPU的价格降低到35美元。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #121212; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; 在中国大陆，上世纪末红遍大江南北的FC兼容机/小霸王学习机们和后来几乎人手一台的文曲星都采用了6502 CPU。小霸王们多采用台湾联华电子生产的UA6527，可以说这块CPU陪伴了中国80后和90后的童年和少年时代。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 早期的文曲星电子词典几乎都是6502单片机。2001年，金远见公司推出CC800，提供API接口，配合自带的编程语言GVBasic，可以编写程序，并且可以保存，还可以用数据线联机下载应用和游戏。金远见公司在官网开辟了一个应用专区，免费供用户下载，国内为此掀起了一股轰轰烈烈的文曲星编程热潮，并涌现出了一批编程牛人和游戏。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 文曲星独占游戏《英雄坛说》就是那个时候诞生的，金远见将《英雄坛说》固化到后来的机器当中，使得游戏流传极广，有不少玩家都对这款游戏极为的熟悉。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;914&quot; data-height=&quot;515&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151628992456187608.jpg&quot; title=&quot;MUGD.jpg&quot; alt=&quot;MUGD.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;图3 相信不少小伙伴买文曲星后的工作重点在于此&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 《英雄坛说》是文曲星（一种电子辞典）中的一个RPG游戏，在文曲星的众多型号如NC2600、NC3000、NC1020、TC1000、CC800中均有此游戏。GMUD之英雄坛说、黄金英雄坛说、白金英雄坛说、蓝金英雄坛说等。每一个版本均有特点与优劣之处。黄金英雄坛说是目前发展最完善的英雄坛说。&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;ue-image&quot; data-width=&quot;610&quot; data-height=&quot;745&quot; src=&quot;http://121.229.42.79/zb_users/upload/2021/08/202108151628993981190000.png&quot; title=&quot;gumd1.png&quot; alt=&quot;gumd1.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #C00000;&quot;&gt;写在最后：&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 从诞生至今的40多年来，6502对个人电脑和家用游戏主机行业产生了极其深刻的影响，无数人的人生因此而改变。虽然小霸王和文曲星早已经不再流行，《英雄坛说》也逐渐被人遗忘，但直到现在，6502仍被运用于数以亿计的工业监测和控制计算机当中，为我们服务。&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 而你的童年、少年与青年时代，又因为这个CPU产生过怎样的乐趣呢？&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;更详细原文：&lt;a href=&quot;https://baijiahao.baidu.com/s?id=1552311239963179&amp;wfr=spider&amp;for=pc&quot; target=&quot;_blank&quot;&gt;https://baijiahao.baidu.com/s?id=1552311239963179&amp;amp;wfr=spider&amp;amp;for=pc&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Aug 2021 09:44:56 +0800</pubDate></item></channel></rss>