Time of Update: 2018-07-21
使用Eclipse的VE(Visual Editor) 早就聽說Eclipse的鼎鼎大名,瀏覽了好多關於Eclipse的文章,聽說用SWT,JFace能設計出擁有本地作業系統介面風格的東東,如果在XP上運行,豈不是很讓客戶滿意,近期要做個案頭系統,^_^....., 想Trying 下. 用Eclipse當然就要裝上再說,這兩天我是吃勁了苦頭..., 下載了很多東西,讀了很多文章,終於調通了,現在給大家分享下.我沒有找到完整的安裝攻略,現在就寫一個最新的.....
Time of Update: 2018-07-21
有人喜歡在編程中把所有的包都建好以後再開始編程,就難免會在建包的時候出現: Package already exists. Note: Views might filter empty parent. 這樣的錯誤提示。錯誤是因為該包你已經建了,因為它是一個空包(即不包含類,並不是不包含包),所以未顯示出來。要顯示出來的話,你可以在【Package Exporer】中將【Package
Time of Update: 2018-07-21
在build path中添加jar的時候,eclipse會報錯 cannot create linked resource '/.org.eclipse.jdt.core.external.folders/.link0'. the parent resource is not accessible 目前google上,是找不到正確解決方案的.其實這個是很簡單的一個錯誤.原因就是jar包的source
Time of Update: 2018-07-21
Eclipse 格式化代碼時不換行 每次用Eclipse內建的Ctrl+shift+f格式化代碼時,如果原來的一行代碼大於80列,Eclipse就會自動換為多行,這點個人感覺不是很舒服,簡單試了一下,通過以下方式可以修改: 1、preferences->Java->Code Style->Code Formatter->Show... ,開啟之後,選擇“Line Wrapping”選項卡,在“Maximun line
Time of Update: 2018-07-21
安裝jira 1.開啟eclipse,開啟 'Help', 'Install New Software'. 2.點擊Add 3.輸入地址: http://update.atlassian.com/atlassian-eclipse-plugin/e3.6 4.在'Available Software'中可以看到可以安裝的外掛程式。 5.選擇需要的,點擊next安裝。 6.重啟eclipse 設定jira 1、選擇Windows->Show
Time of Update: 2018-07-21
一、 常用快速鍵(熟練使用快速鍵可以充分提高編程效率,吐血整理...) 1,Alt + ↑上方向鍵:向上移動選中的代碼,你可以把一行或者一段代碼直接上移幾行 2,Alt + ↓下方向鍵:向下移動選中的代碼,你可以把一行或者一段代碼直接下移幾行 3,Alt+← 左方向鍵:前一個編輯的頁面 4,Alt+→ 右方向鍵:下一個編輯的頁面 5,Alt + Shift + S + Generate Getters and
Time of Update: 2018-07-21
功能: eclipse內建摺疊包括方法, import, 注釋等得摺疊功能, code folding 外掛程式對其增強. 1. 下載外掛程式:( 也可以用link方式, 我的是link安裝, jar包網上很多) Help > Software Updates > Find and Install… New Remote Site… Name: Coffee-Bytes Platform Support Url:
Time of Update: 2018-07-21
在eclipse中搜尋時,搜尋完之後有時候會彈出錯誤對話方塊,錯誤摘錄如下:Resource is out of sync with the file system......分析: 有時候因為時間緊迫的原因,所以就沒去管它,今天再次遇到它,實在看著不爽,所以想了辦法解決此問題。
Time of Update: 2018-07-21
問題背景:原來做的項目想重新編譯發布運行,結果在Eclipse下執行初始化Ant指令碼時系統報"Could not find the main class. Program will exit." 解決方式:首先在網上搜尋了一下問題解決方案, 1)myeclipse中出現"Could not find the main class. Program will exit." 2007-11-18 04:16 P.M.
Time of Update: 2018-07-21
1、項目地址 https://github.com/eclipse/buildship 可以直接下載項目然後eclipse本地安裝,也可以按下面的方法 2、eclipse線上安裝 (1)線上安裝地址指南: https://github.com/eclipse/buildship/blob/master/docs/user/Installation.md 不同的eclipse版本對應的外掛程式版本連結如下: Eclipse
Time of Update: 2018-07-21
初學maven即感受到其強大的便捷性,大體記錄下maven的基礎知識以備不時之需。 常用命令為 : mvn archetype:create :建立 Maven 項目
Time of Update: 2018-07-21
一、在eclipse中設定maven的setting檔案位置,指向你下載的maven目錄中,倉庫會自動產生。 一、在eclipse中建立maven工程,注意幾項: 選擇Artifact ID為maven-archetype-webapp的一項 二、建立目錄結構:工程右鍵:new-Source Folder,建立如下幾個目錄
Time of Update: 2018-07-21
1 Eclipse Install golang package: sudo apt-get install golang Download Eclipse Start Eclipse Go to Help->Install new software Add Goclipse URL: http://goclipse.github.io/releases/ Select All Availible sites and search
Time of Update: 2018-07-21
JSEclipse 線上安裝 JSEclipse是個Eclipse下的免費Javascript指令碼編輯器,最大的特點就是對js的自動完成功能非常完美。 在Eclipse中如何安裝JSEclipse: 在http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/中下載JSEclipse中下載JSEclipse_1.5.5.jar。
Time of Update: 2018-07-21
安裝交叉編譯器(arm-linux-gcc)以及整合式開發環境(eclipse) 1.安裝arm-linux-gcc,不管你是從網上下載的,還是開發板光碟片裡面的,都可以,版本也沒什麼限制,我的是arm-linux-gcc-4.3.2。 進入arm-linux-gcc安裝包的目錄,我的位置是在 /home/cfan/temps這個目錄裡面 開啟一個終端,cd到目前的目錄
Time of Update: 2018-07-21
相信很多想入門linux的同學對linux開發環境很頭疼吧,之前使用的是命令編譯,比如編譯main.c 使用命令arm-linux-gcc -o main main.c,使用起來很不方便,現在有了eclipse整合式開發環境,讓開發變的簡單. 首先確保電腦正確的安裝了eclipse,還有arm linux gcc,我使用的是ubuntu 12.04 安裝好了eclipse,還有arm linux
Time of Update: 2018-07-21
1、安裝eclipse外掛程式:Zylin Embedded CDT進入help菜單 -> Software Updates... -> Available Software -> Add Site輸入http://opensource.zylin.com/zylincdtInstall 2、在目標板上運行gdbservergdbserver 192.168.4.244:2345
Time of Update: 2018-07-21
我的hadoop是1.2.1版本的,在網上也有一些編譯好的hadoop外掛程式,但是還是自己動手,豐衣足食,以後版本更新的時候能自己編譯外掛程式,而且這樣還能保證往eclipse裡安裝的時候不會出太多的問題。 主要是參考了這篇文章http://www.cnblogs.com/kinuxroot/archive/2013/05/06/linux_hadoop_eclipse_plugin.html
Time of Update: 2018-07-21
Hadoop版本:hadoop-0.20.2 Eclipse版本:eclipse-java-helios-SR2-linux-gtk.tar.gz ========================安裝eclipse======================= 1、首先下載eclipse。不多說 2、安裝eclipse
Time of Update: 2018-07-21
1. 首先安裝maven外掛程式,進入eclipse的help->marketplace,在find框中輸入“maven”,選擇“maven integration for eclipse(juno and newer)”項的install按鈕 2. 進入window->preferences視窗,選擇java->Installed JREs,預設情況下只有eclipse一項,這裡要通過add按鈕增加jdk對對應的路徑加進來,否則在編譯的時候會報錯: No