• <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>
            隨筆 - 29  文章 - 13  trackbacks - 0
            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            相冊(cè)

            收藏夾

            c++

            Linux

            Tools

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            一、安裝SDL
            wget http://www.libsdl.org/*******
            二、rpm -i ***.rpm

            三、rpm -q --filesbypkg ***.rpm

            四、helloworld.cpp
            $??? vi helloworld.cpp
            #include <SDL/SDL.h>
            int main(int argc,char* argv[])
            {
            ??? SDL_Init();

            ??? SDL_Exit();
            }


            五、g++
            g++ helloworld.cpp -lSDL -lSDLmain

            ok

            posted @ 2006-08-19 12:46 四海 閱讀(242) | 評(píng)論 (0)編輯 收藏
            一、virtualpc 安裝fedora core 4
            ???
            二、config display
            ??? 裝好后發(fā)現(xiàn)不能用gui界面
            ??? vi inittab
            ??? id:3:*****

            ??? system-config-display --reconfig

            三、config network
            ??? 開(kāi)始不能用,后來(lái)好使了,virtual pc設(shè)的是物理網(wǎng)卡
            ??? 網(wǎng)絡(luò)怪異還是不知道為啥


            四、gcc與g++

            ??? g++用于c++

            posted @ 2006-08-19 12:43 四海 閱讀(192) | 評(píng)論 (0)編輯 收藏
            一、paython縮進(jìn)影響語(yǔ)義,看下邊例子結(jié)果不同
            判別僅在于縮進(jìn)

            例:
            def testIf(params):
            ??? '''測(cè)試If'''
            ??? if (params %2)==0:
            ??????? ret= 'testIf %2=0'
            ??? else:
            ??????? ret= 'testIf %2=1'
            ??????? '''!!!!!!!'''
            ??????? print __name__
            ??? return ret


            def testIf2(params):
            ??? '''測(cè)試If'''
            ??? if (params %2)==0:
            ??????? ret= 'testIf %2=0'
            ??? else:
            ??????? ret= 'testIf %2=1'
            ??? '''!!!!!'''
            ??? print __name__
            ??? return ret

            print testIf(2)
            print testIf2(2)


            二、與大多數(shù)的語(yǔ)言不同,一個(gè) Python 函數(shù),方法,或?qū)傩允撬接羞€是公有,完全取決于它的名字。

            三、Python不支持重載






            posted @ 2006-07-27 16:34 四海 閱讀(103) | 評(píng)論 (0)編輯 收藏
            /*
            exception handler

            */
            ?? class El;
            ?? class E2;


            ?? void f() throw(E1, std::bad_exception)
            ????????????????????????? //throws exception of type El or
            ????????????????????????? //bad_exception for any other exception type
            ?? {
            ????? ...
            ????? throw El();???????? //throws exception of type El
            ????? ...
            ????? throw E2();???????? //calls unexpected(), which throws bad_exception
            ?? }
            ??? ???

            /*
            numeric limits
            */

            ????? cout << "max(short): " << numeric_limits<short>::max() << endl;
            ????? cout << "max(int): " << numeric_limits<int>::max() << endl;
            ????? cout << "max(long): " << numeric_limits<long>::max() << endl;


            /*
            container
            */
            1.bmp

            /*
            algorithm

            */


            #include <iostream>
            #include <vector>
            #include <algorithm>

            using namespace std;

            void print(int num)
            {
            ??? cout<<num<<endl;
            }
            int main()
            {
            ??? vector<int> list(20);
            ??? generate(list.begin(),list.end(),rand);
            ??? for_each(list.begin(),list.end(),print);
            ??? cout<<" finish . press <<enter>> to exit "<<endl;
            ??? cin.get();
            }

            posted @ 2006-07-19 13:14 四海 閱讀(173) | 評(píng)論 (0)編輯 收藏
            Anonymity 4 Proxy (A4Proxy) is a personal anonymous proxy server and anonymizing software. Once you install on your own computer, it will allow you to surf the Web with privacy. This local proxy server includes a database with hundreds of anonymous public proxy servers located all over the world. The program is essential for those who value their privacy and who want to surf the web anonymously. With A4Proxy, you can scan each server, check its response time, confirm its anonymity, and test its speed in connection with the website or ftp-server that interests you (HTTP, HTTPS (Secure HTTP) and FTP are supported). You can choose the best candidate as your default proxy, or select the option to use a different proxy for each request. Advanced features allow you to actively hide yourself while surfing: A4Proxy can generate a fake IP address for each request, selectively modify HTTP variables, block cookies, and more. The program also helps to avoid network congestions and can be used by webmasters and network administrators to test their servers. Benefits in detail

            Anonymous Proxy Servers FAQ - what it is all about.

            You can also use A4Proxy to share your Internet connection with others over a LAN - in this case, all network computers will connect to the Internet via A4Proxy, and each member of your family (or each colleague) will have an anonymous Internet connection of their own
            posted @ 2006-07-19 10:35 四海 閱讀(143) | 評(píng)論 (0)編輯 收藏
            http://lv.likecan.com/

            如果你是整天對(duì)著電腦的"白骨精"及IT一族,那么你是否有下面的這些心愿呢?
            • 讓自己的桌面永保新鮮、漂亮;

            • 不用自己動(dòng)手,絕美壁紙就會(huì)全自動(dòng)地更新;

            • 在對(duì)著電腦埋頭工作時(shí),仍會(huì)天天得到一份驚喜;

            LikeView 的出現(xiàn),讓這一切成為可能。
            您使用 LikeView,即可輕松自在地享受一場(chǎng)絕美的桌面視覺(jué)盛宴。


            posted @ 2006-07-17 17:32 四海 閱讀(494) | 評(píng)論 (1)編輯 收藏
            凱屋家眼衛(wèi)士

            http://www.cavesoft.com/chinese/cpye.htm

            主要功能:

            ?


            -重新設(shè)計(jì)界面

            -增加播放圖片動(dòng)畫功能

            -增加新的保護(hù)屏種類

            -增加在線保健知識(shí)

            -增加終止休息


            版本:2005

            發(fā)布日期:2005.5

            發(fā)布方式:免費(fèi)軟件


            運(yùn)行環(huán)境:

            -Windows 2000/XP/2003

            -IE5.5或更高


            posted @ 2006-07-17 17:30 四海 閱讀(211) | 評(píng)論 (0)編輯 收藏
            掃除木馬后發(fā)現(xiàn)俺的網(wǎng)絡(luò)時(shí)快時(shí)慢,
            懷疑有未知網(wǎng)絡(luò)程序

            找到一個(gè)免費(fèi)的防火墻軟件“風(fēng)云防火墻”
            http://www.218.cc/

            跟“費(fèi)爾”比較相似但可以安裝在"win2000 server"上






            posted @ 2006-07-17 14:49 四海 閱讀(124) | 評(píng)論 (0)編輯 收藏
            這陣感覺(jué)俺的電腦很慢,于是在網(wǎng)上尋找了一些木馬清除軟件
            試用之后,發(fā)覺(jué)yahoo的“反間諜專家”還可以

            http://cn.zs.yahoo.com/safe04_2.htm


            功能介紹


            反間諜專家能夠通過(guò)掃描系統(tǒng)薄弱環(huán)節(jié)以及全面掃描硬盤,智能檢測(cè)和查殺超過(guò)上萬(wàn)種木馬、蠕蟲、Adware、Spyware,如“SCO炸彈、五毒蟲、網(wǎng) 銀大盜、MSN騙子、QQ尾巴病毒、寄生木馬,冰河類文件關(guān)聯(lián)木馬,密碼解霸,傳奇、奇跡等游戲密碼偷竊木馬”等,終止它們的惡意行為,當(dāng)檢測(cè)到可疑文件 時(shí),反間諜專家還可以將其隔離,從而全面保護(hù)您的網(wǎng)絡(luò)安全。
            posted @ 2006-07-17 14:43 四海 閱讀(501) | 評(píng)論 (1)編輯 收藏
            僅列出標(biāo)題
            共3頁(yè): 1 2 3 
            久久99精品久久久久久齐齐| 久久国产精品免费一区二区三区| 国产精品九九久久免费视频| 久久久精品一区二区三区| 成人妇女免费播放久久久| 狠狠色噜噜狠狠狠狠狠色综合久久| 国内精品久久久久影院一蜜桃| 99久久免费国产精品热| 久久精品18| 婷婷五月深深久久精品| 亚洲综合精品香蕉久久网97 | 2021国产成人精品久久| 久久国产乱子伦精品免费午夜| 香港aa三级久久三级老师2021国产三级精品三级在 | 人人狠狠综合久久亚洲高清| 伊人精品久久久久7777| 国产高潮国产高潮久久久| 久久久久这里只有精品| 精品久久久久久国产潘金莲| 久久免费99精品国产自在现线 | 99久久久精品免费观看国产 | 久久精品国产精品亚洲下载| 久久久久久伊人高潮影院| 亚洲一本综合久久| 久久久久高潮毛片免费全部播放 | 久久精品国产99久久无毒不卡| 国产女人aaa级久久久级| 亚洲精品国产字幕久久不卡| 久久综合九色综合97_久久久| 久久精品国产亚洲AV蜜臀色欲| 国产伊人久久| 久久91精品国产91久久小草| 亚洲国产精品无码久久SM| 久久国产精品一区| 成人国内精品久久久久影院VR| 99精品久久精品一区二区| 美女久久久久久| 欧洲性大片xxxxx久久久| 婷婷综合久久狠狠色99h| 久久91精品久久91综合| 久久天堂电影网|