会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Linux-top
博客园
首页
新随笔
管理
2024年6月21日
幼儿园报名(抢注)js脚本
摘要: 测试页面: https://www.wjx.cn/vm/YsVYnK1.aspx document.querySelector("#q1").value="姓名"; //性别; //const sex1={男:"#q2_1",女:"#q2_2"}; //document.querySelector(
阅读全文
posted @ 2024-06-21 11:52 Linux-top
阅读(30)
评论(0)
推荐(0)
2023年4月2日
循环输出字符串魔板,动态字段
摘要: 1.初版(功能实现) names=[ "吴*平(语文)", "张学*(语文)", "袁莹*(语文)", "宋丹*(语文)", "...", "廉*峰(会计)" ] for (name of names) console.log(`${name}\n很满意\n满意\n基本满意\n不满意\n\n${na
阅读全文
posted @ 2023-04-02 17:23 Linux-top
阅读(35)
评论(0)
推荐(0)
2023年2月5日
刷教体局投票脚本研究
摘要: classid=27; //班级 select=4; //选项:1未选择;2很满意;3满意;4基本满意;5不满意; document.querySelectorAll("#div1 > div.ui-select >div >select >option")[1].setAttribute('sel
阅读全文
posted @ 2023-02-05 18:27 Linux-top
阅读(39)
评论(0)
推荐(0)
2022年10月16日
opencv-python人脸识别
摘要: scaleFactor、ninNeighbors的动态调整 按键:“+”“-”“<”“>”,“q”退出! import cv2 print("hello") # camera=cv2.VideoCapture('./腾讯云.mp4') camera=cv2.VideoCapture(0) succe
阅读全文
posted @ 2022-10-16 00:53 Linux-top
阅读(43)
评论(0)
推荐(0)
2022年8月5日
浏览器 js开窗口,代码注入问题解决
摘要: js开窗口方法: 参照:https://blog.csdn.net/qq_40660389/article/details/125312395 具体open参数:https://www.runoob.com/jsref/met-win-open.html 开小窗口+代码注入的方法: //需要注意的是
阅读全文
posted @ 2022-08-05 13:41 Linux-top
阅读(475)
评论(0)
推荐(0)
2022年6月22日
视频定位5分钟
摘要: 拖动我到收藏栏
阅读全文
posted @ 2022-06-22 11:34 Linux-top
阅读(33)
评论(0)
推荐(0)
2022年6月21日
video-js收藏夹功能按钮
摘要: Ctrl+D添加到收藏夹 Ctrl+shift+B显示收藏栏 Ctrl+shift+o收藏管理器 拖动可以调整位置,关注收藏栏,保证触手可及,如图: 最后10秒钟(多数h5播放器不支持)☆☆☆ javascript:document.getElementsByTagName("video")[0].
阅读全文
posted @ 2022-06-21 22:23 Linux-top
阅读(319)
评论(0)
推荐(0)
2022年5月6日
js造轮子
摘要: 目的 某社区注册,有隐藏两位(字母or数字)的验证码。 采用自动填充的方式需要提前生成暴力破解字典序列。 这里给Array对象增加了format方法,使得给定的验证码数组,在设定好了隐藏位置后,可以给定范围遍历。 使用 实现 Array.prototype.format = function() {
阅读全文
posted @ 2022-05-06 16:15 Linux-top
阅读(36)
评论(0)
推荐(0)
2021年9月15日
js注入,canvas截图
摘要: 拿到画布数据 document.getElementsByClassName("inner_page")[0] //DOM对象,默认BASE64格式 document.getElementsByClassName("inner_page")[0].toDataURL("image/jpeg") //
阅读全文
posted @ 2021-09-15 11:25 Linux-top
阅读(131)
评论(0)
推荐(0)
2021年8月15日
node文件上传server
摘要: path处理、分割路径方便; fs可以提供修改文件名操作; multer是http文件传输中间件; iconv-lite转换中文编码库(没用上); 字符处理:1、直接扔掉文件名;2、要求前端显式的提供文件名; const express = require("express"); const mul
阅读全文
posted @ 2021-08-15 01:32 Linux-top
阅读(103)
评论(0)
推荐(0)
下一页
公告