2017年12月4日 星期一

IPv6 網路環境

Apple 提供一個 IPv6環境的設定方案。請參考 Apple 官方文件。 https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html

2017年9月26日 星期二

指定不同的使用者,git commit

在專案工作根目錄下,去編輯 .git/config. 並將下列內容填入即可。 [user] name = 'xcs' email = 'cypressmobileapp@gmail.com'