<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    從制造到創(chuàng)造
    軟件工程師成長(zhǎng)之路
    posts - 292,  comments - 96,  trackbacks - 0

    最新評(píng)論

    共3頁(yè): 上一頁(yè) 1 2 3 下一頁(yè) 
    re: Merry X'mas CoderDream 2007-12-26 10:47  
    后面幾句話深有同感,支持!
    re: 跟老劉學(xué)Java (一) CoderDream 2007-12-19 16:48  
    有點(diǎn)意思,支持一下!
    不錯(cuò),不過應(yīng)用中一般放在Util包里面!
    re: 誰(shuí)在使用這個(gè)端口? CoderDream 2007-12-17 17:31  
    不錯(cuò),已經(jīng)收藏,感謝分享!
    不錯(cuò),感謝分享,已收藏!
    re: Java性能調(diào)優(yōu)工具 CoderDream 2007-12-17 17:23  
    非常不錯(cuò),感謝分享!
    re: swing學(xué)習(xí)--ekit[1] CoderDream 2007-12-17 17:18  
    不錯(cuò),希望共享一下代碼!
    re: Tomcat常用調(diào)優(yōu)技巧 CoderDream 2007-12-17 16:51  
    非常不錯(cuò),感謝分享,收藏!
    re: 航寧4日行 | 后記 CoderDream 2007-12-17 16:10  
    已仔細(xì)閱讀你的“杭寧4日行”,非常不錯(cuò),感謝分享你的經(jīng)歷!

    希望多看到類似的文字!

    :-),錯(cuò)別字不少哦!
    支持正版,¥25元!
    用支付寶還是很方便的!
    這個(gè)軟件不錯(cuò),馬上出5.0正式版了!
    第一種不錯(cuò),第二種好像有點(diǎn)問題!
    re: 利用XMLBean輕輕松松讀寫XML CoderDream 2007-11-23 17:09  
    建議樓主編輯一下,空行太多!
    非常不錯(cuò),感謝分享!
    已收藏!
    re: 11.22 找到寶了 Head First Servlet & JSP CoderDream 2007-11-23 14:57  
    請(qǐng)共享一下,謝謝!
    coderdream(@)gmail(dot)com
    Installing the ADT Plugin for Eclipse

    If you will be using the Eclipse IDE as your environment for developing Android applications, you can install a custom plugin called Android Development Tools (ADT), which adds integrated support for Android projects and tools. The ADT plugin includes a variety of powerful extensions that make creating, running, and debugging Android applications faster and easier.

    If you will not be using the Eclipse IDE, you do not need to download or install the ADT plugin.

    To download and install the ADT plugin, set up an Eclipse remote update site as described in the steps below.
    Start Eclipse, then select Help > Software Updates > Find and Install....
    In the dialog that appears, select Search for new features to install and press Next.
    Press New Remote Site.
    In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL: https://dl-ssl.google.com/android/eclipse/. Press OK.
    You should now see the new site added to the search list (and checked). Press Finish.
    In the subsequent Search Results dialog box, select the checkbox for Android Plugin > Eclipse Integration > Android Development Tools and press Next.
    Read the license agreement and then select Accept terms of the license agreement, if appropriate. Press Next.
    Press Finish.
    The ADT plugin is not signed; you can accept the installation anyway by pressing Install All.
    Restart Eclipse.
    After restart, update your Eclipse preferences to point to the SDK root directory ($SDK_ROOT):
    Select Window > Preferences... to open the Preferences panel. (Mac OS X: Eclipse > Preferences)
    Select Android from the left panel.
    For the SDK Location in the main panel, press Browse... and find the SDK root directory.
    Press Apply, then OK
    zt=“轉(zhuǎn)貼"

    其實(shí)學(xué)英語(yǔ)的方法有很多種,不一定要背誦。只是覺得該文作者的毅力可嘉,值得學(xué)習(xí)!
    @zzjian
    注意這里是 Android的SDK,也就是“android.jar”所在的目錄,而不是Java JDK的目錄。
    這是我現(xiàn)在遇到的問題,在一個(gè)持續(xù)的項(xiàng)目過程中,我也會(huì)遇到這樣的問題,我?guī)У捻?xiàng)目總有點(diǎn)虎頭蛇尾的味道。這是我意識(shí)到的問題,在工作中也是因?yàn)槲业倪@個(gè)問題對(duì)整個(gè)項(xiàng)目造成了影響。所以,再這里做游戲,不僅僅是一本書的進(jìn)度,而是針對(duì)我人性弱點(diǎn)的一個(gè)挑戰(zhàn)。
    --------------------------------------

    不錯(cuò),值得借鑒,支持!
    非常不錯(cuò),確實(shí)有用,感謝分享!
    re: NesQQ 項(xiàng)目控制文件分享 CoderDream 2007-11-08 10:43  
    支持分享!
    re: 猜猜是什么?(原創(chuàng)) CoderDream 2007-11-07 15:09  
    還不錯(cuò),支持一下!
    re: MVC1,MVC2簡(jiǎn)析 CoderDream 2007-11-06 09:28  
    不錯(cuò),收藏!
    re: 編寫下面的程序 CoderDream 2007-11-06 09:18  
    public class Client {

    /**
    * <pre>
    * a)在main函數(shù)中聲明一個(gè)數(shù)組,該數(shù)組可以存儲(chǔ)B和C類,并用B和C類初始化該數(shù)組,
    * 并通過循環(huán)來(lái)調(diào)用該數(shù)組中每個(gè)存儲(chǔ)元素的print()方法。
    *
    * b)在main函數(shù)中聲明另一個(gè)數(shù)組,該數(shù)組可以存儲(chǔ)B和C類,并用B和C類初始化該數(shù)組,
    * 并通過循環(huán)來(lái)調(diào)用該數(shù)組中每個(gè)存儲(chǔ)元素的show()方法。
    * </pre>
    *
    * @param args
    */
    public static void main(String[] args) {
    // Array a = new Array[2];

    Object[] a = new Object[3];
    a[0] = new B();
    a[1] = new C();
    a[2] = new B();

    Object[] b = new Object[3];
    b[0] = new B();
    b[1] = new C();
    b[2] = new B();

    A tempa = null;
    for (int i = 0; i < a.length; i++) {
    tempa = (A) a[i];
    tempa.print();
    }

    IA tempb = null;
    for (int j = 0; j < b.length; j++) {
    tempb = (IA) b[j];
    tempb.show();
    }
    }

    }

    abstract class A {
    public abstract void print();
    }

    interface IA {
    public abstract void show();
    }

    class B extends A implements IA {

    @Override
    public void print() {
    System.out.println("Class B");
    }

    public void show() {
    System.out.println("I'm B, implements IA");
    }

    }
    class C extends A implements IA {

    public void show() {
    System.out.println("I'm C, implements IA");
    }

    @Override
    public void print() {
    System.out.println("Class C");
    }

    }

    -----------Console--------------------------
    Class B
    Class C
    Class B
    I'm B, implements IA
    I'm C, implements IA
    I'm B, implements IA

    圖片還在你的電腦里,請(qǐng)先上傳,否則除了你自己,別人是看不到圖片的!
    re: 如何學(xué)習(xí)Hibernate CoderDream 2007-11-02 17:55  
    說(shuō)得很好,支持一下!
    不錯(cuò),心態(tài)很重要!
    re: 順利離職 CoderDream 2007-11-01 11:25  
    不知道你現(xiàn)在在武漢還是別的城市?如果在武漢,可以交個(gè)朋友!
    re: Sun Tech Days 2007(原) CoderDream 2007-11-01 10:26  
    期待中!
    我也不是這方面的專家,如果元月1日前簽合同,用人單位肯定要試用3個(gè)月,很多單位都是先不說(shuō)簽合同,而是讓你試用3個(gè)月再說(shuō),所以現(xiàn)在進(jìn)新公司只能吃虧了!
    re: 07年第43周學(xué)習(xí)總結(jié) CoderDream 2007-10-30 09:00  
    不知道你借的兩本設(shè)計(jì)模式書是那兩本?GoF的和閻宏的?
    以前見過,很早就3.0了,這里還是講的2.0

    應(yīng)該是轉(zhuǎn)貼的!
    碩士期間沒有跟導(dǎo)師一起做項(xiàng)目?
    我讀碩士的朋友在第二年和第三年都是和導(dǎo)師一起做項(xiàng)目。要不就去企業(yè)實(shí)習(xí)。我們項(xiàng)目組就有3、4個(gè)在讀碩士生!
    re: JavaScript Connect DB CoderDream 2007-10-25 14:39  
    這個(gè)要在機(jī)器上配置數(shù)據(jù)源吧!

    MySQL和DB2也應(yīng)該類似吧!
    re: The Future Of the Software Development CoderDream 2007-10-25 11:51  
    在未來(lái),我們可能需要的是一個(gè)個(gè)高效精干的小型團(tuán)隊(duì),團(tuán)隊(duì)成員技藝高潮,富于激情,易于溝通。
    =============
    說(shuō)得很好!
    不錯(cuò),支持一下!
    這個(gè)想法不錯(cuò),就是不知道用Java如何實(shí)現(xiàn),用別的語(yǔ)言如Delphi應(yīng)該很好實(shí)現(xiàn),可惜Delphi不熟!
    re: JSP與JavaBean CoderDream 2007-10-24 17:07  
    Paperback: 450 pages
    Publisher: Apress (October 22, 2007)
    Language: English
    ISBN-10: 1590598954
    ISBN-13: 978-1590598955


    前天出版的書,不可能這么快就有電子版的吧!
    用CodePro就可以自動(dòng)生成,而且會(huì)生成對(duì)應(yīng)的TestProject!
    re: 面試題一道,看看你是否會(huì)? CoderDream 2007-10-24 11:59  
    如果沒有剛剛做過類似功能的人,一天能做出來(lái),估計(jì)有5~10年的Java開發(fā)經(jīng)驗(yàn)!

    如果誰(shuí)拿這樣的題目來(lái)當(dāng)面試題,而且要寫代碼(說(shuō)思路還有可能),肯定是腦子進(jìn)水了!
    re: 剛畢業(yè)就沒人要? CoderDream 2007-10-21 15:15  
    你在哪個(gè)城市啊,如果在武漢,我可以幫你推薦一下!
    不錯(cuò),如果圖片小一點(diǎn)就更好了!

    其實(shí)有些圖片并不需要全屏,只要某個(gè)區(qū)域就可以了!
    圖片鏈接有問題,請(qǐng)更正!
    為什么6.0 GA早就出來(lái)了不用?
    re: PowerDesigner 12正式破解版 下載 CoderDream 2007-10-14 10:17  
    還不錯(cuò),不過12.5版早就出來(lái)了!
    不錯(cuò),加油!

    樓主參加的項(xiàng)目看樣子很小,能否介紹一下組織結(jié)構(gòu),如整個(gè)項(xiàng)目從頭到尾有多少人參與,具體職責(zé)是什么?項(xiàng)目驗(yàn)收前有沒有在客戶現(xiàn)場(chǎng)測(cè)試?
    不錯(cuò),支持一下!
    mstsc --遠(yuǎn)程桌面
    共3頁(yè): 上一頁(yè) 1 2 3 下一頁(yè) 

    <2025年5月>
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567

    常用鏈接

    留言簿(9)

    我參與的團(tuán)隊(duì)

    隨筆分類(245)

    隨筆檔案(239)

    文章分類(3)

    文章檔案(3)

    收藏夾(576)

    友情鏈接

    搜索

    •  

    積分與排名

    • 積分 - 457956
    • 排名 - 114

    最新評(píng)論

    閱讀排行榜

    評(píng)論排行榜

    主站蜘蛛池模板: 久久WWW免费人成人片| 国产伦精品一区二区免费| 91麻豆国产免费观看| 国产亚洲福利精品一区| 国产一级a毛一级a看免费视频| 亚洲AV中文无码乱人伦在线视色 | 亚洲日韩涩涩成人午夜私人影院| 国产偷国产偷亚洲高清在线| 免费一级大黄特色大片| 羞羞漫画在线成人漫画阅读免费| 国产做床爱无遮挡免费视频| 噜噜噜亚洲色成人网站| 亚洲国产成人五月综合网| 亚州**色毛片免费观看| 中文字幕亚洲第一| 久久久久久久岛国免费播放| 亚洲最大福利视频网站| 亚洲国产精品免费观看| 亚洲精品无码久久久久A片苍井空| 成人免费视频软件网站| 免费手机在线看片| 亚洲熟妇av一区二区三区漫画| 久久精品视频免费| 亚洲综合色区中文字幕| 国产精品久久香蕉免费播放| 一级成人a做片免费| 亚洲成a人片在线观看无码| 7m凹凸精品分类大全免费| 亚洲日韩AV一区二区三区中文| 又色又污又黄无遮挡的免费视| 国产男女爽爽爽免费视频| 91亚洲精品视频| 全免费a级毛片免费看无码| 尤物视频在线免费观看 | 久久亚洲熟女cc98cm| 成人免费无码大片A毛片抽搐色欲| 九九全国免费视频| 亚洲性色高清完整版在线观看| 国产精品极品美女免费观看| 久草免费手机视频| 亚洲爆乳无码专区www|