上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页
摘要: 在chrome://settings/content/siteDetails?site=中禁止JavaScript 再恢复 无法使用翻译功能 但是在devtools中Disable JavaScript,再取消选中,可以翻译 阅读全文
posted @ 2023-07-29 21:29 hrdom 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 大概是Prettier对于vue,不支持限定部分内容https://github.com/prettier/prettier/issues/12576 对于js可以 volar对于vue支持格式化选定内容 阅读全文
posted @ 2023-07-28 14:50 hrdom 阅读(345) 评论(0) 推荐(0) 编辑
摘要: If multiple pages are listening for onMessage events, only the first to call sendResponse() for a particular event will succeed in sending the respons 阅读全文
posted @ 2023-06-27 23:32 hrdom 阅读(287) 评论(0) 推荐(0) 编辑
摘要: document.querySelectorAll("span.right_txt_blue").forEach(element => { let str = element.getAttribute("name") // let no = str[str.length-1] let no = st 阅读全文
posted @ 2023-05-30 16:33 hrdom 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 改了两个地方,然后就能悬停显示缩略图了,不知道是哪个生效的 1 新建ExtendedUIHoverTime 设成1 2 save taskbar thumbnail previews保存任务栏缩略图预览 更: 发现似乎不是我修改导致它好的,一睡眠,唤醒,就不行了。。。,就要再 重新启动 资源管理器 阅读全文
posted @ 2023-05-19 20:45 hrdom 阅读(783) 评论(0) 推荐(0) 编辑
摘要: print(gymnasium.envs.registry.keys()) site-packages\gymnasium\envs\__init__.py # Hook to load plugins from entry pointsload_plugin_envs()在这里载入的其它 模块/库 阅读全文
posted @ 2023-05-13 16:46 hrdom 阅读(83) 评论(0) 推荐(0) 编辑
摘要: ora.ai多,能回应3k5的汉字 poe,不能回应3k5的汉字,显示无响应 阅读全文
posted @ 2023-05-13 14:47 hrdom 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 原因猜测应该是dhcp的问题,不能有两个(相同mac地址的)设备都dhcp,那样就获取到了两个ip 阅读全文
posted @ 2023-05-12 12:14 hrdom 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 性能探查器 Windows Performance Toolkit PerfView 应该只能用于.NET 尝试了chrome://tracing/,但是暂时没太看懂里面都是什么意思 搜着搜着发现了一个UIforETW,这个好像是专门用于chrome的Event Trac 阅读全文
posted @ 2023-05-03 13:43 hrdom 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 控制台copy(window)不行,只得到[object Window] copy(object) copies a string representation至于具体是怎么实现的嘛,猜测类似于.toString() of the specified object to the clipboard. 阅读全文
posted @ 2023-05-01 23:37 hrdom 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页