摘要: 阅读全文
posted @ 2020-09-24 16:06 旺仔木子李 阅读(76) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-24 16:03 旺仔木子李 阅读(78) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-20 20:54 旺仔木子李 阅读(99) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-16 14:16 旺仔木子李 阅读(202) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-15 14:31 旺仔木子李 阅读(155) 评论(0) 推荐(0)
摘要: 1、查询"01"课程比"02"课程成绩高的学生的信息及课程分数select * from score sc1,score sc2 where sc1.c_id='01' and sc2.c_id='02'and sc1.s_id = sc2.s_id and sc1.score > sc2.scor 阅读全文
posted @ 2020-09-10 15:59 旺仔木子李 阅读(268) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-15 09:53 旺仔木子李 阅读(295) 评论(0) 推荐(0)
摘要: 1、 在js文件下引入jquery.mailAutoComplete-4.0.js文件。 2、 在user.html文件中添加css样式。 代码如下: <style> .demo p { width: 1000px; margin-left: auto; margin-right: auto; } 阅读全文
posted @ 2020-05-15 09:28 旺仔木子李 阅读(495) 评论(0) 推荐(0)
摘要: 1、win+R,运行里输入services.msc打开服务,启动mysql服务 2. 启动MySql后台 3.执行以下命令 step 1: SET PASSWORD = PASSWORD('your new password'); 第一步在图片上我木有标红注意看,别忘记了 use mysql下面第二 阅读全文
posted @ 2020-04-08 11:39 旺仔木子李 阅读(859) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-31 11:39 旺仔木子李 阅读(297) 评论(0) 推荐(0)