摘要: 原因就是你的maven的配置文件不是最新的 1.help ->Install New Software -> add ->https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST 或 阅读全文
posted @ 2019-02-18 09:47 飞蚊 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: 完整错误信息: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO 阅读全文
posted @ 2019-02-18 09:46 飞蚊 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: -- 1、查询"01"课程比"02"课程成绩高的学生的信息及课程分数 select a.* ,b.s_score as 01_score,c.s_score as 02_score from student a join score b on a.s_id=b.s_id and b.c_id='01 阅读全文
posted @ 2019-02-16 09:32 飞蚊 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Web前端接入人机识别验证码 腾讯防水墙 Web前端接入 1. 准备AppID 验证码接入需要先在管理后台中注册获取APPID和APPSECRET,注册步骤请参考 快速开始 2. 快速接入步骤 1、在Head的标签内最后加入以下代码引入验证JS文件(建议直接在html中引入) <script src 阅读全文
posted @ 2019-02-12 15:11 飞蚊 阅读(364) 评论(0) 推荐(0) 编辑
摘要: var wait = 5; document.getElementById("btn").onclick = function() { time(this); } function time(o) { if (wait == 0) { o.removeAttribute("disabled"); w 阅读全文
posted @ 2019-01-14 10:57 飞蚊 阅读(148) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> body { background-color: #ececec; } .d1 { text-align: center; position: relative; height: 200px; } .d2 { position: absolute; t 阅读全文
posted @ 2018-12-27 11:47 飞蚊 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 长按 长按我 阅读全文
posted @ 2018-12-27 11:29 飞蚊 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 满足以下几点机即可: input type="search" 放到form标签中 使用action属性 <form action="." > <input type='search' /> </form> 注意: 如果只使用input type="search",而不放到form标签中,则显示“换行 阅读全文
posted @ 2018-12-06 17:57 飞蚊 阅读(2288) 评论(0) 推荐(1) 编辑
摘要: //arr1 var arr1 = new Array(); var arr2 = new Array(); for(var i = 0; i<40; i++){ arr1.push(i); } //console.log(arr1); for(var k = 0; k<4;k++){ var id 阅读全文
posted @ 2018-12-06 17:56 飞蚊 阅读(1627) 评论(0) 推荐(0) 编辑
摘要: https://www.logosc.cn/ 阅读全文
posted @ 2018-11-14 11:26 飞蚊 阅读(181) 评论(0) 推荐(0) 编辑