167 lines
71 KiB
SQL
167 lines
71 KiB
SQL
/*
|
||
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||
*/
|
||
|
||
DROP TABLE IF EXISTS `system_category`;
|
||
|
||
/*
|
||
Table structure for table `system_category`
|
||
*/
|
||
CREATE TABLE `system_category` (
|
||
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||
`cnname` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '栏目名称',
|
||
`enname` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目英文名称',
|
||
`code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '编码',
|
||
`cat_seq` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '层级关系',
|
||
`form_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '表单ID',
|
||
`image_path` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目图片',
|
||
`description` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目描述',
|
||
`link_target` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '链接目标',
|
||
`page_size` int DEFAULT '20' COMMENT '分页数量',
|
||
`cat_model` int DEFAULT '20' COMMENT '栏目模型(1:封面;2:列表;3:外部链接)',
|
||
`visit_url` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '访问路径',
|
||
`cover_temp` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '封面模版',
|
||
`list_temp` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '列表模版',
|
||
`article_temp` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '内容页模版',
|
||
`link_url` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '链接路径',
|
||
`default_editor` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '默认编辑器',
|
||
`md_content` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT 'md内容',
|
||
`html_content` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT 'html内容',
|
||
`parent_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '上级栏目',
|
||
`is_show` int DEFAULT '1' COMMENT '公开选项(1公开;2:内部;3:专家)',
|
||
`level` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '栏目级别',
|
||
`sort` int DEFAULT '50' COMMENT '排序',
|
||
`is_input` int DEFAULT '0' COMMENT '是否允许投稿',
|
||
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||
`ext01` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`ext02` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`ext03` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`ext04` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
`ext05` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC;
|
||
|
||
/*
|
||
Data for table `system_category`
|
||
*/
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.4jh6co17.23varpqt', '学习型组织', '23varpqt', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), 'ue', '结合企业组织架构,按不同部门和岗位科学安排培训学习任务,注重培训学习效果,打造学习型组织。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '03c6755382e14eceaaea08c37a625f76', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'e65ee5ac3d6446dfa044bdd84b3d21fd', 50, '', STR_TO_DATE('2023-01-09 17:12:00','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.wtbdb7gu', '高扩展性', 'wtbdb7gu', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:58:39','%Y-%m-%d %H:%i:%s'), 'ue', '高扩展性', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '0a3839e138814800b5f90263e3ef06e4', '20230110/753188bccb7f49888856852e465dbff8.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:08','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.9jdjs0s8', '轮播图', '9jdjs0s8', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:02:04','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', 'be8b37d8083e432fabec23c5ffff2796', '', '11a215320ee14543972e91f7f730171e', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 9, '', STR_TO_DATE('2023-04-11 11:27:36','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.051fu5ij.t6vvi4a9', '流程繁琐复杂', 't6vvi4a9', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:59:35','%Y-%m-%d %H:%i:%s'), 'ue', '参会者多,嘉宾多,行程多,需要反复确认嘉宾和参会者日程,而工作人员就那些', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '1595298033e74acbba9dadf3dad94682', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'a600ba793293479fbbfe741749094f0c', 50, '', STR_TO_DATE('2023-01-09 16:59:34','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.6j0r9qzq', '行业新闻', '6j0r9qzq', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:45','%Y-%m-%d %H:%i:%s'), 'ue', '洞悉互联网前沿资讯,探索技术品牌营销之道!', 'hangyexinwen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '1edfc172378945e5ad90867dbdde1cd9', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:29','%Y-%m-%d %H:%i:%s'), 'hangyexinwen');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.v35683wr', '其它', 'v35683wr', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:07','%Y-%m-%d %H:%i:%s'), 'ue', '', 'qita', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '242c2c03b22c48579b3c17d6e0fd5eae', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 54, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:57','%Y-%m-%d %H:%i:%s'), 'qita');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_question.html', 2, '.4ol61bbh.mvpeun1s', '常见问题', 'mvpeun1s', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 10:33:33','%Y-%m-%d %H:%i:%s'), 'ue', '', 'changjianwenti', '', '', '', '', '', '0c3bd3829eda49a68a82b2e55262c6ad', '', '2512e4593b514db2a10841cbc8a63a23', '20190820\8ab5d68c3f9e4687816d1cbb083d9f71.jpg', 0, 1, '2', '1', '', '/list_question.html', '', 20, '4e1c58e65fa9423482cf1a29a6ef629b', 2, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:09:09','%Y-%m-%d %H:%i:%s'), 'changjianwenti');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.7757g2v6', '开源版', '7757g2v6', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:03:55','%Y-%m-%d %H:%i:%s'), 'ue', '适合个人和中小单位学习使用', 'kaiyuanban', '0', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '25d60404396c4c1a99c64feeff995355', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:38','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.99dot8aq', '系统安全', '99dot8aq', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:59:57','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家严格遵循 Web 安全规范,前后台双重验证,数据编码传输,密码加密存储等', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '2977d11e986240aea107713129bc96f9', '20230110/7981488b7581476eb5de5de10e74f07a.png', 0, 0, '3', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:05:08','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.053xm0pt', '推动经济增长和发展', '053xm0pt', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), 'ue', '刺激经济增长,为员工提供培训、技能提升机会和新计划。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '298897ac06a642b29defeefe4b1017aa', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:55:48','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.0n629d19', '企业', '0n629d19', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:39','%Y-%m-%d %H:%i:%s'), 'ue', '助力企业智慧化管理,真正实现降本增效', 'qiye', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '2fe2e97e76d14fcdaba543868daaeb6f', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:27','%Y-%m-%d %H:%i:%s'), 'qiye');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.5znbos25', '广告管理', '5znbos25', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:51','%Y-%m-%d %H:%i:%s'), 'ue', '', 'guanggaoguanli', '', '', '', '', '', '70ef18e654ff404c925a9621f042df9e', '', '3c35310d7f0d45cabb1e13462be8e996', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 11, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:07','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.fm7ou72c', '旗舰版', 'fm7ou72c', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:15','%Y-%m-%d %H:%i:%s'), 'ue', '适合服务型中小单位及机构', 'qijianban', '3980', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '3e7f0b04636b48acaf9d590bf6726294', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:49','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_version.html', 2, '.4ol61bbh.6rztc072', '版本说明', '6rztc072', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-20 10:44:38','%Y-%m-%d %H:%i:%s'), 'ue', '', 'banbenshuomin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '<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;"><h1 id="hcmsj2ee" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">梦想家CMS内容管理系统开源版J2EE代码</span></h1><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">当前版本:2.0.1</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">梦想家CMS官网:http://www.itechyou.cn<br/>模版标签开发教程请参考:http://doc.itechyou.cn</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">QQ群交流:</p><ul 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;">①597652651</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">②623605199</span></p></li></ul><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。可以帮助政府、企业或组织灵活、准确、高效、智能地管理信息内容,实现信息的采集、加工、审核、发布、存储、检索、统计、分析、 反馈等整个信息生命周期的管理。采用时下最流行的Springboot+thymeleaf框架搭建,具有灵活小巧,配置简单,标签化模版,快速开发等特点。主要解决公司搭建网站成本高、投入大、周期长等问题,也可作为初创公司很好的基础技术框架。使用过程中不需要专业的后端技术开发技能,只要使用系统提供的模版标签,即可轻轻松松建设网站。</p><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">DreamerCMS从2.0.0版本开始采用了解析式引擎与编译式引擎并存的模式,由于在解析模版时,解析式引擎拥有巨大的优势,但对于动态浏览的互动性质的页面,编译式引擎更实用高效,DreamerCMS采用双引擎并存的模式,在保持标签风格一致性的同时,也保证将来开发更多互动模块时有更好的性能和更好的扩展。</p><h1 id="h" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">特点</span></h1><ul 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;">免费完整开源:基于APACHE 2.0开源协议,源代码完全开源;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">模版开发方便:支持在线上传模版包开发方便快捷;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">每月更新:每月进行系统升级,分享更多好用的模版与插件;</span></p></li></ul><h1 id="h-1" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">面向对象</span></h1><ul 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;">政府:可以使用Dreamer CMS来快速构建政府门户;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">电信:可以使用Dreamer CMS来快速构建电信综合门户;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">企业:可以使用Dreamer CMS构建信息门户,知识管理平台,也可作为基础技术框架,是企业在创立初期很好的技术选型;</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">个人开发者:可以使用Dreamer CMS承接外包项目;</span></p></li></ul><h1 id="h-2" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">技术框架</span></h1><ul 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;">核心框架:Spring Boot 2</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">安全框架:Apache Shiro 1.5</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">视图框架:Spring MVC 4</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">持久层框架:MyBatis 3</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">日志管理:Log4j2</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">模版框架:Thymeleaf</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">JS框架:jQuery,Bootstrap</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">CSS框架:Bootstrap</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">富文本:Ueditor、editor.md</span></p></li></ul><h1 id="h-3" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">系统结构</span></h1><figure style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;"><img src="/uploads/20200402/1585800147544079620.jpg" alt="系统结构" title="系统结构" style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; display: block; margin: 0px auto; max-width: 100%;"/><figcaption style="line-height: inherit; margin: 0px; padding: 0px; margin-top: 10px; text-align: center; color: rgb(153, 153, 153); font-size: 0.7em;">系统结构</figcaption></figure><h1 id="h-4" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">开发环境</span></h1><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">建议开发者使用以下环境,这样避免版本带来的问题</p><ul 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;">IDE:Spring Tool Suite 4(STS)</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">DB:Mysql 5.7</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">JDK:jdk8</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">Redis:3.2+</span></p></li></ul><h1 id="h-5" style="color: inherit; line-height: inherit; padding: 0px; margin: 1.5em 0px; font-size: 1.6em;"><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">快速入门</span></h1><p style="font-size: inherit; color: inherit; line-height: inherit; padding: 0px; margin-top: 1.5em; margin-bottom: 1.5em;">CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。</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;">克隆项目到本地工作空间</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4)(项目中缺少的google/kaptcha.jar在附件中,大家自行下载)</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">项目需要Redis,请自行修改application.yml中Redis配置</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">运行项目DreamerBlogApplication.java</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">网站首页:http://localhost:8888 项目管理后台:http://localhost:8888/admin</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">管理后台用户名:wangjn;密码:123456</span></p></li><li><p><span style="font-size: inherit; color: inherit; line-height: inherit; margin: 0px; padding: 0px;">模版标签开发教程请参考:http://doc.itechyou.cn </span></p></li></ol></section><p><br/></p>', '44e864cda6a049349e1516ce40eaa58e', '20190820\aad2aaef17ca4cb49b3ffac27c29bb02.png', 0, 1, '2', '1', '', '/list_version.html', '# 梦想家CMS内容管理系统开源版J2EE代码
|
||
|
||
当前版本:1.0.1
|
||
|
||
梦想家CMS官网:[http://www.itechyou.cn](www.itechyou.cn)
|
||
|
||
QQ群交流:
|
||
- ①597652651
|
||
|
||
Dreamer CMS 梦想家内容发布系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。
|
||
|
||
# 特点
|
||
* 免费完整开源:基于MIT协议,源代码完全开源;
|
||
* 标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;
|
||
* 模版开发方便:支持在线上传模版包开发方便快捷;
|
||
* 每月更新:每月进行系统升级,分享更多好用的模版与插件;
|
||
|
||
# 面向对象
|
||
* Dreamer CMS是企业在创立初期很好的技术基础框架,加快公司项目开发进度,当然也可以对现有的系统进行升级;
|
||
* 个人开发者也可以使用Dreamer CMS承接外包项目;
|
||
* 初学JAVA的同学可以下载源代码来进行学习交流;
|
||
|
||
# 技术框架
|
||
* 核心框架:Spring Boot 2
|
||
* 安全框架:Apache Shiro 1.5
|
||
* 视图框架:Spring MVC 4
|
||
* 持久层框架:MyBatis 3
|
||
* 日志管理:Log4j2
|
||
* 模版框架:Thymeleaf
|
||
* JS框架:jQuery,Bootstrap
|
||
* CSS框架:Bootstrap
|
||
* 富文本:Ueditor、editor.md
|
||
|
||
# 系统结构
|
||

|
||
|
||
# 开发环境
|
||
建议开发者使用以下环境,这样避免版本带来的问题
|
||
* IDE:Spring Tool Suite(STS)
|
||
* DB:Mysql 5.7
|
||
* JDK:jdk8
|
||
|
||
# 快速入门
|
||
* 克隆项目到本地
|
||
* 导入Eclipse或Sts等开发工具
|
||
* 项目需要Redis,请自行修改application.yml中Redis配置
|
||
* 将项目主页附件标签页里的dreamer-blog.zip附件下载并解压到D盘根目录
|
||
* 运行项目DreamerBlogApplication.java
|
||
* 项目首页:http://localhost:8888;项目管理后台:http://localhost:8888/admin
|
||
* 管理后台用户名:wangjn;密码:123456
|
||
|
||
# 系统美图
|
||

|
||
|
||

|
||
|
||

|
||
|
||
', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-03-23 13:26:09','%Y-%m-%d %H:%i:%s'), 'banbenshuomin');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_message.html', 2, '.wqz18j7q', '留言咨询', 'wqz18j7q', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:18:43','%Y-%m-%d %H:%i:%s'), 'md', '', 'liuyanzixun', '', '', '', '', '', '33a091d40c5e484b880daa744ef4e8aa', '', '46041acafe0444ac95870f165977b6a0', '', 1, 0, '1', '1', '', '/list_message.html', '', 10, '-1', 10, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:28:09','%Y-%m-%d %H:%i:%s'), 'liuyanzixun');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.rx9e963g', '加快您成功步伐', 'rx9e963g', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:40','%Y-%m-%d %H:%i:%s'), 'ue', '当今时代,局势瞬息万变。我们拥有无可比拟的威胁情报,只要是发现过一次的威胁,就能在所有位置保护企业免受危害。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '49432403d97a4220be6860ebe8daab21', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:39','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.ghx3glm1', '政府', 'ghx3glm1', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:41:55','%Y-%m-%d %H:%i:%s'), 'ue', '赋予每个政府机构和每个人以强大的力量,助其取得更大成就。', 'zhengfu', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '<p>赋予每个政府机构和每个人以强大的力量,助其取得更大成就。</p>', '4a86a6d793494047b69f7f2cc37c08a9', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:25:49','%Y-%m-%d %H:%i:%s'), 'zhengfu');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/index_solution.html', 2, '.1hq8501w', '解决方案', '1hq8501w', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:06:45','%Y-%m-%d %H:%i:%s'), 'md', '', 'jiejuefangan', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '4b1968cc854745418c4c0d305fbe7e15', '', 0, 0, '1', '1', '', '/index_solution.html', '', 20, '-1', 3, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:37:56','%Y-%m-%d %H:%i:%s'), 'jiejuefangan');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.c44273d2', '公司新闻', 'c44273d2', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:55:31','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家官方新闻信息发布!', 'gongsixinwen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '4b8e8982fe164177ac85273cb82381b7', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:32:40','%Y-%m-%d %H:%i:%s'), 'gongsixinwen');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.4ol61bbh', '框架介绍', '4ol61bbh', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:51:16','%Y-%m-%d %H:%i:%s'), 'md', 'Dreamer CMS 梦想家内容发布系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。', 'kuangjiajieshao', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '4e1c58e65fa9423482cf1a29a6ef629b', '20190816\a04bfda9e80549c28dbd2e6ccc2c7134.png', 0, 1, '1', '1', '', '', '', 20, '-1', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-11 14:00:05','%Y-%m-%d %H:%i:%s'), 'framework');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_version.html', 2, '.he9g4d0j', '成功案例', 'he9g4d0j', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:58:41','%Y-%m-%d %H:%i:%s'), 'md', '', 'chenggonganli', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '592ef65f97264ecda6caeb284d9f6355', '', 0, 1, '1', '1', '', '/list_version.html', '', 10, '-1', 2, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:25:31','%Y-%m-%d %H:%i:%s'), 'versionnotes');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.pqm57986', '学校', 'pqm57986', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:55','%Y-%m-%d %H:%i:%s'), 'ue', '学生是我国的一个特殊群体,增强学生体质, 促进学生健康成长,是关系到国家和民族未来的大事。', 'xuexiao', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '65e4d88ccf6e4334a80511455530ba2f', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 54, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:27:47','%Y-%m-%d %H:%i:%s'), 'xuexiao');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_download.html', 2, '.4ol61bbh.yjug0grv', '下载中心', 'yjug0grv', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:21:39','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xiazaizhongxin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '6b01c5f9ce5b4f49898916d19f7184a7', '', 0, 1, '2', '1', '', '/list_download.html', '', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 3, '', STR_TO_DATE('2023-01-10 15:21:52','%Y-%m-%d %H:%i:%s'), 'xiazaizhongxin');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.2b9ily3d', '基于数据和事实', '2b9ily3d', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), 'ue', '基于数据和事实的实证分析,立足于区域生涯教育的基础和开展现状', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '70e1e8c4d7ca412084024a2dd4672197', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:09:44','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.q4xf51aq', '定制开发', 'q4xf51aq', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:06:33','%Y-%m-%d %H:%i:%s'), 'ue', '有较高要求且并无自己开发团队的单位', 'dingzhikaifa', '9998', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '73081483318b41e1b8ee562080efe409', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:13:13','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.14a3rjst', '简化安全保护', '14a3rjst', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), 'ue', '通过快速部署获得强大的保护,利用自动、准确的警报来节省时间。因此,您可以将精力集中在对业务最重要的工作上。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '761ac0b9f95a47c198728730efa43021', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:21','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.76crpo3s.d609j3p6', '基础版', 'd609j3p6', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:04:42','%Y-%m-%d %H:%i:%s'), 'ue', '适合中小单位,有自己开发团队', 'jichuban', '998', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '7af674e079634958a7d867dfa59e923b', '', 0, 0, '2', '1', '', '/list_article.html', '', 10, 'd63c35e50d1f42f49904f263b5571a87', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:12:28','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3', '框架特点', 'a56diet3', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:32:42','%Y-%m-%d %H:%i:%s'), 'ue', '', 'kuangjiatedian', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '82163019e1da4f97b369162f67cba2a2', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 8, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:41','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_news.html', 2, '.96nbp5pc.zac9idyl', '更新记录', 'zac9idyl', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:56:08','%Y-%m-%d %H:%i:%s'), 'ue', '系统代码每日更新每周发布!', 'gengxinjilu', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', '83d306aaf1654e81aaef795fc2f9e5b4', '', 0, 1, '2', '1', '', '/list_news.html', '', 10, 'bffea722cb924078bc25b3f6d900076f', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:39:53','%Y-%m-%d %H:%i:%s'), 'gengxinjilu');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.4jh6co17.11iu2t92', '知识库', '11iu2t92', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), 'ue', '通过数字化平台转化承载培训学习课程内容,沉淀企业知识库,为企业经营管理赋能。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', '952409c1bfa64b5085adef42bb29be7e', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'e65ee5ac3d6446dfa044bdd84b3d21fd', 50, '', STR_TO_DATE('2023-01-09 17:11:41','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.3m1s0813', '协会', '3m1s0813', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:44','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', '9d4acd99218041be9733c4e7e11cf65b', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 51, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:59:21','%Y-%m-%d %H:%i:%s'), 'xiehui');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.051fu5ij', '协会', '051fu5ij', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:47:13','%Y-%m-%d %H:%i:%s'), 'ue', '流程繁琐复杂 邀约渠道复杂 互动场景单一 参会者数据单一', 'xiehui', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'a600ba793293479fbbfe741749094f0c', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:24:43','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.5dwqhes7', '学校', '5dwqhes7', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:19:01','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xuexiao', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'b012217f22754e2ea04f8e7c5278e38b', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 53, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:33:12','%Y-%m-%d %H:%i:%s'), 'xuexiao');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/list_partner.html', 2, '.2jk6313y', '友情链接', '2jk6313y', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:59:32','%Y-%m-%d %H:%i:%s'), 'md', '我们深知合作才能共赢,和众多知名企业达成深入合作', 'youqinglianjie', '', '', '', '', '', '02c73a0271644e8c91cf2400d9325e93', '', 'b0bb4daa71694c0ebdb59a986d11684f', '20230110/76a88172a972475b880559b1ca7d26ff.jpg', 0, 0, '1', '1', '', '/list_partner.html', '', 20, '-1', 12, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:29:10','%Y-%m-%d %H:%i:%s'), 'youqinglianjie');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.6jxfu5dd', '建设可持续发展未来', '6jxfu5dd', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:34','%Y-%m-%d %H:%i:%s'), 'ue', '利用新兴技术的力量创造更美好的未来。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'be57321bea0544e19893d2ee1af59905', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:57:42','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.96nbp5pc', '新闻中心', '96nbp5pc', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:53:05','%Y-%m-%d %H:%i:%s'), 'ue', '', 'xinwenzhongxin', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'bffea722cb924078bc25b3f6d900076f', '', 0, 1, '1', '1', '', '/list_article.html', '', 10, '-1', 7, '', STR_TO_DATE('2023-04-11 11:26:44','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.zed41a8s', '数字校园建设目标', 'zed41a8s', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:07:08','%Y-%m-%d %H:%i:%s'), 'ue', '实现校园内教学、科研、管理、服务的数字化、信息化、网络化,深化教育改革,提高办学质量、办学效益和科研水平', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd02273e3bf9e4f5abb7fec9d1dbcf66e', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:07:07','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.tj129c0d', '提供安全可靠的服务', 'tj129c0d', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:19','%Y-%m-%d %H:%i:%s'), 'ue', '通过采用最高安全性和合规性标准,构建值得信赖的政府服务。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd0d962be6aa34be8a4ec4df87124f09f', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:56:18','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.0723u098', '企业', '0723u098', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:56','%Y-%m-%d %H:%i:%s'), 'ue', '', 'qiye', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'd4eb5bf3b4fb48848d95b9cfe7d8629e', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 52, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:53:06','%Y-%m-%d %H:%i:%s'), 'qiye');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.76crpo3s', '产品价格', '76crpo3s', '/index_price.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:54:13','%Y-%m-%d %H:%i:%s'), 'ue', '', 'chanpinjiage', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '<p style="line-height: 2em;"><span style="font-size: 16px;">CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。视频教程:</span></p><p style="line-height: 2em;"><br/></p><p style="line-height: 2em;"><span style="font-size: 16px;">链接:https://pan.baidu.com/s/1plsfBl_ds_5TkVa-yRkESQ </span></p><p style="line-height: 2em;"><span style="font-size: 16px;">提取码:2c8i</span></p><p style="line-height: 2em;"><br/></p><p style="line-height: 2em;"><span style="font-size: 16px;">1、克隆项目到本地工作空间</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">2、导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4)(项目中缺少的google/kaptcha.jar在附件中,大家自行下载)</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">3、项目需要Redis,请自行修改application.yml中Redis配置</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">4、修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">5、将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">6、运行项目DreamerCMSApplication.java</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">7、网站首页:http://localhost:8888 项目管理后台:http://localhost:8888/admin</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">8、管理后台用户名:wangjn;密码:123456</span></p><p style="line-height: 2em;"><span style="font-size: 16px;">9、模版标签开发教程请参考:http://doc.itechyou.cn </span></p><p><br/></p>', 'd63c35e50d1f42f49904f263b5571a87', '20190819\7600b31a769b470d87a013254f85dccf.png', 0, 1, '1', '1', '', '', '####1.克隆项目到本地
|
||
####2.导入Eclipse或Sts等开发工具
|
||
####3.项目需要Redis,请自行修改application.yml中Redis配置
|
||
####4.将项目主页附件标签页里的dreamer-blog.zip附件下载并解压到D盘根目录
|
||
####5.运行项目DreamerBlogApplication.java
|
||
####6.项目首页:http://localhost:8888
|
||
####7.项目管理后台:http://localhost:8888/admin
|
||
####8.管理后台用户名:wangjn;密码:123456', 10, '-1', 4, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:25:59','%Y-%m-%d %H:%i:%s'), 'chanpinjiage');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.051fu5ij.65gl4ltz', '互动场景单一', '65gl4ltz', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:00:05','%Y-%m-%d %H:%i:%s'), 'ue', '互动场景少,内容触达难实现,参会者反馈和体验无法收集', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'd6faeba421ad41649934b0b332bddd2d', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, 'a600ba793293479fbbfe741749094f0c', 50, '', STR_TO_DATE('2023-01-09 17:00:05','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.0n629d19.nky008yg', '保护您的未来', 'nky008yg', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:04:55','%Y-%m-%d %H:%i:%s'), 'ue', '您再也不必随着业务的增长而不断更改安全策略。充分利用我们的资源和专业知识,推动您的企业向前发展。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'dc77f8eb4d884c19820b47cd6d7599d3', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '2fe2e97e76d14fcdaba543868daaeb6f', 50, '', STR_TO_DATE('2023-01-09 17:04:54','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 3, '.71e2w1xx', '参考手册', '71e2w1xx', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:55:33','%Y-%m-%d %H:%i:%s'), 'md', '', 'cankaoshouce', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e5297d56df9a4e8ead60c4347e2dd5c4', '', 0, 1, '1', '1', 'http://doc.iteachyou.cc', '', '', 10, '-1', 5, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:26:11','%Y-%m-%d %H:%i:%s'), 'cankaoshouce');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.1hq8501w.4jh6co17', '其它', '4jh6co17', '/index_solution.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:48:11','%Y-%m-%d %H:%i:%s'), 'ue', '满足多行业多类型数字化建设需求!', 'qita', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e65ee5ac3d6446dfa044bdd84b3d21fd', '', 0, 1, '2', '1', '', '', '', 10, '4b1968cc854745418c4c0d305fbe7e15', 55, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:28:08','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_template.html', 2, '.a54547w2', '模版中心', 'a54547w2', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 15:55:05','%Y-%m-%d %H:%i:%s'), 'md', '', 'templates', '', '', '', '', '', '9b5112043c2240d8823bd15759c67604', '', 'e6cdbf119da14a30a86a0f9f2189b8e5', '', 0, 1, '1', '1', '', '/list_template.html', '', 10, '-1', 6, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:26:21','%Y-%m-%d %H:%i:%s'), 'mobanzhongxin');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.k1903n54', '免费开源', 'k1903n54', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:01:18','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家坚持开放源代码', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'e6f5b4d7ccdd4947a3460ae149c0cd08', '20230110/fb6de1985900433998885ec14d231de5.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:10','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.t5575y4y', '图片管理', 't5575y4y', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:58','%Y-%m-%d %H:%i:%s'), 'ue', '', 'tupianguanli', '', '', '', '', '', 'cb42e2d801554573be6a616c5847d9ae', '', 'f7f60ce133c6424c9f241884955e313f', '', 0, 0, '1', '1', '', '/list_article.html', '', 10, '-1', 13, '', STR_TO_DATE('2023-04-11 11:29:22','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('', 1, '.4ol61bbh.ir1k18x0', '关于我们', 'ir1k18x0', '/index_about.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:20:30','%Y-%m-%d %H:%i:%s'), 'ue', '', 'guanyuwomen', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '<p style="box-sizing: border-box; margin: 0px 0em 16px; line-height: 1.6; word-break: break-word; 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="font-size: 14px;">DreamerCMS(梦想家CMS内容管理系统)史上最精简的CMS系统,完全开源、完全免费。公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。可以帮助政府、企业或组织灵活、准确、高效、智能地管理信息内容,实现信息的采集、加工、审核、发布、存储、检索、统计、分析、 反馈等整个信息生命周期的管理。采用时下最流行的Springboot+thymeleaf框架搭建,具有灵活小巧,配置简单,标签化模版,快速开发等特点。主要解决公司搭建网站成本高、投入大、周期长等问题,也可作为初创公司很好的基础技术框架。使用过程中不需要专业的后端技术开发技能,只要使用系统提供的模版标签,即可轻轻松松建设网站。</span></p><p style="box-sizing: border-box; margin: 0px 0em 16px; line-height: 1.6; word-break: break-word; 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="font-size: 14px;">DreamerCMS从2.0.0版本开始采用了解析式引擎与编译式引擎并存的模式,由于在解析模版时,解析式引擎拥有巨大的优势,但对于动态浏览的互动性质的页面,编译式引擎更实用高效,DreamerCMS采用双引擎并存的模式,在保持标签风格一致性的同时,也保证将来开发更多互动模块时有更好的性能和更好的扩展。</span></p><p><br/></p>', 'f96b26b8b6354cacb5e399691f508d90', '', 0, 1, '2', '1', '', '', '', 10, '4e1c58e65fa9423482cf1a29a6ef629b', 4, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 14:49:03','%Y-%m-%d %H:%i:%s'), 'guanyuwomen');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.ghx3glm1.f53449nw', '实现个性化数字体验', 'f53449nw', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), 'ue', '利用政府解决方案为个人和企业提供可访问的包容性平台和增强数字服务。', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'f9ce4a50a61f4eae9126b56adf662c78', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '4a86a6d793494047b69f7f2cc37c08a9', 50, '', STR_TO_DATE('2023-01-09 16:56:05','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_case.html', 2, '.he9g4d0j.48385ou5', '政府', '48385ou5', '', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:18:34','%Y-%m-%d %H:%i:%s'), 'ue', '', '', '', '', '', '', '', '6af72885122340c8966bd0e14a4aaae0', '', 'fb328a91d945438782966c46f93657b1', '', 0, 1, '2', '1', '', '/list_case.html', '', 10, '592ef65f97264ecda6caeb284d9f6355', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:13:59','%Y-%m-%d %H:%i:%s'), 'zhengfu');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.1hq8501w.pqm57986.7oi03nj0', '助力教师提升专业水平', '7oi03nj0', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), 'ue', '帮助学校生涯教师提升专业水平,提高学校生涯课程教学的质量', '', '', '', '', '', '', '06c540abf3a64d9699762711439c82dd', '', 'fb7ad1bd604e4860b8ca6e7e3a956adf', '', 0, 1, '3', '1', '', '/list_article.html', '', 10, '65e4d88ccf6e4334a80511455530ba2f', 50, '', STR_TO_DATE('2023-01-09 17:10:21','%Y-%m-%d %H:%i:%s'), '');
|
||
INSERT INTO `system_category`(`article_temp`, `cat_model`, `cat_seq`, `cnname`, `code`, `cover_temp`, `create_by`, `create_time`, `default_editor`, `description`, `enname`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_id`, `html_content`, `id`, `image_path`, `is_input`, `is_show`, `level`, `link_target`, `link_url`, `list_temp`, `md_content`, `page_size`, `parent_id`, `sort`, `update_by`, `update_time`, `visit_url`) VALUES ('/article_article.html', 1, '.a56diet3.843984ue', '工匠精神', '843984ue', '/index_article.html', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:50:31','%Y-%m-%d %H:%i:%s'), 'ue', '梦想家用了近8年的技术沉淀,几乎适应于全行业、全领域,特别擅长企业、政府、医疗、金融的二次开发', '', '', '', '', '', '', 'c17ddcad9fb149a6bf90f7bba0e0696b', '', 'fee545f0fba4464abb189fd0c8911288', '20230110/d0e3506ad119451cbf1dbf4fcf658775.png', 0, 0, '2', '1', '', '/list_article.html', '', 10, '82163019e1da4f97b369162f67cba2a2', 50, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 11:31:12','%Y-%m-%d %H:%i:%s'), '');
|