(os 10022)提供了乙個無效的引數。 : child 840: setup_inherited_listeners(), wsasocket failed to open the inherited socket.
解決辦法:
1.用netstat -a檢視80埠是否占用;
2.a.網路上的芳鄰->;檢視網路連線->本地連線(你正在使用的那個連線,一般是這個名字)->;右鍵點它選」屬性」->;選中」internet協議(tcp/ip)
->;屬性->;高階->;切換到」wins」標籤->;去掉」啟用lmhosts查詢」前的勾.
b.控制面版->;windows防火牆->;高階標籤->;本地連線設定->;服務的標籤裡勾選」安全web伺服器(https)」,按兩次確定.重啟apache服務
CocoaPods 安裝不成功
可能遇到的問題 1 source not present in cache 位址有誤 有些機器的位址沒有 https 解決方案 1 gem sources remove 2 安裝錯誤 1warning rubygems 1.2 index not foundfor 2 3 4rubygems wil...
writeToFile寫入不成功
writetofile與nsuserdefaults 儲存類似 1.存入的是基本型別,如 nsnumber nsinteger float double nsstring,nsdate,nsarray,nsdictionary,bool.2.寫入的資料不能為自定義型別或者null,不過自定義型別可以...
vue 跳轉不成功
最近遇到乙個坑。我在vue裡面,如果判斷使用者資訊正確,則要跳轉到首頁,這樣乙個基本的功能。然後就查到了下面的方法 this.routes.go success this.routes.router.go success 當然了結果是不成功的。雖然 log出this.routes是存在的,但是他只包...