The Git rebase command is very strong in a feature branding workflow. However, it will sometimes make you crazy because of the diverged branch issue.…
keywords: xcode, cocoapods, ios development, install Cách sửa: Cài lại cocoapods Nếu thấy báo lỗi: Thì chạy lệnh: brew link –overwrite cocoapods Kết quả: nguồn:…
Step 1. (prepare branch) : check out from develop branch $git checkout develop $git checkout –b fix_issue_a Step 2. (develop the feature, fix the issue)$…
Make sure your application requirements need blockchain features Keep the smartcontract code simple, coherent, and auditable Make smart contract functions auditable by using custom function…
THEORETICAL POINTS. Basic of Blockchain / Cơ bản về Blockchain The blockchain technology supports methods for / Công nghệ Blockchain hỗ trợ các phương thức…
var client = new XMLHttpRequest(); var URL=’/Home/Index’; client.open(‘POST’,URL, true); // parameters for Open (method:string , url:string , async?:boolean , user?:string,password?:string) client.setRequestHeader(“Content-Type”, “application/x-www-form-urlencoded”); client.setRequestHeader(“dataType”, “html”); client.send(“para1=”…
Add to Zsh Step 1. Add to Zshrc. Step 2. Apply change Add to Bash Step 1. Add to bash profile Step 2. Apply change