logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue-json-viewer

数据量过大希望可以像jsonviewer一样能够伸缩,所以使用了vue-json-viewer插件文档:https://github.com/chenfengjw163/vue-json-viewer/blob/master/README_CN.md安装npm install vue-json-viewer --saveoryarn add vue-json-viewer引入组件i...

#json
vue watch监听对象及对应值的变化,监听触发一次

watch: {form: {handler(val, oldVal){console.log(val.type)if (val.type === 'customize') {return}this.getData() // 获取数据this.chart.resize() // echarts ...

vue项目post请求405报错解决办法

检查nginx是否配置了事件转发。location /api/ {proxy_pass http://192.168.1.180:9999;//后台接口地址}

#前端#webpack
ReactNative --- 引入彩色图标iconfont [react-native-iconfont-cli]

ReactNative — 引入彩色图标iconfont最近遇到的问题,记一笔文档:https://github.com/iconfont-cli/react-native-iconfont-cli通常地,在RN里使用iconfont,我们借助react-native-vector-icons导入ttf字体文件。使用ttf字体有一个弊端,就是每次更新图标,都要相应的更新ttf文件,然后再次...

#react native
Committing is not possible because you have unmerged files.

Committing is not possible because you have unmerged files. 由于您没有合并的文件,因此无法提交。解决方法用git diff或者git status 查看哪些文件冲突,有冲突的会提示:++<<<<<<< HEAD++<<<<<<< new_branc...

#git
到底了