12 關於truffle的一些問題記錄

2021-10-03 22:40:06 字數 2168 閱讀 7824

1、啟動geth後檢視

1.1 方法1

geth --datadir data  --rpc --port 1997 --networkid 921 console 2>> test.log
1.2 方法2

1.3 檢視

2、過濾出geth執行程式,然後kill(因為之前啟動的時候命令有誤)

3、truffle unbox webpack問題

3.1 報錯

error: truffle box at url  doesn't exist. if you believe this is an error, please contact truffle support.
3.2 解決

3.3 生成目錄

3.4 truffle compile成功

補充:修改資料夾許可權(因為之前是在根目錄下操作的)

4、truffle migrate問題

4.1 報錯

4.1.1 參考

4.1.2 修改

4.2 報錯

4.2.1參考

4.3 報錯

4.3.1 參考

4.4 報錯

error encountered, bailing. network state unknown. review successful transactions manually.

error: authentication needed: password or unlock

4.4.1 參考

4.4.2 解決

5、最後處於監聽狀態

5.1 參考

spring boot關於靜態資源的一些問題

每次新建乙個專案都會為訪問不到靜態資源煩惱,以下記錄訪問靜態資源的一些問題 使用spring boot專案是一般會使用thymeleaf模板來獲取資料,所以必須要匯入thymeleaf的座標 org.springframework.boot spring boot starter thymeleaf...

Parallels Desktop 的一些問題

並且無法進行su命令,提示 authentication failure。這個問題產生的原因是由於系統預設是沒有啟用root使用者的,需要我們手工進行操作,在命令列介面下,或者在終端中輸入如下命令 sudo passwd password 你當前的密碼 enter new unix password...

安裝oracle 12c RAC遇到的一些問題

1 安裝grid軟體,停止在38 很長時間不動,日誌顯示正常 解決方法 由於是虛擬機器安裝,設定的記憶體為600m,關閉虛擬機器,把記憶體調成1gb,問題解決 在38 linking rman utility時也停頓,但是會很快linking完成 安裝oracle 12c最小記憶體1gb 2 安裝o...