41 lines
72 KiB
MySQL
41 lines
72 KiB
MySQL
![]() |
/*
|
|||
|
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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", 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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", 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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", 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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", 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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", 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, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"/><span style="color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Mic
|
|||
|
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: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 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文件复制到<E588B6><E588B0>
|
|||
|
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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"> 1、校园门户:门户网站是学校对外交流的窗口,是校园管理的重要<E9878D>
|
|||
|
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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", 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: "PingFang SC", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-weight: 700;"> 中小学管理信息系统开发遇到的一些问题</span><span style="font-weight: 700;"></span
|