翼展电脑服务中心


USB监测

2025-7-3 乱云飞 评论(0) 浏览(105)

111222.png

Wise Folder Hider忘记密码解决方法

2025-6-29 乱云飞 评论(0) 浏览(163)

注册表找到这个地方:
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\80C.CC\CLSID{AD33D42D-8FBB-455C-9440-DB8752967108}
删除下边的WFHMutexPro,重新打开软件就可以重新设置密码。

小修 Windows 11 IoT LTSC2024 26100.4061 极限精简版 [1.58G]

2025-6-13 乱云飞 评论(0) 浏览(133)

小修 Windows 11 IoT LTSC2024 (26200.8457) 极限精简版 二合一 (2026.5.18) | 缘本初见

版本特点

纯净、无广告、流畅、右键设置、响应速度、适合办公娱乐/集成微软常用运行库合集、DX
主要保留
User 版本 5.45G / [自建账户]
共享、计算器、打印、空间音效、WMP、截图、Net3.5 – 4.8、光学、搜索、指纹、剪贴板
IE、ODBC、中日韩俄输入法、蓝牙、wifi、bitlocker、远程桌面、Mstsc、触摸、人脸、平板
User 安装完毕  C 盘占用 5G 左右  首次进入桌面进程优化控制在 55 左右浮动
Admin 版本 5.45G / [快速安装]
相比 User一个是自建用户名、一个是快速管理员账户、且可能不支持指纹
2025-05-16 更新 26100.4016 恢复了 ip 安全策略;优化了内存管理
下载链接:
夸克:https://pan.quark.cn/s/60465199768f
迅雷:https://pan.xunlei.com/s/VOQNgfGROu07yEus2xG3ZEO0A1?pwd=zkri#
123:https://www.123912.com/s/Rg5A-JNOj

文件信息:
文件名称: Windows 11 IoT LTSC 2024 26100.4061 2in1 小修+.esd
文件大小: 1705017728 字节
修改时间: 2025 年 5 月 16 日, 16:00:15
MD5: C4C985ADA8864F319D571DFC12486E2E
SHA1: EA9F3DD38E9997782BE5D9DB629CA719FF04E2CD
CRC32: 23746AFD

VMware17虚拟机软件下载

2025-6-13 乱云飞 评论(0) 浏览(136) 标签: VM 虚拟机 VMware

许可证密钥 GA5D2-FCG8J-M842Z-K7XXZ-WZ8ZD

下载地址 VMware-workstation-full-17.0.0-20800274.exe

https://pan.quark.cn/s/5204fefd6b2f#/list/share

14A4RR-813DK-M81A9-4U35H-06KND
JU090-6039P-08409-8J0QH-2YR7F
VMware Workstation 17 Pro 下载中心

https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html

VMware Workstation 17 Pro 密钥:17  pro 亲测有效,低版本的有可能过期 

4A4RR-813DK-M81A9-4U35H-06KND

NZ4RR-FTK5H-H81C1-Q30QH-1V2LA

JU090-6039P-08409-8J0QH-2YR7F

4Y09U-AJK97-089Z0-A3054-83KLA

VMware Workstation v17.x 永久许可证激活密钥:
MC60H-DWHD5-H80U9-6V85M-8280D
4A4RR-813DK-M81A9-4U35H-06KND
NZ4RR-FTK5H-H81C1-Q30QH-1V2LA
JU090-6039P-08409-8J0QH-2YR7F
4Y09U-AJK97-089Z0-A3054-83KLA

4C21U-2KK9Q-M8130-4V2QH-CF810

MC60H-DWHD5-H80U9-6V85M-8280D

ZA30U-DXF84-4850Q-UMMXZ-W6K8F

AC590-2XW97-48EFZ-TZPQE-MYHEA

YF39K-DLFE5-H856Z-6NWZE-XQ2XD

AC15R-FNZ16-H8DWQ-WFPNV-M28E2

CZ1J8-A0D82-489LZ-ZMZQT-P3KX6

YA11K-6YE8H-H89ZZ-EXM59-Y6AR0

