开发环境配置
解決開啟了httpd-vhosts虛擬主機文件,無法打開localhost Apaceh配置localhost虛擬主機 <VirtualHost *:80> ServerAdmin webmaster@dummy-host.localhost DocumentRoot "D:\wamp\www" ServerName localhost ServerAlias localhost ErrorLog "logs/dummy-host.localhost-error.log" CustomLog "logs/dummy-host.localhost-access.log" common </VirtualHost> ? 配置本地環境 解決Mysql啟動失敗的問題。5.7版本安裝不同 ? 隱藏隱藏應用的入口文件index.php httpd.conf配置文件中加載了mod_rewrite.so模塊 AllowOverride None 將None改為 All .htaccess文件 ? apache配置,本地域名指向制定網站文件 httpd.conf ,打開 Include conf/extra/httpd-vhosts.conf httpd-vhosts ? phpstorm+xdebug配置 下載xdebug擴展 加載php擴展 ? TP驗證碼無法顯示 php中GD庫沒有加載,圖像處理功能
轉載于:https://www.cnblogs.com/linly/p/7205305.html
總結
- 上一篇: [Leetcode] single nu
- 下一篇: java中的builder模式