简单的ssm项目的mysql文件

/*
 Navicat Premium Data Transfer


 Source Server         : LMQ
 Source Server Type    : MySQL
 Source Server Version : 50703
 Source Host           : localhost:3306
 Source Schema         : blogcms


 Target Server Type    : MySQL
 Target Server Version : 50703
 File Encoding         : 65001


 Date: 07/07/2018 12:37:37
*/


SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;


-- ----------------------------
-- Table structure for article_info
-- ----------------------------
DROP TABLE IF EXISTS `article_info`;
CREATE TABLE `article_info`  (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `content` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '完整内容(含HTML)',
  `content_text` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '文章简介',
  `cover` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '图片封面',
  `viewcount` int(255) NULL DEFAULT NULL COMMENT '浏览数',
  `updatetime` datetime(0) NULL DEFAULT NULL,
  `status` int(255) NULL DEFAULT NULL COMMENT '文章状态-回收站',
  `typeid` int(11) NULL DEFAULT NULL COMMENT '分类',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 20 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;


-- ----------------------------
-- Records of article_info
-- ----------------------------
INSERT INTO `article_info` VALUES (10, 'JAVASE简介', '<p><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">Java se是由Sun Microsystems公司于1995年5月推出的Java</span><a href=\"https://baike.so.com/doc/5797287-6010082.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">程序设计语言</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">和</span><a href=\"https://baike.so.com/doc/5458416-5696804.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">Java平台</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">的总称。用Java实现的HotJava浏览器(支持Java applet)显示了Java的魅力:跨平台、动态的Web、Internet计算。从此,Java被广泛接受并推动了Web的迅速发展,常用的浏览器现在均支持Java applet。</span></p>', 'Java se是由Sun Microsystems公司于1995年5月推出的Java程序设计语言和Java平台的总称。用Java实现的HotJava浏览器(支持Java applet)显示了Java的', '/upload/2018/07/05/989a1d92-5327-4748-9dcc-694fa960aefa.jpg', 1, '2018-07-05 15:35:07', 1, 6);
INSERT INTO `article_info` VALUES (11, 'javaEE简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Java EE(Java Platform,Enterprise Edition)是sun公司(2009年4月20日甲骨文将其收购)推出的企业级应用程序版本。这个版本以前称为 J2EE。能够帮助我们开发和部署可移植、健壮、可伸缩且安全的服务器端 Java应用程序。Java EE 是在 Java SE 的基础上构建的,它提供Web 服务、组件模型、管理和通信 API,可以用来实现企业级的面向服务<a href=\"https://baike.so.com/doc/6477885-6691588.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">体系结构</a>(service-oriented architecture,SOA)和 Web 3.0应用程序。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Java,是由Sun Microsystems公司于1995年5月推出的Java<a href=\"https://baike.so.com/doc/5797287-6010082.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">程序设计语言</a>和<a href=\"https://baike.so.com/doc/5458416-5696804.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Java平台</a>的总称。用Java实现的HotJava浏览器(支持Java applet)显示了Java的魅力:跨平台、动态的Web、Internet计算。从此,Java被广泛接受并推动了Web的迅速发展,常用的浏览器现在均支持Java applet。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">2018年3月,开源组织Eclipse基金会宣布,Java EE(Enterprise Edition)被更名为Jakarta EE。</p>', 'Java EE(Java Platform,Enterprise Edition)是sun公司(2009年4月20日甲骨文将其收购)推出的企业级应用程序版本。这个版本以前称为 J2EE。能够帮助我们开', '/upload/2018/07/05/01728514-129d-4fb3-87c8-c4ef66546892.jpg', 1, '2018-07-05 15:36:03', 1, 3);
INSERT INTO `article_info` VALUES (12, 'javaME', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\"><a href=\"https://baike.so.com/doc/2886868-3046592.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Java</a>&nbsp;ME 又称为J2ME(Java Platform,Micro Edition),是为机顶盒、移动电话和PDA之类嵌入式消费电子设备提供的Java语言平台,包括<a href=\"https://baike.so.com/doc/272715-288637.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">虚拟机</a>和一系列标准化的Java API。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Java ME与Java SE、Java EE一起构成Java技术的三大版本,通过JCP(Java Community Process)制订。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; zoom: 1; font-family: arial, sans-serif; font-size: 14px;\">Java ME(Java 2 Micro Edition)是Java 2的一个组成部分 ,与<a href=\"https://baike.so.com/doc/5458158-5696546.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">J2SE</a>、<a href=\"https://baike.so.com/doc/901087-952427.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">J2EE</a>并称。与J2SE和J2EE相比,JAVA ME总体的运行环境和目标更加多样化,但其中每一种产品的用途却更为单一,而且资源限制也更加严格。为了在达到标准化和兼容性的同时尽量满足不同方面的需求,JAVA ME的架构分为Configuration、Profile和Optional Packages(<a href=\"https://baike.so.com/doc/6492835-6706545.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">可选包</a>)。它们的组合取舍形成了具体的运行环境。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; zoom: 1; font-family: arial, sans-serif; font-size: 14px;\">Configuration主要是对设备纵向的分类,分类依据包括存储和处理能力,其中定义了<a href=\"https://baike.so.com/doc/272715-288637.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">虚拟机</a>特性和基本的类库。已经标准化的Configuration有- Connected Limited Device Configuration(CLDC)和Connected Device Configuration(CDC)。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; zoom: 1; font-family: arial, sans-serif; font-size: 14px;\">Profile建立在Configuration基础之上,一起构成了完整的运行环境。它对设备横向分类,针对特定领域细分市场,内容主要包括特定用途的类库和API。CLDC上已经标准化的Profile有Mobile Information Device Profile (<a href=\"https://baike.so.com/doc/5464912-5703243.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">MIDP</a>)和Information Module Profile(<a href=\"https://baike.so.com/doc/6925224-7147334.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">IMP</a>),而CDC上标准化的Profile有Foundation Profile(<a href=\"https://baike.so.com/doc/5430111-5668366.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">FP</a>)、Personal Basis Profile(PBP)和Personal Profile(PP)。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; zoom: 1; font-family: arial, sans-serif; font-size: 14px;\"><a href=\"https://baike.so.com/doc/6492835-6706545.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">可选包</a>独立于前面两者提供附加的、模块化的和更为多样化的功能。目前标准化的可选包包括数据库访问、多媒体应用、蓝牙等等。</p>', 'Java ME 又称为J2ME(Java Platform,Micro Edition),是为机顶盒、移动电话和PDA之类嵌入式消费电子设备提供的Java语言平台,包括虚拟机和一系列标准化的Java ', '/upload/2018/07/05/e6fafbc6-877d-4795-8f4b-26b09d37eaaf.jpg', 1, '2018-07-05 15:36:38', 1, 4);
INSERT INTO `article_info` VALUES (13, 'JavaScript简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">JavaScript一种直译式<a target=\"_blank\" href=\"https://baike.so.com/doc/2874347.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">脚本语言</a>,是一种动态类型、弱类型、基于原型的语言,内置支持类型。它的<a target=\"_blank\" href=\"https://baike.so.com/doc/5904938.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">解释器</a>被称为JavaScript引擎,为<a target=\"_blank\" href=\"https://baike.so.com/doc/2920715.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">浏览器</a>的一部分,广泛用于<a target=\"_blank\" href=\"https://baike.so.com/doc/4889711.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">客户端</a>的脚本语言,最早是在HTML(标准通用标记语言下的一个应用)网页上使用,用来给HTML网页增加动态功能。&nbsp;</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">在1995年时,由Netscape公司的<a target=\"_blank\" href=\"https://baike.so.com/doc/1830372.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Brendan Eich</a>,在<a target=\"_blank\" href=\"https://baike.so.com/doc/5691991.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">网景导航者</a>浏览器上首次设计实现而成。因为Netscape与Sun合作,Netscape管理层希望它外观看起来像<a target=\"_blank\" href=\"https://baike.so.com/doc/2886868.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Java</a>,因此取名为JavaScript。但实际上它的语法风格与Self及<a target=\"_blank\" href=\"https://baike.so.com/doc/6747345.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Scheme</a>较为接近。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">为了取得技术优势,<a target=\"_blank\" href=\"https://baike.so.com/doc/2130745.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">微软</a>推出了<a target=\"_blank\" href=\"https://baike.so.com/doc/5458749.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">JScript</a>,CEnvi推出ScriptEase,与JavaScript同样可在浏览器上运行。为了统一规格,因为JavaScript<a target=\"_blank\" href=\"https://baike.so.com/doc/5731854.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">兼容</a>于ECMA标准,因此也称为<a target=\"_blank\" href=\"https://baike.so.com/doc/6950734.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">ECMAScript</a>。</p>', 'JavaScript一种直译式脚本语言,是一种动态类型、弱类型、基于原型的语言,内置支持类型。它的解释器被称为JavaScript引擎,为浏览器的一部分,广泛用于客户端的脚本语言,最早是在HTML(标', '/upload/2018/07/05/8a99fc43-6b67-4c02-b4ca-1e945aea6752.jpg', 1, '2018-07-05 15:40:57', 1, 7);
INSERT INTO `article_info` VALUES (14, 'JQuery简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(<em style=\"margin: 0px; padding: 0px; font-style: italic;\">或JavaScript框架</em>)。jQuery设计的宗旨是\"write Less,Do More\",即倡导写更少的代码,做更多的事情。它封装JavaScript常用的功能代码,提供一种简便的JavaScript设计模式,优化HTML文档操作、事件处理、动画设计和Ajax交互。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">jQuery的核心特性可以总结为:具有独特的链式语法和短小清晰的多功能接口;具有高效灵活的css选择器,并且可对CSS选择器进行扩展;拥有便捷的插件扩展机制和丰富的插件。jQuery兼容各种主流浏览器,如IE 6.0+、FF 1.5+、Safari 2.0+、Opera 9.0+等。</p>', 'jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。jQuery设计的宗旨是\"write Less,', '/upload/2018/07/05/5c0afb4c-d7a9-4540-a097-beadc88f9c6c.jpg', 1, '2018-07-05 15:41:31', 1, 8);
INSERT INTO `article_info` VALUES (15, 'PyThon简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Python (英国发音:/ˈpaɪθən/ 美国发音:/ˈpaɪθɑːn/), 是一种面向对象的解释型<a href=\"https://baike.so.com/doc/5912108-6125016.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">计算机程序设计语言</a>,由荷兰人<a href=\"https://baike.so.com/doc/24477509-25323602.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">Guido van Rossum</a>于1989年发明,第一个公开发行版发行于1991年。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Python是纯粹的<a href=\"https://baike.so.com/doc/5925549-6138471.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">自由软件</a>,&nbsp;<a href=\"https://baike.so.com/doc/5395725-7589481.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">源代码</a>和<a href=\"https://baike.so.com/doc/5904938-6117840.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">解释器</a>CPython遵循 GPL(<a href=\"https://baike.so.com/doc/5534915-5754984.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">GNU</a>&nbsp;General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">Python具有丰富和强大的库。它常被昵称为<a href=\"https://baike.so.com/doc/9113623-9446300.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">胶水语言</a>,能够把用其他语言制作的各种模块(尤其是C/<a href=\"https://baike.so.com/doc/5372557-5608494.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">C++</a>)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如<a href=\"https://baike.so.com/doc/4979506-5202573.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">3D游戏</a>中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供<a href=\"https://baike.so.com/doc/5131891-5361327.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">跨平台</a>的实现。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">7月20日,IEEE发布2017年编程语言排行榜:Python高居首位 。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">2018年3月,该语言作者在邮件列表上宣布 Python 2.7将于2020年1月1日终止支持。用户如果想要在这个日期之后继续得到与Python 2.7有关的支持,则需要付费给商业供应商。</p>', 'Python (英国发音:/ˈpaɪθən/ 美国发音:/ˈpaɪθɑːn/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发', '/upload/2018/07/05/05ee63c1-7873-4f53-a02b-f20ec0a2c881.jpg', 1, '2018-07-05 15:42:37', 1, 9);
INSERT INTO `article_info` VALUES (16, 'PHP简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">PHP,一个嵌套的缩写名称,是英文超级文本预处理语言(PHP:Hypertext&nbsp;Preprocessor)的缩写。PHP&nbsp;是一种&nbsp;HTML&nbsp;内嵌式的语言,PHP与微软的ASP颇有几分相似,都是一种在<a target=\"_blank\" href=\"https://baike.so.com/doc/4487696.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">服务器</a>端执行的嵌入HTML文档的<a target=\"_blank\" href=\"https://baike.so.com/doc/2874347.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">脚本语言</a>,语言的风格有类似于C语言,现在被很多的网站编程人员广泛的运用。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">PHP&nbsp;独特的语法混合了C、Java、Perl&nbsp;以及&nbsp;PHP&nbsp;自创新的语法。它可以比&nbsp;CGI&nbsp;或者&nbsp;Perl&nbsp;更快速的执行动态网页。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">PHP最初是由勒多夫在1995年开始开发的;现在PHP的标准由the PHP Group维护。PHP以PHP License作为许可协议,不过因为这个协议限制了PHP名称的使用,所以和开放<a target=\"_blank\" href=\"https://baike.so.com/doc/5395725-7589481.html\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">源代码</a>许可协议GPL不兼容。</p>', 'PHP,一个嵌套的缩写名称,是英文超级文本预处理语言(PHP:Hypertext Preprocessor)的缩写。PHP 是一种 HTML 内嵌式的语言,PHP与微软的ASP颇有几分相似,都是一种在', '/upload/2018/07/05/be31ffac-f53e-40ea-9801-3dc8097fb93a.jpg', 1, '2018-07-05 15:43:07', 1, 10);
INSERT INTO `article_info` VALUES (17, 'C#简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新成果。C#看起来与Java有着惊人的相似;它包括了诸如单一继承、接口、与Java几乎同样的语法和编译成中间代码再运行的过程。但是C#与Java有着明显的不同,它借鉴了Delphi的一个特点,与COM(组件对象模型)是直接集成的,而且它是微软公司 .NET windows网络框架的主角。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">C#是一种安全的、稳定的、简单的、优雅的,由C和<a href=\"https://baike.so.com/doc/5372557-5608494.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">C++</a>衍生出来的<a href=\"https://baike.so.com/doc/6146835-6360018.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">面向对象</a>的编程语言。它在继承C和C++强大功能的同时去掉了一些它们的复杂特性(例如没有<a href=\"https://baike.so.com/doc/735590-7623626.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">宏</a>以及不允许多重继承)。C#综合了VB简单的可视化操作和C++的高运行效率,以其强大的操作能力、优雅的语法风格、创新的语言特性和便捷的面向<a href=\"https://baike.so.com/doc/5980150-6193114.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">组件</a>编程的支持成为<a href=\"https://baike.so.com/doc/4724809-4939600.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">.NET</a>开发的首选语言。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">C#是<a href=\"https://baike.so.com/doc/6146835-6360018.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">面向对象</a>的编程语言。它使得程序员可以快速地编写各种基于MICROSOFT .NET平台的应用程序,MICROSOFT .NET提供了一系列的工具和服务来最大程度地开发利用计算与通讯领域。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">C#使得C++程序员可以高效的开发程序,且因可调用由 C/C++ 编写的本机原生函数,因此绝不损失C/C++原有的强大的功能。因为这种继承关系,C#与C/C++具有极大的相似性,熟悉类似语言的开发者可以很快的转向C#。</p>', 'C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新', '/upload/2018/07/05/90c47f7a-2e97-45a9-b0bf-e12ef12d909a.jpg', 1, '2018-07-05 15:43:35', 1, 11);
INSERT INTO `article_info` VALUES (18, 'C/C++简介', '<p><a href=\"https://baike.so.com/doc/21062-21985.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">C语言</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">是在70年代初问世的。一九七八年由</span><a href=\"https://baike.so.com/doc/5804566-6017365.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">美国电话电报公司</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">(AT&amp;T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的\"THE C PROGRAMMING LANGUAGE\"一书。通常简称为《K&amp;R》,也有人称之为《K&amp;R》标准。但是,在《K&amp;R》中并没有定义一个完整的标准C语言,后来由</span><a href=\"https://baike.so.com/doc/5794876-25930236.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">美国国家标准学会</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">在此基础上制定了一个C 语言标准,于一九八三年</span><a href=\"https://baike.so.com/doc/6777021-6992818.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194); font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">发表</a><span style=\"font-family: arial, sans-serif; font-size: 14px; text-indent: 28px;\">。通常称之为ANSI C。</span></p>', 'C语言是在70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的\"THE C PROGRAMMING', '/upload/2018/07/05/6f8ed8e9-aac2-414c-8315-528eb74c4222.jpg', 8, '2018-07-05 15:44:07', 1, 12);
INSERT INTO `article_info` VALUES (19, 'ASP.NET简介', '<p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">ASP.NET又称为<a href=\"https://baike.so.com/doc/730922-773810.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">ASP+</a>,不仅仅是ASP的简单升级,而是微软公司推出的新一代脚本语言。ASP.NET基于.NET Framework的Web开发平台,不但吸收了<a href=\"https://baike.so.com/doc/2502308-2644292.html\" target=\"_blank\" style=\"margin: 0px; padding: 0px; color: rgb(19, 110, 194);\">ASP</a>以前版本的最大优点并参照Java、VB语言的开发优势加入了许多新的特色,同时也修正了以前的ASP版本的运行错误。</p><p style=\"margin-top: 0px; margin-bottom: 15px; line-height: 24px; text-indent: 2em; font-family: arial, sans-serif; font-size: 14px;\">ASP.NET具备开发网站应用程序的一切解决方案,包括验证、缓存、状态管理、调试和部署等全部功能。在代码撰写方面特色是将页面逻辑和业务逻辑分开,它分离程序代码与显示的内容,让丰富多彩的网页更容易撰写。同时使程序代码看起来更洁净、更简单。</p>', 'ASP.NET又称为ASP+,不仅仅是ASP的简单升级,而是微软公司推出的新一代脚本语言。ASP.NET基于.NET Framework的Web开发平台,不但吸收了ASP以前版本的最大优点并参照Jav', '/upload/2018/07/05/82500d24-0f25-4fd6-b34f-eb444ca5d344.jpg', 4, '2018-07-05 15:44:39', 1, 13);


-- ----------------------------
-- Table structure for type_info
-- ----------------------------
DROP TABLE IF EXISTS `type_info`;
CREATE TABLE `type_info`  (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `sort` int(11) NOT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 14 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;


-- ----------------------------
-- Records of type_info
-- ----------------------------
INSERT INTO `type_info` VALUES (3, 'JavaEE', 2);
INSERT INTO `type_info` VALUES (4, 'JavaME', 3);
INSERT INTO `type_info` VALUES (6, 'JavaSE', 1);
INSERT INTO `type_info` VALUES (7, 'JavaScript', 4);
INSERT INTO `type_info` VALUES (8, 'JQuery', 5);
INSERT INTO `type_info` VALUES (9, 'PyThon', 6);
INSERT INTO `type_info` VALUES (10, 'PHP', 7);
INSERT INTO `type_info` VALUES (11, 'C#', 8);
INSERT INTO `type_info` VALUES (12, 'C/C++', 9);
INSERT INTO `type_info` VALUES (13, 'ASP.NET', 10);


-- ----------------------------
-- Table structure for user_info
-- ----------------------------
DROP TABLE IF EXISTS `user_info`;
CREATE TABLE `user_info`  (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `password` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;


-- ----------------------------
-- Records of user_info
-- ----------------------------
INSERT INTO `user_info` VALUES (1, 'admin', '123456');


SET FOREIGN_KEY_CHECKS = 1;

猜你喜欢

转载自blog.csdn.net/qq_39208574/article/details/80952386
今日推荐