ruby watir 問題記錄

2021-09-09 00:05:21 字數 512 閱讀 8323

1、中文在scite編輯器中顯示亂碼的問題解決方法,使用記事本開啟rb指令碼,然後另存為,選擇編碼方式為utf-8,然後儲存。在用scite開啟該指令碼即可。

如何讓scite控制台也正常輸出中文?方法如下:

開啟scite->options,在裡面找到"open global options file",把裡面的內容全選複製(本來是可以在這裡改的,但是由於是全域性配置,不建議在這裡直接修改),再開啟「open user options file」,應該是空白頁,把內容全部貼上過來。這個配置檔案是scite的全域性配置,比如編碼格式,字符集,文字設定,大小,都可以在這裡配置。我們找到配置:

lc_ctype=en_us.utf-8

output.code.page=65001

2、yaml配置完畢,提示「/psych.rb:203:in `parse'」的錯誤

解決辦法:yaml檔案要縮排兩個空格或者三個空格,或者使用tab,要重新對元素進行縮排。

待續

ios crash問題記錄

1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...

??? nginx lua問題記錄

問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...

sphinx 問題記錄

indexer error while loading shared libraries libmysqlclient.so.18 cannot open shared object file no such file or directory 發現sphinx indexer依賴庫ibmysqlc...