⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mfile.sql

📁 php数据库操作类,access的数据库 欢迎使用
💻 SQL
📖 第 1 页 / 共 2 页
字号:
(28, '测试', '测试', '2008-12-19 15:28:02', 'Admin', 0);-- ---------------------------------------------------------- -- 表的结构 `message_board`-- CREATE TABLE IF NOT EXISTS `message_board` (  `serial` int(10) unsigned NOT NULL auto_increment,  `name` varchar(20) collate utf8_unicode_ci NOT NULL,  `sex` tinyint(2) NOT NULL,  `qq` int(10) NOT NULL,  `email` varchar(50) collate utf8_unicode_ci NOT NULL,  `ip` varchar(15) collate utf8_unicode_ci NOT NULL,  `time` datetime NOT NULL,  `body` text collate utf8_unicode_ci NOT NULL,  PRIMARY KEY  (`serial`)) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=71 ;-- -- 导出表中的数据 `message_board`-- INSERT INTO `message_board` (`serial`, `name`, `sex`, `qq`, `email`, `ip`, `time`, `body`) VALUES (50, '文雀', 0, 10000, 'email', '127.0.0.1', '2004-07-28 04:25:56', '《文雀》片名中的“文雀”是小偷、扒手的别名,本片的主人公正是四个游手好闲的扒手。他们的原则是,扒窃只为了生计,并不会为敛财而与坏人勾结。'),(51, '明明', 0, 100860, 'email', '127.0.0.1', '2004-07-28 05:11:23', '* 您发表的评论仅代表个人观点,与腾讯公司无关。\r\n\r\n* 腾讯评论管理人员有权保留或删除其管辖评论区中的不合适、不合法、不合理等任意内容。\r\n\r\n* 您同意您在旋窝评论系统发表的作品,腾讯有权在其网站内进行转载或引用。\r\n\r\n* 参与本评论即表明您已经阅读并接受上述条款。\r\n'),(52, 'Hua Jian', 0, 5201314, 'email', '127.0.0.1', '2004-07-28 05:14:17', '这个消息传遍业界,由于酬金可观,不少高手都对这次行动产生兴趣,但碍于行规所束,'),(53, 'Pozi', 1, 2762223, 'email', '127.0.0.1', '2004-07-28 05:15:57', '我爱的人,他很爱我.'),(54, 'Mr''Hua', 0, 9602763, 'test@163.com', '127.0.0.1', '2004-07-28 05:24:35', 'You may find that your pages aren''t cached even if you don''t output all of the headers above. There are a number of options that users may be able to set for their browser that change its default caching behavior. By sending the headers above, you should override any settings that may otherwise cause the output of your script to be cached. '),(55, 'drytrty', 0, 23523466, '5214523@163.com', '127.0.0.1', '2004-07-28 07:32:10', '  我们还可以将数组,对象存储在 Session 中。操作数组和操作一般变量没有什么区别,而保存对象的话,PHP 会自动对对象进行序列化(也叫串行化),然后保存于 Session 中。下面例子说明了这一点:'),(56, 'esgse', 0, 23523466, '9602763@qq.com', '127.0.0.1', '2004-07-28 08:02:18', '设置或检索通过 rt 对象指定的注释文本或发音指南(参考 ruby 对象)的位置。\r\n此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。\r\n对应的脚本特性为 rubyPosition 。'),(57, 'asdgasdg', 0, 100860, 'asfasf', '127.0.0.1', '2004-07-28 08:02:40', '# There are several natural ways to define the mod operator for integers.\r\n# Requirement:  If mod(k, m) = r, then k and r differ by a multiple of m.\r\n\r\n# For m=7, think days-of-the-week.  Both mod(13, 7) = 6 and mod(13, 7) = -1\r\n# satisfy the requirement. Six days from today, or one day ago, are the same DOW.'),(58, 'says', 0, 5201314, 'qqsdg@163.com', '127.0.0.1', '2004-07-28 08:03:13', ' It *explicitly* says in the documentation that the division operator *always* returns a float value *regardless* of the types of the operands. While you may get the "integer part" of the number that way you will technically not get an integer. PHP may not be too strongly typed for the most part, but it''s important to make the distinction.'),(59, 'drytrty', 0, 2762223, '9602763@qq.com', '127.0.0.1', '2004-07-28 08:10:08', '当我们执行 setage.php 文件的时候,调用了 setage() 方法,设置了年龄为 21,并将该状态序列化后保存在 Session 中(PHP 将自动完成这一转换),当转到 output.php 后,要输出这个值,就必须反序列化刚才保存的对象,又因为在解序列化的时候需要实例化一个未定义类,所以我们定义了以后回调函数,自动包含 person.php 这个类文件,因此对象被重构,并取得当前 age 的值为 21,然后调用 output() 方法输出该值。'),(60, 'ertert', 0, 9602763, 'dfhdfh', '127.0.0.1', '2004-07-28 08:10:14', '当我们执行 setage.php 文件的时候,调用了 setage() 方法,设置了年龄为 21,并将该状态序列化后保存在 Session 中(PHP 将自动完成这一转换),当转到 output.php 后,要输出这个值,就必须反序列化刚才保存的对象,又因为在解序列化的时候需要实例化一个未定义类,所以我们定义了以后回调函数,自动包含 person.php 这个类文件,因此对象被重构,并取得当前 age 的值为 21,然后调用 output() 方法输出该值。'),(61, 'gsdgs', 0, 9602763, 'ggg', '127.0.0.1', '2004-07-28 08:10:20', '当我们执行 setage.php 文件的时候,调用了 setage() 方法,设置了年龄为 21,并将该状态序列化后保存在 Session 中(PHP 将自动完成这一转换),当转到 output.php 后,要输出这个值,就必须反序列化刚才保存的对象,又因为在解序列化的时候需要实例化一个未定义类,所以我们定义了以后回调函数,自动包含 person.php 这个类文件,因此对象被重构,并取得当前 age 的值为 21,然后调用 output() 方法输出该值。'),(62, 'Sadness', 0, 100860, '9602763@qq.com', '127.0.0.1', '2004-07-28 11:36:15', '1990年岁末,"Sadness Part 1"震撼了全球的视听感官,掀起了前所未有的跨界音乐大革命,突然间,Enigma成了流行乐坛最酷的世界音乐的创作体,'),(63, 'esgse', 0, 23523466, 'asfasf', '127.0.0.1', '2004-07-28 11:36:24', 'Sadness'),(64, 'ertert', 0, 100860, '9602763@qq.com', '127.0.0.1', '2004-07-28 11:36:42', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(65, 'drytrty', 0, 100860, '5214523@163.com', '127.0.0.1', '2004-07-28 11:36:57', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(66, 'ertert', 0, 5201314, 'dfhdfh', '127.0.0.1', '2004-07-28 11:37:03', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(67, 'drytrty', 0, 5201314, '9602763@qq.com', '127.0.0.1', '2004-07-28 11:37:09', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(68, 'ertert', 0, 100860, '5214523@163.com', '127.0.0.1', '2004-07-28 11:37:25', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(69, 'drytrty', 1, 938504, 'asfasf', '127.0.0.1', '2004-07-28 11:37:32', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发'),(70, 'gsdgs', 0, 100860, '9602763@qq.com', '127.0.0.1', '2004-07-28 11:37:58', '马尼亚籍音乐家Michael Cretu所孕育的音乐计画在全世界缔造了3500万张的专辑销售,90张的白金唱片销售认证,历年所发');-- ---------------------------------------------------------- -- 表的结构 `nav`-- CREATE TABLE IF NOT EXISTS `nav` (  `id` int(10) unsigned NOT NULL auto_increment,  `navs` varchar(20) collate utf8_unicode_ci NOT NULL,  `url` varchar(100) collate utf8_unicode_ci NOT NULL,  PRIMARY KEY  (`id`)) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;-- -- 导出表中的数据 `nav`-- INSERT INTO `nav` (`id`, `navs`, `url`) VALUES (1, 'Add Message', 'add_message.php');-- ---------------------------------------------------------- -- 表的结构 `product`-- CREATE TABLE IF NOT EXISTS `product` (  `Id` int(11) NOT NULL auto_increment,  `name` varchar(50) NOT NULL,  `intro` text NOT NULL,  `price` decimal(10,0) NOT NULL,  `addtime` timestamp NOT NULL default CURRENT_TIMESTAMP,  `classid` int(11) NOT NULL,  `counts` int(11) NOT NULL,  `picture` varchar(255) NOT NULL,  `sellcount` int(11) NOT NULL,  PRIMARY KEY  (`Id`)) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=gbk AUTO_INCREMENT=16 ;-- -- 导出表中的数据 `product`-- INSERT INTO `product` (`Id`, `name`, `intro`, `price`, `addtime`, `classid`, `counts`, `picture`, `sellcount`) VALUES (1, '飞镖', '比赛专用飞镖', 18, '2008-12-27 11:02:53', 5, 50, '', 50),(2, '乒乓球', '1', 5, '2008-12-27 17:27:38', 5, 1, '', 10),(3, '篮球', '1', 5, '2008-12-27 17:29:53', 5, 50, '', 10),(4, '玩具枪', '1', 5, '2008-12-27 17:31:38', 5, 50, '', 10),(5, '玩具枪', '1', 5, '2008-12-27 17:31:39', 5, 50, '', 10),(6, '排球', '1', 5, '2008-12-27 17:32:25', 5, 50, '', 10),(7, '排球', '中国排球', 5, '2008-12-27 17:32:59', 5, 50, '', 10),(8, '排球', '中国排球', 5, '2008-12-27 17:45:01', 5, 50, '', 10),(9, '羽毛球', '\r\n  羽毛球耶!鼎好!', 10, '2008-12-28 18:07:43', 1, 100, '', 0),(10, '橄榄球', '\r\n  牛X!', 100, '2008-12-28 18:39:54', 1, 325, '', 0),(11, 'jsp核心技术', '', 41, '2008-12-29 16:40:50', 3, 100, '', 0),(12, 'JSP核心技术', '', 41, '2008-12-29 16:41:29', 2, 100, '', 0),(13, '棉毛外套', '<ul>\r\n    <li><a href="http://download.csdn.net/source/897786"><font color="#222222">C++技能百练各种有趣的C++程序 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901627"><font color="#222222">国外非常好的各种CSS AJAX特效,推荐 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/899168"><font color="#222222">设计模式(中文版)-面向对象设计 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901505"><font color="#222222">老汉 推车外挂2.29 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/906080"><font color="#222222">宾馆管理系统(c# VS2008做的) </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/905191"><font color="#222222">老汉推车2.24正式版 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901851"><font color="#222222">财务工资管理系统的设计 +源码+论文+开题+论文答辩稿.rar </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901760"><font color="#222222">c#实现的俄罗斯方块程序(源码) </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/906601"><font color="#222222">XML基础教程及DotNet里的应用 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901860"><font color="#222222">.net2005 C#应用程序 天气预报 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/904230"><font color="#222222">跑跑外挂 老汉推车2.3终结版 无限加速 1圈结束 道具免疫 18日20... </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/905398"><font color="#222222">老汉推车2.46!!!12月27日晚紧急更新 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901517"><font color="#222222">跑跑老汉推车外挂2.22版目前能用的 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/899066"><font color="#222222">重构:改善既有代码的设计 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/907094"><font color="#222222">老汉推车2.23最新 跑跑外挂 无限加速 刷金币 无限道具 道具防疫 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/901051"><font color="#222222">穿越火线2.8透视外挂 </font></a></li>\r\n    <li><a href="http://download.csdn.net/source/906716"><font color="#222222">数据库原理PPT(我的大学课程) </font></a></li>\r\n</ul>', 141, '2008-12-29 16:44:58', 2, 100, '', 0),(14, '', '<p><strong>sdfgsdgf</strong></p>', 0, '2008-12-29 19:54:27', 1, 0, '', 0),(15, '小羊皮', '<p>阿斯蒂芬<br />\r\n阿斯蒂芬</p>', 10, '2008-12-29 20:14:28', 1, 10, '', 0);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -