lx-template/backups/2025-04-09/2025-04-09_system_article.sql
2025-04-17 10:14:18 +08:00

41 lines
72 KiB
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Dreamer CMS 数据库备份工具 时间2025-04-09
*/
DROP TABLE IF EXISTS `system_article`;
/*
Table structure for table `system_article`
*/
CREATE TABLE `system_article` (
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
`html_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
/*
Data for table `system_article`
*/
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('13037ae7e98048708cf9978368eeb820', '<p>ddd</p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '36906ce147a34df8af6d076e3ded98f5', '', STR_TO_DATE('2020-07-07 17:08:25','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('755912b5365540479499a9272157ac3b', '', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '431dc64e8d064aba95418674e5b11d7f', '', STR_TO_DATE('2020-07-07 17:38:53','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('b004ec8e2fb84b6a82141dabcc1962e0', '<p><iframe src="//player.bilibili.com/player.html?aid=98598538&bvid=BV1G7411m72U&cid=168312841&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="100%" height="400"> </iframe></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '4553752623b044589c5eba667163542c', '', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('c4abe7b7a3b943a7a4a3a48533a6aa50', '<p><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; background-color: rgb(255, 255, 255);"></span></p><ol style="box-sizing: border-box; padding-left: 2em; padding-bottom: 1px; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);" class=" list-paddingleft-2"><li><p>升级FastJson漏洞</p></li><li><p>修复Sql标签注入风险</p></li><li><p>修复Log4j漏洞</p></li><li><p>修改分页标签、栏目文档标签、SQL标签Bug</p></li><li><p>主题包的缩略图支持重新上传<span style="font-family: sans-serif;"></span></p></li></ol>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '4c0b32d99a8c4681a719972e615c8d24', '', STR_TO_DATE('2023-01-10 09:11:44','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('f9e263c42e7b41f8861ba64bc0404a6c', '<p><span style="font-size: 14px;"><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; background-color: rgb(255, 255, 255);">免费完整开源基于MIT协议源代码完全开源</span><br style="box-sizing: border-box; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; background-color: rgb(255, 255, 255);">标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;</span><br style="box-sizing: border-box; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; background-color: rgb(255, 255, 255);">模版开发方便:支持在线上传模版包开发方便快捷;</span><br style="box-sizing: border-box; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Liberation Sans&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Wenquanyi Micro Hei&quot;, &quot;WenQuanYi Zen Hei&quot;, &quot;ST Heiti&quot;, SimHei, SimSun, &quot;WenQuanYi Zen Hei Sharp&quot;, sans-serif; background-color: rgb(255, 255, 255);">每月更新:每月进行系统升级,分享更多好用的模版与插件;</span></span></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '65e932293e244fe0ab769c7dcba0cd5d', '', STR_TO_DATE('2023-01-10 15:19:36','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('50810efa568d4a8d96887def1f8bd110', '<section class="output_wrapper" id="output_wrapper_id" style="color: rgb(62, 62, 62); line-height: 1.6; letter-spacing: 0px; font-family: &quot;Helvetica Neue&quot;, Helvetica, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;"><h4 id="h" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.2em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">环境准备</span></h4><ol style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Redis</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Tomcat8+</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Jdk1.8+</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Mysql5.5+(这里需要注意一下Mysql5.7以上版本需要注意timestamp格式的字段设置为非必填)</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">IDE(Sprint tools suite4 或 Idea)</span></p></li></ol><h3 id="hjar" style="line-height: inherit; margin: 1.5em 5px 2em 0px; font-size: 1.3em; padding: 8px 15px; letter-spacing: 2px; background-image: linear-gradient(to right bottom, rgb(0, 188, 212), rgb(63, 81, 181)); background-color: rgb(63, 81, 181); color: rgb(255, 255, 255); border-left: 10px solid rgb(51, 51, 51); border-radius: 5px; text-shadow: rgb(102, 102, 102) 1px 1px 1px; box-shadow: rgb(102, 102, 102) 1px 1px 2px;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Jar包部署</span></h3><ol style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">在IDE中将项目中的配置文件都修改好然后执行maven打包命令打包前强烈建议先clean。在Eclipse或Sprint tools suite4中打包Console输出Success表示成功。如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313647725017827.png" title="1673313647725017827.png" alt="1673313647725017827.png" width="1200" height="675" border="0" vspace="0" style="width: 1200px; height: 675px;"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">打包完成后在项目目录下的target目录下会生成jar包如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313674043079792.png" title="1673313674043079792.png" alt="1673313674043079792.png" width="1200" height="652" border="0" vspace="0" style="width: 1200px; height: 652px;"/><br/></p></li></ol><h4 id="hwindows" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.2em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Windows部署</span></h4><ol style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">将Jar文件复制到任意目录建议不要在C盘这里放在F:\Programes\目录下,如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313688141070067.png" title="1673313688141070067.png" alt="图片3.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">在该目录按住Shift键点击鼠标右键点击在此处打开命令窗口如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313697531070277.png" title="1673313697531070277.png" alt="图片4.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">在打开的命令行窗口中执行java -jar dreamer-cms.jar如更换包名则对应修改此命令启动如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313704722051787.png" title="1673313704722051787.png" alt="图片5.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">运行过程中不要关闭该命令行窗口到此Windows部署完成这里需要注意的是资源路径一定要正确。</p></li></ol><h4 id="hlinux" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.2em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Linux部署</span></h4><ol style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">登录XShell或CRT到Linux系统建议在/opt下进行部署操作在/opt目录下新建如下目录</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs perl" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">mkdir</span>&nbsp;programs<br/><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">mkdir</span>&nbsp;resources<br/></code></pre><ol start="2" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">将资源文件上传到resources/站点名/目录下,如下图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313716298088221.png" title="1673313716298088221.png" alt="图片6.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">打包时将application-对应环境.yml中的web.resource-path修改为/opt/resources/itechyou.cn/,如图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313725698046959.png" title="1673313725698046959.png" alt="图片7.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">将打好的Jar包上传到/opt/programs/目录下,如图</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center;"><img src="/resources//uploads/20230110/1673313742553090746.png" title="1673313742553090746.png" alt="图片8.png"/><br/></p></li><li><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">Linux运行Jar一定要在后台运行否则关闭XShell或CRT程序会停止这里可以使用Nohup或Screen。Nohup一般的Linux都自带如没有请参考</p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs cpp" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;">https:<span class="hljs-comment" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(128, 128, 128); word-wrap: inherit !important; word-break: inherit !important;">//blog.csdn.net/weixin_43926604/article/details/96001694</span><br/></code></pre><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">Screen使用教程请参考</p><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs cpp" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;">https:<span class="hljs-comment" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(128, 128, 128); word-wrap: inherit !important; word-break: inherit !important;">//blog.csdn.net/han0373/article/details/81352663</span><br/></code></pre><ol start="6" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">本教程使用Screen运行安装Screen命令如下</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs nginx" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-attribute" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(238, 220, 112); word-wrap: inherit !important; word-break: inherit !important;">yum</span>&nbsp;install&nbsp;screen<br/></code></pre><ol start="7" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p>运行Jar文件<br/>首次运行需要使用Screen新建一个任务命令如下</p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs nginx" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-attribute" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(238, 220, 112); word-wrap: inherit !important; word-break: inherit !important;">screen</span>&nbsp;-S&nbsp;任务名(这里建议站点名)<br/></code></pre><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">在此命令成功后会启一个新的命令行界面然后执行java -jar dreamer-cms.jar如更换包名则对应修改此命令命令即可启动成功后退出Screen退出一定要Ctrl + a + d<br/>如果非首次运行则需要先使用命令screen -r 任务名(填写新建任务时指定的名字)</p><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs css" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-selector-tag" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">screen</span>&nbsp;<span class="hljs-selector-tag" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">-r</span>&nbsp;<span class="hljs-selector-tag" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">iteachyou</span><span class="hljs-selector-class" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">.cc</span><br/></code></pre><hr style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; height: 1px; margin: 1.5rem 0px; border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top-style: dashed; border-top-color: rgb(165, 165, 165);"/><h3 id="hwar" style="line-height: inherit; margin: 1.5em 5px 2em 0px; font-size: 1.3em; padding: 8px 15px; letter-spacing: 2px; background-image: linear-gradient(to right bottom, rgb(0, 188, 212), rgb(63, 81, 181)); background-color: rgb(63, 81, 181); color: rgb(255, 255, 255); border-left: 10px solid rgb(51, 51, 51); border-radius: 5px; text-shadow: rgb(102, 102, 102) 1px 1px 1px; box-shadow: rgb(102, 102, 102) 1px 1px 2px;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">War包部署</span></h3><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">war打包需要把Spring Boot自带的Tomcat排除掉具体操作步骤如下</p><ol style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">添加servlet-api依赖</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs xml" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-comment" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(128, 128, 128); word-wrap: inherit !important; word-break: inherit !important;">&lt;!--添加servlet-api的依赖,用来打war包&nbsp;&nbsp;--&gt;</span><br/><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">dependency</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span>javax.servlet<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span>javax.servlet-api<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">scope</span>&gt;</span>provided<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">scope</span>&gt;</span><br/><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">dependency</span>&gt;</span><br/></code></pre><ol start="2" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">排除SpringBoot内置的Tomcat</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs xml" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-comment" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(128, 128, 128); word-wrap: inherit !important; word-break: inherit !important;">&lt;!--最终打成war包排除内置的tomcat--&gt;</span><br/><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">dependency</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span>org.springframework.boot<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span>spring-boot-starter-web<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">exclusions</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">exclusion</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span>org.springframework.boot<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span>spring-boot-starter-tomcat<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">exclusion</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">exclusions</span>&gt;</span><br/><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">dependency</span>&gt;</span><br/></code></pre><ol start="3" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p>改造启动类<br/>修改前:</p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs java" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@EnableTransactionManagement</span><br/><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@SpringBootApplication</span><br/><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@MapperScan</span>(<span class="hljs-string" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(238, 220, 112); word-wrap: inherit !important; word-break: inherit !important;">&quot;cn.itechyou.cms.dao&quot;</span>)<br/><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">public</span>&nbsp;<span class="hljs-class" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">class</span>&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">DreamerCMSApplication</span></span>{<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-function" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">public</span>&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">static</span>&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">void</span>&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">main</span><span class="hljs-params" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(255, 152, 35); word-wrap: inherit !important; word-break: inherit !important;">(String[]&nbsp;args)</span>&nbsp;</span>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SpringApplication.run(DreamerCMSApplication.class,args);<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/></code></pre><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">修改后:</p><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs java" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@EnableTransactionManagement</span><br/><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@SpringBootApplication</span><br/><span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@MapperScan</span>(<span class="hljs-string" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(238, 220, 112); word-wrap: inherit !important; word-break: inherit !important;">&quot;cn.itechyou.cms.dao&quot;</span>)<br/><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">public</span>&nbsp;<span class="hljs-class" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">class</span>&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">DreamerCMSApplication</span>&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">extends</span>&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">SpringBootServletInitializer</span>&nbsp;</span>{<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-function" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">public</span>&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">static</span>&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">void</span>&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">main</span><span class="hljs-params" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(255, 152, 35); word-wrap: inherit !important; word-break: inherit !important;">(String[]&nbsp;args)</span>&nbsp;</span>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SpringApplication.run(DreamerCMSApplication.class,args);<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-meta" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(91, 218, 237); word-wrap: inherit !important; word-break: inherit !important;">@Override</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-function" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;"><span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; overflow-wrap: inherit !important; word-break: inherit !important;">protected</span>&nbsp;SpringApplicationBuilder&nbsp;<span class="hljs-title" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(165, 218, 45); word-wrap: inherit !important; word-break: inherit !important;">configure</span><span class="hljs-params" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(255, 152, 35); word-wrap: inherit !important; word-break: inherit !important;">(SpringApplicationBuilder&nbsp;builder)</span>&nbsp;</span>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-keyword" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">return</span>&nbsp;builder.sources(DreamerCMSApplication.class);<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/></code></pre><ol start="4" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">在pom.xml中添加maven编译插件</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs xml" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">build</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">plugins</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">plugin</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span>org.springframework.boot<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">groupId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span>spring-boot-maven-plugin<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">artifactId</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">plugin</span>&gt;</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">plugins</span>&gt;</span><br/><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">build</span>&gt;</span><br/></code></pre><ol start="5" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">修改pom.xml打包方式为war</span></p></li></ol><pre style="font-size: inherit; color: inherit; line-height: inherit; margin-top: 0px; margin-bottom: 0px; padding: 0px;"><code class="hljs xml" style="margin: 0px 2px; line-height: 18px; font-size: 14px; letter-spacing: 0px; font-family: Consolas, Inconsolata, Courier, monospace; border-radius: 0px; color: rgb(169, 183, 198); background: rgb(40, 43, 46); padding: 0.5em; overflow-wrap: normal !important; word-break: normal !important; overflow: auto !important; display: -webkit-box !important;"><span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">packaging</span>&gt;</span>war<span class="hljs-tag" style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px; word-wrap: inherit !important; word-break: inherit !important;">&lt;/<span class="hljs-name" style="font-size: inherit; line-height: inherit; margin: 0px; padding: 0px; color: rgb(248, 35, 117); word-wrap: inherit !important; word-break: inherit !important;">packaging</span>&gt;</span><br/></code></pre><ol start="6" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px 0px 0px 32px;" class=" list-paddingleft-2"><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">然后执行打包命令还是先clean再install打包成功后在项目目录下的target目录下会生成war包。</span></p></li></ol><h4 id="hwindows-1" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.2em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Windows部署</span></h4><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">下载Tomcat解压将war包复制到webapps目录下启动tomcat即可。</p><h4 id="hlinux-1" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.2em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Linux部署</span></h4><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">下载Tomcat解压将war包上传到webapps目录下启动tomcat即可。</p></section><p><br/></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '84d6020cce5b41ed9508f1cb98ccacc3', '', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('6a9d2d84c2cf4dae97e06b3af5c05e78', '', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', '869c49d8819045d78c1353026c2e6e42', '', STR_TO_DATE('2020-07-07 17:10:35','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('1a1314addf3443a68bc0922749524d0c', '<p><iframe src="//player.bilibili.com/player.html?aid=98598117&bvid=BV1G7411m7qz&cid=168311791&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="100%" height="400"> </iframe></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'ab6928949b0342af9970dcb78a4a10df', '', STR_TO_DATE('2023-01-10 09:26:47','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('38bb7cd1c12d4b698a6818aacc9c879c', '<p style="line-height: 16px;"><img style="vertical-align: middle; margin-right: 2px;" src="http://localhost:8888/resource/js/ueditor-1.4.3.3/dialogs/attachment/fileTypeImages/icon_doc.gif"/><a style="font-size:12px; color:#0066cc;" href="/resources//uploads/20230110/1673335403378098514.docx" title="Dreamer CMS部署手册.docx">Dreamer CMS部署手册.docx</a></p><p><br/></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'c68a880862484a82a233c04a5cf4161d', '', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('7a4bc5cade9845bbb2528783d995ce20', '<p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">随着信息技术的不断发展,智慧校园管理系统平台已经成为了学校管理的重要工具之一。从而使得校园内的信息流通更加顺畅,管理更加有效。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;">  智慧校园是什么?</span><span style="font-weight: 700;"></span></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  智慧校园是一种基于信息化和网络化的高效运营管理模式,它将学校的各项资源、设施、平台和服务整合在一起,帮助学校管理者实现对学校运营管理的全面掌握和精细化控制,为学生、家长、教师和学校管理者提供更加便捷、高效、优质的服务,从而推动学校的发展。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;"><a href="https://www.roncoo.net/" target="_blank" style="text-decoration-line: none; outline: none;"><img id="img-1542677877428219906" src="/resources//uploads/20230110/1673312802705024212.jpg" alt="智慧校园管理系统平台组成" contenteditable="false" draggable="false" style="border: 0px; height: auto; max-width: 100%; vertical-align: top; cursor: pointer;"/></a></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;">  智慧校园管理系统的组成部分</span><span style="font-weight: 700;"></span></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  1、校园门户门户网站是学校对外交流的窗口是校园管理的重要组成部分。校园网站为用户提供了便捷的信息查询和资源共享功能让校园管理更加便捷高效。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  2、校园管理系统校园管理系统是智慧校园的核心组成部分负责管理学校的各项资源和运行状态。校园管理系统通过数据收集、分析和处理为学校决策提供依据帮助学校实现精细化管理。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  3、校园监控系统校园监控系统是智慧校园的重要组成部分负责监控学校的各项运行状态为学校管理提供及时的信息支持。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;"><a href="https://www.roncoo.net/" target="_blank" style="text-decoration-line: none; outline: none;"><img id="img-1542677866123960322" src="/resources//uploads/20230110/1673312802945057053.jpg" alt="智慧校园管理系统平台组成" contenteditable="false" draggable="false" style="border: 0px; height: auto; max-width: 100%; vertical-align: top; cursor: pointer;"/></a></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;">  智慧校园管理平台的功能特性</span><span style="font-weight: 700;"></span></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  智慧校园管理平台的功能特性包括:学生成绩管理、宿舍管理、教室管理、图书馆管理、实验室管理、食堂管理、体育场馆管理、校车管理、校园卡管理、事务报修管理、校园公告管理、学生考勤管理、教师课程表管理等。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  总之,智慧校园管理系统平台的运用可以大大的提高学校的运行效率,从而为学生提供更加优质的教育服务。</p><p><br/></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'e1d4b98031704a8e975a106173748be2', '', STR_TO_DATE('2023-01-10 09:06:57','%Y-%m-%d %H:%i:%s'));
INSERT INTO `system_article`(`aid`, `content`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `html_content`, `id`, `update_by`, `update_time`) VALUES ('d33c271fbeef4f529a107500ece6cc7c', '<p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">在信息化与智能化教学环境下的课堂教学及管理模式改变是必然结果,通过信息化管理实现课堂教学模式与管理模式转变是未来发展的必然趋势,但是想要开发这样一个中小学管理系统也不是那么容易的,因为在开发的过程当中我们会遇到各种问题,下面就为大家讲解一下。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;">  各种中小学管理信息系统的开发过程</span><span style="font-weight: 700;"></span></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  随着计算机技术的飞速发展,越来越多的学校开始使用计算机来管理学校的信息,这就需要开发一套完善的中小学管理信息系统。中小学管理信息系统的开发过程主要包括需求分析、系统设计、系统实现、系统测试、系统部署。需求分析是整个开发过程中最重要的一步,需要充分了解客户的需求,并对系统进行合理的设计。系统设计是根据客户的需求进行系统功能的设计,要经过多次反复设计和修改,直到设计符合客户需求为止。系统实现是根据设计文档进行系统的编码实现,并进行单元测试和集成测试。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;"><a href="https://www.roncoo.net/" target="_blank" style="text-decoration-line: none; outline: none;"><img id="img-1542677889805000705" src="/resources//uploads/20230110/1673312265280080492.jpg" alt="中小学管理系统开发问题" contenteditable="false" draggable="false" style="border: 0px; height: auto; max-width: 100%; vertical-align: top; cursor: pointer;"/></a></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;">  中小学管理信息系统开发遇到的一些问题</span><span style="font-weight: 700;"></span></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  1、数据管理问题1数据采集是管理信息系统的基础工作数据质量对于管理信息系统的发展起着至关重要的作用。然而由于中小学管理信息化程度不高许多学校的数据管理水平较低导致数据质量差严重影响了管理信息系统的正常运行。2学校数据库缺乏统一管理各种信息系统之间的数据交换也很困难。学校各种信息系统大多独立运行彼此之间没有很好的数据交换渠道这使得学校的数据管理工作更加复杂。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  2、硬件设备问题1硬件设备现状差,带宽小,功能陈旧。目前,我国中小学管理信息系统的硬件设备现状较差,多数学校的学生电脑只是单纯的文字处理设备,而且功能陈旧,缺乏互联网的应用。导致学校的管理信息系统发展受到了很大的限制。2硬件设备维护费用高,使用寿命短。由于我国中小学管理信息系统设备维护费用高,使用寿命短,导致学校管理信息系统的运行成本很高。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: center;"><a href="https://www.roncoo.net/" target="_blank" style="text-decoration-line: none; outline: none;"><img id="img-1542677888815755266" src="/resources//uploads/20230110/1673312265489081033.jpg" alt="中小学管理系统开发问题" contenteditable="false" draggable="false" style="border: 0px; height: auto; max-width: 100%; vertical-align: top; cursor: pointer;"/></a></p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  3,软件开发问题1界面不友好,使用不方便。目前,许多中小学管理信息系统的界面不友好,使用不方便,导致学校的管理效率低下。2功能单一,不能满足学校的实际需求。许多中小学管理信息系统的功能单一,很难满足学校的实际需求。因此,需要开发出更加实用的管理信息系统。</p><p style="margin-top: 0.28rem; margin-bottom: 0.28rem; padding: 0px; line-height: 1.6; font-size: 16.2px; color: rgb(51, 51, 51); font-family: &quot;PingFang SC&quot;, &quot;Source Han Sans CN&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft Yahei&quot;, &quot;Hiragino Sans GB&quot;, &quot;Heiti SC&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);">  4,人员配备问题1技术人员知识水平低,专业能力弱。目前,许多中小学管理信息系统的技术人员知识水平较低,专业能力较弱,导致学校管理信息系统的开发和运行效率低下。2技术人员缺乏统一的管理机制。目前,许多中小学管理信息系统的技术人员缺乏统一的管理机制,导致学校管理信息系统的运行不是很科学和有效。</p><p><br/></p>', '', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '', 'eafed00363d143a1b5184497493db1ae', '', STR_TO_DATE('2023-01-10 08:59:05','%Y-%m-%d %H:%i:%s'));