上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: ###更多动画库:https://www.php.cn/js-tutorial-489431.html ####一些demo https://www.dowebok.com/code ####Animate.css 动画库 演示:https://daneden.github.io/animate.c 阅读全文
posted @ 2022-07-19 14:49 huihuihero 阅读(212) 评论(0) 推荐(0)
摘要: ####1、在图片中标注usemap <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"> ####2、定义map <map name="planetmap"> <area shape=" 阅读全文
posted @ 2022-07-08 09:51 huihuihero 阅读(1475) 评论(0) 推荐(0)
摘要: ###如图,此弹框无论测试环境还是正式环境都有可能弹出,为避免被用户看到,需要处理一下。 ####本文参考了:https://blog.51cto.com/u_15082397/4156000 ####方法一:全部更新一遍做到一致,从根本上解决 将HBuilderX升级到最新版本,再重新打包自定义基 阅读全文
posted @ 2022-06-08 14:00 huihuihero 阅读(2225) 评论(0) 推荐(0)
摘要: ####1、安装相关依赖 yarn add style-resources-loader vue-cli-plugin-style-resources-loader ####2、在vue.config.js中进行配置 const path = require("path"); pluginOptio 阅读全文
posted @ 2022-06-01 15:40 huihuihero 阅读(1957) 评论(0) 推荐(0)
摘要: ##vue版本的相关操作 ####全局卸载vue npm uninstall vue -g ####全局安装最新vue版本(当前为3.0+) npm install vue@next -g ####全局安装vue2.6.14版本(当前2.0中的最新版本) npm install vue@2.6.14 阅读全文
posted @ 2022-05-26 11:00 huihuihero 阅读(2003) 评论(0) 推荐(0)
摘要: Workaround to fix heap out of memory when running node binaries. It's a common issue when using TypeScript 2.1+ and webpack. This tool will append --m 阅读全文
posted @ 2022-05-24 17:29 huihuihero 阅读(865) 评论(0) 推荐(0)
摘要: ##移动端查看富文本大图:vant示例,先提取图片地址,再通过vant-ui图片预览组件预览。 <div v-html="richtextInfo" @click="judgeImg($event)"></div> import {ImagePreview} from "vant" //引入vant 阅读全文
posted @ 2022-05-07 10:46 huihuihero 阅读(514) 评论(0) 推荐(1)
摘要: ###此博客写的很详细了:https://www.cnblogs.com/xiaoyan2017/p/11531238.html ###官方配置文档详见:https://uniapp.dcloud.io/collocation/pages?id=app-titlenview-buttons #### 阅读全文
posted @ 2022-03-29 10:34 huihuihero 阅读(4650) 评论(0) 推荐(0)
摘要: //识别并转换文本里的超链接 transSlink(value){ let reg = /(http:\/\/|https:\/\/|www)((\w|=|\?|\.|\/|&|~|-|[\u200B-\u200D\uFEFF])+)/g; let text = value.replace(reg, 阅读全文
posted @ 2022-02-18 16:59 huihuihero 阅读(193) 评论(0) 推荐(0)
摘要: ####转换对象数组格式 [{...},{...},{...},{...},{...}] → [{{...},{...}} , {{...},{...}} , {{...}}] 可用于vue多重v-for循环,如图 transObjData(info){ let resArr=[] let sonO 阅读全文
posted @ 2022-01-11 10:41 huihuihero 阅读(253) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页