1.按照github上的指南配置(
)基礎的git環境。
2.在github上建立乙個repository。
3.在eclipse中通過「eclipse marketplaces」,在market places裡搜尋egit並安裝。
可能會出現以下錯誤:
missing requirement: git team provider core 2.3.1.201302201838-r (org.eclipse.egit.core 2.3.1.201302201838-r) requires 'bundle org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found
cannot satisfy dependency: from: eclipse egit 2.3.1.201302201838-r (org.eclipse.egit.feature.group 2.3.1.201302201838-r)
to: org.eclipse.egit.core [2.3.1.201302201838-r]
解決方法:
"help->install new software", add this site:egit -
(我的是eclipse3.7-indigo,所以是2.3;下圖是eclipse版本與egit版本的對應關係)
egit
released for
supported version of eclipse
3.0.0.201306101825-r
4.3.0 (kepler)
eclipse 3.8.2/4.2.2 + (juno)
2.3.1.201302201838-r
3.8.2/4.2.2 (juno sr2)
eclipse 3.7.2+ (indigo)(except egit import support feature, which is optional)
2.2.0.201212191850-r
3.8.1/4.2.1 (juno sr1)
eclipse 3.7.2+ (indigo) (except egit import support feature, which is optional)
2.1.0.201209190230-r
3.8.1/4.2.1 (juno sr1)
eclipse 3.5.2+ (galileo) (except egit import support feature, which is optional)
2.0.0.201206130900-r
3.8/4.2 (juno)
eclipse 3.5.2+ (galileo) (except egit import support feature, which is optional)
1.3.0.201202151440-r
3.7.2 (indigo sr2)
eclipse 3.5.2+ (galileo)
1.2.0.201112221803-r
3.7.2 (indigo sr2)
eclipse 3.5.2+ (galileo)
1.1.0.201109151100-r
3.7.1 (indigo sr1)
eclipse 3.5.2+ (galileo)
1.0.0.201106090707-r
3.7.0 (indigo)
eclipse 3.5.2+ (galileo)
4.在eclipse中生public key, 並新增到github repository中。
eclipse中通過:performance -> ssh2 -> key management -> gernerate rsa key 生成 ssh 的 public key。
在github中通過:edit your profile -> ssh key -> add ssh key 新增ssh key, 把上面生成的 public key 拷貝到這裡,儲存。
5.eclipse裡file選單,import,即可從git匯入剛新增到git的專案了。
6.修改,並提交。在專案上點右鍵–>team–>commit。commit是commit到本機的git庫,而push才是同步到github。
CMD下設定閘道器
上次導資料庫的時候不幸把這個導丟了,今天剛好注射攻擊的時候,那資料庫機器沒設定閘道器,那就自己加乙個先試試看了,搞不好可以直接上網了,閘道器的ip不知道,只好寫個批處理來探測,看運氣咯 for l i in 1,1,255 do ping 192.168.1.i n 1 w 100 c ping.t...
Linux下設定網絡卡
linux下設定網絡卡的速率和模式 mii tool f 100basetx fd eth0 把網絡卡eth0設定為100m的全雙工模式 還可以用 ethtool ethtool s eth0 speed 100 duplex full autoneg on 檢視機器上的網絡卡裝置 lspci 檢視...
ubuntu下設定亮度
安裝了ubuntu 12.04 後,發現每次開機螢幕都是最大亮度,每次都要設定亮度很是麻煩,於是在網上搜尋解決辦法,可是能找到的辦法都試過,還是不能解決問題。通過自己的摸索,終於能開機自動設定亮度了。ubuntu 12.04 開機自動設定亮度的方法 1.開啟軟體中心,安裝laptop mode包 2...