会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
点滴记忆
你知道的越多,你不知道的越多。
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
87
下一页
2022年7月22日
使用mediapipe和OpenCV 实现简单人脸检测
摘要: #人脸检测 # opencv import cv2 # mediapipe ai工具包 import mediapipe as mp # 进度条库 from tqdm import tqdm import time import matplotlib.pyplot as plt # 定义一个可视化图
阅读全文
posted @ 2022-07-22 15:34 木子欢儿
阅读(194)
评论(0)
推荐(0)
2022年7月21日
最新可用的二维码生成 api
摘要: 支持 https 的二维码 api 服务并不多,这里是经过精心筛选后剩下的结果。推荐日常使用搜狐视频提供的二维码 api 接口,稳定性很好,站长已使用多年。 使用方法很简单,替换 https://www.abc.com 为想要生成的文字或链接即可。 搜狐视频提供的二维码 api,已稳定五年以上。 h
阅读全文
posted @ 2022-07-21 20:49 木子欢儿
阅读(1992)
评论(0)
推荐(0)
网站禁用f12 禁止调试代码方法
摘要: 正常情况下 自己的一些网站的一些代码不想被别人扒来扒去的,可以看看本方法。 可以设置复制提示,禁f12,禁止调试是很有必要的 当然这个防不了大佬,只能防防小学生 具体方法:1、首先我们需要下载web弹层组件layer2、解压上传到服务器,上js代码,修改成你的layer.js所在位置3、如果有幸等j
阅读全文
posted @ 2022-07-21 14:02 木子欢儿
阅读(2089)
评论(0)
推荐(0)
【JS】ES6-箭头函数
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-21 10:11 木子欢儿
阅读(45)
评论(0)
推荐(0)
【JS】ES6-let、const定义变量
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-21 09:53 木子欢儿
阅读(53)
评论(0)
推荐(0)
一文搞懂JS原型与原型链
摘要: 前言 作为一个前端开发工程师,熟练掌握JS这门语言是必须要的。无论是日常的工作中,亦或者是出去面试找工作,JS掌握的多深多好,很大程度上决定了你能走的多远。今天本人就来介绍一下JS的原型以及原型链,基于本人的一些认识。因为本人也在学习的阶段,所以如果文章中有什么不对的或者不好的地方,烦请大家指出。
阅读全文
posted @ 2022-07-21 09:33 木子欢儿
阅读(293)
评论(0)
推荐(0)
2022年7月20日
【JS】使用面向对象实现选项卡
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-20 13:03 木子欢儿
阅读(94)
评论(0)
推荐(0)
【JS】面向对象- 原型 prototype
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-20 11:59 木子欢儿
阅读(28)
评论(0)
推荐(0)
【JS】面向对象-构造函数使用注意事项
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-20 11:21 木子欢儿
阅读(43)
评论(0)
推荐(0)
【JS】面向对象-创建对象
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-07-20 10:43 木子欢儿
阅读(31)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
87
下一页
公告