1.安装laravel-dompdf依赖. Packagist:https://packagist.org/packages/barryvdh/laravel-dompdf composer require barryvdh/laravel-dompdf 2.配置config/app.php // add the ServiceProvider to the providers array in config/app.php // 添加到providers数组下 Barryvdh\DomPDF\…
最近想把部分python数据分析的代码从win系统迁移到MAC上,有部分图片上涉及中文显示,迁移到MAC上warning: UserWarning: findfont: Font family [u'sans-serif'] not found. Falling back to Bitstream Vera Sans (prop.get_family(), self.defaultFamily[fontext])) 然后中文字体各种方块,我本来的字体设置代码是这样的: def plot_para…
vi /usr/share/zabbix/include/locales.inc.php把zh_CN后面参数写true 然后去选择语言吧. 如果,去选择语言的时候,你发现还是不能选择....提示:You are not able to choose some of the languages, because locales for them are not installed on the web server.是因为你系统里没中文环境那么:设置中文环境第一步,安装中文包:apt-get in…