This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="theme-color" content="#db5945"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img { -ms-interpolation-mode: bicubic; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##########################################pathinfo 模式 | |
set $path_info ""; | |
set $real_script_name $fastcgi_script_name; | |
if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$"){ | |
set $real_script_name $1; | |
set $path_info $2; | |
} | |
include fastcgi.conf; | |
fastcgi_param SCRIPT_FILENAME $document_root$real_script_name; | |
fastcgi_param SCRIPT_NAME $real_script_name; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<object data="error.img" type="image/png"> | |
<img src="http://www.computerweekly.com/blogs/cwdn/2011/01/25/Human%20error.png" /> | |
</object> |
NewerOlder