WishMeLz

生活其实很有趣

[置顶] Docker

安装yum update --更新yum install -y yum-utils device-mapper-persistent-data lvm2 --依赖yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo --换源yum list docker-ce --showduplicates | sort -r --查看docker版本yum install docker-ce-17.12.1.ce --选择版本安装常用命令doc...

[置顶] Linux操作指令

mv 旧名字 新名字 --改名mv 名字 路径 --移动rm -rf 文件 --删除ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime --修改时区|ln -s /app/nodejs/bin/node /usr/local/bin/ --软连接tar -xvf --解压ps -ef | grep 服务名字 查看配置文件netstat -tunlp|grep 8080 端口占用情况netstat -antp 查看全部服务情况zip -r  压缩后的文件名  ...

金额大写

金额转换大写引用与:https://github.com/cnwhy/nzh/blob/master/lib/nzh.cn.jsfunction createCommonjsModule(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; } var utils = createCommonjsModule(function (module, exports) { var REG_NUMBER = /^([+-...

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

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

网络剪切板

网络剪切板、在线编辑文档,多端同步Githubhttps://github.com/pereorga/minimalist-web-notepad示例https://note.ms/https://notecho.in/https://netcut.cn/ 带密码

IOS 破壳工具

用CocoaTop查看需要砸壳App的PID进程,进入trolldecryptor在砸壳框内输入PIDCocoaTop 获取PIDhttps://github.com/D0m0/CocoaTop/备:https://github.com/WishMelz/file/blob/master/2023/CocoaTopTS_BZ.ipatrolldecryptor 破壳工具https://github.com/wh1te4ever/trolldecryptor备:https://github.com/WishMelz/file/blob/master/...

装机笔记

微软常用运行库合集 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

IOS去广告整理

通过快捷指令+URL Scheme快速打开app,安装第三方的DNS服务器(如18bit),使用巨魔安装破解版IPA1、快捷指令使用 APP 的 URL Scheme 快速启动将快捷指令添加到桌面2、使用第三方DNS屏蔽服务器3、巨魔安装破解版本IPA具体ipa下载途径:https://blog.itsse.cn/1410.html

女儿红酒类

传统绍兴黄酒按酿造工艺可以分成元红、加饭、善酿、香雪四大类元红元红因古时人们把家里最好的酒装入涂成红色的坛子里而得名,在比较隆重的场合宴请宾客时才使用。当家里有女儿或儿子出生时,常常会留一坛好酒埋入窖中待成年后(洞房花烛夜或金榜题名时)方才取用,故衍生出“女儿红”、“状元红”的说法。此酒发酵完全,含残糖少,酒液色泽橙黄清亮,有独特芳香,味爽微苦,口感通常比较单薄。酒质特点:是干型黄酒的代表,酒度为16-19度,含糖量为0.4-0.8克/100毫升,总酸度在0.45克/100毫升以下。配餐适用:适宜配蔬菜类、海鲜虾、蟹类菜肴和海蜇皮等冷盘。加饭加饭酒...

vue-pdf 预览印章丢失

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

订阅转换

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

Cloudflare Workers 反代网站

// 映射 URL 和对应的目标网址 const urlMappings = { 'https://xxx.xxx.workers.dev/xxx1': 'https://api.xxx.io/1xxx/xxx/xxx', 'https://xxx.xxx.workers.dev/xxx2': 'https://api.xxx.io/2xxx/xxx/xxx', }; addEventListener('fetch', event => { event.respondWith(handleRequest(...

markdown 编辑器 md编辑器

腾讯开源的 markdown 编辑器 https://github.com/Tencent/cherry-markdown字节跳动开源的 markdown 编辑器 https://github.com/bytedance/bytemd

echarts 点击事件

通用点击事件 myChart.on('click', function (params: any) { if (params.componentType == "xAxis") { } // if (params.componentType == "series") { // } }) 不是数据的地方点击不触发 myChart.getZr().on('click', (params: any) =>...

一个项目不同版本的依赖包

"codemirror": "^6.0.1", "codemirror5582": "npm:codemirror@5.58.2",npm install 别名@npm:包名@版本号 npm install codemirror5582@npm:codemirror@5.58.2

划词弹框

鼠标选中文本弹出悬浮框,计算选中文字的位置。@mouseup.stop="handleMouseUp" <div class="cont" id="textareaCont"> <textarea @select.stop="onSelect" @keydown="onKeyDown" ref="origintext" v-model="origin"></textare...

Windows 激活

https://github.com/TGSAN/CMWTAT_Digital_Edition https://cmwtat.cloudmoe.com/cn.htmlhttps://github.com/massgravel/Microsoft-Activation-Scripts https://massgrave.dev/镜像下载1.HelloWindows: https://www.hellowindows.cn/2.MSDN 山己几子木 https://msdn.sjjzm.com/3.MSDN 系统库 https://www.xito...