Time of Update: 2018-12-04
自從eclipse
Time of Update: 2018-12-04
我機子是按照這個文章進行lombo eclipse的安裝設定 1.jdk6.0,sun公司網站下載–>安裝—>環境變數設定 網上多的是這方面的教程,我不在這裡解說。s2.eclipse3.3 +lomboz3.3我是直接用lomboz-all-in-one-R-3.3 直接解壓即可使用 http://download.forge.objectweb.org/lomboz/org.objectweb.lomboz-all-in-one-R-3.3-200710290621-
Time of Update: 2018-12-04
Developing SWT applications using EclipseWhile SWT is integrated as part of the Eclipse plug-in API, for standaloneapplication development it is best to develop against the SWT standalonedownload. This document will help you get set up.First,
Time of Update: 2018-12-04
在eclipse中如何查看class檔案的內容呢,當然是反編譯工具:reference: http://nihaiou.blog.51cto.com/790190/274666 學習中,需要反編譯Java的class檔案。我的開發工具是windows xp+Eclipse3.2.2+MyEclipse。我找到了jad反編譯工具,在互連網上找到了一些很有用的安裝步驟。下面記錄了我的安裝過程。 一、下載1。下載 jad
Time of Update: 2018-12-04
1. 下載Eclipse 登入Eclipse官網下載http://www.eclipse.org/downloads/我選擇的是Eclipse Classic 3.6.2, 32位 2. 添加Web and Java EE開發工具 Help -> Install new software,在"Work with:"下拉框中選中"Helios - http://download.eclipse.org/releases/helios"(如果沒有,可以自行添加),然後在"Web, XML,
Time of Update: 2018-12-04
首先使用 MinGW GCC 工具集的工程不存在這個問題:CDT 可以很好的發現安裝的 MinGW 工具集,然後使 MinGW GCC 的 Toolchain 啟用,使其在建立 C/C++ 工程時成為可選的,這樣就可以使用 CDT 自己的產生器產生 makefile。符號與路徑自動探索沒有問題,源碼符號索引(source index)也沒有問題。符號與路徑自動探索:指的是 C/C++ 程式中根據編譯環境的差異,會在幾個預設的路徑下尋找 .h 檔案和庫檔案,通常標準/RT
Time of Update: 2018-12-04
eclipse在預設狀態下只會在輸入.之後啟動代碼自動完成,在輸入其他字元例如變數的時候卻沒有提示,這點非常不爽,研究了下eclipse的自動完成機制,發現預設配置只有.這個一個字元,難怪其他的字元不會觸發了,如果要輸入字元就要觸發那麼我們就要加上.abcdefghijklmnopqrstuvwxyz(,保證主要輸入就會觸發自動完成。具體配置步驟如下:Windows -> Preferences -> Java -> Editor -> Content Assist選中
Time of Update: 2018-12-04
1.從官方網站上面http://developer.android.com/sdk/index.html下載打包好的android 開發環境包,自動解壓安裝。 安裝了ADT外掛程式和NDK外掛程式: 在Eclipse的工具列裡面找到help->install new software,Add Repository 對話方塊中,Name隨便起個名字,然後Location輸入:https://dl-ssl.google.com/android/eclipse/選擇相應的開發組件,
Time of Update: 2018-12-04
1、Windows->Preferences->Content Types->Text->JSP中設定Default encoding為gb2312。解決eclipse匯入jsp頁面中文亂碼問題2、Windows->Preferences->Workspace->Text file encoding中設定Other為gb2312。解決編碼出現的中文亂碼問題3、在有中文的頁面中加入<%@ page contentType="text/html;
Time of Update: 2018-12-04
svn - http://subclipse.tigris.org/update_1.6.x m2e - http://m2eclipse.sonatype.org/sites/m2e m2e-extras -
Time of Update: 2018-12-04
像Source Insight這樣的Editor都有自動補全功能,可是咱們那麼強大的Eclipse(主要針對Java)卻沒有,你每次都得把方法或者成員的每個字母敲出來,實在麻煩,低效。在網上搜了下,找到了一個比較好的文章:http://alorry.blog.163.com/blog/static/6472570820122883822790/Eclipse自動補全功能輕鬆設定 ||
Time of Update: 2018-12-04
Long story short: Android source code needs to be placed in a "sources" subdirectory of the Android SDK.1. Download the code2. Move code to "sources" subdirectory of the Android SDK. Where to put the Source Code?To find out what the default location
Time of Update: 2018-12-04
第一種解決方案:@Override是JDK5 就已經有了,但有個小小的Bug,就是不支援對介面的實現,認為這不是Override而JDK6 修正了這個Bug,無論是對父類的方法覆蓋還是對介面的實現都可以加上@Override修改你的eclipse指定的編譯器版本在選項裡的java compiler中指定版本至少在5.0以上在myEclipse中改變編譯器的方法:Project->Properties->Java Compiler->Configure Workspace
Time of Update: 2018-12-04
1,使用Eclipse的軟體更新工具 這種方法安裝最簡單了,也比較適合新手,不用管當前安裝是的Eclipse是3.x還是2.x ,而去subclipse上下載對應的外掛程式包 2,使用Subclipse外掛程式包的形式安裝 這種方法還得去Subclipse上下載對應的subclipse外掛程式包,適合有一種經驗的人
Time of Update: 2018-12-04
因為在工作中有時候還真的要寫點簡單的應用證明一下問題,於是開始學習怎麼寫應用,eclipse直接去網站下3.8的,下來後直接./eclipse就可以用。 網址是:http://download.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/搭建的過程中遇見:1:Unfortunately, System UI has stopped這個修改~/.android/avd/xxx.avd/config.ini
Time of Update: 2018-12-04
insert into studentinfo
Time of Update: 2018-12-04
在MyEclipse中寫的工程引入到eclipse下出現錯誤 發現import javax.servlet.http.HttpSession無法引入加入tomcat的jar包,右擊項目->build path-add libraries->server Runtime->選擇要匯入的tomcat 就可以了,如果沒有選項,你得配置tomcatAccess restriction: The type Resource is not accessible due to
Time of Update: 2018-12-04
1、進入項目目錄,找到.project檔案,開啟。 2、找到<natures>...</natures>程式碼片段。 3、在第2步的程式碼片段中加入如下標籤內容並儲存: <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</
Time of Update: 2018-12-04
1. ctrl+shift+r:開啟資源 這可能是所有快速鍵組合中最省時間的了。這組快速鍵可以讓你開啟你的工作區中任何一個檔案,而你只需要按下檔案名稱或mask名中的前幾個字母,比如applic*.xml。美中不足的是這組快速鍵並非在所有視圖下都能用。2. ctrl+o:快速outline
Time of Update: 2018-12-04
今天要做個UML使用案例圖作業,我馬上想到要裝Rational Rose2003.沒想到噁心的事發生了,我筆記本出廠安裝的winXP xp2