經常都會遇到這樣或那樣的問題,有時候會一直掙扎著找解決方法,有時候就直接放棄了……
無論如何,我覺得都是應該要記錄下來的,不然,以後再遇到就只會想,啊以前遇過!!
遇到問題就來補充吧,記了多少就先寫多少。
1.使用memcpy和strcpy時出錯:
「rtspserver.exe 中的 0x1026ed6a (msvcr90d.dll) 處未處理的異常:
0xc0000005: 寫入位置 0x00000000 時發生訪問衝突」
解決:發生0xc0000005錯誤,通常只有乙個原因:引用的指標沒有初始化或者
已經釋放。
2.連線專案時出錯:
「error lnk2005: "void * __cdecl operator new(unsigned int)" (??
_u@yapaxi@z) 已經在 libcpmtd.lib(newaop.obj) 中定義」
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...