Live2D

2024年1月10日

HTML+CSS+JS 实现苹果手表表盘

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>仿苹果手表表盘</ 阅读全文

posted @ 2024-01-10 13:30 倒打冲天子 阅读(89) 评论(0) 推荐(0) 编辑

2022年10月7日

JS + Canvas 碰撞检测

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-10-07 14:39 倒打冲天子 阅读(50) 评论(0) 推荐(0) 编辑

2022年8月19日

Mongo Management Studio 连接数据库

摘要: 只需服务器链接 输入 localhost:27017 点击链接就可以了 链接后的 阅读全文

posted @ 2022-08-19 15:18 倒打冲天子 阅读(30) 评论(0) 推荐(0) 编辑

2022年7月20日

Promise 的简单例子

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-07-20 12:00 倒打冲天子 阅读(192) 评论(0) 推荐(0) 编辑

2022年7月15日

Javascript 控制元素八个方向移动及碰撞检测

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-07-15 16:52 倒打冲天子 阅读(155) 评论(0) 推荐(0) 编辑

2022年3月4日

JS 分页器

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-03-04 16:25 倒打冲天子 阅读(212) 评论(0) 推荐(0) 编辑

移动端rem布局 1px:1rem比例

摘要: (function(doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = function() 阅读全文

posted @ 2022-03-04 15:39 倒打冲天子 阅读(143) 评论(0) 推荐(0) 编辑

JS 遍历获取数组中的数组的值

摘要: //文件结构var listInfo = [ { zTit: '网站首页', icon: './image/left.png', hicon: './image/down.png', xTit: [ { name: '关于我们', href:'./home.html', }, { name: '客户 阅读全文

posted @ 2022-03-04 13:38 倒打冲天子 阅读(1130) 评论(0) 推荐(0) 编辑

HTML+CSS开发引入less

摘要: 1.去less官网下载less.js或者less.min.js文件放在文件夹中 注意:下载完 less.min.js 文件后要把最后一行的注释删掉,否则有可能不起作用 2.在页面中引用 <link rel="stylesheet/less" href="../less/XXX.less"> //.l 阅读全文

posted @ 2022-03-04 11:56 倒打冲天子 阅读(253) 评论(0) 推荐(0) 编辑

2022年2月12日

uniapp 封装接口

摘要: api.jsconst BASE_URL = 'http://localhost:8082' export const myRequest = (options) => { return new Promise((resolve,reject)=>{ uni.request({ url:BASE_U 阅读全文

posted @ 2022-02-12 20:13 倒打冲天子 阅读(107) 评论(0) 推荐(0) 编辑

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