上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 78 下一页
摘要: DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一一种基于密度的聚类算法。 现有学生上网数据格式如下: 数据下载地址:https://pan.baidu.com/s/1eR7doh8 目的:通过DBSCAN聚类, 阅读全文
posted @ 2022-10-31 09:44 木子欢儿 阅读(64) 评论(0) 推荐(0) 编辑
摘要: city.txt 北京,2959.19,730.79,749.41,513.34,467.87,1141.82,478.42,457.64 天津,2459.77,495.47,697.33,302.87,284.19,735.97,570.84,305.08 河北,1495.63,515.90,36 阅读全文
posted @ 2022-10-31 09:04 木子欢儿 阅读(38) 评论(0) 推荐(0) 编辑
摘要: background-image: linear-gradient(90deg, rgba(60, 10, 30, .04) 3%, transparent 0), linear-gradient(1turn, rgba(60, 10, 30, .04) 3%, transparent 0); ba 阅读全文
posted @ 2022-07-27 10:16 木子欢儿 阅读(136) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- # python 3.7 #引入系统类库 import sys # 使用文档解析类库 from bs4 import BeautifulSoup # 使用网络请求类库 import urllib.request # 输入网址 html_doc = "ht 阅读全文
posted @ 2022-07-26 20:30 木子欢儿 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <div id="afdianicon" style="position: fixed;right: 0;bottom: 0;width: 65px;height: 65px;z-index: 99;"> <a href="https://afdian.net/@muzihuaner?tab=hom 阅读全文
posted @ 2022-07-22 23:36 木子欢儿 阅读(60) 评论(0) 推荐(0) 编辑
摘要: # 摄像头实时人脸检测 # opencv import time import cv2 # mediapipe ai工具包 import mediapipe as mp # 进度条库 from tqdm import tqdm # 导入模型 mp_face_detection = mp.soluti 阅读全文
posted @ 2022-07-22 16:37 木子欢儿 阅读(358) 评论(0) 推荐(0) 编辑
摘要: #人脸检测 # 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 木子欢儿 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 支持 https 的二维码 api 服务并不多,这里是经过精心筛选后剩下的结果。推荐日常使用搜狐视频提供的二维码 api 接口,稳定性很好,站长已使用多年。 使用方法很简单,替换 https://www.abc.com 为想要生成的文字或链接即可。 搜狐视频提供的二维码 api,已稳定五年以上。 h 阅读全文
posted @ 2022-07-21 20:49 木子欢儿 阅读(1690) 评论(0) 推荐(0) 编辑
摘要: 正常情况下 自己的一些网站的一些代码不想被别人扒来扒去的,可以看看本方法。 可以设置复制提示,禁f12,禁止调试是很有必要的 当然这个防不了大佬,只能防防小学生 具体方法:1、首先我们需要下载web弹层组件layer2、解压上传到服务器,上js代码,修改成你的layer.js所在位置3、如果有幸等j 阅读全文
posted @ 2022-07-21 14:02 木子欢儿 阅读(1775) 评论(0) 推荐(0) 编辑
摘要: <!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 木子欢儿 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 78 下一页