logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

element 表格出现滚动条时,错位问题

出现上图现象的原因:表头预留的滚动条位置跟内容的宽度不一样。

#vue.js#javascript#前端
ThinkPHP unserialize(): Error at offset 0 of 9 bytes

使用ThinkPHP框架,git拉取代码或者执行命令时报错unserialize(): Error at offset 0 of 9 bytes解决:在thinkphp\library\think\cache\driver\Flie.php中,将$content=substr($content, 32)改为$content=substr($content, 17071);正常显示后可改回原来的值.

nginx 配置 apple-app-site-association

参考文章:https://www.jianshu.com/p/723a7fa95257https://www.jianshu.com/p/3a46eb4a107fios突然给我发了如上链接和一个json,说他那边需要放一个 apple-app-site-association 文件用来支持他那边的功能,文件不需要后缀。先说一下要求:线上官网的地址后面跟上他所需要文件的地址,比如 www.baidu

#nginx#ios
ECharts 饼状图颜色设置

ECharts 饼图颜色设置

#echarts
到底了