?? mfile.sql
字號:
(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 + -