WishMeLz

生活其实很有趣

分类 未分类 下的文章

x-ui申请SSL证书提示出错

/usr/bin/x-ui: line 447: /root/.acme.sh/acme.sh: No such file or directory [ERR] 修改默认CA为Lets'Encrypt失败,脚本退出其实在你选择申请SSL证书的时候,他会自动安装Acme脚本,这个时候已经提示问题了[Mon Sep 30 02:05:55 UTC 2024] Installing from online archive. [Mon Sep 30 02:05:55 UTC 2024] Downloading https://github.com/acme...

微信公众号主页的链接

获取微信公众号主页的链接随便打开一个公众号文章找到 __biz 的地址然后拼接URL:https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzAxNjQxNzAxNw==#wechat_redirect

Win11 任意版本 直接安装 Android(APK) 应用教程

前言:Win11版本开启主板 BIOS 虚拟化检查:控制面板 -- 程序 -- 启用Windows功能里面开启-- 勾选虚拟机平台1、安装WSA安装包由于win11地区的问题,商店搜索不到。打开网址:https://store.rg-adguard.net/, 搜索 https://www.microsoft.com/store/productId/9P3395VX91NR最下面一栏:41cd95c5f533b38afb0e9628eda633bdf27c582b, 更新之后会改动,找 .msixbundle 后缀的2、安装安装方式有两种,双击安装...

cloudflare 优选域名(CNAME)

需要两个域名,中转域名test.com,主域名 main.com。使用第三方CNAME域名*.cloudflare.182682.xyz配置中转域名配置自定义主机第二步需要时间久一点,安装需要的配置,添加txt解析即可主域名配置未优选前优选后问题:优选后网站是可以打开的,没问题,问题就是节点IP是多了,但是延迟特别低。还有个问题,我换一家这种ping的网站测试,又是全绿

npm 设置与代理

查询当前镜像源npm get registry设置镜像源npm config set registry https://registry.npmmirror.com/electron镜像npm config set ELECTRON_MIRROR "https://npmmirror.org/mirrors/electron/"看和删除electron镜像npm config get ELECTRON_MIRROR npm config delete ELECTRON_MIRROR 查看当前代理npm config get pr...

TOTP otpauth

import * as OTPAuth from "otpauth"; let totp = new OTPAuth.TOTP({ // Provider or service the account is associated with. issuer: "ACME", // Account identifier. label: "AzureDiamond", // Algorithm used for the HMAC fu...

createDecorator 自定义装饰器

二次确认import { MessageBox } from 'element-ui' import { createDecorator } from 'vue-class-component' export function Confirm(msg: any) { return createDecorator(function (opts, handler) { if (!opts.methods) throw new Error( 'This decorator ...

x-data-spreadsheet 导致页面无法粘贴

此插件会阻止页面无法粘贴,阻止这个监听事件具体说明:https://github.com/myliang/x-spreadsheet/issues/372 window.addEventListener('paste', function (event) { event.stopPropagation(); }, true);

装机笔记

微软常用运行库合集 2023.11.13https://www.52pojie.cn/forum.php?mod=viewthread&tid=1856110&highlight=%CE%A2%C8%ED%B3%A3%D3%C3https://www.lanzoue.com/iH1jf1ep6owdhttps://www.lanzoux.com/u/DreamcastKMS激活https://cmwtat.cloudmoe.com/cn.html OR https://github.com/TGSAN/CMWTAT_Digital_Edition

vue-pdf 预览印章丢失

网上各种教程修改源码问题,可以自己修改源码发版npm包,也可使用别人修改之后的包vue-pdf-signature-5 使用方法与vue-pdf 一样

h5 打开小程序

https://developers.weixin.qq.com/community/develop/doc/00086c74744b80deb27bf757f5bc00

订阅转换

Dockerhttps://hub.docker.com/r/tindy2013/subconverter https://github.com/tindy2013/subconverter/blob/master/README-docker.mddocker run -d --restart=always -p 25500:25500 tindy2013/subconverter:latest # then check its status curl http://localhost:25500/version server { ...