原文:消除Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead警告

月份開始蘋果app必須支持arm 了,支持以后會有一個問題, NSInteger變成 位了,和原來的int d 不匹配,會報如下warning, Values of type NSInteger should not be used as format arguments add an explicit cast to long instead 解決方案: ,假如number這個值 位足夠了,可 ...

2016-07-11 18:25 0 1848 推薦指數:

查看詳情

【IDEA 】程序出現 Class 'xxx' is never used 警告下划線如何消除

問題描述:   不知道大家有沒有發現,在我們用 IDEA 敲擊代碼的時候,經常會發現如下所示的現象:      報出的錯誤:Class 'GeoUtil' is never used  翻譯之后得出的是:從未使用過類'GeoUtil' 解決辦法:   如果你感覺看起來不爽的話,那么就只 ...

Sun May 26 19:59:00 CST 2019 0 2078
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM