安装依赖
npm i html2canvas --save
引入
import html2canvas from "html2canvas"
使用
<div class="body-content" ref='creatImg'&...
yekong
3年前 (2022-03-05)
喜欢
vue开发实现搜索
<template>
<div>
<div class="search">
<div class="searchinput wow fadeInLeft"...
yekong
3年前 (2022-03-05)
喜欢
生成 SSH Key
ssh-keygen -t rsa -C "858834013@qq.com"
将私钥添加到 ssh-agent
eval "$(ssh-agent -s)"
输入以下命令将私钥添加到 ssh-agent
ssh...
yekong
3年前 (2022-03-05)
喜欢
使用腾讯云cos上传总是报跨域,需要配置一下cos跨域。
...
yekong
3年前 (2022-03-04)
喜欢
var fileName = "wanjunshijiecom 2022-02-13 at 20.38.28.jpg";
方法1
var fileExtension = fileName.substring(fileName.lastIndexOf('.'...
yekong
3年前 (2022-03-04)
喜欢
找到setting 搜索 updates 取消勾选完成
...
yekong
3年前 (2022-03-04)
喜欢
canvse微信小程序不支持真机调试,直接使用预览功能就可以了。
...
yekong
3年前 (2022-03-03)
喜欢
enablePullDownRefresh
{
"path": "pages/ucenter/autograph",
"style": {
"navigationBarTitleText&q...
yekong
3年前 (2022-03-03)
喜欢
原生小程序转uniapp
安装依赖
sudo npm install miniprogram-to-uniapp -g
查看是否安装成功
wtu -V
转换
命令加文件目录
wtu -i /Users/zhaowanjun/Downloads/signature-pad-w...
yekong
3年前 (2022-03-03)
喜欢
鼠标不可点击时的显示状态
cursor: not-allowed
禁止触发点击事件
pointer-events:none
...
yekong
3年前 (2022-03-02)
喜欢