上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 123 下一页
摘要: V8 Isolate 详解 1. 什么是 Isolate? Isolate 是 V8 引擎中的一个关键概念,它代表了一个完全独立的 V8 运行时实例。每个 Isolate 都有自己的: 堆内存(Heap) 垃圾回收器(Garbage Collector) 上下文(Contexts) 内置对象(Bui 阅读全文
posted @ 2025-04-18 14:36 AngDH 阅读(134) 评论(0) 推荐(0)
摘要: V8 引擎的主要目录结构: 核心源代码目录: src/: V8 引擎的核心源代码目录,包含了引擎的主要实现 include/: 公共头文件目录,定义了 V8 的 API 接口 构建相关目录: build/: 构建系统的核心脚本和配置 buildtools/: 构建工具集 build_override 阅读全文
posted @ 2025-04-16 11:54 AngDH 阅读(34) 评论(0) 推荐(0)
摘要: https://bpcreech.com/PyMiniRacer/contributing/ 打开 Windows 设置 进入"更新和安全" -> "开发者选项" 启用"开发人员模式" # Windows CMD set HTTP_PROXY=http://127.0.0.1:你的代理端口 set 阅读全文
posted @ 2025-04-16 10:40 AngDH 阅读(71) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-03-29 21:20 AngDH 阅读(6) 评论(0) 推荐(0)
摘要: hY = window; let a1 = hY['Boolean'](hY['navigator']['credentials']); let a2 = hY['Boolean'](hY['navigator']['appMinorVersion']); let a3 = hY['Boolean' 阅读全文
posted @ 2025-03-27 11:10 AngDH 阅读(11) 评论(0) 推荐(0)
摘要: var jsz = []; var KKz = ['speaker', 'device-info', 'bluetooth', 'ambient-light-sensor', 'accelerometer', 'gyroscope', 'magnetometer', 'clipboard', 'ac 阅读全文
posted @ 2025-03-10 15:34 AngDH 阅读(13) 评论(0) 推荐(0)
摘要: https://www.tjsky.net/tutorial/1009 步骤 在 Windows 10/11 搜索框中输入 regedit 打开 注册表编辑器 在注册表编辑器中打开:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\路径 右键单击 Policies 新建项 命 阅读全文
posted @ 2025-03-04 16:15 AngDH 阅读(5527) 评论(1) 推荐(2)
摘要: var requests = []; var cursor = db.table_name.find({ "ts": { "$lt": ISODate("2024-05-30") } }).limit(55000); // 输出查询条件 print("Querying documents with 阅读全文
posted @ 2025-03-03 18:24 AngDH 阅读(8) 评论(0) 推荐(0)
摘要: window['speechSynthesis']['getVoices']() var l8Q = window["speechSynthesis"]["getVoices"](); var tlist = []; for (let i=0; i < l8Q.length;i++){let the 阅读全文
posted @ 2025-02-26 11:45 AngDH 阅读(18) 评论(0) 推荐(0)
摘要: 环境识别,写死"eem": "do_en,dm_en,t_en", ['window']['DeviceOrientationEvent'] ['window']['DeviceMotionEvent'] ['window']['TouchEvent'] 阅读全文
posted @ 2025-02-25 15:51 AngDH 阅读(36) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 123 下一页