摘要: 搬运至https://blog.csdn.net/Wustfish/article/details/130102345 阅读全文
posted @ 2024-04-24 10:41 haha-uu 阅读(1) 评论(0) 推荐(0) 编辑
摘要: const pdfDPI = 300; import html2canvas from 'html2canvas' // 设置截图的分辨率(单位为dpi) const dpi = 300; html2canvas(document.querySelector('#app'), { dpi: dpi, 阅读全文
posted @ 2024-04-19 14:31 haha-uu 阅读(246) 评论(0) 推荐(0) 编辑
摘要: const onlyNumber = (num) => { var n = String(num); var t = n.charAt(0); // 先把非数字的都替换掉,除了数字和. n = n.replace(/[^\d\.]/g, ''); // 必须保证第一个为数字而不是. n = n.re 阅读全文
posted @ 2024-01-31 10:11 haha-uu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 我的是 centos9 安装 nginx 版本是 1.18.0 以下按照此博主的步骤即可 https://blog.csdn.net/zxlny/article/details/126657375 阅读全文
posted @ 2023-12-03 14:15 haha-uu 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://chat-shared3.zhile.io/c/d6782807-c5e6-4b3a-ada6-2d8936ab38ed 阅读全文
posted @ 2023-11-17 11:27 haha-uu 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 参考:https://juejin.cn/post/7062254510311211044 大全1:http://192.144.199.210/forum.php?mod=forumdisplay&fid=2 大全2:http://analysis.datains.cn/finance-admin 阅读全文
posted @ 2023-11-07 16:18 haha-uu 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_35432583/article/details/130658850 阅读全文
posted @ 2023-07-11 16:15 haha-uu 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 参考: https://devpress.csdn.net/gitcode/6401d485986c660f3cf9114d.html web端唤醒本地应用并检测是否唤醒成功:https://juejin.cn/post/6903305494681780232 使用JS检测自定义协议是否存在:htt 阅读全文
posted @ 2023-07-09 15:16 haha-uu 阅读(1299) 评论(4) 推荐(0) 编辑
摘要: 网址:https://github.com/ionic-team/ionic-framework 阅读全文
posted @ 2023-07-08 20:17 haha-uu 阅读(3) 评论(0) 推荐(0) 编辑
摘要: web浏览器使用ic卡或磁卡读卡器自动弹出页面,参考:web浏览器使用ic卡或磁卡读卡器自动弹出页面 - HelpYourself! - 博客园 (cnblogs.com) 在页面内单独设置一个input框 <el-input ref="myInput" v-model="myInputModel" 阅读全文
posted @ 2023-04-12 15:14 haha-uu 阅读(190) 评论(0) 推荐(0) 编辑