• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            BillyYu

            NetworkManager與pppoeconf沖突的問題

                 摘要: NetworkManger同pppoeconf其沖突,看來wicd才是解決之道啊。  閱讀全文

            posted @ 2010-12-15 20:55 志華 閱讀(827) | 評論 (1)編輯 收藏

            Ubuntu 無線網(wǎng)絡設置

                 摘要: 菜鳥在ubuntu中無線網(wǎng)絡的設置  閱讀全文

            posted @ 2010-12-10 22:19 志華 閱讀(2257) | 評論 (0)編輯 收藏

            gedit中文顯示問題

            打開以前的中文文檔,發(fā)現(xiàn)一切亂碼,做如下處理:

            a. 按下 Alt+F2,打開“運行應用程序”對話框。在文本框中鍵入“gconf-editor”,并按下回車鍵,打開“配置編輯器”。
            b.展開左邊的樹節(jié)點,找到 /apps/gedit-2/preferences/encodings 節(jié)點并單擊它。
            c. 雙擊右邊的 auto_detected 鍵,打開“編輯鍵”對話框。單擊列表右邊的“添加”按鈕,輸入“GB18030”,單擊確定按鈕。列表的最底部新增加了一個“GB18030”。單擊選中 它,并單擊右邊的 “向上” 按鈕直到 “GB18030” 位于列表的頂部為止。

            posted @ 2010-12-07 20:31 志華 閱讀(284) | 評論 (0)編輯 收藏

            Starting with Ubuntu 10.10

            For now, I didn't install the Chinese Input software, so using English instead.

            It's a fresh system, and it (Ubuntu 10.10) looks great! During my installation, several issues occurred. Keep a note below, hope can help someone else interested in.

            -1> Issue One:
            When installing the system using USB drive, it had following error and can't log into the install screen:
            Unknown Keyword in configuration file.
            Boot:

            Solution: change U:/syslinux/syslinux.cfg as following:(i.e. delete ui in the file)


            Restart and now we can enter into the install menu.

            2>Issue Two:
            When selecting install item, it has following error:
            failed due to unknown user id(0)
            can't open /dev/sr0: No medium found.

            Solution: this is because my laptop has no floppy drive while the floppy drive is enabled in BIOS. Log into BIOS and disable the floppy drive. then try again.

            posted @ 2010-12-06 21:47 志華 閱讀(488) | 評論 (0)編輯 收藏

            算法的力量

                 摘要: 轉載,算法的力量
            李開復先生越來越成為我的偶像了。。。只恨相識太晚(單方面的相識),現(xiàn)在都已經(jīng)畢業(yè)了啊,一些很有告誡性質的話沒有及早的聽到,不過,也不算晚。  閱讀全文

            posted @ 2008-04-19 12:49 志華 閱讀(190) | 評論 (0)編輯 收藏

            Setting gmail in Kmail

            There are the steps we should going to do... 假設你的gmail帳戶為 accountname@gmail.com,其對應密碼是gmailpassword。先在kmail里面添加gmail帳戶: 1)添加gmail pop。打開kamil,進入 設置-配置kmail-accounts。在‘接收’選項卡里,點添加。然后選擇類型為‘pop’,然后‘確定’。‘登錄名’輸入你的gmail電子郵件地址,比如accountname@gmail.com。‘密碼’輸入gmail密碼。‘主機’輸入pop.gmail.com。‘端口’輸入995。在‘其他’選項卡里,加密方式選擇‘使用安全的ssl連接下載郵件’,驗證方式為純文本。然后‘確定’。 2)添加gmail stmp。打開kamil,進入 設置-配置kmail-accounts。在‘發(fā)送’選項卡里,點添加。傳送方式選擇‘smtp’。然后確定。主機填寫‘smtp.gmail.com’。端口'587'。選中,‘服務器需要驗證’。然后填入你的gmail郵件地址和密碼。在‘安全’選項卡里面,加密方式選擇‘tls’。驗證方式選擇‘login’。 3)測試。你發(fā)送一封郵件到自己的gmail帳戶,看看自己是否能夠下載下來。

            posted @ 2008-03-01 23:23 志華 閱讀(551) | 評論 (1)編輯 收藏

            Makefile manual---轉載

                 摘要:   閱讀全文

            posted @ 2007-12-24 22:23 志華 閱讀(2600) | 評論 (2)編輯 收藏

            在Linux 下編寫了一段 shell 腳本,出錯

            想試一下Shell 語言的威力,看一個linux shell tutorial. 里面有一個關于for循環(huán)的例子,如下
            for ((  i = 0 ;  i <= 5;  i++  ))
            do
              echo 
            "Welcome $i times"
            done
            但運行的時候出錯,如下
            ./for2.sh: line 1: syntax error near unexpected token `(('
            ./for2.sh: line 1: `for ((  i = 0 ;  i <= 5;  i++  ))'
            覺得有點奇怪了,問人,答曰沒有安裝相應的C語言編譯器,所以這個腳本不能執(zhí)行,我就覺得很納悶了,說不上什么原因,但感覺這個解釋有點問題,所以貼出來,看有沒有誰知道相關的原因,或是如何進行改正這個錯誤。

            posted @ 2007-09-25 09:02 志華 閱讀(854) | 評論 (2)編輯 收藏

            在Linux中利用gcc編譯遇到問題

            最近想開始學習stl,但是利用VC6.0進行編譯的話,總會出現(xiàn)很多警告,而換用VS2005之類的,感覺太繁瑣,為了建立一個空的控制臺程序,要建立那么大一個文件,費得勁比較大,所以想著利用Linux中的gcc來編譯,只要寫一個.cpp的文件就可以了??墒菍@個不是很了解,抄了一個文件進行編譯,卻出現(xiàn)好多的錯誤,可能是需要進行這樣那樣的設置的吧。特此立帖,希望達人能給我一些建議,如果可以能提供更好的編譯器,那是更加的好了。謝謝先了

            我用的sample

            sample

            輸出的錯誤:
            [root@localhost Cpp]# gcc SampleVector.cpp
            /tmp/ccJVmST1.o(.text+0x1ee): In function `main':
            : undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char,
            std::char_traits<char> >&)'
            /tmp/ccJVmST1.o(.text+0x1fe): In function `main':
            : undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char,
            std::char_traits<char> >&)'
            /tmp/ccJVmST1.o(.text+0x203): In function `main':
            : undefined reference to `std::cout'
            /tmp/ccJVmST1.o(.text+0x208): In function `main':
            : undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))'
            /tmp/ccJVmST1.o(.text+0x211): In function `main':
            : undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
            ……
            諸如此類的錯誤,我該怎么辦呢?

            posted @ 2007-09-23 13:46 志華 閱讀(2262) | 評論 (3)編輯 收藏

            The means of Gotcha

                 摘要: 不記得是哪次看書看到這個詞,卻不知道什么意思,后來google后,在Wikipedia中找到這個詞的解釋了,不過國內好像對這個網(wǎng)站采取的是block的政策,偶然的機會我打開了這個網(wǎng)頁,現(xiàn)將之整理一下貼在下面,算是補充點知識吧。
            但是對這個詞的翻譯怎么翻呢?希望知道的人給我頂一下  閱讀全文

            posted @ 2007-09-15 22:50 志華 閱讀(1003) | 評論 (4)編輯 收藏

            僅列出標題
            共3頁: 1 2 3 
            <2025年6月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            293012345

            導航

            統(tǒng)計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            文章檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            99热热久久这里只有精品68| 国内精品人妻无码久久久影院| 久久WWW免费人成—看片| 亚洲va久久久噜噜噜久久狠狠 | 国产aⅴ激情无码久久| 久久久高清免费视频| 亚洲成色WWW久久网站| 99久久人妻无码精品系列| 狠狠精品久久久无码中文字幕| 国产一级做a爰片久久毛片| 蜜臀久久99精品久久久久久小说| 久久这里只有精品首页| 欧美久久一区二区三区| 久久久久久久97| 久久久久99精品成人片牛牛影视| 国色天香久久久久久久小说| 国产亚洲婷婷香蕉久久精品| 亚洲午夜久久久| 91久久九九无码成人网站| 久久无码国产专区精品| 精品久久久久久无码人妻热 | 日本欧美国产精品第一页久久| 久久久久高潮综合影院| 久久免费视频观看| 色综合久久综合中文综合网| 韩国三级中文字幕hd久久精品| 久久精品无码午夜福利理论片 | 伊人色综合久久天天人手人婷| 久久免费高清视频| 久久久www免费人成精品| 久久高清一级毛片| 国产精品久久久久乳精品爆| 日本欧美久久久久免费播放网| 久久无码AV中文出轨人妻| 精品综合久久久久久88小说| 国产欧美久久一区二区| 97超级碰碰碰久久久久| 久久一日本道色综合久久| 久久久av波多野一区二区| 色偷偷偷久久伊人大杳蕉| 久久夜色精品国产欧美乱|