上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: $(function(){ pushHistory();});function pushHistory(){ window.addEventListener("popstate", function(e){ alert("回退!"); //window.history.back(); //在历史记录 阅读全文
posted @ 2021-02-03 16:38 画画520 阅读(218) 评论(0) 推荐(0) 编辑
摘要: JS生成指定范围内的随机数(支持随机小数) 直接需要函数的话,直接到文章的最后面找。 一、预备知识 Math.ceil(n); //向上取整。返回大于等于n的最小整数。 Math.floor(n); //向下取整。返回为n的整数部分。 Math.round(n); //四舍五入。返回为n四舍五入后的 阅读全文
posted @ 2021-02-01 14:44 画画520 阅读(300) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wangyang0210/p/13290745.html 前言 选择7.6是因为,比他高的版本已经移除了mysql,最新版可取官网去下载。安装包 | 软件包JDK | 1.8Maven | 3.6.0MySQL | 5.7 步骤 SonarQube安装 阅读全文
posted @ 2020-12-28 17:59 画画520 阅读(967) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w 阅读全文
posted @ 2020-12-04 14:23 画画520 阅读(744) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w 阅读全文
posted @ 2020-11-18 16:26 画画520 阅读(102) 评论(0) 推荐(0) 编辑
摘要: http://www.lxphoto.net/html/zp/list_1_4.html 临溪摄影 四川城都 https://www.bilibili.com/video/BV14E41147SU/?spm_id_from=333.788.videocard.1 阅读全文
posted @ 2020-11-13 12:38 画画520 阅读(61) 评论(0) 推荐(0) 编辑
摘要: thinkphp中的_initialize方法 子类的_initialize方法自动调用父类的_initialize方法。而php的构造函数construct,如果要调用父类的方法,必须在子类构造函数显示调用parent::__construct(); <?php class BaseAction 阅读全文
posted @ 2020-11-06 15:11 画画520 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 如果站点中既有http的资源 又有https的资源 解决办法 <img src='//psp.ess.cn/InspMeter/images/a.jpg' /> <a href="//psp.ess.cn/InspMeter/InspmeterInfo/InspmeterInfo.jsp" targ 阅读全文
posted @ 2020-11-05 10:53 画画520 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <!--引入jquery,jquery.qrcode--> <script type='text/javascript'src='http://cdn.staticfile.org/jquery/2.1.1/jquery.min.js'></s 阅读全文
posted @ 2020-10-16 15:23 画画520 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: 什么是npm? npm 全称 Node Package Manager,是node.js 的模块依赖管理工具。由于npm的源在国外,所以国内用户使用起来各种不方便。 下面整理出了一部分国内优秀的npm镜像资源,国内用户可以选择使用。 npm官方地址:https://www.npmjs.com/ np 阅读全文
posted @ 2020-09-18 10:14 画画520 阅读(371) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页