解決了乙個小問題

2021-08-29 11:30:11 字數 466 閱讀 9037

原來在debian上使用mplayer+w32codecs一直彈出「error: could not open required directshow codec drvc.so . 」的惱人的小問題,今天google了一下,參照fc6下mplayer安裝

執行:發現也有乙個類似libstdc++.so.5 => not found

於是到debian的package倉庫查詢該檔案(其實是libstdc++.so.5.0.6),開始找不到,換成libstdc++.so.5,總算找到了乙個libstdc++.so.5.0.7的在libstdc++5包裡,這就好辦啦。

馬上,$sudo apt-get install libstdc++5

安裝完之後mplayer就不會再彈出那個惱人的error了。

而且,原來只有聲音沒有畫面的totem-xine居然也正常了!

哈哈 whycrying 2008-01-03 01:05

乙個小問題

error c2679 binary no operator defined which takes a right hand operand of type class smanip int or there is no acceptable conversion 除錯了好久,就是找不出問題在哪。...

乙個小問題。

drop table student create table student sno number 10 sname varchar2 10 sage int insert into student values 1,aa 21 insert into student values 1,aa 21...

乙個小問題

設機器字長w ww位元,u w w u cu w,w uc u w,w uc。將w ww分為c cc個連續長度為u uu位元的區間,稱為u uu區間。實現操作 對於乙個機器字x xx,如果乙個u uu區間非0,則將區間最右bit置1,其餘為0。要求演算法時間為o 1 o 1 o 1 考慮異或操作。對...