HTML5做手机站需要加上一部分代码,不然字体会显示很小的,经历了很久的不解才发现的,希望给大家一些帮助 <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <
运行环境:centos7.5 linux 打开文件数 too many open files 解决方法fs.inotify.max_user_watches默认值太小,导致too many open files执行:sysctl -w fs.inotify.max_user_watches="99999999"(后面值根据实际情况可自行调整)查询是否生效:cat /proc/sys/fs/inotify/max_user_watches 永久生效方法如下:(建议采用此方法)vim /e