简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
owncloud for Raspberry Pi
fabric对象转JSON:JSON对象转fabric对象[klass]:这个是对于图片对象的 从图片对象JSON转 klass对象我自己经过测试发现 fabric.object.fromJSON(jsonObject)方法 可以对json对象进行实例化成klass对象,这个方法返回一个kalss对象实例,并且能直接使用canvas.add()方法添加到画布中JSON对象直接渲染到画布[会清除当前
在需要打印的标签上加上该样式即可解决伪类失效[其实打印的时候->更多设置->背景图形 勾上也可以打印出伪类]-webkit-print-color-adjust: exact;去掉页眉页脚@pagesize: automargin: 3mm
vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。如果不想要很丑的 hash,我们可以用路由的 history 模式,这种模式充分利用 history.pushState API 来完成 URL 跳转而无须重新加载页面。const router = new VueRouter({mode: 'histo
vue3+vite中 webworker 及科大讯飞对接
http://funcion_woqu.gitee.io/fabric-doc/api/#basebrush
引入依赖pom文件配置就先跳过了启动时可能会遇到的问题:org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.ruoyi.RuoYiApplication]; nested exception i
vant weapp 下拉分类搜索框
封装下拉框:xml:<van-field label="{{label}}" model:value="{{ value }}" placeholder="{{place}}" border="{{ true }}" readonlyright-icon="{{icon}}" bindtap="tap" /><van-popup show="{{ popShow }}" posi
按照这4步检查都没问题1、查看签名文件是否配置到了主APP的build.gradle。 signingConfigs { config { keyAlias‘newPt’ keyPassword ‘123456’ storeFile file(‘newPt.keystore’)storePassword ‘123456’ v1SigningEnabled true v2SigningEnabled