原创 Learn Git in 30 days——第 18 天:修正 commit 過的版本歷史記錄 Part 1

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 當你使用 Git 進行版本控制時,我們會利用 g

原创 Learn Git in 30 days——第 17 天:關於合併的基本觀念與使用方式

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn   我曾在【第 08 天:關於分支的基本觀念與使

原创 Learn Git in 30 days——第 16 天:善用版本日誌 git reflog 追蹤變更軌跡

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 其實學習 Git 版本控制的指令操作並不難,但要

原创 Learn Git in 30 days——第 15 天:標籤 - 標記版本控制過程中的重要事件

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在使用 Git 版本控制的過程中,會產生大量的版

原创 Airtest1.3.0.1新增iOS設備相關接口解析

Airtest1.3.0.1更新了一些iOS設備相關的接口,下面就讓我們看看以後有哪些新功能可以直接用了。 1.install 之前的install()只支持Android裝包,以後也同樣支持iOS啦 from airtest.core.a

原创 Learn Git in 30 days——第 13 天:暫存工作目錄與索引的變更狀態

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 有沒有遇過這種情境,某個系統開發寫到一半,結果被

原创 Learn Git in 30 days——第 14 天: Git for Windows 選項設定

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 使用 Git for Windows 指令列工具

原创 Learn Git in 30 days——第 11 天:認識 Git 物件的一般參照與符號參照

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在認識了 Git 物件的「絕對名稱」後,接下來就

原创 Learn Git in 30 days——第 12 天:認識 Git 物件的相對名稱

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在認識了 Git 物件的「絕對名稱」與「參照名稱

原创 Airtest1.2.10.2版本Android錄屏功能

1. 前言 本次是Airtest庫更新,版本提升至1.2.10.2,內容主要是Android錄屏功能的改動。 2. 更改部分 在Airtest1.2.9中提供的cv2模式已經被捨棄,因爲容易引發錯誤,效果也不如ffmpeg; 只有Andr

原创 Learn Git in 30 days——第 10 天:認識 Git 物件的絕對名稱

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在 Git 版本控制的過程,每一個版本就代表一個

原创 Learn Git in 30 days——第 09 天:比對文件與版本差異

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 使用任何版本控制軟件的過程中,經常會需要查看歷史

原创 Learn Git in 30 days——第 07 天:解析 Git 資料結構 - 索引結構

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 我們知道在 Git 裏兩個重要的資料結構,分別是

原创 Learn Git in 30 days——第 08 天:關於分支的基本觀念與使用方式

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在 Git 裏面 分支 (Branch) 是個非

原创 Learn Git in 30 days——第 06 天:解析 Git 資料結構 - 物件結構

寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在 Git 的資料結構中,「物件」是一種「不可變