How to solve the problem of Chinese file name, can't resolve file

clipboard.png

Mar.13,2021

add an encoding declaration to the header of your css:

@charset "UTF-8";

otherwise, if the browser parses the css file according to the operating system code, the file will be garbled under windows (non-utf8 code) and the file will not be found.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32ca5-2b5bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32ca5-2b5bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?