Hello World Hello World

Hello World

Your description here.

  • 关于
  • 归档
  • 友链
  • 随机
  • 切换模式
  • 返回顶部
  • 首页
  • 技术
  • 生活
  • Hello World Hello World

    Hello World

    Your description here.

  • 首页
  • 技术
  • 生活
  • 关于
  • 归档
  • 友链
  • 随机

防切屏检测油猴脚本

// ==UserScript==// @name 通用阻止切屏检测// @namespace http://tampermonkey.net/// @version 0.1.0// @description 尝试阻止各类网站的切屏、焦点丢失等检测// @author nodeseek@小号 && Gemini// @match http:///// @match https:///// @run-at document-start// @grant unsafeWindow// @license GPL-3.0// ==/UserScript==(function () {'use strict'; const window = unsafeWindow; // 使用原始 window 对象 // 黑名单事件,这些事件的监听器将被阻止 const blackListedEvents = new Set([ "visibilitychange",

技术·未分类 · 05-27
绝杀

常用脚本大全

宝塔一键挂载硬盘脚本wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.shacme生成免费证书curl https://get.acme.sh | sh剑皇刷流量脚本wget https://cdn.jsdelivr.net/gh/maintell/webBenchmark@releases/download/0.6/webBenchmark_linux_x64chmod +x webBenchmark_linux_x64./webBenchmark_linux_x64 -c 64 -s http://链接.jpg腾讯云删除监控sudo -isystemctl stop tat_agentsystemctl disable tat_agent/usr/local/qcloud/stargate/admin/uninstall.sh/usr/local/qcloud/YunJing/uninst.sh/usr/local/qcloud/monitor/barad/admin/un

技术 · 05-27
绝杀

Visual Studio 2017 环境编译 QWindowKit 库

1.递归克隆仓库运行cmd,输入git clone --recursive https://github.com/stdware/qwindowkit.git2.安装CMake并验证版本由于QWindowkit库要求的CMake版本较高,VS2019及以下版本内置的CMake版本可能无法满足需求.因此,需要单独安装高版本CMake,通过命令行对QWindowkit库进行构建,安装时选择把CMake添加到Path中,否则需要手动添加.3.编译QWindowKit找到Qt安装路径下Qt5Config.cmake所在的文件夹(如:C:\Qt\Qt5.14.2\5.14.2\msvc2017_64\lib\cmake\Qt5)打开CMD,切换到QWindowKit目录替换命令中对应的Qt库路径和安装路径并执行cmake -B build -S . -G "Visual Studio 15 2017" -A x64 -DCMAKE_PREFIX_PATH="D:\Enviroment\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5" -DCMAKE_INSTALL_PR

技术 · 05-23
绝杀

利用 CloudFlare Worker 搭建 Docker Hub 镜像加速

1.Cloudflared新建Workers和Pages在面板左侧找到 Workers 和 Pages,然后点击右侧的 创建应用程序、创建 Worker,修改一个好记的名字,部署2.编辑代码将 worker.js 的内容替换为下面内容,并且修改 工作服务器地址 为一个 dns 托管在 cloudflare 的域名,例如 let workers_url = ‘https://docker.741250.xyz/';'use strict' const hub_host = 'registry-1.docker.io' const auth_url = 'https://auth.docker.io' const workers_url = 'https://你的域名' //const home_page_url = '远程html链接' /** @type {RequestInit} */ const PREFLIGHT_INIT = { status: 204, headers: new Headers({ 'access-control-allow

技术 · 05-22
绝杀
  • ‹
  • 1
  • 2
热门文章
  • 利用 CloudFlare Worker 搭建 Docker Hub 镜像加速
  • Visual Studio 2017 环境编译 QWindowKit 库
  • 常用脚本大全
  • 防切屏检测油猴脚本
  • HTTP_HOST为空的排查和解决
  • 使用GitHub Action 自动构建 RustDesk 客户端
  • 记录一个编码问题
最新评论
热门标签
2025 - 2025 Hello World. All Rights Reserved.