當前位置:首頁 » 密碼管理 » xampp訪問慢

xampp訪問慢

發布時間: 2023-01-19 00:33:24

① XAMPP本地伺服器搭建好了,就是不會訪問

假設80改為了8001 則使用 http://localhost:8001 訪問xampp主頁, 訪問xampp下的其他php也是這樣

② 為什麼用xampp的wordpress建立的網站內網可以訪問,外網訪問不能

看一下你的xampp有沒有關閉安全模式,或者再檢查一下iptables是不是啟動狀態

③ mac上用xampp搭建wordpress本地環境 怎麼頁面反應很慢

先判斷下是否登錄,然後獲取當前用戶對象,然後獲取當前用戶對象的信息,需要哪些用哪些:
if(is_user_logged_in()){
$current_user = wp_get_current_user();
/**
* @example Safe usage: $current_user = wp_get_current_user();
* if ( !($current_user instanceof WP_User) )
* return;
*/
echo 'Username: ' . $current_user->user_login . '<br />';
echo 'User email: ' . $current_user->user_email . '<br />';
echo 'User first name: ' . $current_user->user_firstname . '<br />';
echo 'User last name: ' . $current_user->user_lastname . '<br />';
echo 'User display name: ' . $current_user->display_name . '<br />';
echo 'User ID: ' . $current_user->ID . '<br />';
}

熱點內容
mysql存儲過程elseif 發布:2025-08-27 05:20:02 瀏覽:145
python的內存機制 發布:2025-08-27 05:19:29 瀏覽:423
如何反編譯通達信 發布:2025-08-27 05:02:01 瀏覽:700
網吧停電後怎麼重啟伺服器 發布:2025-08-27 05:01:20 瀏覽:952
宣傳片創意文案和腳本 發布:2025-08-27 04:48:41 瀏覽:26
c語言產生不同隨機數 發布:2025-08-27 04:12:32 瀏覽:176
phpbaidu 發布:2025-08-27 03:31:32 瀏覽:671
rip壓縮 發布:2025-08-27 03:16:27 瀏覽:223
紳士圖書館的解壓碼 發布:2025-08-27 03:12:38 瀏覽:292
明日之後怎麼改伺服器地址 發布:2025-08-27 03:00:58 瀏覽:626