logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue3 友盟统计埋点

首先在APP.vue引入下边代码然后在index.html中初始化,方便我们在其他地方调用最后就是在其他的地方调用

#vue.js#前端#elementui
FileZilla 无法连接服务器 fzSftp started, protocol_version=11

出现这个问题可能就是服务器重装了系统,导致密码不正确,解决办法:就是需要重置密码然后重新连接最后连接成功,也是鼓捣了许久,突然才找到什么原因导致的这个问题。

#linux
golang 服务docker部署Dockerfile文件

【代码】golang 服务docker部署Dockerfile文件。

文章图片
#golang#开发语言#后端
python pdf2image库使用

Windows:需要下载poppler ,第一步安装pdf2image。

文章图片
#python#开发语言
vue3 render()函数与 h()函数联合使用

先把源码放出来,result是上一篇文章生成的虚拟节点const render = ((...args) => {ensureRenderer().render(...args);})let renderer;const extend = Object.assignfunction ensureRenderer() {return (renderer ||(renderer = create

#vue.js#前端#javascript
vue3 watch 和watchEffect()

// const isFunction = (val) =>typeof val === 'function'//options 为可选参数function watch(source, cb, options) {if (!isFunction(cb)) {//vue2中的 watch(fn,options?)已移动到单独的API。vue3中要使用watchEffect(fn,options

#vue.js#javascript#前端
vue3 toRefs()函数用法

function isReactive(value) {if (isReadonly(value)) {return isReactive(value["__v_raw" /* RAW */]);}return !!(value && value["__v_isReactive" /* IS_REACTIVE */]);}function isReadonly(value) {re

#vue.js#javascript#前端
vue3中 h()函数

先看结果//类型判断函数const isObject = (val) => val !==null && typeof val === 'object'const isString = (val) => typeof val === 'string'const isFunction = (val) => typeof val === 'function';cons

#vue.js#javascript#ecmascript
vue3 通过ref获取dom元素并修改style样式

// html<div class="ans-item" v-for="(item1,index1) in item.answer" :key="index1"><div class="item"><div class="circle" :ref="setItemRef">{{anslist[index1]}}</div><div class=

#elementui#vue.js#javascript
    共 12 条
  • 1
  • 2
  • 请选择