logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

fabric.js对象转json存储并通过json转fabric klass对象添加到画布中

fabric对象转JSON:JSON对象转fabric对象[klass]:这个是对于图片对象的 从图片对象JSON转 klass对象我自己经过测试发现 fabric.object.fromJSON(jsonObject)方法 可以对json对象进行实例化成klass对象,这个方法返回一个kalss对象实例,并且能直接使用canvas.add()方法添加到画布中JSON对象直接渲染到画布[会清除当前

#前端#json#fabric
Vue-print-nb 伪类打印失效,页眉页脚

在需要打印的标签上加上该样式即可解决伪类失效[其实打印的时候->更多设置->背景图形 勾上也可以打印出伪类]-webkit-print-color-adjust: exact;去掉页眉页脚@pagesize: automargin: 3mm

#html
vue的history模式下刷新当前页面404解决

vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。如果不想要很丑的 hash,我们可以用路由的 history 模式,这种模式充分利用 history.pushState API 来完成 URL 跳转而无须重新加载页面。const router = new VueRouter({mode: 'histo

#vue.js#nginx#前端
fabric.js中文文档

http://funcion_woqu.gitee.io/fabric-doc/api/#basebrush

#fabric
springboot整合activiti6学习笔记

引入依赖pom文件配置就先跳过了启动时可能会遇到的问题:org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.ruoyi.RuoYiApplication]; nested exception i

#java#spring
小程序vant weapp 封装下拉框

封装下拉框:xml:<van-field label="{{label}}" model:value="{{ value }}" placeholder="{{place}}" border="{{ true }}" readonlyright-icon="{{icon}}" bindtap="tap" /><van-popup show="{{ popShow }}" posi

文章图片
#html#html5#小程序
uniapp离线打包安卓未配置appkey或配置错误

按照这4步检查都没问题1、查看签名文件是否配置到了主APP的build.gradle。 signingConfigs { config { keyAlias‘newPt’ keyPassword ‘123456’ storeFile file(‘newPt.keystore’)storePassword ‘123456’ v1SigningEnabled true v2SigningEnabled

#android-studio
到底了