WPS for Linux 字体配置(字体缺失解决办法) 1. 背景 有些linux装完wps后提示"部分字体无法显示"或"some formula symbols might be not display".这是因为缺少某些字体导致,主要是特殊符号或公式字体等等,而这些字体其实是在windows中可以找到的.有兴趣的自己去研究. 2. 解决方案 2.1. 下载字体库 点击这里下载字体库(鼠标悬浮查看密码) 2.2. 添加字体(使下载的字体库生效) 方法一:解压到
在Linux上配置xampp后远程访问域名报错: New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". 初步分析了一下错误原因是:安全异常,需要修改httpd-xampp.conf.这个文件在:/opt/lampp/
linux下配置mysql默认编码utf8 下面是需要在对应地方加入的配置 [client] default-character-set=utf8 [mysqld] character-set-server=utf8 collation-server=utf8_general_ci 重启mysql之后,妥妥的了 mysql> status -------------- mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) usin