08 2020 档案

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>截图</title> <style> </style> <script src="https://apps.bdimg.com/libs/jquery/2.1. 阅读全文
posted @ 2020-08-31 16:10 酷酷的城池 阅读(207) 评论(0) 推荐(0) 编辑
摘要:window.requestAnimationFrame() 告诉浏览器——你希望执行一个动画,并且要求浏览器在下次重绘之前调用指定的回调函数更新动画。该方法需要传入一个回调函数作为参数,该回调函数会在浏览器下一次重绘之前执行 传送门 阅读全文
posted @ 2020-08-29 17:29 酷酷的城池 阅读(258) 评论(0) 推荐(0) 编辑
摘要://生成从minNum到maxNum的随机数 function randomNum(minNum,maxNum){ switch(arguments.length){ case 1: return parseInt(Math.random()*minNum+1,10); break; case 2: 阅读全文
posted @ 2020-08-29 17:28 酷酷的城池 阅读(110) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> * { margin: 0; } </style> <script src="https://apps.bdimg. 阅读全文
posted @ 2020-08-29 15:26 酷酷的城池 阅读(192) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HTML5 canvas 设置背景图</title> <script src="canvas2image.js"></script> </head> <body> <canvas 阅读全文
posted @ 2020-08-29 14:59 酷酷的城池 阅读(786) 评论(0) 推荐(0) 编辑
摘要:.father { width: 300px; height:150px; position: relative;}.son { position: absolute; top: 0; right: 0; bottom: 0; left: 0; 或 .class{ position: absolut 阅读全文
posted @ 2020-08-24 18:21 酷酷的城池 阅读(204) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> </head> <style> .column-left { background: red; } .column-right { background: pink; } .co 阅读全文
posted @ 2020-08-24 17:16 酷酷的城池 阅读(914) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> </head> <style> .box { padding: 10px; background-color: #cd0000; text-align: center; widt 阅读全文
posted @ 2020-08-22 11:16 酷酷的城池 阅读(189) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> <script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jque 阅读全文
posted @ 2020-08-21 09:35 酷酷的城池 阅读(430) 评论(0) 推荐(0) 编辑
摘要:错如下: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘sss.month_id’ which is not functionally dependent on co 阅读全文
posted @ 2020-08-17 17:32 酷酷的城池 阅读(446) 评论(0) 推荐(0) 编辑
摘要:var b = window.open("", "_blank"); // window.document.head.innerHTML = '<link rel="stylesheet" href="引入文件" />'; b.window.document.body.innerHTML = '<h 阅读全文
posted @ 2020-08-13 12:18 酷酷的城池 阅读(172) 评论(0) 推荐(0) 编辑
摘要:$uuu = preg_replace("/(\s|\&nbsp\;| |\xc2\xa0)/", "", $str); return str_replace(' ', '', $uuu); 阅读全文
posted @ 2020-08-13 12:01 酷酷的城池 阅读(1544) 评论(0) 推荐(0) 编辑
摘要:java 父类的引用指向子类对象时 为什么不能调用子类特有的方法? 我建立了两个类 子类为airplane 拥有一个fly()方法 而父类transportation则没有这个方法 package com.ljx; public class initial { public static void 阅读全文
posted @ 2020-08-08 15:14 酷酷的城池 阅读(116) 评论(0) 推荐(0) 编辑
摘要:传送门 阅读全文
posted @ 2020-08-08 15:04 酷酷的城池 阅读(142) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/mq0036/p/8566427.html#a21 阅读全文
posted @ 2020-08-07 12:07 酷酷的城池 阅读(186) 评论(0) 推荐(0) 编辑
摘要:类中的数据成员和成员函数据具有的访问权限包括:public、private、protect、default(包访问权限) 作用域 当前类 同一package 子孙类 其他package public √ √ √ √ protected √ √ √ × default √ √ × × private 阅读全文
posted @ 2020-08-06 11:36 酷酷的城池 阅读(281) 评论(0) 推荐(0) 编辑
摘要:传送门 阅读全文
posted @ 2020-08-04 16:48 酷酷的城池 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示