摘要: 程序结构图:表结构:创表sql:Create TableCREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(200) DEFAULT NULL, `pas... 阅读全文
posted @ 2017-09-13 23:39 yaochunguang 阅读(157) 评论(0) 推荐(0)
摘要: 程序结构图:表结构;创表sql:CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(200) DEFAULT NULL, `password` varch... 阅读全文
posted @ 2017-09-13 00:57 yaochunguang 阅读(86) 评论(0) 推荐(0)