WishMeLz

生活其实很有趣

分类 未分类 下的文章

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 { ...

小程序接口被高频访问

安全检测过程中,平台会模拟真实业务场景,向提审小程序的后台发送服务请求,服务器会收到来自平台(显示为:Tencent Security Team,请求IP为106.55.202.118;113.96.223.69;125.39.132.125)的请求。官方公告

节点测速工具

https://github.com/faceair/clash-speedtestgo install github.com/faceair/clash-speedtest@latest clash-speedtest -c config.yaml

.prettierrc.js 自定义格式化

// .prettierrc 文件:Prettier 规则配置文件 module.exports = { printWidth: 500, // 超过最大值换行 // overrides: [ // { // files: '.prettierrc', // options: { parser: 'json' }, // }, // ], tabWidth: 4, // 缩进字节数 useTabs: false, // 缩进不使用...

CDN厂商记录

1、Cloudflare https://www.cloudflare.com/2、七牛云https://www.qiniu.com/prices/kodo每个月可使用10G的免费存储量和10G的CDN流量与100万次的Get请求数3、又拍云https://www.upyun.com/league免费获取每月 10GB 存储空间 + 15GB 流量3、加速乐https://defense.yunaq.com/jsl/免费版每月3600G流量,每小时限制5GB流量 不支持SSL证书4、多吉云https://www.dogecloud.com/prod...

Alist 问题总结

挂载阿里云盘问题Docker或者报错Post "https://auth.aliyundrive.com/v2/account/token": dial tcp: lookup auth.aliyundrive.com on 183.60.82.98:53: read udp 172.17.0.2:46900->183.60.82.98:53: i/o timeout重启Docker / 删除容器重新添加

Typecho 转移记录

2023-2-4配置sitemap.xmlhttps://github.com/jozhn/Sitemap-for-Typecho投送谷歌 https://search.google.com/ 报错:无法读取此站点地图2023-01-30typecho使用七牛云CDNcdn配置:https://blog.itsse.cn/481.htmlpost.php <?php $this->content(); ?> 改为 <?php echo $str = str_replace("blog.itsse.cn/usr/up...

uniapp wifi 小程序

let _this = this // 获取当前wifi uni.getConnectedWifi({ success: function(res) { console.log(res); _this.wifiData = res.wifi _this.setData.BSSID = res.wifi.BSSID _this.setData.SSID = res.wifi.SSID }, fail: function(err) { ...

微信小程序-小程序码

appId,secret 生成TOKEN. token去强求微信接口生产小程序码https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appId}&secret=${secret}https://api.weixin.qq.com/wxa/getwxacode?access_token=' + access_token request({ url:'https://api...