ios crash問題記錄

2021-06-05 08:45:23 字數 470 閱讀 3558

1. 誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash

.h檔案如下:

@inte***ce

movemecontroller : secondlevelviewcontroller

@property

(nonatomic, retain) nsmutablearray *list;

-(ibaction) togglemove;

@end

.m檔案賦值時候如下:

-(void) viewdidload

[super viewdidload];

}

結果執行如下語句的時候,crash。

[list removeobjectatindex:fromrow];

??? 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...

Linux問題記錄

linux下常用ftp命令 1.連線ftp伺服器 libqwt.so.6.1.2鏈結不能直接複製,利用ln libqwt.so.6.1.2 libqwt.so.6 以執行上一章節中的 helloqt4 程式為例,假設它放在 root 目錄,則你可以編輯 etc rc.local 檔案,先刪除以下這兩...