vs2010 方便使用git的辦法1 安裝配置

2021-06-08 12:03:01 字數 874 閱讀 2984

1,準備好

gitextensions233setupcomplete.msi

git source control provider

2,安裝 git extension

安裝時注意選擇

其他都是預設

3.安裝git source control provider

這個建議大家直接用visual studio 2010的工具->擴充套件管理器->聯機庫

然後輸入git搜尋出git source control provider安裝

安裝完後在visual studio 2010的工具->選項->source control裡選擇git source control provider

4,新建visual studio 專案

可以看到選單上多了個git選單,新建完成後,點git->initialize new repository,這時會彈出git extension的設定,提醒你沒有設定user,email

實際這就是設定你的git 帳戶,我用的是git enterprise。

vs2010下libevent的使用

libevent 2.0.20 stable.tar.gz 進入vs2010命令提示 切換到libevent的所在目錄 nmake f makefile.nmake 編譯成功生成 libevent.lib libevent core.lib libevent extras.lib 複製include...

VS2010中使用CL快速 生成DLL的方法

方案一 1 命令列中輸入cl example.cpp,生成example.obj和example.lib檔案。有可能還會提示 沒有入口點 的錯誤。這是因為我們的cpp中是要生成dll檔案的,並沒有main 這樣的主函式作為入口點。如果是c檔案,則輸入cl c example.cpp 2 命令列中輸入...

VS2010使用qt翻譯的方法

選擇選單 qt create new translation file 選 中文簡體中國 確定,此時解決方案資源管理器會多一項translation files,裡面有 ts檔案,右鍵選單選擇lupdate,再選擇選單 qt launch linguist 在qt linguist中翻譯後,儲存,回...