看板
[ Soft_Job ]
討論串[閒聊] 各種神人的code
共 17 篇文章
內容預覽:
這段是正確的. wait.wait(&ClearMutex) 會把ClearMutext解開,然後等待被喚醒. (http://qt-project.org/doc/qt-4.8/qwaitcondition.html#wait). 喚醒後會重新鎖上ClearMutext所以和ClearMutext
(還有122個字)
內容預覽:
我也來提供一個.C語言,64bit. struct A {. int8 arg1;. int8 reserve;. int16 reserve2;. int arg2;. int32 arg3;. int32 reserve3;. } __attribute__((packed));. .... 為
(還有73個字)
內容預覽:
小弟也來分享一個好了, 現在是寫MFC.. 前陣子剛接了一位離職前輩的code, 他人很好, 可是每次看他的code都很崩潰.... 因為大概都像這樣:. int Int_DBI_gcNumber_Part1_temp_temp;. int Int_DBI_gcNumber_Part1_temp_A
(還有1912個字)