上一页 1 2 3 4 5 6 7 ··· 123 下一页
摘要: const g = Math.random() * .05 , M = { r: Math.floor(Math.random() * 10), g: Math.floor(Math.random() * 10), b: Math.floor(Math.random() * 10) }; _toDa 阅读全文
posted @ 2025-08-14 14:59 AngDH 阅读(14) 评论(0) 推荐(0)
摘要: navigator.permissions.query({name: 'speaker'}).then(function(t){ debugger;; }).catch(function(c){ debugger;; }) let tstr = Function.prototype.toString 阅读全文
posted @ 2025-07-22 10:41 AngDH 阅读(12) 评论(0) 推荐(0)
摘要: #include <node.h> #include <thread> #include <chrono> namespace demo { using v8::FunctionCallbackInfo; using v8::Isolate; using v8::Local; using v8::O 阅读全文
posted @ 2025-07-15 14:21 AngDH 阅读(8) 评论(0) 推荐(0)
摘要: RTTI(Run-Time Type Information)详解 1. 什么是 RTTI? RTTI(运行时类型信息,Run-Time Type Information)是 C++ 提供的一种机制,允许程序在运行时获取对象的实际类型信息。 它主要用于多态(即基类指针/引用指向派生类对象)场景下,判 阅读全文
posted @ 2025-07-14 15:24 AngDH 阅读(26) 评论(0) 推荐(0)
摘要: import ddddocr import cv2 from PIL import Image det = ddddocr.DdddOcr(det=True) det2 = ddddocr.DdddOcr(beta=True) with open("download.png", 'rb') as f 阅读全文
posted @ 2025-07-10 18:00 AngDH 阅读(34) 评论(0) 推荐(0)
摘要: 前三个值 window["performance"]["memory"] 阅读全文
posted @ 2025-07-08 10:20 AngDH 阅读(16) 评论(0) 推荐(0)
摘要: var Vz = window["document"]["createElement"]("canvas"); var lI = Vz["getContext"]("webgl"); var j1 = lI["getExtension"]("WEBGL_debug_renderer_info"); 阅读全文
posted @ 2025-07-07 18:46 AngDH 阅读(17) 评论(0) 推荐(0)
摘要: 在command 最后加上 --空格 https://geekdaxue.co/read/mingzibaliao@ob3apg/xig7qvm3w99b78fh 阅读全文
posted @ 2025-07-02 12:08 AngDH 阅读(141) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-06-29 23:21 AngDH 阅读(7) 评论(0) 推荐(0)
摘要: 第一段 '3;0;1;0;3355186;IwqisvlCFoqAaBMfUelc4Wm/oWlk5r+hAils7heftlY=' 3;0;1;0 固定 3355186 是从 bm_sz ~ 分割 ,取下标2 IwqisvlCFoqAaBMfUelc4Wm/oWlk5r+hAils7heftlY= 阅读全文
posted @ 2025-06-25 18:32 AngDH 阅读(58) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 123 下一页