12 2016 档案

摘要:首先添加IIS。 控制面板-〉程序-〉打开或关闭Windows功能 1. 勾选“Internet 信息服务” 2. 勾选“IIS 管理控制台” Internet 信息服务-〉Web 管理工具 3. 勾选“CGI” Internet 信息服务-〉应用程序开发功能 IIS自动在c盘建立inetpub文件 阅读全文
posted @ 2016-12-24 09:58 追溯。 阅读(146) 评论(0) 推荐(0)
摘要:location ~* .*\.(gif|jpg|jpeg|bmp|png|tiff|tif|ico|wmf|js)$ { # slowfs_cache fastcache; # slowfs_cache_key $uri; # slowfs_cache_valid 1d; # add_header 阅读全文
posted @ 2016-12-07 15:01 追溯。 阅读(5485) 评论(0) 推荐(0)
摘要:location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; ... 阅读全文
posted @ 2016-12-07 11:14 追溯。 阅读(189) 评论(0) 推荐(0)
摘要:$date = array( 'Monday' => array(date('Y-m-d H:i:s',strtotime("Monday")),date('Y-m-d H:i:s',strtotime("Monday 23:59:59"))), 'Tuesday' => array(date('Y-m-d H:i:s',strtotime("Tuesda... 阅读全文
posted @ 2016-12-06 17:16 追溯。 阅读(963) 评论(0) 推荐(0)