VM Workstation最新版本直链 2024年04月27日 12:26:46
Windows:https://www.vmware.com/go/getworkstation-win
Linux:https://www.vmware.com/go/getworkstation-linux

123网盘下载:https://www.123pan.com/s/asdDVv-uof7.html
阿里云盘下载:https://www.alipan.com/s/v53MpQYKooA
https://www.52pojie.cn/thread-1804571-1-1.html

stream.m3u8

2025-6-11 乱云飞 评论(0) 浏览(100)

stream.m3u8

VirtualCamera:支持ONVIF协议的专业电脑屏幕监控解决方案

2025-6-11 乱云飞 监控 评论(0) 浏览(317) 标签: RTSP VirtualCamera PConvif deskcamera screenlive

全局直角(保留圆形高性能版V2026)

2025-6-5 乱云飞 代码 评论(0) 浏览(20)

// ==UserScript==
// @name         全局直角(修复内部图片圆形)000
// @namespace    http://tampermonkey.net/
// @version      3.7
// @description  强制所有非圆形元素变为直角,保留圆形容器及其内部图片
// @author       You
// @match        http://*/*
// @match        https://*/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';

    // 圆形元素选择器白名单
    const CIRCULAR_SELECTORS = [
        // 头像类
        '[class*="avatar"]', '[class*="user-avatar"]', '[class*="profile-pic"]',
        '.avatar', '.user-avatar', '.MuiAvatar-root', '.ant-avatar',
        'img[class*="avatar"]', 'img[src*="avatar"]', 'img[src*="profile"]',
        
        // 圆形装饰/图标类
        '[class*="circle"]', '[class*="round"]', '.rounded-full', '.rounded-circle',
        
        // 音乐播放器的唱片/CD封面容器(重点)
        '.vg-disc-container', '.disc-container', '.cd-cover', '.album-cover',
        '[class*="disc"]', '[class*="cd"]', '[class*="cover-art"]',
        '.song-cover', '.music-cover', '.playlist-cover', '.vg-cover-container',
        
        // 特定播放器
        '.aplayer-pic', '.aplayer-cover', '.ncm-cover',
        '.sakana-widget',
    ];

    // 检查元素是否匹配圆形选择器白名单
    function matchesCircularSelector(el) {
        if (!el) return false;
        for (const selector of CIRCULAR_SELECTORS) {
            if (el.matches(selector)) return true;
        }
        // 模糊匹配类名中的关键词
        const className = (el.className || '').toLowerCase();
        if (className.includes('avatar') || className.includes('circle') || 
            className.includes('round') || className.includes('disc') ||
            className.includes('cover') || className.includes('album')) {
            const rect = el.getBoundingClientRect();
            if (rect.width > 0 && rect.height > 0) {
                const style = window.getComputedStyle(el);
                if (Math.abs(rect.width - rect.height) < 5 && 
                    (style.borderRadius === '50%' || style.borderRadius.includes('50%') ||
                     parseFloat(style.borderRadius) >= Math.min(rect.width, rect.height) / 2)) {
                    return true;
                }
            }
        }
        return false;
    }

    // 检查元素是否位于圆形容器内部(关键修复)
    function isInsideCircularContainer(el) {
        let parent = el.parentElement;
        let level = 0;
        // 向上查找最多5层,找到圆形容器
        while (parent && level < 5) {
            // 检查父元素是否匹配圆形选择器
            if (matchesCircularSelector(parent)) return true;
            // 检查父元素是否有圆形圆角样式
            const style = window.getComputedStyle(parent);
            const borderRadius = style.borderRadius;
            if (borderRadius !== '0px' && borderRadius !== '0%' && borderRadius !== '') {
                const rect = parent.getBoundingClientRect();
                if (rect.width > 0 && rect.height > 0 && Math.abs(rect.width - rect.height) < 5) {
                    // 父元素是正方形且圆角足够大,判定为圆形容器
                    let radiusPx = 0;
                    if (borderRadius.includes('%')) {
                        radiusPx = Math.min(rect.width, rect.height) * (parseFloat(borderRadius) / 100);
                    } else if (borderRadius.includes('px')) {
                        radiusPx = parseFloat(borderRadius);
                    }
                    if (radiusPx >= Math.min(rect.width, rect.height) / 2 - 1) {
                        return true;
                    }
                }
            }
            parent = parent.parentElement;
            level++;
        }
        return false;
    }

    // 判断元素是否为图片且应该保持圆形
    function isImageShouldKeepCircle(el) {
        if (el.tagName !== 'IMG') return false;
        // 如果图片在圆形容器内,应该保持圆形
        if (isInsideCircularContainer(el)) return true;
        // 如果图片本身匹配圆形选择器
        if (matchesCircularSelector(el)) return true;
        return false;
    }

    // 几何判断:是否为真圆形
    function isPerfectCircle(el) {
        const rect = el.getBoundingClientRect();
        const width = rect.width;
        const height = rect.height;
        if (width === 0 || height === 0) return false;
        if (Math.abs(width - height) > 2) return false;
        
        const style = window.getComputedStyle(el);
        const borderRadius = style.borderRadius;
        if (borderRadius === '0px' || borderRadius === '0%') return false;
        
        let radiusPx = 0;
        if (borderRadius.includes('%')) {
            radiusPx = Math.min(width, height) * (parseFloat(borderRadius) / 100);
        } else if (borderRadius.includes('px')) {
            radiusPx = parseFloat(borderRadius);
        } else {
            radiusPx = parseFloat(borderRadius);
        }
        
        return radiusPx >= Math.min(width, height) / 2 - 1;
    }

    // 判断是否应保留圆角(主函数)
    function shouldKeepRadius(el) {
        // 1. 白名单直接保留
        if (matchesCircularSelector(el)) return true;
        
        // 2. 圆形容器内部的图片,保留圆形
        if (isImageShouldKeepCircle(el)) return true;
        
        // 3. 几何正圆判断
        if (isPerfectCircle(el)) return true;
        
        return false;
    }

    // 强制非圆形元素变为直角
    function makeSquareCorners() {
        const allElements = document.querySelectorAll('*');
        for (let i = 0; i < allElements.length; i++) {
            const el = allElements[i];
            if (el._radiusProcessed) continue;
            
            const style = window.getComputedStyle(el);
            const hasRadius = style.borderRadius !== '0px' && style.borderRadius !== '0%' && style.borderRadius !== '';
            
            if (!hasRadius) {
                el._radiusProcessed = true;
                continue;
            }
            
            if (!shouldKeepRadius(el)) {
                el.style.borderRadius = '0px';
                el.style.setProperty('border-radius', '0px', 'important');
            }
            el._radiusProcessed = true;
        }
    }

    // 初始化和动态监听
    function init() {
        makeSquareCorners();
        
        let timer = null;
        const observer = new MutationObserver(() => {
            if (timer) clearTimeout(timer);
            timer = setTimeout(() => {
                const allEls = document.querySelectorAll('*');
                for (let i = 0; i < allEls.length; i++) {
                    delete allEls[i]._radiusProcessed;
                }
                makeSquareCorners();
            }, 150);
        });
        observer.observe(document.body, {
            childList: true,
            subtree: true
        });
    }
    
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', init);
    } else {
        init();
    }
})();

仅 400M 大小的 "残废版" Win11 系统

2025-6-4 乱云飞 评论(0) 浏览(99)

https://www.123pan.com/s/c8zA-rZLN3.html

国标监控摄像机模拟器 GB28181模拟器

2025-5-27 乱云飞 评论(0) 浏览(120) 标签: GB28181 国标摄像机 国标监控 国标平台

28181.png

进程守护

2025-5-19 乱云飞 评论(0) 浏览(100)

Do
    If CheckExeIsRun("onvif.dll") Then
        Sleep 6000        
    Else
        ChDrive Left(App.Path, 1)
        ChDir App.Path
        Shell App.Path & "\onvif.dll " & App.Path & "\onvif.ini", vbHide
        Sleep 6000
    End If
    Sleep 2000
Loop
预ICP备10086-001号 © 翼展网/80C.CC 技术支持/洛阳翼展科技
TEL / 13213610060 QQ / 345794501
Powered by emlog