前端呼叫mqtt不能使用1883埠的問題

2022-08-23 09:12:10 字數 444 閱讀 6665

不知為何,前端ws訪問1883埠總是失敗

在阿里雲伺服器配置了mosquitto訊息伺服器

新增更改配置檔案 /etc/mosquitto/conf.d/myconfig.conf

1

#配置mosquitto支援websocket,且監聽埠號為8083

2 port 1883

3 listener 8083

4protocol websockets56

#關閉匿名訪問,客戶端必須使用使用者名稱

7allow_anonymous false89

#指定 使用者名稱-密碼 檔案

10 password_file /etc/mosquitto/pwfile.txt

這樣,前端就可以用 client = mqtt.connect('

ws:',options)  來訪問了

pdfcrop不能使用

最近,用到了pdfcrop,用來去除pdf中空白的邊。但是使用pdfcrop margins 0 pdf 後,給出了錯誤 error pdfcrop cannot call ghostscript 但是我已經安裝了ctex,裡面已經包含ghostscript,所以就不知道什麼錯誤。在網上針對這個問題...

CGRect CGFloat 不能使用

筆者還在照著別人 敲東西的階段 汗顏哪 言歸正傳,今天敲 的時候發現只要是繼承nsobject的類 都不能使用cgrect cgfloat 會報 unknown type name cgrect did you mean rect or unknown type name cgfloat 糾結了一下...

oracle 不能使用for update

select from table name for update 造成oracle資料庫卡死 1 首先查詢出問題表的session id select session id from v locked object l join dba objects o on l.object id o.obj...