会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
inks
students
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2023年11月24日
未搞完
摘要: import time from ultralytics import YOLO from PIL import ImageGrab, Image, ImageDraw import numpy as np import cv2 import multiprocessing import onnxr
阅读全文
posted @ 2023-11-24 19:03 inks
阅读(36)
评论(0)
推荐(0)
2023年11月11日
b站直播间 ws协议爬取
摘要: 挺简单的 let {brotliDecompressSync} = require("zlib"); var wsBinaryHeaderList = [{ "name": "Header Length", "key": "headerLen", "bytes": 2, "offset": 4, "
阅读全文
posted @ 2023-11-11 22:32 inks
阅读(103)
评论(0)
推荐(0)
2023年11月3日
ast 扣取webpack
摘要: 学了ast 都会自己写扣webpack脚本是吧!! 所以我也写了一份 let fs = require("fs"); let types = require("@babel/types"); let traverse = require("@babel/traverse").default; let
阅读全文
posted @ 2023-11-03 18:03 inks
阅读(176)
评论(0)
推荐(0)
2023年10月27日
学习ast
摘要: 看别人ast混淆代码 挺6的学习一下 学习第一步: let a,b=1; // 注释 var obj = { "name":1+3*2, "func":function add(a,b){ let a1=3; return a+b } } function add(a,v){ return a+v;
阅读全文
posted @ 2023-10-27 19:45 inks
阅读(35)
评论(0)
推荐(0)
2023年10月23日
复习一下mysql
摘要: mysql复习:修改密码 set passowrd="123456";数据库创建:show databases; 显示数据库create database name;创建drop databases name;删除use name;选中数据库操作表:create table study(`id` i
阅读全文
posted @ 2023-10-23 19:03 inks
阅读(12)
评论(0)
推荐(0)
2023年10月12日
app逆向练手系列
摘要: 葫
阅读全文
posted @ 2023-10-12 22:08 inks
阅读(32)
评论(0)
推荐(0)
2023年9月25日
Java 复习
摘要: 斗地主案例 排序每张扑克 //二分法 public static void main(String[] args) { // 二分法 int[] arr1 = {1, 2, 3, 5, 5, 7, 8, 9}; ps1(arr1,9); // 递归 ps2(arr1, 6, 0, arr1.leng
阅读全文
posted @ 2023-09-25 12:23 inks
阅读(11)
评论(0)
推荐(0)
2023年9月15日
极验4
摘要: 点选花式真多 支持4款 交换坐标的 等会看看 五子棋
阅读全文
posted @ 2023-09-15 22:04 inks
阅读(65)
评论(0)
推荐(0)
2023年9月9日
=_=_=js复习
摘要: // 数组 浅拷贝 let arr = [7, 2, 3] let cparr = []; arr.forEach((v, index) => { cparr[index] = v }) cparr[1] = 12 console.log(cparr, arr); let cparr2 = arr.
阅读全文
posted @ 2023-09-09 22:22 inks
阅读(17)
评论(0)
推荐(0)
2023年9月8日
无聊写个微信步数 (我老妈总是查我的微信步数)
摘要: 思路 先找到 提交步数的接口 (我老妈总是查我的微信步数) 这里我网上随便找了一个 https://apis.jxcxin.cn/doc/mi.html 挺好用的 第二步就是获取 当前步数了(个人技术原因 不能直接在) 只能依靠小程序 抓到请求接口 当然是有加密啦 逆向代码 核心 扣取下来分析 很简
阅读全文
posted @ 2023-09-08 18:05 inks
阅读(952)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告